[vlc-commits] [Git][videolan/vlc][master] 2 commits: libvlc_media.h: Fix thumbnail_request doc
Jean-Baptiste Kempf
gitlab at videolan.org
Fri Jun 11 12:21:05 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
483bc03f by Hugo Beauzée-Luyssen at 2021-06-11T10:23:20+00:00
libvlc_media.h: Fix thumbnail_request doc
- - - - -
5e4202ff by Hugo Beauzée-Luyssen at 2021-06-11T10:23:20+00:00
libvlc_events: Fix reference to thumbnail generation functions
Fix #25810
- - - - -
2 changed files:
- include/vlc/libvlc_events.h
- include/vlc/libvlc_media.h
Changes:
=====================================
include/vlc/libvlc_events.h
=====================================
@@ -85,7 +85,8 @@ enum libvlc_event_e {
libvlc_MediaSubItemTreeAdded,
/**
* A thumbnail generation for this \link #libvlc_media_t media \endlink completed.
- * \see libvlc_media_get_thumbnail()
+ * \see libvlc_media_thumbnail_request_by_time()
+ * \see libvlc_media_thumbnail_request_by_pos()
*/
libvlc_MediaThumbnailGenerated,
/**
=====================================
include/vlc/libvlc_media.h
=====================================
@@ -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.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/259f2753afdb957f7a1063f9781a5ac2a13d60f8...5e4202fffb390b69b8a81c27f9ea4f04c407a8a0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/259f2753afdb957f7a1063f9781a5ac2a13d60f8...5e4202fffb390b69b8a81c27f9ea4f04c407a8a0
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list