[vlc-commits] libvlc: remove invalid comment
Thomas Guillem
git at videolan.org
Sun Apr 17 07:22:32 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Apr 14 12:12:14 2016 +0200| [e327071ff6e314bb0566802b49be4c1a04655e1f] | committer: Thomas Guillem
libvlc: remove invalid comment
This comment was in contradication with the "If the media has not yet been parsed
this will return NULL." comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e327071ff6e314bb0566802b49be4c1a04655e1f
---
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
More information about the vlc-commits
mailing list