[Bug 768763] vorbisenc: Fix reconfiguration
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 14 10:15:35 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768763
--- Comment #6 from Arun Raghavan <arun at accosted.net> ---
It breaks because the end time is incorrect w.r.t. to the stream. What's
happening is, to a first approximation):
[buffer ts=1 dur=1]
[buffer ts=2 dur=1]
[caps change => new segment stop=2+1=3]
[buffer ts=3 dur=1]
[buffer ts=4 dur=1]
The third buffer onwards are of different caps from the first two. The
timestamps, though, continue as normal. But the segment stop is from wherever
buffer 2 ends, so subsequent buffers get dropped.
--
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