mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-05 19:17:36 +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)]
|
#[allow(non_upper_case_globals)]
|
||||||
pub static gst_plugin_desc: GstPluginDesc = GstPluginDesc($crate::gst_ffi::GstPluginDesc {
|
pub static gst_plugin_desc: GstPluginDesc = GstPluginDesc($crate::gst_ffi::GstPluginDesc {
|
||||||
major_version: 1,
|
major_version: 1,
|
||||||
minor_version: 10,
|
minor_version: 8,
|
||||||
name: $name as *const u8 as *const c_char,
|
name: $name as *const u8 as *const c_char,
|
||||||
description: $description as *const u8 as *const c_char,
|
description: $description as *const u8 as *const c_char,
|
||||||
plugin_init: Some(plugin_init_trampoline),
|
plugin_init: Some(plugin_init_trampoline),
|
||||||
|
|
Loading…
Reference in a new issue