gstreamer: Create plugins for version 1.22 if selected

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1201>
This commit is contained in:
Sebastian Dröge 2023-01-24 12:58:32 +02:00
parent e82a1d0eb8
commit 4b99aae824

View file

@ -4,7 +4,7 @@ pub const MAJOR_VERSION: i32 = 1;
cfg_if::cfg_if! {
if #[cfg(feature = "v1_22")] {
pub const MINOR_VERSION: i32 = 21;
pub const MINOR_VERSION: i32 = 22;
} else if #[cfg(feature = "v1_20")] {
pub const MINOR_VERSION: i32 = 20;
} else if #[cfg(feature = "v1_18")] {