[Bug 766201] video decoding issue with mp4 container (Android playback)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 8 07:34:34 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766201
--- Comment #40 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Ok, so what happens is this.
1. qtdemux finds an empty segment and decides to push a gap event.
2. This gap event prompts baseparse to negotiate *something* for caps which
ends up being almost a direct copy of upstream's caps (which has
stream-format=avc).
3. These negotiated caps are then used to filter the decoders which rules out
the byte-stream decoders resulting in no decoders being selected/tried and
resulting in the missing decoder error.
--
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