mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
Also update version in the plugin metadata to 1.8
This commit is contained in:
parent
714301d584
commit
e7cd12bf8a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ macro_rules! plugin_define(
|
|||
#[allow(non_upper_case_globals)]
|
||||
pub static gst_plugin_desc: GstPluginDesc = GstPluginDesc($crate::gst_ffi::GstPluginDesc {
|
||||
major_version: 1,
|
||||
minor_version: 10,
|
||||
minor_version: 8,
|
||||
name: $name as *const u8 as *const c_char,
|
||||
description: $description as *const u8 as *const c_char,
|
||||
plugin_init: Some(plugin_init_trampoline),
|
||||
|
|
Loading…
Reference in a new issue