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; }