summaryrefslogtreecommitdiff
path: root/omx/gstomxh264utils.h
Commit message (Collapse)AuthorAgeFilesLines
* omxh264: factor out gst_omx_h264_utils_get_profile_from_enum()Guillaume Desmottes2018-04-251-0/+2
| | | | | | | | | Move the profile <-> enum mapping to one place. Make changes easier as I'm about to add extra profiles. No semantic change. https://bugzilla.gnome.org/show_bug.cgi?id=794177
* omxh264enc: move profile and level parsing functions to their own filesGuillaume Desmottes2017-07-111-0/+34
Will allow to re-use them in the decoder element. https://bugzilla.gnome.org/show_bug.cgi?id=783114