summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-05-17 14:24:52 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-06-08 09:44:49 +0200
commit2b48338d68b94392a293eeb507a08b93a6458564 (patch)
tree260399caca08e03f76172edaa07c41d1518f0664 /config
parent9a8e863862835d6598cef6fdfb21fea0deeb056b (diff)
downloadgst-omx-2b48338d68b94392a293eeb507a08b93a6458564.tar.gz
zynqultrascaleplus: enable 'ensure-buffer-count-actual' hack
https://bugzilla.gnome.org/show_bug.cgi?id=791211
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 e9b28bc..ca6f441 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=
+hacks=ensure-buffer-count-actual
[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=pass-profile-to-decoder;pass-color-format-to-decoder
+hacks=pass-profile-to-decoder;pass-color-format-to-decoder;ensure-buffer-count-actual
[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=
+hacks=ensure-buffer-count-actual
[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=pass-profile-to-decoder;pass-color-format-to-decoder
+hacks=pass-profile-to-decoder;pass-color-format-to-decoder;ensure-buffer-count-actual