From: Wim Taymans Date: Thu, 15 Mar 2012 21:15:47 +0000 (+0100) Subject: updarte for bufferpool changes X-Git-Tag: RELEASE-0.11.2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=139830539081764af3c83c3a9125a6a5a970b8ed;p=platform%2Fupstream%2Fgst-plugins-good.git updarte for bufferpool changes --- diff --git a/gst/monoscope/gstmonoscope.c b/gst/monoscope/gstmonoscope.c index 068a28e..9b01120 100644 --- a/gst/monoscope/gstmonoscope.c +++ b/gst/monoscope/gstmonoscope.c @@ -279,7 +279,7 @@ gst_monoscope_src_negotiate (GstMonoscope * monoscope) } 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 (monoscope->pool) {