[Bug 783862] omxh264enc: also use OMX_VIDEO_PARAM_AVCTYPE to set profile and level
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 16 15:23:55 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783862
Guillaume Desmottes <gdesmott at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #353893|0 |1
is obsolete| |
--- Comment #9 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 353903
--> https://bugzilla.gnome.org/attachment.cgi?id=353903&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.
Also use a default level and profile if none has been specified
downstream rather than using an undefined 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