diff options
Diffstat (limited to 'gst/effectv/gstrev.c')
-rw-r--r-- | gst/effectv/gstrev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c index 49cbfb23..870e47a9 100644 --- a/gst/effectv/gstrev.c +++ b/gst/effectv/gstrev.c @@ -168,7 +168,7 @@ gst_revtv_class_init (GstRevTVClass * klass) gobject_class->get_property = gst_revtv_get_property; } -static GstPadConnectReturn +static GstPadLinkReturn gst_revtv_sinkconnect (GstPad * pad, GstCaps * caps) { GstRevTV *filter; |