[Bug 783862] omxh264enc: also use OMX_VIDEO_PARAM_AVCTYPE to set profile and level

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 16 14:09:16 UTC 2017


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

--- Comment #7 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
And I forgot this part right before, that goes before caps neogotiation as it
may be get overrided:

param.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP;
param.eProfile = OMX_VIDEO_AVCProfileBaseline; /* will be overridden from caps
*/
param.eLevel = OMX_VIDEO_AVCLevel1;   /* will be overridden from caps */

Android pick BaseLine + Level 1 as default. Probably that level should be set
according to the width/height, even though, that I would expect the component
to fix it (not sure if we read back the param at the end and make sure it
matches the caps).

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