mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
zynqultrascaleplus: enable 'ensure-buffer-count-actual' hack
https://bugzilla.gnome.org/show_bug.cgi?id=791211
This commit is contained in:
parent
9a8e863862
commit
2b48338d68
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue