summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-12-19 13:51:17 +0530
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-12-19 13:51:17 +0530
commit73179da17cd01ea393fed4e814efcede64400afd (patch)
tree3d16f57e20649bf7c5f491c159bb4ccaea3767cb
parenta51123eea0f5f550818c0bc7270c9f3da58a812d (diff)
downloadgst-omx-73179da17cd01ea393fed4e814efcede64400afd.tar.gz
zynq: add mapping for latest custom indexes
Fix warning when building using version 2019.2 of OMX headers.
-rw-r--r--omx/gstomx.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index be2ce6f..71cd13a 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -1811,6 +1811,36 @@ omx_index_type_to_str (OMX_INDEXTYPE index)
return "OMX_ALG_IndexConfigVideoInsertSuffixSEI";
case OMX_ALG_IndexConfigVideoQuantizationParameterTable:
return "OMX_ALG_IndexConfigVideoQuantizationParameterTable";
+ case OMX_ALG_IndexParamVideoTransferCharacteristics:
+ return "OMX_ALG_IndexParamVideoTransferCharacteristics";
+ case OMX_ALG_IndexParamVideoColorMatrix:
+ return "OMX_ALG_IndexParamVideoColorMatrix";
+ case OMX_ALG_IndexParamVideoInputParsed:
+ return "OMX_ALG_IndexParamVideoInputParsed";
+ case OMX_ALG_IndexParamVideoMaxPictureSize:
+ return "OMX_ALG_IndexParamVideoMaxPictureSize";
+ case OMX_ALG_IndexParamVideoMaxPictureSizes:
+ return "OMX_ALG_IndexParamVideoMaxPictureSizes";
+ case OMX_ALG_IndexParamVideoLoopFilterBeta:
+ return "OMX_ALG_IndexParamVideoLoopFilterBeta";
+ case OMX_ALG_IndexParamVideoLoopFilterTc:
+ return "OMX_ALG_IndexParamVideoLoopFilterTc";
+ case OMX_ALG_IndexParamVideoQuantizationTable:
+ return "OMX_ALG_IndexParamVideoQuantizationTable";
+ case OMX_ALG_IndexConfigVideoTransferCharacteristics:
+ return "OMX_ALG_IndexConfigVideoTransferCharacteristics";
+ case OMX_ALG_IndexConfigVideoColorMatrix:
+ return "OMX_ALG_IndexConfigVideoColorMatrix";
+ case OMX_ALG_IndexConfigVideoLoopFilterBeta:
+ return "OMX_ALG_IndexConfigVideoLoopFilterBeta";
+ case OMX_ALG_IndexConfigVideoLoopFilterTc:
+ return "OMX_ALG_IndexConfigVideoLoopFilterTc";
+ case OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs:
+ return "OMX_ALG_IndexConfigVideoHighDynamicRangeSEIs";
+ case OMX_ALG_IndexConfigVideoMaxResolutionChange:
+ return "OMX_ALG_IndexConfigVideoMaxResolutionChange";
+ case OMX_ALG_IndexPortParamEarlyCallback:
+ return "OMX_ALG_IndexPortParamEarlyCallback";
case OMX_ALG_IndexMaxEnum:
return "OMX_ALG_IndexMaxEnum";
}