mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
coloreffects: Don't use the fixed_caps func on the pads
coloreffects can renegotiate during playback without any problems.
This commit is contained in:
parent
74de641ca4
commit
3878dce20d
1 changed files with 0 additions and 3 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue