Add NEWS about libVLC

This commit is contained in:
Jean-Baptiste Kempf 2015-01-13 23:29:47 +01:00
parent 7458af47e6
commit 571c61a700

5
NEWS
View File

@ -79,10 +79,11 @@ Skins2:
* Support key accelerators
libVLC:
* split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
* Add libvlc_audio_output_device_enum to enumerate devices of current aout
* Split of libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new,
libvlc_media_discoverer_new and libvlc_media_discoverer_start.
This allows to attach media events between create and start.
* Add libvlc_media_get_codec_description to get a human readable description of a codec
Changes between 2.1.x and 2.2.0: