[Bug 757961] Combination of jpegenc setting and presence of flacparse leads to unplayable files when muxed into matroska
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Nov 13 16:05:23 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757961
--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
The bug in flacparse is actually in baseparse.
When it receives a segment it sets the 'next_dts' to segment.start. Then it
overwrites the first buffers DTS with this value. As the first few buffers are
headers they don't have pts and dts but get the dts set from the base class,
leading to an unusual scenario.
--
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