[Bug 766201] video decoding issue with mp4 container (Android playback)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 8 05:07:19 UTC 2016


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

Matthew Waters (ystreet00) <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #33 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Curiously, there's a warning from h264parse that should never happen:

W/GLib+GStreamer( 1861): gstpad.c:5071:store_sticky_event:<h264parse1:src>
Sticky event misordering, got 'segment' before 'caps'

But alas, the problem is:

missing-plugin, type=(string)decoder, detail=(GstCaps)"video/x-h264\,\
parsed\=\(boolean\)true\,\ stream-format\=\(string\)avc
\,\ alignment\=\(string\)au\,\ profile\=\(string\)baseline",
name=(string)"H.264\ \(Baseline\ Profile\)\ decoder";

Even though you have:
amcviddec-omxqcomvideodecoderavc
amcviddec-omxgoogleh264decoder
openh264dec

Debugging further requires finding out why and where they fail creation/use. 
The log doesn't really say and is cut off at the beginning which misses the
GStreamer initialization.  There are also some useful log messages in the
LOG(6) category so could you get the a full *:6 log from app startup to
failure.

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