[Bug 782563] splitmuxsink: Add alignment-threshold argument

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 16 12:10:34 UTC 2017


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

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

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

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

::: gst/multifile/gstsplitmuxsink.c
@@ +641,3 @@
+
+    if (!(splitmux->max_out_running_time == 0 ||
+            splitmux->max_out_running_time == GST_CLOCK_TIME_NONE ||

Needs to be STIME

@@ +644,3 @@
+            splitmux->alignment_threshold == 0 ||
+            splitmux->max_out_running_time < splitmux->alignment_threshold)) {
+      my_max_out_running_time -= splitmux->alignment_threshold;

If splitmux->max_out_running_time < splitmux->alignment_threshold, you probably
want to set it to 0 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