diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-15 22:11:17 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-03-15 22:11:17 +0100 |
commit | ced47580b705a176e94bf84c2c5c85812fc66516 (patch) | |
tree | c0a88b05ad3bd531e1580abf14782644a76e9ef0 /ext/gdk_pixbuf | |
parent | f3a770a20c1ab8a91548cb3bd5c33c25ef75146e (diff) |
update for bufferpool changes
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r-- | ext/gdk_pixbuf/gstgdkpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c index 3952888f7..588e1656c 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.c +++ b/ext/gdk_pixbuf/gstgdkpixbuf.c @@ -255,7 +255,7 @@ gst_gdk_pixbuf_setup_pool (GstGdkPixbuf * filter, GstVideoInfo * info) /* and configure */ 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 (filter->pool) { |