[Bug 753196] aggregator: seek_forward.synchronized takes too long

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 11 02:25:21 PDT 2015


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Makes sense, looks like some segment handling confusion.

We assume to output a buffer with the seek position as running time after a
flushing seek, and assume to get buffers with that running time. But after a
flushing seek, running times will start at 0 again.

Needs some segment fixing, probably also in aggregator. Ideally by reusing
things like gst_segment_do_seek() instead of manually modifying segments.

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