[Bug 754438] oggdemux misbehaviour when seeking

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 5 12:55:53 UTC 2016


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

--- Comment #16 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
When a flushing seek happens, there is some code that sends a flush start, a
flush stop, and data, no ? So the flush stop must come before the new data.

When the seek is requested, the caller returns GST_FLOW_SKIP_PUSH, which will
cause gst_ogg_pad_submit_page to early out, and future calls to this will early
out till the flush stop, which is serialized, so can't become overlapped with
the data, right ?

I may be missing something here, but I'm not sure what.

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