mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
Regenerate everything with latest GIR
This commit is contained in:
parent
1eb7832602
commit
fdcc8ff36e
70 changed files with 295 additions and 196 deletions
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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"),
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <mathieu@centricular.com>", "Sebastian Dröge <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <mathieu@centricular.com>", "Sebastian Dröge <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <sebastian@centricular.com>"]
|
||||
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"
|
||||
|
|
|
@ -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
|
||||
//=========================================================================
|
||||
|
|
|
@ -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::<GstWebRTCDTLSTransport>(), alignment: align_of::<GstWebRTCDTLSTransport>()}),
|
||||
("GstWebRTCDTLSTransportClass", Layout {size: size_of::<GstWebRTCDTLSTransportClass>(), alignment: align_of::<GstWebRTCDTLSTransportClass>()}),
|
||||
("GstWebRTCDTLSTransportState", Layout {size: size_of::<GstWebRTCDTLSTransportState>(), alignment: align_of::<GstWebRTCDTLSTransportState>()}),
|
||||
("GstWebRTCFECType", Layout {size: size_of::<GstWebRTCFECType>(), alignment: align_of::<GstWebRTCFECType>()}),
|
||||
("GstWebRTCICEComponent", Layout {size: size_of::<GstWebRTCICEComponent>(), alignment: align_of::<GstWebRTCICEComponent>()}),
|
||||
("GstWebRTCICEConnectionState", Layout {size: size_of::<GstWebRTCICEConnectionState>(), alignment: align_of::<GstWebRTCICEConnectionState>()}),
|
||||
("GstWebRTCICEGatheringState", Layout {size: size_of::<GstWebRTCICEGatheringState>(), alignment: align_of::<GstWebRTCICEGatheringState>()}),
|
||||
|
@ -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"),
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue