diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index 31ea470bb..e18650e9c 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "gstreamer-gl" version = "0.17.0" -authors = ["Sebastian Dröge ", - "Víctor M. Jáquez L. "] +authors = [ + "Sebastian Dröge ", + "Víctor M. Jáquez L. " +] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer GL library" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" diff --git a/gstreamer-gl/Gir.toml b/gstreamer-gl/Gir.toml index cd07de58a..b7bda2473 100644 --- a/gstreamer-gl/Gir.toml +++ b/gstreamer-gl/Gir.toml @@ -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" diff --git a/gstreamer-gl/egl/Cargo.toml b/gstreamer-gl/egl/Cargo.toml index d6a6c3779..49d4653b0 100644 --- a/gstreamer-gl/egl/Cargo.toml +++ b/gstreamer-gl/egl/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "gstreamer-gl-egl" version = "0.17.0" -authors = ["Sebastian Dröge ", - "Víctor M. Jáquez L. "] +authors = [ + "Sebastian Dröge ", + "Víctor M. Jáquez L. " +] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer GL library (EGL support)" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" diff --git a/gstreamer-gl/wayland/Cargo.toml b/gstreamer-gl/wayland/Cargo.toml index 050ef5e62..288b2ad0e 100644 --- a/gstreamer-gl/wayland/Cargo.toml +++ b/gstreamer-gl/wayland/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "gstreamer-gl-wayland" version = "0.17.0" -authors = ["Sebastian Dröge ", - "Víctor M. Jáquez L. "] +authors = [ + "Sebastian Dröge ", + "Víctor M. Jáquez L. " +] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer GL library (Wayland support)" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" diff --git a/gstreamer-gl/x11/Cargo.toml b/gstreamer-gl/x11/Cargo.toml index ff320be12..ca6343d0f 100644 --- a/gstreamer-gl/x11/Cargo.toml +++ b/gstreamer-gl/x11/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "gstreamer-gl-x11" version = "0.17.0" -authors = ["Sebastian Dröge ", - "Víctor M. Jáquez L. "] +authors = [ + "Sebastian Dröge ", + "Víctor M. Jáquez L. " +] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer GL library (X11 support)" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" diff --git a/gstreamer-rtp/Gir.toml b/gstreamer-rtp/Gir.toml index 9fd5c791f..78b0e4b56 100644 --- a/gstreamer-rtp/Gir.toml +++ b/gstreamer-rtp/Gir.toml @@ -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"