mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
jpegdec: mark all parsed frames as sync points
all jpeg frames are sync points, so mark them as such so reverse playback can properly work with the video decoder base class https://bugzilla.gnome.org/show_bug.cgi?id=725104
This commit is contained in:
parent
e459cf3e01
commit
04bd422432
1 changed files with 1 additions and 0 deletions
|
@ -456,6 +456,7 @@ need_more_data:
|
|||
have_full_frame:
|
||||
if (toadd)
|
||||
gst_video_decoder_add_to_frame (bdec, toadd);
|
||||
GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT (frame);
|
||||
return gst_video_decoder_have_frame (bdec);
|
||||
|
||||
drop_frame:
|
||||
|
|
Loading…
Reference in a new issue