Skip to content
Snippets Groups Projects
Commit 483bc03f authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf
Browse files

libvlc_media.h: Fix thumbnail_request doc

parent 259f2753
No related branches found
No related tags found
No related merge requests found
......@@ -713,7 +713,7 @@ typedef enum libvlc_thumbnailer_seek_speed_t
} libvlc_thumbnailer_seek_speed_t;
/**
* \brief libvlc_media_get_thumbnail_by_time Start an asynchronous thumbnail generation
* \brief libvlc_media_request_thumbnail_by_time Start an asynchronous thumbnail generation
*
* If the request is successfuly queued, the libvlc_MediaThumbnailGenerated
* is guaranteed to be emited.
......@@ -750,7 +750,7 @@ libvlc_media_thumbnail_request_by_time( libvlc_media_t *md,
libvlc_time_t timeout );
/**
* \brief libvlc_media_get_thumbnail_by_pos Start an asynchronous thumbnail generation
* \brief libvlc_media_request_thumbnail_by_pos Start an asynchronous thumbnail generation
*
* If the request is successfuly queued, the libvlc_MediaThumbnailGenerated
* is guaranteed to be emited.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment