summaryrefslogtreecommitdiff
path: root/config/zynqultrascaleplus
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-12-29 11:59:36 +0100
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-01-30 09:23:59 +0000
commit2ca3cf5cfa47ca367bd58005a2303fb6b3a1609a (patch)
tree9d71d22ae0f6e4e1824d9529716ec0285512bb4d /config/zynqultrascaleplus
parent0f702d050301f847635f99bd9241852dabedab21 (diff)
downloadgst-omx-2ca3cf5cfa47ca367bd58005a2303fb6b3a1609a.tar.gz
omxvideodec: add hack to pass color format from caps to OMX decoder
This hack tries to pass as much information as possible from caps to the decoder before it receives any buffer. These information can be used by the OMX decoder to, for example, pre-allocate its internal buffers before starting to decode and so reduce its initial latency. This mechanism is currently supported by the zynqultrascaleplus decoder. https://bugzilla.gnome.org/show_bug.cgi?id=792040
Diffstat (limited to 'config/zynqultrascaleplus')
-rw-r--r--config/zynqultrascaleplus/gstomx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zynqultrascaleplus/gstomx.conf b/config/zynqultrascaleplus/gstomx.conf
index 3cf179c..57b7622 100644
--- a/config/zynqultrascaleplus/gstomx.conf
+++ b/config/zynqultrascaleplus/gstomx.conf
@@ -14,7 +14,7 @@ component-name=OMX.allegro.h264.decoder
in-port-index=0
out-port-index=1
rank=257
-hacks=no-disable-outport;pass-profile-to-decoder
+hacks=no-disable-outport;pass-profile-to-decoder;pass-color-format-to-decoder
[omxh265enc]
type-name=GstOMXH265Enc
@@ -32,4 +32,4 @@ component-name=OMX.allegro.h265.decoder
in-port-index=0
out-port-index=1
rank=257
-hacks=no-disable-outport;pass-profile-to-decoder
+hacks=no-disable-outport;pass-profile-to-decoder;pass-color-format-to-decoder