mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-23 08:36:31 +00:00
video: Fix version for gst_video_time_code_meta_api_get_type()
This commit is contained in:
parent
b227a77c45
commit
b096a24857
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ name = "GstVideo.*"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "video_time_code_meta_api_get_type"
|
name = "video_time_code_meta_api_get_type"
|
||||||
version = "1.16"
|
version = "1.10"
|
||||||
[[object.function]]
|
[[object.function]]
|
||||||
name = "video_caption_meta_api_get_type"
|
name = "video_caption_meta_api_get_type"
|
||||||
version = "1.16"
|
version = "1.16"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file was generated by gir (https://github.com/gtk-rs/gir @ 5a5b8f5)
|
// 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
|
// DO NOT EDIT
|
||||||
|
|
||||||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||||
|
@ -3954,7 +3954,7 @@ extern "C" {
|
||||||
x_tiles: c_int,
|
x_tiles: c_int,
|
||||||
y_tiles: c_int,
|
y_tiles: c_int,
|
||||||
) -> c_uint;
|
) -> 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;
|
pub fn gst_video_time_code_meta_api_get_type() -> GType;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue