summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-03-28 16:27:10 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-07-11 11:57:50 -0400
commit0aa4c9db4e3263c1cc70eb871a9d30b330c98e61 (patch)
treee461544751b69191efee5eebc0502b7db0540222 /config
parent1e570fed17a2cf3ecfbca3b04b33d5bf3fe30b47 (diff)
downloadgst-omx-0aa4c9db4e3263c1cc70eb871a9d30b330c98e61.tar.gz
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
Diffstat (limited to 'config')
-rw-r--r--config/zynqultrascaleplus/gstomx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zynqultrascaleplus/gstomx.conf b/config/zynqultrascaleplus/gstomx.conf
index 5231e46..6850e1d 100644
--- a/config/zynqultrascaleplus/gstomx.conf
+++ b/config/zynqultrascaleplus/gstomx.conf
@@ -14,4 +14,4 @@ component-name=OMX.allegro.h264.decoder
in-port-index=0
out-port-index=1
rank=257
-hacks=no-disable-outport
+hacks=no-disable-outport;pass-profile-to-decoder