[Bug 758656] h264parse: failed to encode MVC h264 streams in GStreamer-1.6

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 26 10:43:23 UTC 2016


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

--- Comment #13 from sreerenj <bsreerenj at gmail.com> ---
Created attachment 322450
  --> https://bugzilla.gnome.org/attachment.cgi?id=322450&action=edit
multi-resolution sample for testing:

gst-launch-1.0  -v filesrc location= multiresolution_rottest.ts ! tsdemux ! 
h264parse ! "video/x-h264, stream-format=byte-stream, alignment=nal" ! fakesink

We only get one src caps in the entire playback from h264 which is
h264parse0.GstPad:src: caps = "video/x-h264\,\
stream-format\=\(string\)byte-stream\,\ alignment\=\(string\)nal\,\
pixel-aspect-ratio\=\(fraction\)1/1\,\ width\=\(int\)320\,\
height\=\(int\)240\,\ framerate\=\(fraction\)30/1\,\ parsed\=\(boolean\)true\,\
profile\=\(string\)constrained-baseline\,\ level\=\(string\)1.3"

We never get a src caps update from parser for any resolution change because of
passthrough

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