mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
zynq: add mapping for latest custom indexes
Fix warning when building using version 2019.2 of OMX headers.
This commit is contained in:
parent
a51123eea0
commit
73179da17c
1 changed files with 30 additions and 0 deletions
30
omx/gstomx.c
30
omx/gstomx.c
|
@ -1811,6 +1811,36 @@ omx_index_type_to_str (OMX_INDEXTYPE index)
|
||||||
return "OMX_ALG_IndexConfigVideoInsertSuffixSEI";
|
return "OMX_ALG_IndexConfigVideoInsertSuffixSEI";
|
||||||
case OMX_ALG_IndexConfigVideoQuantizationParameterTable:
|
case OMX_ALG_IndexConfigVideoQuantizationParameterTable:
|
||||||
return "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:
|
case OMX_ALG_IndexMaxEnum:
|
||||||
return "OMX_ALG_IndexMaxEnum";
|
return "OMX_ALG_IndexMaxEnum";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue