gst-plugin-gtk4: update Flatpak integration code
The gst-plugin-gtk4
crate has some information to enable the flatpak intergration, but the code is a bit outdated:
-
cargo-c
is already installed in the latestrust-stable
SDK extension, there's no need to install it again - The "branch" is outdated. the current version (as of the time this issue was created) is 0.12.5
- There is a warning when you compile the app:
warning: `/run/build/gst-plugin-gtk4/cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`