h264dec: add hack to pass profile and level to OMX
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 28 Mar 2017 14:27:10 +0000 (16:27 +0200)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Tue, 11 Jul 2017 15:57:50 +0000 (11:57 -0400)
commit0aa4c9db4e3263c1cc70eb871a9d30b330c98e61
treee461544751b69191efee5eebc0502b7db0540222
parent1e570fed17a2cf3ecfbca3b04b33d5bf3fe30b47
h264dec: add hack to pass profile and level to OMX

This information can be useful to zynqultrascaleplus decoders. They may
use this information to reduce startup latency by configuring itself
before receiving the first frames.

We also have a custom OMX extension allowing the decoder to report the
latency. The profile/level information helps it reporting a more
accurate latency earlier.

https://bugzilla.gnome.org/show_bug.cgi?id=783114
config/zynqultrascaleplus/gstomx.conf
omx/gstomx.c
omx/gstomx.h
omx/gstomxh264dec.c