coloreffects: Don't use the fixed_caps func on the pads

coloreffects can renegotiate during playback without any problems.
This commit is contained in:
Sebastian Dröge 2010-08-04 10:08:24 +02:00
parent 74de641ca4
commit 3878dce20d

View file

@ -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));
}