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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 11 10:27:53 UTC 2018


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 372633:
 --> (https://bugzilla.gnome.org/review?bug=796559&attachment=372633)

::: gst/isomp4/qtdemux.c
@@ +4897,3 @@
   stream->segment.applied_rate = qtdemux->segment.applied_rate;
   stream->segment.rate = rate;
   stream->segment.start = start + QTSTREAMTIME_TO_GSTTIME (stream,

In theory, segment.time should be gst_segment_to_stream_time(offset) here and
we would not have to calculate it.

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