mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:56:14 +00:00
parent
d077a3a300
commit
31bf54a076
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ gst_mpeg2dec_decide_allocation (GstVideoDecoder * decoder, GstQuery * query)
|
||||||
if (!has_videometa) {
|
if (!has_videometa) {
|
||||||
dec->downstream_pool = pool;
|
dec->downstream_pool = pool;
|
||||||
pool = NULL;
|
pool = NULL;
|
||||||
down_config = gst_structure_copy (config);
|
down_config = config;
|
||||||
config = NULL;
|
config = NULL;
|
||||||
min = 2;
|
min = 2;
|
||||||
max = 0;
|
max = 0;
|
||||||
|
|
Loading…
Reference in a new issue