diff options
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r-- | gst/effectv/gstdice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index 6f1e9f20..4286f07e 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -155,7 +155,7 @@ gst_dicetv_class_init (GstDiceTVClass * klass) gobject_class->get_property = gst_dicetv_get_property; } -static GstPadConnectReturn +static GstPadLinkReturn gst_dicetv_sinkconnect (GstPad * pad, GstCaps * caps) { GstDiceTV *filter; |