[Bug 792775] matroskamux wrong timestamps
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 22 11:34:23 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=792775
--- Comment #3 from Nicola <lists at svrinformatica.it> ---
the problem here is that before this commit max_cluster duration was:
G_MAXINT16 * mux->time_scale = 32767000000
now it is configurable and its default was inadvertently changed to 65535000000
settings max-cluster-duration to 32767000000 makes the posted pipeline to work
as expected.
Maybe make max-cluster-duration configurable is not a good idea and we should
hardcode to the previous value, what do you think about?
--
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