[Bug 796559] qtdemux: Various segment fixes to properly take segment.offset into account

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 20 13:07:48 UTC 2018


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thaytan at noraisin.net

--- Comment #25 from Jan Schmidt <thaytan at noraisin.net> ---
Some of these patches are based upon an invalid assumption that you aren't
allowed to seek with stop = -1 and rate < 0.

GstSegment explicitly has code to support that and set the position =
seg->duration in gst_segment_do_seek().

There's no requirement for stop != -1 just because rate < 0.0

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