diff options
Diffstat (limited to 'ext/speex/gstspeexenc.c')
-rw-r--r-- | ext/speex/gstspeexenc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index a3f33e19..006700bd 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -50,7 +50,7 @@ static void gst_speexenc_class_init (GstSpeexEnc *klass); static void gst_speexenc_init (GstSpeexEnc *speexenc); static void gst_speexenc_chain (GstPad *pad,GstBuffer *buf); -static GstPadConnectReturn gst_speexenc_sinkconnect (GstPad *pad, GstCaps *caps); +static GstPadLinkReturn gst_speexenc_sinkconnect (GstPad *pad, GstCaps *caps); static GstElementClass *parent_class = NULL; static guint gst_speexenc_signals[LAST_SIGNAL] = { 0 }; @@ -114,7 +114,7 @@ gst_speexenc_init (GstSpeexEnc *speexenc) speexenc->n_packets = 20; } -static GstPadConnectReturn +static GstPadLinkReturn gst_speexenc_sinkconnect (GstPad *pad, GstCaps *caps) { GstSpeexEnc *speexenc; |