[Bug 759123] gstcollectpads can hang with invalid PTS but valid DTS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 11:24:16 PST 2015


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

--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 316880:
 --> (https://bugzilla.gnome.org/review?bug=759123&attachment=316880)

This make sense to me.

::: libs/gst/base/gstcollectpads.c
@@ +528,3 @@

+  GstClockTime buf_dts, abs_dts;
+  gint dts_sign;

Move the declaration to the start of the scope. We keep the code C89
compatible.

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