[Bug 767900] multipartmux is not clearing dts timestamp.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 23 07:02:14 UTC 2016


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

--- Comment #7 from Göran Jönsson <goran.jonsson at axis.com> ---
You wrote:
"All this should probably use the DTS of both, and only if there is not DTS on
both fall back to PTS. Should also use the running time, not the buffer
timestamp"

Comment:
Both pts_timestamp and dts_timestamp are converted to running time.
line 362
        pad->pts_timestamp =
            gst_segment_to_running_time (&data->segment, GST_FORMAT_TIME,
            GST_BUFFER_PTS (buf));
        pad->dts_timestamp =
            gst_segment_to_running_time (&data->segment, GST_FORMAT_TIME,
            GST_BUFFER_DTS (buf));

I will fix the rest in a new patch.

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