diff options
Diffstat (limited to 'gst/smooth')
-rw-r--r-- | gst/smooth/gstsmooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index 0a130024..434078c7 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -128,7 +128,7 @@ gst_smooth_class_init (GstSmoothClass *klass) } -static GstPadConnectReturn +static GstPadLinkReturn gst_smooth_sinkconnect (GstPad *pad, GstCaps *caps) { GstSmooth *filter; |