[Bug 754435] flvmux: use time segment and copy timestamps when streamable

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 2 02:28:04 PDT 2015


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

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

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

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

::: gst/flv/gstflvmux.c
@@ +1126,3 @@
+    } else {
+      GST_BUFFER_OFFSET (tag) = GST_BUFFER_OFFSET (buffer);
+      GST_BUFFER_OFFSET_END (tag) = GST_BUFFER_OFFSET_END (buffer);

Copying the offsets seem not very useful either here. They are going to be
values specific to the input streams, and not the offset in the output.

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