Fix toml files indent

This commit is contained in:
Guillaume Gomez 2020-12-23 14:38:33 +01:00
parent 03f928ee0c
commit 60a5ccc95d
6 changed files with 46 additions and 38 deletions

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl" name = "gstreamer-gl"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library" description = "Rust bindings for GStreamer GL library"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -139,13 +139,13 @@ manual_traits = ["GLContextExtManual"]
[[object.function]] [[object.function]]
name = "activate" name = "activate"
[object.function.return] [object.function.return]
bool_return_is_error = "Failed to activate OpenGL context" bool_return_is_error = "Failed to activate OpenGL context"
[[object.function]] [[object.function]]
name = "get_display" name = "get_display"
[object.function.return] [object.function.return]
nullable = false nullable = false
[[object.function]] [[object.function]]
name = "set_window" name = "set_window"
@ -173,13 +173,13 @@ status = "generate"
[[object.function]] [[object.function]]
name = "add_context" name = "add_context"
[object.function.return] [object.function.return]
bool_return_is_error = "Failed to add OpenGL context" bool_return_is_error = "Failed to add OpenGL context"
[[object.function]] [[object.function]]
name = "remove_window" name = "remove_window"
[object.function.return] [object.function.return]
bool_return_is_error = "Failed to remove window" bool_return_is_error = "Failed to remove window"
[[object.function]] [[object.function]]
name = "create_window" name = "create_window"
@ -370,8 +370,8 @@ final_type = true
[[object.function]] [[object.function]]
name = "get_input_template_caps" name = "get_input_template_caps"
[object.function.return] [object.function.return]
nullable = false nullable = false
[[object]] [[object]]
name = "GstGL.GLViewConvert" name = "GstGL.GLViewConvert"
@ -395,8 +395,8 @@ final_type = true
[[object.function]] [[object.function]]
name = "tranform_caps" name = "tranform_caps"
[object.function.return] [object.function.return]
nullable = false nullable = false
[[object.function]] [[object.function]]
name = "submit_input_buffer" name = "submit_input_buffer"

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl-egl" name = "gstreamer-gl-egl"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library (EGL support)" description = "Rust bindings for GStreamer GL library (EGL support)"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl-wayland" name = "gstreamer-gl-wayland"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library (Wayland support)" description = "Rust bindings for GStreamer GL library (Wayland support)"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -1,8 +1,10 @@
[package] [package]
name = "gstreamer-gl-x11" name = "gstreamer-gl-x11"
version = "0.17.0" version = "0.17.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>", authors = [
"Víctor M. Jáquez L. <vjaquez@igalia.com>"] "Sebastian Dröge <sebastian@centricular.com>",
"Víctor M. Jáquez L. <vjaquez@igalia.com>"
]
categories = ["api-bindings", "multimedia"] categories = ["api-bindings", "multimedia"]
description = "Rust bindings for GStreamer GL library (X11 support)" description = "Rust bindings for GStreamer GL library (X11 support)"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -17,12 +17,12 @@ external_libraries = [
] ]
generate = [ generate = [
"GstRtp.RTCPFBType", "GstRtp.RTCPFBType",
"GstRtp.RTCPSDESType", "GstRtp.RTCPSDESType",
"GstRtp.RTCPType", "GstRtp.RTCPType",
"GstRtp.RTCPXRType", "GstRtp.RTCPXRType",
"GstRtp.RTPPayload", "GstRtp.RTPPayload",
"GstRtp.RTPProfile", "GstRtp.RTPProfile",
] ]
[[object]] [[object]]
@ -33,20 +33,20 @@ ref_mode = "ref"
[[object]] [[object]]
name = "GstRtp.*" name = "GstRtp.*"
status = "generate" status = "generate"
# expected enum `std::ffi::c_void`, found u8 # expected enum `std::ffi::c_void`, found u8
[[object.function]] [[object.function]]
name = "rtp_hdrext_get_ntp_56" name = "rtp_hdrext_get_ntp_56"
ignore = true ignore = true
# expected enum `std::ffi::c_void`, found u8 # expected enum `std::ffi::c_void`, found u8
[[object.function]] [[object.function]]
name = "rtp_hdrext_get_ntp_64" name = "rtp_hdrext_get_ntp_64"
ignore = true ignore = true
# manual bindings are needed for GstMeta # manual bindings are needed for GstMeta
[[object.function]] [[object.function]]
name = "rtp_source_meta_api_get_type" name = "rtp_source_meta_api_get_type"
ignore = true ignore = true
[[object]] [[object]]
name = "GstRtp.RTPBufferFlags" name = "GstRtp.RTPBufferFlags"