[Bug 767900] multipartmux is not clearing dts timestamp.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 21 06:25:11 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #330116|none                        |reviewed
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 330116:
 --> (https://bugzilla.gnome.org/review?bug=767900&attachment=330116)

Makes sense, but OTOH we might want to pass through DTS together with the PTS?

::: gst/multipart/multipartmux.c
@@ +506,2 @@
   GST_BUFFER_DURATION (headerbuf) = 0;
   GST_BUFFER_OFFSET (headerbuf) = mux->offset;

Why don't yet set DTS here

@@ +543,3 @@
   /* the footer has the same timestamp as the data buffer and has a
    * duration of 0 */
+  GST_BUFFER_PTS (footerbuf) = best->timestamp;

and 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