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 --- gst/law/mulaw-decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/law') diff --git a/gst/law/mulaw-decode.c b/gst/law/mulaw-decode.c index b36325f0..48de557e 100644 --- a/gst/law/mulaw-decode.c +++ b/gst/law/mulaw-decode.c @@ -47,7 +47,7 @@ static GstElementClass *parent_class = NULL; /*static guint gst_stereo_signals[LAST_SIGNAL] = { 0 };*/ -static GstPadConnectReturn +static GstPadLinkReturn mulawdec_connect_sink (GstPad *pad, GstCaps *caps) { GstCaps *newcaps; -- cgit