From b6adcea17196e5d49c6b7582b71a714a5b493388 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 10 Jan 2003 13:38:27 +0000 Subject: [PATCH] PadConnect -> PadLink Original commit message from CVS: PadConnect -> PadLink --- ext/lame/gstlame.c | 2 +- gst/synaesthesia/gstsynaesthesia.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 479361df0c..bccbc02125 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -326,7 +326,7 @@ gst_lame_class_init (GstLameClass *klass) gstelement_class->change_state = gst_lame_change_state; } -static GstPadConnectReturn +static GstPadLinkReturn gst_lame_sinkconnect (GstPad *pad, GstCaps *caps) { GstLame *lame; diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c index fb70972234..db74878444 100644 --- a/gst/synaesthesia/gstsynaesthesia.c +++ b/gst/synaesthesia/gstsynaesthesia.c @@ -130,7 +130,7 @@ static void gst_synaesthesia_get_property (GObject *object, guint prop_id, static void gst_synaesthesia_chain (GstPad *pad, GstBuffer *buf); -static GstPadConnectReturn +static GstPadLinkReturn gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps); static GstElementClass *parent_class = NULL; @@ -207,7 +207,7 @@ gst_synaesthesia_init (GstSynaesthesia *synaesthesia) } -static GstPadConnectReturn +static GstPadLinkReturn gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps) { GstSynaesthesia *synaesthesia;