From c2a01f482c7ff39d41e20264df2ca92cd60bc883 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 10 Jan 2003 13:38:32 +0000 Subject: PadConnect -> PadLink Original commit message from CVS: PadConnect -> PadLink --- gst/videocrop/gstvideocrop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/videocrop') diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 2ee1fce9..0a3fb1a5 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -110,7 +110,7 @@ static void gst_video_crop_set_property (GObject *object, guint prop_id, static void gst_video_crop_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); -static GstPadConnectReturn +static GstPadLinkReturn gst_video_crop_sink_connect (GstPad *pad, GstCaps *caps); static void gst_video_crop_chain (GstPad *pad, GstBuffer *buffer); @@ -253,7 +253,7 @@ gst_video_crop_get_property (GObject *object, guint prop_id, GValue *value, GPar } } -static GstPadConnectReturn +static GstPadLinkReturn gst_video_crop_sink_connect (GstPad *pad, GstCaps *caps) { GstVideoCrop *video_crop; -- cgit