[Bug 752442] gtksink: Display once black frame when caps changes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 16 05:37:01 PDT 2015


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

--- Comment #4 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
It does not have to be that complex. I'll pass the format information through
the resize idle (not sure if we should give that a better name) and only do the
reset() and v_info update there. This way it will be done after any pending
draw message. This should prevent systematically loosing a frame. Remains to
handle the case where resize we have draw, resize already queued while the next
frame arrive (the case where the resize took too long). We'll need a condition
to detect that, in that case, I'm remove the the draw idle and queue it again,
so it is places after in the queue.

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