[Bug 767900] multipartmux is not clearing dts timestamp.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 21 12:04:02 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #330120|none                        |needs-work
             status|                            |

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

::: gst/multipart/multipartmux.c
@@ +504,3 @@
    * below) and has a duration of 0 */
+  GST_BUFFER_PTS (headerbuf) = best->timestamp;
+  GST_BUFFER_DTS (headerbuf) = best->timestamp;

I meant passing through PTS and DTS independently, not setting them to the same
value (which is generally wrong). Just implement the same logic as for the PTS
(->timestamp) also for DTS :)

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