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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 10 15:29:33 UTC 2016


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

--- Comment #8 from Gregoire <gregoire at gentil.com> ---
Sorry. Here is the caps you are asking for:

video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
framerate=(fraction)[ 0/1, 2147483647/1 ], parsed=(boolean)true,
stream-format=(string)byte-stream, alignment=(string)au, profile=(string)high;

video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
framerate=(fraction)[ 0/1, 2147483647/1 ], parsed=(boolean)true,
stream-format=(string)byte-stream, alignment=(string)au, profile=(string)main;

video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
framerate=(fraction)[ 0/1, 2147483647/1 ], parsed=(boolean)true,
stream-format=(string)byte-stream, alignment=(string)au,
profile=(string)baseline;

video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ],
framerate=(fraction)[ 0/1, 2147483647/1 ], parsed=(boolean)true,
stream-format=(string)byte-stream, alignment=(string)au,
profile=(string)constrained-baseline


Here is the src caps of h264parse just in case it's needed:
video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, avc3,
byte-stream }, alignment=(string){ au, nal }


Note that I have also tried "h264parse ! decodebin" in my application and it's
not working either.

Last, I have also tried the unmodified tutorial5 which uses playbin, and the
video doesn't come through. The audio plays with a black screen. I see the same
behavior in my application if I use playbin (audio but no video).

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