diff options
Diffstat (limited to 'ext/shout2/gstshout2.c')
-rw-r--r-- | ext/shout2/gstshout2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 45541ad0..4a056ab5 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -83,7 +83,7 @@ static void gst_shout2send_class_init (GstShout2sendClass *klass); static void gst_shout2send_init (GstShout2send *shout2send); static void gst_shout2send_chain (GstPad *pad, GstBuffer *buf); -static GstPadConnectReturn gst_shout2send_connect (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn gst_shout2send_connect (GstPad *pad, GstCaps *caps); static void gst_shout2send_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec); static void gst_shout2send_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); @@ -353,7 +353,7 @@ gst_shout2send_get_property (GObject *object, guint prop_id, GValue *value, GPar } } -static GstPadConnectReturn +static GstPadLinkReturn gst_shout2send_connect (GstPad *pad, GstCaps *caps) { |