goom: fix for bufferpool update
This commit is contained in:
parent
42f39385d6
commit
43460d4357
@ -295,7 +295,7 @@ gst_goom_src_negotiate (GstGoom * goom)
|
|||||||
pool = gst_buffer_pool_new ();
|
pool = gst_buffer_pool_new ();
|
||||||
|
|
||||||
config = gst_buffer_pool_get_config (pool);
|
config = gst_buffer_pool_get_config (pool);
|
||||||
gst_buffer_pool_config_set (config, target, size, min, max, prefix, 0,
|
gst_buffer_pool_config_set (config, target, size, min, max, prefix,
|
||||||
alignment);
|
alignment);
|
||||||
gst_buffer_pool_set_config (pool, config);
|
gst_buffer_pool_set_config (pool, config);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user