Skip to content
Snippets Groups Projects
Commit aa79e860 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

gstreamer: Fix plugin version for v1_18

parent 6d30078c
No related branches found
No related tags found
Loading
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment