From b096a24857bf247a2003b61a41b9a034f0f09b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 19 Jun 2020 13:18:48 +0300 Subject: [PATCH] video: Fix version for gst_video_time_code_meta_api_get_type() --- Gir_GstVideo.toml | 2 +- gstreamer-video-sys/src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gir_GstVideo.toml b/Gir_GstVideo.toml index 8df5118a2..188131048 100644 --- a/Gir_GstVideo.toml +++ b/Gir_GstVideo.toml @@ -54,7 +54,7 @@ name = "GstVideo.*" status = "generate" [[object.function]] name = "video_time_code_meta_api_get_type" - version = "1.16" + version = "1.10" [[object.function]] name = "video_caption_meta_api_get_type" version = "1.16" diff --git a/gstreamer-video-sys/src/lib.rs b/gstreamer-video-sys/src/lib.rs index 4878e2d3e..21dfd912f 100644 --- a/gstreamer-video-sys/src/lib.rs +++ b/gstreamer-video-sys/src/lib.rs @@ -1,5 +1,5 @@ // This file was generated by gir (https://github.com/gtk-rs/gir @ 5a5b8f5) -// from gir-files (https://github.com/gtk-rs/gir-files @ f8feec0) +// from gir-files (https://github.com/gtk-rs/gir-files @ b227a77) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] @@ -3954,7 +3954,7 @@ extern "C" { x_tiles: c_int, y_tiles: c_int, ) -> c_uint; - #[cfg(any(feature = "v1_16", feature = "dox"))] + #[cfg(any(feature = "v1_10", feature = "dox"))] pub fn gst_video_time_code_meta_api_get_type() -> GType; }