diff --git a/gstreamer-app-sys/Cargo.toml b/gstreamer-app-sys/Cargo.toml index aec1d911b..60ddb9d49 100644 --- a/gstreamer-app-sys/Cargo.toml +++ b/gstreamer-app-sys/Cargo.toml @@ -1,16 +1,22 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -[dependencies.gstreamer-sys] -path = "../gstreamer-sys" +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-base-sys] path = "../gstreamer-base-sys" +[dependencies.gstreamer-sys] +path = "../gstreamer-sys" + [dev-dependencies] shell-words = "0.1.0" tempdir = "0.3" @@ -29,17 +35,14 @@ dox = [] name = "gstreamer_app_sys" [package] -build = "build.rs" -links = "gstapp-1.0" -name = "gstreamer-app-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstapp-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstapp-1.0" +name = "gstreamer-app-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-app-sys/src/lib.rs b/gstreamer-app-sys/src/lib.rs index 2b9f81e8e..cb20396ad 100644 --- a/gstreamer-app-sys/src/lib.rs +++ b/gstreamer-app-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-app-sys/tests/abi.rs b/gstreamer-app-sys/tests/abi.rs index a0fe0bb8f..7817f80fd 100644 --- a/gstreamer-app-sys/tests/abi.rs +++ b/gstreamer-app-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-app-sys/tests/constant.c b/gstreamer-app-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-app-sys/tests/constant.c +++ b/gstreamer-app-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-app-sys/tests/layout.c b/gstreamer-app-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-app-sys/tests/layout.c +++ b/gstreamer-app-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-audio-sys/Cargo.toml b/gstreamer-audio-sys/Cargo.toml index bc70bd378..2d0c7d390 100644 --- a/gstreamer-audio-sys/Cargo.toml +++ b/gstreamer-audio-sys/Cargo.toml @@ -1,17 +1,25 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -[dependencies.gstreamer-sys] -path = "../gstreamer-sys" +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-base-sys] path = "../gstreamer-base-sys" +[dependencies.gstreamer-sys] +path = "../gstreamer-sys" + [dev-dependencies] shell-words = "0.1.0" tempdir = "0.3" @@ -30,17 +38,14 @@ dox = [] name = "gstreamer_audio_sys" [package] -build = "build.rs" -links = "gstaudio-1.0" -name = "gstreamer-audio-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstaudio-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstaudio-1.0" +name = "gstreamer-audio-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-audio-sys/src/lib.rs b/gstreamer-audio-sys/src/lib.rs index 06baccf29..b7812003a 100644 --- a/gstreamer-audio-sys/src/lib.rs +++ b/gstreamer-audio-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-audio-sys/tests/abi.rs b/gstreamer-audio-sys/tests/abi.rs index ccda2fb95..9125c9dc3 100644 --- a/gstreamer-audio-sys/tests/abi.rs +++ b/gstreamer-audio-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-audio-sys/tests/constant.c b/gstreamer-audio-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-audio-sys/tests/constant.c +++ b/gstreamer-audio-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-audio-sys/tests/layout.c b/gstreamer-audio-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-audio-sys/tests/layout.c +++ b/gstreamer-audio-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-base-sys/Cargo.toml b/gstreamer-base-sys/Cargo.toml index 39a5d55eb..db21674ac 100644 --- a/gstreamer-base-sys/Cargo.toml +++ b/gstreamer-base-sys/Cargo.toml @@ -1,10 +1,18 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-sys] path = "../gstreamer-sys" @@ -30,17 +38,14 @@ dox = [] name = "gstreamer_base_sys" [package] -build = "build.rs" -links = "gstbase-1.0" -name = "gstreamer-base-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstbase-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstbase-1.0" +name = "gstreamer-base-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-base-sys/src/lib.rs b/gstreamer-base-sys/src/lib.rs index 83405b345..837b84599 100644 --- a/gstreamer-base-sys/src/lib.rs +++ b/gstreamer-base-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-base-sys/tests/abi.rs b/gstreamer-base-sys/tests/abi.rs index 3fb328690..cf53f97d0 100644 --- a/gstreamer-base-sys/tests/abi.rs +++ b/gstreamer-base-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-base-sys/tests/constant.c b/gstreamer-base-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-base-sys/tests/constant.c +++ b/gstreamer-base-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-base-sys/tests/layout.c b/gstreamer-base-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-base-sys/tests/layout.c +++ b/gstreamer-base-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-mpegts-sys/Cargo.toml b/gstreamer-mpegts-sys/Cargo.toml index 520e32d4c..a2f4f81e8 100644 --- a/gstreamer-mpegts-sys/Cargo.toml +++ b/gstreamer-mpegts-sys/Cargo.toml @@ -7,8 +7,12 @@ pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-base-sys] path = "../gstreamer-base-sys" diff --git a/gstreamer-mpegts-sys/src/lib.rs b/gstreamer-mpegts-sys/src/lib.rs index 9ab24c27a..eb94f1c0f 100644 --- a/gstreamer-mpegts-sys/src/lib.rs +++ b/gstreamer-mpegts-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-mpegts-sys/tests/abi.rs b/gstreamer-mpegts-sys/tests/abi.rs index 3653a4a64..b8c45e3fa 100644 --- a/gstreamer-mpegts-sys/tests/abi.rs +++ b/gstreamer-mpegts-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-mpegts-sys/tests/constant.c b/gstreamer-mpegts-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-mpegts-sys/tests/constant.c +++ b/gstreamer-mpegts-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-mpegts-sys/tests/layout.c b/gstreamer-mpegts-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-mpegts-sys/tests/layout.c +++ b/gstreamer-mpegts-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-net-sys/Cargo.toml b/gstreamer-net-sys/Cargo.toml index 96dcff5ed..3d06fda7f 100644 --- a/gstreamer-net-sys/Cargo.toml +++ b/gstreamer-net-sys/Cargo.toml @@ -1,11 +1,21 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -gio-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.gio-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-sys] path = "../gstreamer-sys" @@ -28,17 +38,14 @@ dox = [] name = "gstreamer_net_sys" [package] -build = "build.rs" -links = "gstnet-1.0" -name = "gstreamer-net-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstnet-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstnet-1.0" +name = "gstreamer-net-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-net-sys/src/lib.rs b/gstreamer-net-sys/src/lib.rs index dc3836451..bfec28f19 100644 --- a/gstreamer-net-sys/src/lib.rs +++ b/gstreamer-net-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-net-sys/tests/abi.rs b/gstreamer-net-sys/tests/abi.rs index e8e23b03f..e29589560 100644 --- a/gstreamer-net-sys/tests/abi.rs +++ b/gstreamer-net-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-net-sys/tests/constant.c b/gstreamer-net-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-net-sys/tests/constant.c +++ b/gstreamer-net-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-net-sys/tests/layout.c b/gstreamer-net-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-net-sys/tests/layout.c +++ b/gstreamer-net-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-pbutils-sys/Cargo.toml b/gstreamer-pbutils-sys/Cargo.toml index 4d862932a..0407ae1ac 100644 --- a/gstreamer-pbutils-sys/Cargo.toml +++ b/gstreamer-pbutils-sys/Cargo.toml @@ -1,17 +1,25 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -[dependencies.gstreamer-sys] -path = "../gstreamer-sys" +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-audio-sys] path = "../gstreamer-audio-sys" +[dependencies.gstreamer-sys] +path = "../gstreamer-sys" + [dependencies.gstreamer-video-sys] path = "../gstreamer-video-sys" @@ -33,17 +41,14 @@ dox = [] name = "gstreamer_pbutils_sys" [package] -build = "build.rs" -links = "gstpbutils-1.0" -name = "gstreamer-pbutils-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstpbutils-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstpbutils-1.0" +name = "gstreamer-pbutils-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-pbutils-sys/src/lib.rs b/gstreamer-pbutils-sys/src/lib.rs index 5922bcbb7..b22ab9a0c 100644 --- a/gstreamer-pbutils-sys/src/lib.rs +++ b/gstreamer-pbutils-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; @@ -69,7 +70,7 @@ pub const GST_ENCODING_CATEGORY_FILE_EXTENSION: *const c_char = b"file-extension pub const GST_ENCODING_CATEGORY_ONLINE_SERVICE: *const c_char = b"online-service\0" as *const u8 as *const c_char; pub const GST_ENCODING_CATEGORY_STORAGE_EDITING: *const c_char = b"storage-editing\0" as *const u8 as *const c_char; pub const GST_PLUGINS_BASE_VERSION_MAJOR: c_int = 1; -pub const GST_PLUGINS_BASE_VERSION_MICRO: c_int = 1; +pub const GST_PLUGINS_BASE_VERSION_MICRO: c_int = 2; pub const GST_PLUGINS_BASE_VERSION_MINOR: c_int = 14; pub const GST_PLUGINS_BASE_VERSION_NANO: c_int = 0; diff --git a/gstreamer-pbutils-sys/tests/abi.rs b/gstreamer-pbutils-sys/tests/abi.rs index 048b2b9d9..76b7c5eb0 100644 --- a/gstreamer-pbutils-sys/tests/abi.rs +++ b/gstreamer-pbutils-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT @@ -287,7 +287,7 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[ ("GST_INSTALL_PLUGINS_SUCCESS", "0"), ("GST_INSTALL_PLUGINS_USER_ABORT", "4"), ("GST_PLUGINS_BASE_VERSION_MAJOR", "1"), - ("GST_PLUGINS_BASE_VERSION_MICRO", "1"), + ("GST_PLUGINS_BASE_VERSION_MICRO", "2"), ("GST_PLUGINS_BASE_VERSION_MINOR", "14"), ("GST_PLUGINS_BASE_VERSION_NANO", "0"), ]; diff --git a/gstreamer-pbutils-sys/tests/constant.c b/gstreamer-pbutils-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-pbutils-sys/tests/constant.c +++ b/gstreamer-pbutils-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-pbutils-sys/tests/layout.c b/gstreamer-pbutils-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-pbutils-sys/tests/layout.c +++ b/gstreamer-pbutils-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-player-sys/Cargo.toml b/gstreamer-player-sys/Cargo.toml index 64ad78863..d0b5aec7d 100644 --- a/gstreamer-player-sys/Cargo.toml +++ b/gstreamer-player-sys/Cargo.toml @@ -1,10 +1,18 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-sys] path = "../gstreamer-sys" @@ -25,17 +33,14 @@ dox = [] name = "gstreamer_player_sys" [package] -build = "build.rs" -links = "gstplayer-1.0" -name = "gstreamer-player-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstplayer-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstplayer-1.0" +name = "gstreamer-player-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-player-sys/src/lib.rs b/gstreamer-player-sys/src/lib.rs index 3cb73fba9..4f7bc818f 100644 --- a/gstreamer-player-sys/src/lib.rs +++ b/gstreamer-player-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-player-sys/tests/abi.rs b/gstreamer-player-sys/tests/abi.rs index 95cb89bb4..09fb3a903 100644 --- a/gstreamer-player-sys/tests/abi.rs +++ b/gstreamer-player-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-player-sys/tests/constant.c b/gstreamer-player-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-player-sys/tests/constant.c +++ b/gstreamer-player-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-player-sys/tests/layout.c b/gstreamer-player-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-player-sys/tests/layout.c +++ b/gstreamer-player-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-rtsp-server-sys/Cargo.toml b/gstreamer-rtsp-server-sys/Cargo.toml index ea4535b19..b48b36edd 100644 --- a/gstreamer-rtsp-server-sys/Cargo.toml +++ b/gstreamer-rtsp-server-sys/Cargo.toml @@ -7,9 +7,15 @@ pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -gio-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.gio-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-net-sys] path = "../gstreamer-net-sys" diff --git a/gstreamer-rtsp-server-sys/src/lib.rs b/gstreamer-rtsp-server-sys/src/lib.rs index 941ed40df..946ffdbe7 100644 --- a/gstreamer-rtsp-server-sys/src/lib.rs +++ b/gstreamer-rtsp-server-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-rtsp-server-sys/tests/abi.rs b/gstreamer-rtsp-server-sys/tests/abi.rs index 0735d5137..f55c5861a 100644 --- a/gstreamer-rtsp-server-sys/tests/abi.rs +++ b/gstreamer-rtsp-server-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-rtsp-server-sys/tests/constant.c b/gstreamer-rtsp-server-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-rtsp-server-sys/tests/constant.c +++ b/gstreamer-rtsp-server-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-rtsp-server-sys/tests/layout.c b/gstreamer-rtsp-server-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-rtsp-server-sys/tests/layout.c +++ b/gstreamer-rtsp-server-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-rtsp-sys/Cargo.toml b/gstreamer-rtsp-sys/Cargo.toml index 6b68271d5..5f17b54e7 100644 --- a/gstreamer-rtsp-sys/Cargo.toml +++ b/gstreamer-rtsp-sys/Cargo.toml @@ -1,11 +1,21 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -gio-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.gio-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-sdp-sys] path = "../gstreamer-sdp-sys" @@ -32,17 +42,14 @@ v1_14 = ["v1_12"] name = "gstreamer_rtsp_sys" [package] -build = "build.rs" -links = "gstrtsp-1.0" -name = "gstreamer-rtsp-sys" -version = "0.6.0" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstrtsp-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstrtsp-1.0" +name = "gstreamer-rtsp-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-rtsp-sys/src/lib.rs b/gstreamer-rtsp-sys/src/lib.rs index e15abe80b..024a83e1b 100644 --- a/gstreamer-rtsp-sys/src/lib.rs +++ b/gstreamer-rtsp-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-rtsp-sys/tests/abi.rs b/gstreamer-rtsp-sys/tests/abi.rs index bbc24b83d..408b5af98 100644 --- a/gstreamer-rtsp-sys/tests/abi.rs +++ b/gstreamer-rtsp-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-rtsp-sys/tests/constant.c b/gstreamer-rtsp-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-rtsp-sys/tests/constant.c +++ b/gstreamer-rtsp-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-rtsp-sys/tests/layout.c b/gstreamer-rtsp-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-rtsp-sys/tests/layout.c +++ b/gstreamer-rtsp-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-sdp-sys/Cargo.toml b/gstreamer-sdp-sys/Cargo.toml index 85989ccef..c973908b9 100644 --- a/gstreamer-sdp-sys/Cargo.toml +++ b/gstreamer-sdp-sys/Cargo.toml @@ -1,10 +1,18 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-sys] path = "../gstreamer-sys" @@ -28,17 +36,14 @@ v1_14 = ["v1_12"] name = "gstreamer_sdp_sys" [package] -build = "build.rs" -links = "gstsdp-1.0" -name = "gstreamer-sdp-sys" -version = "0.6.0" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstsdp-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstsdp-1.0" +name = "gstreamer-sdp-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-sdp-sys/src/lib.rs b/gstreamer-sdp-sys/src/lib.rs index efdbfc082..4be94671a 100644 --- a/gstreamer-sdp-sys/src/lib.rs +++ b/gstreamer-sdp-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-sdp-sys/tests/abi.rs b/gstreamer-sdp-sys/tests/abi.rs index d62a85d1b..bd1258722 100644 --- a/gstreamer-sdp-sys/tests/abi.rs +++ b/gstreamer-sdp-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-sdp-sys/tests/constant.c b/gstreamer-sdp-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-sdp-sys/tests/constant.c +++ b/gstreamer-sdp-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-sdp-sys/tests/layout.c b/gstreamer-sdp-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-sdp-sys/tests/layout.c +++ b/gstreamer-sdp-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-sys/Cargo.toml b/gstreamer-sys/Cargo.toml index eb4083a86..68ae46ef1 100644 --- a/gstreamer-sys/Cargo.toml +++ b/gstreamer-sys/Cargo.toml @@ -1,10 +1,18 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dev-dependencies] shell-words = "0.1.0" @@ -26,17 +34,14 @@ dox = [] name = "gstreamer_sys" [package] -build = "build.rs" -links = "gstreamer-1.0" -name = "gstreamer-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstreamer-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstreamer-1.0" +name = "gstreamer-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-sys/src/lib.rs b/gstreamer-sys/src/lib.rs index 8ef549dc3..9ac3ed07d 100644 --- a/gstreamer-sys/src/lib.rs +++ b/gstreamer-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-sys/tests/abi.rs b/gstreamer-sys/tests/abi.rs index 6c2eaee9d..414478ee7 100644 --- a/gstreamer-sys/tests/abi.rs +++ b/gstreamer-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-sys/tests/constant.c b/gstreamer-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-sys/tests/constant.c +++ b/gstreamer-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-sys/tests/layout.c b/gstreamer-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-sys/tests/layout.c +++ b/gstreamer-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-tag-sys/Cargo.toml b/gstreamer-tag-sys/Cargo.toml index 0090e7b9b..6f2562c25 100644 --- a/gstreamer-tag-sys/Cargo.toml +++ b/gstreamer-tag-sys/Cargo.toml @@ -1,15 +1,24 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } + +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gstreamer-base-sys] +path = "../gstreamer-base-sys" [dependencies.gstreamer-sys] path = "../gstreamer-sys" -[dependencies.gstreamer-base-sys] -path = "../gstreamer-base-sys" [dev-dependencies] shell-words = "0.1.0" @@ -29,17 +38,14 @@ dox = [] name = "gstreamer_tag_sys" [package] -build = "build.rs" -links = "gsttag-1.0" -name = "gstreamer-tag-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgsttag-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gsttag-1.0" +name = "gstreamer-tag-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-tag-sys/src/lib.rs b/gstreamer-tag-sys/src/lib.rs index fdeb4b5e9..a3ae56756 100644 --- a/gstreamer-tag-sys/src/lib.rs +++ b/gstreamer-tag-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-tag-sys/tests/abi.rs b/gstreamer-tag-sys/tests/abi.rs index 63ec74374..2d429ad66 100644 --- a/gstreamer-tag-sys/tests/abi.rs +++ b/gstreamer-tag-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-tag-sys/tests/constant.c b/gstreamer-tag-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-tag-sys/tests/constant.c +++ b/gstreamer-tag-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-tag-sys/tests/layout.c b/gstreamer-tag-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-tag-sys/tests/layout.c +++ b/gstreamer-tag-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-video-sys/Cargo.toml b/gstreamer-video-sys/Cargo.toml index a71cd3043..6d7093058 100644 --- a/gstreamer-video-sys/Cargo.toml +++ b/gstreamer-video-sys/Cargo.toml @@ -1,17 +1,25 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -[dependencies.gstreamer-sys] -path = "../gstreamer-sys" +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-base-sys] path = "../gstreamer-base-sys" +[dependencies.gstreamer-sys] +path = "../gstreamer-sys" + [dev-dependencies] shell-words = "0.1.0" tempdir = "0.3" @@ -32,17 +40,14 @@ dox = [] name = "gstreamer_video_sys" [package] -build = "build.rs" -links = "gstvideo-1.0" -name = "gstreamer-video-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstvideo-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstvideo-1.0" +name = "gstreamer-video-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-video-sys/src/lib.rs b/gstreamer-video-sys/src/lib.rs index e4340a04d..90020d93f 100644 --- a/gstreamer-video-sys/src/lib.rs +++ b/gstreamer-video-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; diff --git a/gstreamer-video-sys/tests/abi.rs b/gstreamer-video-sys/tests/abi.rs index 7c9bac9f9..511f791f8 100644 --- a/gstreamer-video-sys/tests/abi.rs +++ b/gstreamer-video-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-video-sys/tests/constant.c b/gstreamer-video-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-video-sys/tests/constant.c +++ b/gstreamer-video-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-video-sys/tests/layout.c b/gstreamer-video-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-video-sys/tests/layout.c +++ b/gstreamer-video-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-webrtc-sys/Cargo.toml b/gstreamer-webrtc-sys/Cargo.toml index 2a5d7a731..84d93cd10 100644 --- a/gstreamer-webrtc-sys/Cargo.toml +++ b/gstreamer-webrtc-sys/Cargo.toml @@ -1,17 +1,25 @@ +[badges.travis-ci] +branch = "master" +repository = "sdroege/gstreamer-sys" + [build-dependencies] pkg-config = "0.3.7" [dependencies] libc = "0.2" -glib-sys = { git = "https://github.com/gtk-rs/sys" } -gobject-sys = { git = "https://github.com/gtk-rs/sys" } -[dependencies.gstreamer-sys] -path = "../gstreamer-sys" +[dependencies.glib-sys] +git = "https://github.com/gtk-rs/sys" + +[dependencies.gobject-sys] +git = "https://github.com/gtk-rs/sys" [dependencies.gstreamer-sdp-sys] path = "../gstreamer-sdp-sys" +[dependencies.gstreamer-sys] +path = "../gstreamer-sys" + [dev-dependencies] shell-words = "0.1.0" tempdir = "0.3" @@ -23,17 +31,14 @@ dox = [] name = "gstreamer_webrtc_sys" [package] -build = "build.rs" -links = "gstwebrtc-1.0" -name = "gstreamer-webrtc-sys" -version = "0.6.0" authors = ["Sebastian Dröge "] +build = "build.rs" description = "FFI bindings to libgstwebrtc-1.0" homepage = "https://gstreamer.freedesktop.org" keywords = ["ffi", "gstreamer", "gnome", "multimedia"] -repository = "https://github.com/sdroege/gstreamer-sys" license = "MIT" +links = "gstwebrtc-1.0" +name = "gstreamer-webrtc-sys" readme = "README.md" - -[badges] -travis-ci = { repository = "sdroege/gstreamer-sys", branch = "master" } +repository = "https://github.com/sdroege/gstreamer-sys" +version = "0.6.0" diff --git a/gstreamer-webrtc-sys/src/lib.rs b/gstreamer-webrtc-sys/src/lib.rs index b041459df..d65bc166b 100644 --- a/gstreamer-webrtc-sys/src/lib.rs +++ b/gstreamer-webrtc-sys/src/lib.rs @@ -1,8 +1,9 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] +#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))] extern crate libc; extern crate glib_sys as glib; @@ -32,6 +33,10 @@ pub const GST_WEBRTC_DTLS_TRANSPORT_STATE_FAILED: GstWebRTCDTLSTransportState = pub const GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTING: GstWebRTCDTLSTransportState = 3; pub const GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTED: GstWebRTCDTLSTransportState = 4; +pub type GstWebRTCFECType = c_int; +pub const GST_WEBRTC_FEC_TYPE_NONE: GstWebRTCFECType = 0; +pub const GST_WEBRTC_FEC_TYPE_ULP_RED: GstWebRTCFECType = 1; + pub type GstWebRTCICEComponent = c_int; pub const GST_WEBRTC_ICE_COMPONENT_RTP: GstWebRTCICEComponent = 0; pub const GST_WEBRTC_ICE_COMPONENT_RTCP: GstWebRTCICEComponent = 1; @@ -343,6 +348,11 @@ extern "C" { //========================================================================= pub fn gst_webrtc_dtls_transport_state_get_type() -> GType; + //========================================================================= + // GstWebRTCFECType + //========================================================================= + pub fn gst_webrtc_fec_type_get_type() -> GType; + //========================================================================= // GstWebRTCICEComponent //========================================================================= diff --git a/gstreamer-webrtc-sys/tests/abi.rs b/gstreamer-webrtc-sys/tests/abi.rs index ded25868f..b7d08b1b3 100644 --- a/gstreamer-webrtc-sys/tests/abi.rs +++ b/gstreamer-webrtc-sys/tests/abi.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT @@ -235,6 +235,7 @@ const RUST_LAYOUTS: &[(&str, Layout)] = &[ ("GstWebRTCDTLSTransport", Layout {size: size_of::(), alignment: align_of::()}), ("GstWebRTCDTLSTransportClass", Layout {size: size_of::(), alignment: align_of::()}), ("GstWebRTCDTLSTransportState", Layout {size: size_of::(), alignment: align_of::()}), + ("GstWebRTCFECType", Layout {size: size_of::(), alignment: align_of::()}), ("GstWebRTCICEComponent", Layout {size: size_of::(), alignment: align_of::()}), ("GstWebRTCICEConnectionState", Layout {size: size_of::(), alignment: align_of::()}), ("GstWebRTCICEGatheringState", Layout {size: size_of::(), alignment: align_of::()}), @@ -265,6 +266,8 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[ ("GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTING", "3"), ("GST_WEBRTC_DTLS_TRANSPORT_STATE_FAILED", "2"), ("GST_WEBRTC_DTLS_TRANSPORT_STATE_NEW", "0"), + ("GST_WEBRTC_FEC_TYPE_NONE", "0"), + ("GST_WEBRTC_FEC_TYPE_ULP_RED", "1"), ("GST_WEBRTC_ICE_COMPONENT_RTCP", "1"), ("GST_WEBRTC_ICE_COMPONENT_RTP", "0"), ("GST_WEBRTC_ICE_CONNECTION_STATE_CHECKING", "1"), diff --git a/gstreamer-webrtc-sys/tests/constant.c b/gstreamer-webrtc-sys/tests/constant.c index f1e698e3e..ca2c6e574 100644 --- a/gstreamer-webrtc-sys/tests/constant.c +++ b/gstreamer-webrtc-sys/tests/constant.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT diff --git a/gstreamer-webrtc-sys/tests/layout.c b/gstreamer-webrtc-sys/tests/layout.c index d05bb7d3f..0d766ac33 100644 --- a/gstreamer-webrtc-sys/tests/layout.c +++ b/gstreamer-webrtc-sys/tests/layout.c @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 1825132) +// This file was generated by gir (https://github.com/gtk-rs/gir @ f5fca82) // from gir-files (https://github.com/gtk-rs/gir-files @ ???) // DO NOT EDIT