No subject
Mon Feb 6 13:12:16 PST 2012
called on it, cannot be renegotiated to something else." This is not
appropriate for h264 as it can change its properties mid stream (new SPS/PPS).
For example, frame-rate may be variable, for example in video conferencing.
Example:
gst_pad_get_allowed_caps (h264parse:src) returns
video/x-h264,width=640,height=480,framerate=1/1,profile=baseline,level=1.1,
parsed=true,stream-format=byte-stream,alignment=au
gst_pad_get_allowed_caps (h264parse:sink) returns
video/x-h264,width=640,height=480,framerate=1/1,profile=baseline,level=1.1
Encoder (gst-omx / basevideoencoder) think downstream can only handle
framerate=1/1 and rejects new caps with framerate=2/1 even though downstream
actually can handle it.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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