summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstripple.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstripple.c')
-rw-r--r--gst/effectv/gstripple.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/effectv/gstripple.c b/gst/effectv/gstripple.c
index ce4a58c9..75e39817 100644
--- a/gst/effectv/gstripple.c
+++ b/gst/effectv/gstripple.c
@@ -607,4 +607,7 @@ static void
gst_rippletv_init (GstRippleTV * filter, GstRippleTVClass * klass)
{
filter->mode = DEFAULT_MODE;
+
+ gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SRC_PAD (filter));
+ gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SINK_PAD (filter));
}