diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 13:38:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-10 13:38:32 +0000 |
commit | c2a01f482c7ff39d41e20264df2ca92cd60bc883 (patch) | |
tree | 3343e5e11d828e153c01027b6751df772deea4d3 /ext/flac | |
parent | be876ae57756d21690adfc29cc16c1791643be23 (diff) |
PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflacenc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |