Adding gstreamer_base_sys library as a dependency
Run this command in a terminal, in your project's directory:
cargo add gstreamer-base-sys
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
gstreamer-base-sys = "0.25.0-alpha.2"
The gstreamer_base_sys library will be automatically available globally.
Read the gstreamer_base_sys library documentation.