[Bug 704301] baseparse: Seeking forward fails if ACCURATE seek and push sources

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 15 18:50:12 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704301
  GStreamer | gstreamer (core) | git

--- Comment #2 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-07-16 01:50:10 UTC ---
Created an attachment (id=249252)
 View: https://bugzilla.gnome.org/attachment.cgi?id=249252
 Review: https://bugzilla.gnome.org/review?bug=704301&attachment=249252

baseparse fix?

What happens here is that GstTagDemux transforms the seek event and on the way
back it transforms segment.start, but not segment.time (is that correct?)..
Then BaseParse tries to match the new segment to the seek using the
segment.time and that fails. So the simple patch is to use segment.start.
Although I'm not sure if it's right or if GstTagDemux should also transform
segment.time ?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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