forked from mirrors/gstreamer-rs
gstreamer: Fix plugin version for v1_18
This commit is contained in:
parent
75f6babb57
commit
4d52ab7d37
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pub const MINOR_VERSION: i32 = 14;
|
|||
#[cfg(all(feature = "v1_16", not(feature = "v1_18")))]
|
||||
pub const MINOR_VERSION: i32 = 16;
|
||||
#[cfg(all(feature = "v1_18", not(feature = "v1_20")))]
|
||||
pub const MINOR_VERSION: i32 = 17;
|
||||
pub const MINOR_VERSION: i32 = 18;
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! gst_plugin_define(
|
||||
|
|
Loading…
Reference in a new issue