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/goom/gstgoom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/goom') diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 0e7f3bb5..ce12d044 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -130,7 +130,7 @@ static void gst_goom_get_property (GObject *object, guint prop_id, static void gst_goom_chain (GstPad *pad, GstBuffer *buf); -static GstPadConnectReturn +static GstPadLinkReturn gst_goom_sinkconnect (GstPad *pad, GstCaps *caps); static GstElementClass *parent_class = NULL; @@ -207,7 +207,7 @@ gst_goom_init (GstGOOM *goom) } -static GstPadConnectReturn +static GstPadLinkReturn gst_goom_sinkconnect (GstPad *pad, GstCaps *caps) { GstGOOM *goom; -- cgit