[vlc-commits] libvlc: fix libvlc_media_discoverer_start comment

Thomas Guillem git at videolan.org
Fri Jul 22 09:58:34 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jul 21 19:15:51 2016 +0200| [9df080e791c6cb6246165b7ee67151d54d369218] | committer: Thomas Guillem

libvlc: fix libvlc_media_discoverer_start comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9df080e791c6cb6246165b7ee67151d54d369218
---

 include/vlc/libvlc_media_discoverer.h |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/vlc/libvlc_media_discoverer.h b/include/vlc/libvlc_media_discoverer.h
index 05c888f..17024e9 100644
--- a/include/vlc/libvlc_media_discoverer.h
+++ b/include/vlc/libvlc_media_discoverer.h
@@ -72,10 +72,8 @@ typedef struct libvlc_media_discoverer_t libvlc_media_discoverer_t;
 /**
  * Create a media discoverer object by name.
  *
- * After this object is created, you should attach to events in order to be
- * notified of the discoverer state.
- * You should also attach to media_list events in order to be notified of new
- * items discovered.
+ * After this object is created, you should attach to media_list events in
+ * order to be notified of new items discovered.
  *
  * You need to call libvlc_media_discoverer_start() in order to start the
  * discovery.



More information about the vlc-commits mailing list