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 /gst/goom | |
parent | be876ae57756d21690adfc29cc16c1791643be23 (diff) |
PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
Diffstat (limited to 'gst/goom')
-rw-r--r-- | gst/goom/gstgoom.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |