zynq: change API to use public 2020.01 from vcu-omx-il
authorStéphane Cerveau <scerveau@collabora.com>
Wed, 20 May 2020 15:05:33 +0000 (17:05 +0200)
committerStéphane Cerveau <scerveau@collabora.com>
Thu, 21 May 2020 12:52:01 +0000 (14:52 +0200)
This new release 2020.01 fixes an API typo
Change to OMX_ALG_IndexConfigVideoHighDynamicRangeSEI
instead of OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs
among others.

omx/gstomx.c

index 0e821bc..972d28e 100644 (file)
@@ -1835,8 +1835,8 @@ omx_index_type_to_str (OMX_INDEXTYPE index)
       return "OMX_ALG_IndexConfigVideoLoopFilterBeta";
     case OMX_ALG_IndexConfigVideoLoopFilterTc:
       return "OMX_ALG_IndexConfigVideoLoopFilterTc";
-    case OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs:
-      return "OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs";
+    case OMX_ALG_IndexConfigVideoHighDynamicRangeSEI:
+      return "OMX_ALG_IndexConfigVideoHighDynamicRangeSEI";
     case OMX_ALG_IndexConfigVideoMaxResolutionChange:
       return "OMX_ALG_IndexConfigVideoMaxResolutionChange";
     case OMX_ALG_IndexPortParamEarlyCallback: