[Bug 773709] player: Add get video thumbnail API
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jan 10 15:40:13 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=773709
--- Comment #10 from Lyon <lyon.wang at nxp.com> ---
The original thought of adding this thumbnail API is coming from get the
thumbnail for video preview before open it to play (and add the seek position
is because usually at the beginning of the film, there will be all black frames
for several seconds ).
It is kind like media info for the video stream, but then I find it is not very
proper to add this API in the media-info interface, as it is not the
information got from media information data.
So I add this API at gstplayer API
The reason I use structure is that for setting type/width/height/par_n/par_d,
there seems too many parameter for the function.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list