mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gl/filter: also remove the width/height in transform_caps
allows scaling in the filters
This commit is contained in:
parent
8cf3a3a4f4
commit
30a9843c02
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ gst_gl_filter_caps_remove_format_info (GstCaps * caps)
|
|||
&& gst_caps_features_is_equal (f,
|
||||
GST_CAPS_FEATURES_MEMORY_SYSTEM_MEMORY))
|
||||
gst_structure_remove_fields (st, "format", "colorimetry", "chroma-site",
|
||||
NULL);
|
||||
"width", "height", NULL);
|
||||
|
||||
gst_caps_append_structure_full (res, st, gst_caps_features_copy (f));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue