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/udp/gstudpsink.c | |
parent | be876ae57756d21690adfc29cc16c1791643be23 (diff) |
PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
Diffstat (limited to 'gst/udp/gstudpsink.c')
-rw-r--r-- | gst/udp/gstudpsink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsink.c b/gst/udp/gstudpsink.c index b1071034..c1afce42 100644 --- a/gst/udp/gstudpsink.c +++ b/gst/udp/gstudpsink.c @@ -140,7 +140,7 @@ gst_udpsink_class_init (GstUDPSink *klass) } -static GstPadConnectReturn +static GstPadLinkReturn gst_udpsink_sinkconnect (GstPad *pad, GstCaps *caps) { GstUDPSink *udpsink; |