[Bug 761014] File can't be played with hardware acceleration in Android gstreamer tutorial 5

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 3 13:02:20 UTC 2016


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

--- Comment #54 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
Which seems to occur when h264parse is converting from avc to byte-stream
format.  The following pipeline reproduces the constant caps queries with the
local-* files and the fixed number of queries with the reencoded-* and stream-*
files.

filesrc location=/path/to/file ! qtdemux ! h264parse !
video/x-h264,stream-format=byte-stream ! fakesink -v

libav doesn't exhibit this because it can take avc directly.

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