mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
goom: fix for bufferpool update
This commit is contained in:
parent
42f39385d6
commit
43460d4357
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ gst_goom_src_negotiate (GstGoom * goom)
|
|||
pool = gst_buffer_pool_new ();
|
||||
|
||||
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);
|
||||
gst_buffer_pool_set_config (pool, config);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue