summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-05-03 09:27:15 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-05-03 09:27:15 +0200
commit787a2c3203779deee48d11415f4bd2d8ba1aeb87 (patch)
tree092f395dff8682cd33e7743089df8cc78a0655a3 /config
parentb644699c8d84734655eb7b36217dd5c6c90fc002 (diff)
downloadgst-omx-787a2c3203779deee48d11415f4bd2d8ba1aeb87.tar.gz
zynq: remove 'no-disable-outport' hack
No longer needed with newer version of the OMX stack.
Diffstat (limited to 'config')
-rw-r--r--config/zynqultrascaleplus/gstomx.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/zynqultrascaleplus/gstomx.conf b/config/zynqultrascaleplus/gstomx.conf
index 57b7622..e9b28bc 100644
--- a/config/zynqultrascaleplus/gstomx.conf
+++ b/config/zynqultrascaleplus/gstomx.conf
@@ -5,7 +5,7 @@ component-name=OMX.allegro.h264.encoder
in-port-index=0
out-port-index=1
rank=257
-hacks=no-disable-outport
+hacks=
[omxh264dec]
type-name=GstOMXH264Dec
@@ -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;pass-color-format-to-decoder
+hacks=pass-profile-to-decoder;pass-color-format-to-decoder
[omxh265enc]
type-name=GstOMXH265Enc
@@ -23,7 +23,7 @@ component-name=OMX.allegro.h265.encoder
in-port-index=0
out-port-index=1
rank=257
-hacks=no-disable-outport
+hacks=
[omxh265dec]
type-name=GstOMXH265Dec
@@ -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;pass-color-format-to-decoder
+hacks=pass-profile-to-decoder;pass-color-format-to-decoder