[Bug 777780] GstBaseParse incorrectly handles non-flush seek

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 26 09:53:52 UTC 2017


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

--- Comment #1 from Julien Isorce <julien.isorce at gmail.com> ---
With git blame it is possible to find the commit bdbc0693 that changes
gst_element_set_seek to gst_element_do_seek and also introduces the "base"
field of GstSegement. But the memcpy was present before this change.

This code is there since 2011 so I have the feeling the code is correct but the
bug could have been hidden all this time. Because most of the time a real
demuxer is used and also a flush seek allows to workaround that in the sense it
is acceptable to do a flush in most of the situation. But in some cases it is
required to do a non-flush seek.

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