omx: always ignore OMX_ErrorPortUnpopulated
authorGurkirpal Singh <gurkirpal204@gmail.com>
Sun, 7 May 2017 14:39:54 +0000 (20:09 +0530)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 5 Jul 2017 21:27:27 +0000 (17:27 -0400)
commit065878a5d4a21db4cfb46cbf5381d41017edd0d1
tree221b5f0e6e2bd0f11c1682af547c134ca015ec73
parentfc1a8229b0595456e3294df11b89560697d76ee5
omx: always ignore OMX_ErrorPortUnpopulated

It is safe to ignore it always. Tizonia notifies this error to pass
some khronos conformance tests. Problem is that gst-omx saves this
error in comp->last_error and then gst_omx_port_set_enabled early
error out which fails the pipeline.

https://bugzilla.gnome.org/show_bug.cgi?id=782800
omx/gstomx.c