summaryrefslogtreecommitdiff
path: root/gst/playondemand
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-10 13:38:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-10 13:38:32 +0000
commit8e3c533fcf5c7dfc365871c3601008a0cb06ce42 (patch)
treee0073ff6181158d646c682d8b30ea5ac576a6d0b /gst/playondemand
parent177c0e8da2b074fb797c16f674dcd6544579e454 (diff)
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
Diffstat (limited to 'gst/playondemand')
-rw-r--r--gst/playondemand/gstplayondemand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c
index 7d9959cda..1784cb863 100644
--- a/gst/playondemand/gstplayondemand.c
+++ b/gst/playondemand/gstplayondemand.c
@@ -111,7 +111,7 @@ static void play_on_demand_get_property (GObject *object,
GValue *value,
GParamSpec *pspec);
-static GstPadConnectReturn play_on_demand_pad_connect (GstPad *pad, GstCaps *caps);
+static GstPadLinkReturn play_on_demand_pad_connect (GstPad *pad, GstCaps *caps);
static void play_on_demand_loop (GstElement *elem);
@@ -135,7 +135,7 @@ play_on_demand_get_bufferpool (GstPad *pad)
return gst_pad_get_bufferpool(filter->srcpad);
}
-static GstPadConnectReturn
+static GstPadLinkReturn
play_on_demand_pad_connect (GstPad *pad, GstCaps *caps)
{
const gchar *format;