[Bug 752603] qtdemux: Unable to play streaming MP4 (H264+AAC) file from VLC
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 24 16:44:51 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752603
--- Comment #1 from Steinar H. Gunderson <steinar+gnomebugs at gunderson.no> ---
FWIW, it's the default_base_moof (which is needed for other clients) that does
it. qtdemux simply doesn't understand the flag (0x20000), seems to get the
offsets wrong and ends up feeding garbage into the decoders.
PS: TF_DURATION_IS_EMPTY has two conflicting definitions in qtdemux_types.h and
atoms.h: 0x100000 and 0x010000, respectively. I believe the latter is correct,
although I also don't think it matters (it's only used in some debug output).
--
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