[Bug 757961] baseparse: do not overwrite header buffer timestamps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Nov 14 08:27:56 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757961
--- Comment #7 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 315440:
--> (https://bugzilla.gnome.org/review?bug=757961&attachment=315440)
::: libs/gst/base/gstcollectpads.c
@@ +518,3 @@
+ if (GST_CLOCK_TIME_IS_VALID (time)) {
+ time =
+ gst_segment_to_running_time (&cdata->segment, GST_FORMAT_TIME,
time);
DTS_OR_PTS returns DTS first. If you clip on DTS you are doing it wrong, and
breaking H264 stream with B-Frames again.
--
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