[Bug 740575] Fixing DTS in GStreamer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Feb 21 11:28:35 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=740575
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #291595|none |reviewed
status| |
--- Comment #10 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 291595:
--> (https://bugzilla.gnome.org/review?bug=740575&attachment=291595)
::: libs/gst/base/gstcollectpads.h
@@ +396,3 @@
+struct _GstDtsOffsetMeta {
+ GstMeta meta;
+ GstClockTime dts_offset; // DTS(buffer) = PTS(buffer) - dts_offset;
dts_offset may be greater than PTS
Don't use C++ style comment please.
--
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