[Bug 793928] omxh265: update 422 profile names

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 1 08:08:33 UTC 2018


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

--- Comment #3 from Guillaume Desmottes <gdesmott at gnome.org> ---
Review of attachment 369107:
 --> (https://bugzilla.gnome.org/review?bug=793928&attachment=369107)

::: omx/gstomxh265utils.c
@@ +37,3 @@
     return (OMX_VIDEO_HEVCPROFILETYPE) OMX_ALG_VIDEO_HEVCProfileMainStill;
+  } else if (g_str_equal (profile, "main-422")) {
+    /* Not standard: 8 bits variation of main-422-10 */

No, our OMX implmentation has its own format to define this new profile. It
corresponds to the same flags as Main 4:2:2 10 except
general_max_8bit_constraint_flag = 1.

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