[Bug 783862] omxh264enc: also use OMX_VIDEO_PARAM_AVCTYPE to set profile and level
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 16 12:50:48 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783862
--- Comment #3 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 353893
--> https://bugzilla.gnome.org/attachment.cgi?id=353893&action=edit
omxh264enc: set profile/level using OMX_VIDEO_PARAM_AVCTYPE as well
The OMX specification defines two API to set the AVC profile and level:
using OMX_VIDEO_PARAM_PROFILELEVELTYPE and OMX_VIDEO_PARAM_AVCTYPE.
We were already supporting the former but not the latter. We are now
setting both so implementation don't have to rely on a specific one.
--
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