mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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) {
|
||||
dec->downstream_pool = pool;
|
||||
pool = NULL;
|
||||
down_config = gst_structure_copy (config);
|
||||
down_config = config;
|
||||
config = NULL;
|
||||
min = 2;
|
||||
max = 0;
|
||||
|
|
Loading…
Reference in a new issue