From ced47580b705a176e94bf84c2c5c85812fc66516 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 15 Mar 2012 22:11:17 +0100 Subject: update for bufferpool changes --- ext/gdk_pixbuf/gstgdkpixbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gdk_pixbuf') 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) { -- cgit v1.2.3