PadConnect -> PadLink

Original commit message from CVS:
PadConnect -> PadLink
This commit is contained in:
Thomas Vander Stichele 2003-01-10 13:38:27 +00:00
parent 40178ff684
commit b6adcea171
2 changed files with 3 additions and 3 deletions

View file

@ -326,7 +326,7 @@ gst_lame_class_init (GstLameClass *klass)
gstelement_class->change_state = gst_lame_change_state; gstelement_class->change_state = gst_lame_change_state;
} }
static GstPadConnectReturn static GstPadLinkReturn
gst_lame_sinkconnect (GstPad *pad, GstCaps *caps) gst_lame_sinkconnect (GstPad *pad, GstCaps *caps)
{ {
GstLame *lame; GstLame *lame;

View file

@ -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 void gst_synaesthesia_chain (GstPad *pad, GstBuffer *buf);
static GstPadConnectReturn static GstPadLinkReturn
gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps); gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps);
static GstElementClass *parent_class = NULL; 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) gst_synaesthesia_sinkconnect (GstPad *pad, GstCaps *caps)
{ {
GstSynaesthesia *synaesthesia; GstSynaesthesia *synaesthesia;