[Bug 685279] DVD still frames need a way to never be dropped by QOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jan 19 14:35:37 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=685279

--- Comment #3 from Jan Schmidt <thaytan at noraisin.net> ---
There was an event
(gst_video_event_new_still_frame/gst_video_event_parse_still_frame) that is
sent when it's time start a still-frame sequence (and again when it's
finished), but in DVD the frame which we should display is the one preceding
the still-frame notification from the DVD VM.

That's what leads to the description in comment-1 - we need the decoder to
repeat the most recent frame, but ensure that it is not going to be dropped
this time (in case it was dropped the first time it was sent).

-- 
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