[Bug 752603] qtdemux: Unable to play streaming MP4 (H264+AAC) file from VLC

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 25 04:00:37 PDT 2015


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

--- Comment #5 from Steinar H. Gunderson <steinar+gnomebugs at gunderson.no> ---
The confusion as of where the mdat atom ends seems to be about (in
gst_qtdemux_process_adapter())

          if (G_LIKELY (demux->todrop < demux->mdatleft)) {

which should be a <= instead, I'd guess? And then some fault in skipping over
the excess data that I don't understand. (It's hard to follow the interactions
of todrop, neededbytes and mdatneeded when there's not a single comment
explaining their use.)

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