Skip to content

gst: structure: revert [filter_]map_in_place deprecation

For Structure, map_in_place() & filter_map_in_place() where marked as deprecated when the feature v1_26 was selected. Any existing code using those functions will be rejected by CI clippy job because it uses --all-features.

This commit removes the conditional deprecation.

Merge request reports

Loading