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

libvlc_media: fix documentation.

(cherry picked from commit 6b0dd9ac31b4d886284925b46c1757aa2bf1a213)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 3075370f
......@@ -401,7 +401,7 @@ libvlc_media_parse(libvlc_media_t *media);
* Parse a media.
*
* 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
* 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