[vlc-devel] [PATCH 10/15] libvlc: remove invalid comment

Thomas Guillem thomas at gllm.fr
Thu Apr 14 17:44:59 CEST 2016


This comment was in contradication with the "If the media has not yet been parsed
this will return NULL." comment.
---
 include/vlc/libvlc_media.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h
index 4ec17a1..e97241e 100644
--- a/include/vlc/libvlc_media.h
+++ b/include/vlc/libvlc_media.h
@@ -541,10 +541,6 @@ LIBVLC_API libvlc_media_t *libvlc_media_duplicate( libvlc_media_t *p_md );
  *
  * If the media has not yet been parsed this will return NULL.
  *
- * This methods automatically calls libvlc_media_parse_async(), so after calling
- * it you may receive a libvlc_MediaMetaChanged event. If you prefer a synchronous
- * version ensure that you call libvlc_media_parse() before get_meta().
- *
  * \see libvlc_media_parse
  * \see libvlc_media_parse_async
  * \see libvlc_MediaMetaChanged
-- 
2.8.0.rc3



More information about the vlc-devel mailing list