Skip to content

cargo: remove obsolete gstreamer version features

Upon first opening this repo in VSCode, rust-analyzer fails to load it because many sub-crates use non-existent features.

Those features are v1_10, v1_12 and v1_14 on the gstreamer crate. Since upstream gstreamer-rs now requires GStreamer 1.14, those features don't exist anymore.

Merge request reports