mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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
|
in-port-index=0
|
||||||
out-port-index=1
|
out-port-index=1
|
||||||
rank=257
|
rank=257
|
||||||
hacks=
|
hacks=ensure-buffer-count-actual
|
||||||
|
|
||||||
[omxh264dec]
|
[omxh264dec]
|
||||||
type-name=GstOMXH264Dec
|
type-name=GstOMXH264Dec
|
||||||
|
@ -14,7 +14,7 @@ component-name=OMX.allegro.h264.decoder
|
||||||
in-port-index=0
|
in-port-index=0
|
||||||
out-port-index=1
|
out-port-index=1
|
||||||
rank=257
|
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]
|
[omxh265enc]
|
||||||
type-name=GstOMXH265Enc
|
type-name=GstOMXH265Enc
|
||||||
|
@ -23,7 +23,7 @@ component-name=OMX.allegro.h265.encoder
|
||||||
in-port-index=0
|
in-port-index=0
|
||||||
out-port-index=1
|
out-port-index=1
|
||||||
rank=257
|
rank=257
|
||||||
hacks=
|
hacks=ensure-buffer-count-actual
|
||||||
|
|
||||||
[omxh265dec]
|
[omxh265dec]
|
||||||
type-name=GstOMXH265Dec
|
type-name=GstOMXH265Dec
|
||||||
|
@ -32,4 +32,4 @@ component-name=OMX.allegro.h265.decoder
|
||||||
in-port-index=0
|
in-port-index=0
|
||||||
out-port-index=1
|
out-port-index=1
|
||||||
rank=257
|
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