summaryrefslogtreecommitdiff
path: root/gst/coloreffects
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 10:08:24 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 10:08:24 +0200
commit3878dce20d58253667ada2ac904bfa23bdb2f792 (patch)
tree9ca3563eac9ac9ac14679571fe07b2703a8a30f4 /gst/coloreffects
parent74de641ca4db01d96ddc7db37cfda99f0c16d2d2 (diff)
downloadgstreamer-plugins-bad-3878dce20d58253667ada2ac904bfa23bdb2f792.tar.gz
coloreffects: Don't use the fixed_caps func on the pads
coloreffects can renegotiate during playback without any problems.
Diffstat (limited to 'gst/coloreffects')
-rw-r--r--gst/coloreffects/gstcoloreffects.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/coloreffects/gstcoloreffects.c b/gst/coloreffects/gstcoloreffects.c
index 2cbd29870..4cd20ad2c 100644
--- a/gst/coloreffects/gstcoloreffects.c
+++ b/gst/coloreffects/gstcoloreffects.c
@@ -598,7 +598,4 @@ gst_color_effects_init (GstColorEffects * filter, GstColorEffectsClass * klass)
filter->preset = GST_COLOR_EFFECTS_PRESET_NONE;
filter->table = NULL;
filter->map_luma = TRUE;
-
- gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SRC_PAD (filter));
- gst_pad_use_fixed_caps (GST_BASE_TRANSFORM_SINK_PAD (filter));
}