diff options
Diffstat (limited to 'ext/libfame/gstfamedec.c')
-rw-r--r-- | ext/libfame/gstfamedec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libfame/gstfamedec.c b/ext/libfame/gstfamedec.c index d46dfb5e..abab52bc 100644 --- a/ext/libfame/gstfamedec.c +++ b/ext/libfame/gstfamedec.c @@ -297,7 +297,7 @@ gst_famedec_class_init (GstFameEncClass *klass) 0, 1024*1024, FAMEENC_BUFFER_SIZE, G_PARAM_READWRITE)); } -static GstPadConnectReturn +static GstPadLinkReturn gst_famedec_sinkconnect (GstPad *pad, GstCaps *caps) { gint width, height; |