[Bug 782563] splitmuxsink: Add alignment-threshold argument

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


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

--- Comment #3 from Vivia Nikolaidou <vivia at ahiru.eu> ---
(In reply to Sebastian Dröge (slomo) from comment #2)
> Review of attachment 351731 [details] [review]:
> 
> @@ +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?

That's essentially what I do by skipping the if: my_max_out_running_time is the
same as splitmux->max_out_running_time, therefore it's the same as the
alignment_threshold being 0. Basically that probably means that either it's too
early in the stream, or the user set the alignment_threshold to something too
high, or maybe both.

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