Fixes build with omx >= 1.2.0
authorJulien Isorce <jisorce@oblong.com>
Tue, 16 Apr 2019 19:23:10 +0000 (12:23 -0700)
committerJulien Isorce <jisorce@oblong.com>
Tue, 16 Apr 2019 19:26:03 +0000 (12:26 -0700)
commit18927f33eee2f5c143c86df718e76fc0f1fff5b9
treebfea186004da694c53f428fae486d33847921592
parentd7c589122b45d4f7735d561a028739d4e92f4805
Fixes build with omx >= 1.2.0

gstomx.c:1405:10: error: â€˜OMX_IndexParamCustomContentPipe’ undeclared (first use in this function)
    case OMX_IndexParamCustomContentPipe

Some enums have been deprecated in 1.2.0

https://gitlab.freedesktop.org/gstreamer/gst-omx/issues/27
omx/gstomx.c