summaryrefslogtreecommitdiff
path: root/gst/videofilter
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-24 11:03:48 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-24 11:03:48 +0100
commit44828add73a09135afbd4109539ab5c25dcf85ba (patch)
tree5a17b98d27153fce733817d335861cf7dbb9fc3b /gst/videofilter
parent0ab56771072ebbe5c53d97ce327c2488a4bd1380 (diff)
downloadgstreamer-plugins-good-44828add73a09135afbd4109539ab5c25dcf85ba.tar.gz
update for basetransform change
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/gstvideoflip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index 9075a36e5..35624b1c3 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -965,7 +965,7 @@ gst_video_flip_set_property (GObject * object, guint prop_id,
gst_base_transform_set_passthrough (btrans,
method == GST_VIDEO_FLIP_METHOD_IDENTITY);
- gst_base_transform_reconfigure (btrans);
+ gst_base_transform_reconfigure_src (btrans);
} else {
GST_OBJECT_UNLOCK (videoflip);
}