[vlc-commits] libvlc: fix libvlc.sym and NEWS
Thomas Guillem
git at videolan.org
Thu Feb 11 16:54:35 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Feb 11 16:53:24 2016 +0100| [e676ccf33b3c29eb2fae1514c961f00c6396ab86] | committer: Thomas Guillem
libvlc: fix libvlc.sym and NEWS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e676ccf33b3c29eb2fae1514c961f00c6396ab86
---
NEWS | 1 +
lib/libvlc.sym | 2 ++
2 files changed, 3 insertions(+)
diff --git a/NEWS b/NEWS
index 46b007d..29845ba 100644
--- a/NEWS
+++ b/NEWS
@@ -185,6 +185,7 @@ libVLC:
* Add a new libvlc dialog API to forward dialogs requests to the applications:
libvlc_dialog_set_context, libvlc_dialog_get_context, libvlc_dialog_set_callbacks,
libvlc_dialog_dismiss, libvlc_dialog_post_action, libvlc_dialog_post_login
+ * Add libvlc_media_discoverer_services_get to return a list of media discoverer services
Logging
* Support for the SystemD Journal
diff --git a/lib/libvlc.sym b/lib/libvlc.sym
index 3ca9f18..c7c2ba4 100644
--- a/lib/libvlc.sym
+++ b/lib/libvlc.sym
@@ -84,6 +84,8 @@ libvlc_media_discoverer_media_list
libvlc_media_discoverer_new
libvlc_media_discoverer_new_from_name
libvlc_media_discoverer_release
+libvlc_media_discoverer_services_get
+libvlc_media_discoverer_services_release
libvlc_media_discoverer_start
libvlc_media_discoverer_stop
libvlc_media_duplicate
More information about the vlc-commits
mailing list