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 --- ext/speex/gstspeexdec.c | 4 ++-- ext/speex/gstspeexenc.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/speex') diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c index 062c68e2..924f0b02 100644 --- a/ext/speex/gstspeexdec.c +++ b/ext/speex/gstspeexdec.c @@ -49,7 +49,7 @@ static void gst_speexdec_class_init (GstSpeexDec *klass); static void gst_speexdec_init (GstSpeexDec *speexdec); static void gst_speexdec_chain (GstPad *pad, GstBuffer *buf); -static GstPadConnectReturn gst_speexdec_sinkconnect (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn gst_speexdec_sinkconnect (GstPad *pad, GstCaps *caps); static GstElementClass *parent_class = NULL; /*static guint gst_speexdec_signals[LAST_SIGNAL] = { 0 }; */ @@ -100,7 +100,7 @@ gst_speexdec_init (GstSpeexDec *speexdec) } -static GstPadConnectReturn +static GstPadLinkReturn gst_speexdec_sinkconnect (GstPad *pad, GstCaps *caps) { GstSpeexDec *speexdec; diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index a3f33e19..006700bd 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -50,7 +50,7 @@ static void gst_speexenc_class_init (GstSpeexEnc *klass); static void gst_speexenc_init (GstSpeexEnc *speexenc); static void gst_speexenc_chain (GstPad *pad,GstBuffer *buf); -static GstPadConnectReturn gst_speexenc_sinkconnect (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn gst_speexenc_sinkconnect (GstPad *pad, GstCaps *caps); static GstElementClass *parent_class = NULL; static guint gst_speexenc_signals[LAST_SIGNAL] = { 0 }; @@ -114,7 +114,7 @@ gst_speexenc_init (GstSpeexEnc *speexenc) speexenc->n_packets = 20; } -static GstPadConnectReturn +static GstPadLinkReturn gst_speexenc_sinkconnect (GstPad *pad, GstCaps *caps) { GstSpeexEnc *speexenc; -- cgit