[Bug 740575] Fixing DTS in GStreamer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Feb 21 11:36:39 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 #291800|none                        |reviewed
             status|                            |

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

::: gst/mpegtsmux/tsmux/tsmuxstream.c
@@ +103,3 @@
   /* PTS & DTS associated with the contents of this buffer */
   gint64 pts;
+  gint64 dts_offset;            // if not TSMUX_NO_TS, dts = pts - dts_offset

C++ style comment.

::: gst/mpegtsmux/tsmux/tsmuxstream.h
@@ +223,3 @@
 void         tsmux_stream_add_data         (TsMuxStream *stream, guint8 *data,
guint len, 
+                                        void *user_data, gint64 pts, gint64
dts_delta,
+                                        gboolean random_access);

Oops, indent got broken here.

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