summaryrefslogtreecommitdiff
path: root/gst/goom/gstgoom.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-15 22:11:17 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-15 22:11:17 +0100
commitced47580b705a176e94bf84c2c5c85812fc66516 (patch)
treec0a88b05ad3bd531e1580abf14782644a76e9ef0 /gst/goom/gstgoom.c
parentf3a770a20c1ab8a91548cb3bd5c33c25ef75146e (diff)
downloadgstreamer-plugins-good-ced47580b705a176e94bf84c2c5c85812fc66516.tar.gz
update for bufferpool changes
Diffstat (limited to 'gst/goom/gstgoom.c')
-rw-r--r--gst/goom/gstgoom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index 20d2445b6..caf8ce932 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -309,7 +309,7 @@ gst_goom_src_negotiate (GstGoom * goom)
}
config = gst_buffer_pool_get_config (pool);
- gst_buffer_pool_config_set (config, target, size, min, max, 0, 0, 0);
+ gst_buffer_pool_config_set_params (config, target, size, min, max);
gst_buffer_pool_set_config (pool, config);
if (goom->pool) {