summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstwarp.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-10 13:38:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-10 13:38:32 +0000
commitc2a01f482c7ff39d41e20264df2ca92cd60bc883 (patch)
tree3343e5e11d828e153c01027b6751df772deea4d3 /gst/effectv/gstwarp.c
parentbe876ae57756d21690adfc29cc16c1791643be23 (diff)
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
Diffstat (limited to 'gst/effectv/gstwarp.c')
-rw-r--r--gst/effectv/gstwarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 939ca150..e82dcaad 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -145,7 +145,7 @@ gst_warptv_class_init (GstWarpTVClass * klass)
gobject_class->get_property = gst_warptv_get_property;
}
-static GstPadConnectReturn
+static GstPadLinkReturn
gst_warptv_sinkconnect (GstPad * pad, GstCaps * caps)
{
GstWarpTV *filter;