From 8e3c533fcf5c7dfc365871c3601008a0cb06ce42 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/playondemand/gstplayondemand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/playondemand/gstplayondemand.c') diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 7d9959cd..1784cb86 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; -- cgit v1.2.1