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/flac/gstflacenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/flac') diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 73b7a08c..fec7d609 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -65,7 +65,7 @@ static void gst_flacenc_init (FlacEnc *flacenc); static void gst_flacenc_class_init (FlacEncClass *klass); static void gst_flacenc_dispose (GObject *object); -static GstPadConnectReturn +static GstPadLinkReturn gst_flacenc_sinkconnect (GstPad *pad, GstCaps *caps); static void gst_flacenc_chain (GstPad *pad, GstBuffer *buf); @@ -298,7 +298,7 @@ gst_flacenc_dispose (GObject *object) G_OBJECT_CLASS (parent_class)->dispose (object); } -static GstPadConnectReturn +static GstPadLinkReturn gst_flacenc_sinkconnect (GstPad *pad, GstCaps *caps) { FlacEnc *flacenc; -- cgit