]> git.sesse.net Git - vlc/commitdiff
NEWS: speak about new libvlc_*tracks* methods
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 13 Feb 2013 10:44:10 +0000 (11:44 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 13 Feb 2013 10:44:10 +0000 (11:44 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2318438191c4b8ba567e783ecdb2ca76ac0e108b..0d5459335861bc904c7871e5cbc264aa7adbb5ca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -145,6 +145,8 @@ libVLC:
    and libvlc_audio_output_device_id
  * libvlc_audio_output_get_device_type and libvlc_audio_output_set_device_type are now deprecated
  * new libvlc_log_subscribe and libvlc_log_unsubscribe function to register logging callbacks
+ * new libvlc_media_tracks_get and libvlc_media_tracks_release methods to get more info about the
+   media tracks. libvlc_media_get_tracks_info is now deprecated.
 
 Removed modules:
  * portaudio audio output: use the native audio output instead