gstreamer: Fix plugin version for v1_18

This commit is contained in:
Sebastian Dröge 2020-11-21 18:01:38 +02:00
parent 75f6babb57
commit 4d52ab7d37

View file

@ -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(