[Bug 734659] qtdemux: Does not properly update base time for non-flushing seeks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 13 03:50:52 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734659
  GStreamer | gst-plugins-good | git

--- Comment #9 from Aleix Conchillo Flaqué <aleix at oblong.com> 2014-08-13 10:50:47 UTC ---
(In reply to comment #8)
> Does it work if you comment out that line that resets the base to 0? The code
> there looks quite suspicious and I don't know what it's supposed to do :)
> 
> In theory gst_segment_seek() should've done the right thing there already.

No, it doesn't. 

Also, gst_qtdemux_activate_segment is called always a first time and then,
also, when seeking. So, the first time the function is called base time will be
0. Then, if we do a seek, a new segment will be generated with base time
increased. I'm not sure this is correct. Shouldn't my first seek have a 0 base
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