summaryrefslogtreecommitdiffstats
path: root/ext/jack
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 /ext/jack
parent177c0e8da2b074fb797c16f674dcd6544579e454 (diff)
downloadgst-plugins-bad-8e3c533fcf5c7dfc365871c3601008a0cb06ce42.tar.gz
gst-plugins-bad-8e3c533fcf5c7dfc365871c3601008a0cb06ce42.tar.bz2
gst-plugins-bad-8e3c533fcf5c7dfc365871c3601008a0cb06ce42.zip
PadConnect -> PadLink
Original commit message from CVS: PadConnect -> PadLink
Diffstat (limited to 'ext/jack')
-rw-r--r--ext/jack/gstjack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c
index 25c57eb5..11e80c08 100644
--- a/ext/jack/gstjack.c
+++ b/ext/jack/gstjack.c
@@ -82,7 +82,7 @@ static GstPad* gst_jack_request_new_pad (GstElement *element, GstPadTemplate *te
static void gst_jack_set_property(GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec);
static void gst_jack_get_property(GObject *object, guint prop_id, GValue *value, GParamSpec *pspec);
static GstElementStateReturn gst_jack_change_state(GstElement *element);
-static GstPadConnectReturn gst_jack_connect (GstPad *pad, GstCaps *caps);
+static GstPadLinkReturn gst_jack_connect (GstPad *pad, GstCaps *caps);
static void gst_jack_loop (GstElement *element);
@@ -395,7 +395,7 @@ gst_jack_change_state (GstElement *element)
return GST_STATE_SUCCESS;
}
-static GstPadConnectReturn
+static GstPadLinkReturn
gst_jack_connect (GstPad *pad, GstCaps *caps)
{
GstJack *this;