From 2b48338d68b94392a293eeb507a08b93a6458564 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 17 May 2018 14:24:52 +0200 Subject: [PATCH] zynqultrascaleplus: enable 'ensure-buffer-count-actual' hack https://bugzilla.gnome.org/show_bug.cgi?id=791211 --- config/zynqultrascaleplus/gstomx.conf | 8 ++++---- 1 file 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 -- 2.7.4