goom: fix for bufferpool update

This commit is contained in:
Wim Taymans 2011-06-11 18:58:07 +02:00
parent 42f39385d6
commit 43460d4357

View file

@ -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);
}