mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
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:
parent
e82a1d0eb8
commit
4b99aae824
1 changed files with 1 additions and 1 deletions
|
@ -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")] {
|
||||
|
|
Loading…
Reference in a new issue