From 44828add73a09135afbd4109539ab5c25dcf85ba Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Feb 2012 11:03:48 +0100 Subject: update for basetransform change --- gst/debugutils/gstcapssetter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/debugutils') diff --git a/gst/debugutils/gstcapssetter.c b/gst/debugutils/gstcapssetter.c index 977a502b4..ee065ff03 100644 --- a/gst/debugutils/gstcapssetter.c +++ b/gst/debugutils/gstcapssetter.c @@ -294,7 +294,7 @@ gst_caps_setter_set_property (GObject * object, guint prop_id, } /* try to activate these new caps next time around */ - gst_base_transform_reconfigure (GST_BASE_TRANSFORM (filter)); + gst_base_transform_reconfigure_src (GST_BASE_TRANSFORM (filter)); break; } case PROP_JOIN: -- cgit v1.2.1