Commit 754e92ab authored by Rémi Duraffort's avatar Rémi Duraffort

libvlc_media: fix documentation.

(cherry picked from commit 6b0dd9ac)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 3075370f
...@@ -401,7 +401,7 @@ libvlc_media_parse(libvlc_media_t *media); ...@@ -401,7 +401,7 @@ libvlc_media_parse(libvlc_media_t *media);
* Parse a media. * Parse a media.
* *
* This fetches (local) meta data and tracks information. * This fetches (local) meta data and tracks information.
* The method is the asynchronous of libvlc_media_parse_async(). * The method is the asynchronous of libvlc_media_parse().
* *
* To track when this is over you can listen to libvlc_MediaParsedChanged * To track when this is over you can listen to libvlc_MediaParsedChanged
* event. However if the media was already parsed you will not receive this * event. However if the media was already parsed you will not receive this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment