forked from mirrors/gstreamer-rs
Fix toml files indent
This commit is contained in:
parent
03f928ee0c
commit
60a5ccc95d
6 changed files with 46 additions and 38 deletions
|
@ -1,8 +1,10 @@
|
|||
[package]
|
||||
name = "gstreamer-gl"
|
||||
version = "0.17.0"
|
||||
authors = ["Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"]
|
||||
authors = [
|
||||
"Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
|
||||
]
|
||||
categories = ["api-bindings", "multimedia"]
|
||||
description = "Rust bindings for GStreamer GL library"
|
||||
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||
|
|
|
@ -139,13 +139,13 @@ manual_traits = ["GLContextExtManual"]
|
|||
|
||||
[[object.function]]
|
||||
name = "activate"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to activate OpenGL context"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to activate OpenGL context"
|
||||
|
||||
[[object.function]]
|
||||
name = "get_display"
|
||||
[object.function.return]
|
||||
nullable = false
|
||||
[object.function.return]
|
||||
nullable = false
|
||||
|
||||
[[object.function]]
|
||||
name = "set_window"
|
||||
|
@ -173,13 +173,13 @@ status = "generate"
|
|||
|
||||
[[object.function]]
|
||||
name = "add_context"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to add OpenGL context"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to add OpenGL context"
|
||||
|
||||
[[object.function]]
|
||||
name = "remove_window"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to remove window"
|
||||
[object.function.return]
|
||||
bool_return_is_error = "Failed to remove window"
|
||||
|
||||
[[object.function]]
|
||||
name = "create_window"
|
||||
|
@ -370,8 +370,8 @@ final_type = true
|
|||
|
||||
[[object.function]]
|
||||
name = "get_input_template_caps"
|
||||
[object.function.return]
|
||||
nullable = false
|
||||
[object.function.return]
|
||||
nullable = false
|
||||
|
||||
[[object]]
|
||||
name = "GstGL.GLViewConvert"
|
||||
|
@ -395,8 +395,8 @@ final_type = true
|
|||
|
||||
[[object.function]]
|
||||
name = "tranform_caps"
|
||||
[object.function.return]
|
||||
nullable = false
|
||||
[object.function.return]
|
||||
nullable = false
|
||||
|
||||
[[object.function]]
|
||||
name = "submit_input_buffer"
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[package]
|
||||
name = "gstreamer-gl-egl"
|
||||
version = "0.17.0"
|
||||
authors = ["Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"]
|
||||
authors = [
|
||||
"Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
|
||||
]
|
||||
categories = ["api-bindings", "multimedia"]
|
||||
description = "Rust bindings for GStreamer GL library (EGL support)"
|
||||
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[package]
|
||||
name = "gstreamer-gl-wayland"
|
||||
version = "0.17.0"
|
||||
authors = ["Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"]
|
||||
authors = [
|
||||
"Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
|
||||
]
|
||||
categories = ["api-bindings", "multimedia"]
|
||||
description = "Rust bindings for GStreamer GL library (Wayland support)"
|
||||
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[package]
|
||||
name = "gstreamer-gl-x11"
|
||||
version = "0.17.0"
|
||||
authors = ["Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"]
|
||||
authors = [
|
||||
"Sebastian Dröge <sebastian@centricular.com>",
|
||||
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
|
||||
]
|
||||
categories = ["api-bindings", "multimedia"]
|
||||
description = "Rust bindings for GStreamer GL library (X11 support)"
|
||||
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||
|
|
|
@ -17,12 +17,12 @@ external_libraries = [
|
|||
]
|
||||
|
||||
generate = [
|
||||
"GstRtp.RTCPFBType",
|
||||
"GstRtp.RTCPSDESType",
|
||||
"GstRtp.RTCPType",
|
||||
"GstRtp.RTCPXRType",
|
||||
"GstRtp.RTPPayload",
|
||||
"GstRtp.RTPProfile",
|
||||
"GstRtp.RTCPFBType",
|
||||
"GstRtp.RTCPSDESType",
|
||||
"GstRtp.RTCPType",
|
||||
"GstRtp.RTCPXRType",
|
||||
"GstRtp.RTPPayload",
|
||||
"GstRtp.RTPProfile",
|
||||
]
|
||||
|
||||
[[object]]
|
||||
|
@ -33,20 +33,20 @@ ref_mode = "ref"
|
|||
[[object]]
|
||||
name = "GstRtp.*"
|
||||
status = "generate"
|
||||
# expected enum `std::ffi::c_void`, found u8
|
||||
[[object.function]]
|
||||
name = "rtp_hdrext_get_ntp_56"
|
||||
ignore = true
|
||||
# expected enum `std::ffi::c_void`, found u8
|
||||
[[object.function]]
|
||||
name = "rtp_hdrext_get_ntp_56"
|
||||
ignore = true
|
||||
|
||||
# expected enum `std::ffi::c_void`, found u8
|
||||
[[object.function]]
|
||||
name = "rtp_hdrext_get_ntp_64"
|
||||
ignore = true
|
||||
# expected enum `std::ffi::c_void`, found u8
|
||||
[[object.function]]
|
||||
name = "rtp_hdrext_get_ntp_64"
|
||||
ignore = true
|
||||
|
||||
# manual bindings are needed for GstMeta
|
||||
[[object.function]]
|
||||
name = "rtp_source_meta_api_get_type"
|
||||
ignore = true
|
||||
# manual bindings are needed for GstMeta
|
||||
[[object.function]]
|
||||
name = "rtp_source_meta_api_get_type"
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstRtp.RTPBufferFlags"
|
||||
|
|
Loading…
Reference in a new issue