goom: fix for bufferpool update
authorWim Taymans <wim.taymans@collabora.co.uk>
Sat, 11 Jun 2011 16:58:07 +0000 (18:58 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Sat, 11 Jun 2011 16:58:07 +0000 (18:58 +0200)
gst/goom/gstgoom.c

index 7c7e7a4..8b20231 100644 (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);
   }