Regenerate

This commit is contained in:
Sebastian Dröge 2020-05-05 20:03:24 +03:00
parent e2c1cdee24
commit 27f694f995
108 changed files with 357 additions and 334 deletions

View file

@ -18,16 +18,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-base-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4", "gstreamer-base-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-base-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-base-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-base-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-base-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-base-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_app_sys" name = "gstreamer_app_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_app_sys; extern crate gstreamer_app_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -21,16 +21,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-base-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4", "gstreamer-base-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-base-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-base-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-base-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-base-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-base-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_audio_sys" name = "gstreamer_audio_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -121,6 +121,20 @@ pub const GST_AUDIO_FORMAT_F32LE: GstAudioFormat = 28;
pub const GST_AUDIO_FORMAT_F32BE: GstAudioFormat = 29; pub const GST_AUDIO_FORMAT_F32BE: GstAudioFormat = 29;
pub const GST_AUDIO_FORMAT_F64LE: GstAudioFormat = 30; pub const GST_AUDIO_FORMAT_F64LE: GstAudioFormat = 30;
pub const GST_AUDIO_FORMAT_F64BE: GstAudioFormat = 31; pub const GST_AUDIO_FORMAT_F64BE: GstAudioFormat = 31;
pub const GST_AUDIO_FORMAT_S16: GstAudioFormat = 4;
pub const GST_AUDIO_FORMAT_U16: GstAudioFormat = 6;
pub const GST_AUDIO_FORMAT_S24_32: GstAudioFormat = 8;
pub const GST_AUDIO_FORMAT_U24_32: GstAudioFormat = 10;
pub const GST_AUDIO_FORMAT_S32: GstAudioFormat = 12;
pub const GST_AUDIO_FORMAT_U32: GstAudioFormat = 14;
pub const GST_AUDIO_FORMAT_S24: GstAudioFormat = 16;
pub const GST_AUDIO_FORMAT_U24: GstAudioFormat = 18;
pub const GST_AUDIO_FORMAT_S20: GstAudioFormat = 20;
pub const GST_AUDIO_FORMAT_U20: GstAudioFormat = 22;
pub const GST_AUDIO_FORMAT_S18: GstAudioFormat = 24;
pub const GST_AUDIO_FORMAT_U18: GstAudioFormat = 26;
pub const GST_AUDIO_FORMAT_F32: GstAudioFormat = 28;
pub const GST_AUDIO_FORMAT_F64: GstAudioFormat = 30;
pub type GstAudioLayout = c_int; pub type GstAudioLayout = c_int;
pub const GST_AUDIO_LAYOUT_INTERLEAVED: GstAudioLayout = 0; pub const GST_AUDIO_LAYOUT_INTERLEAVED: GstAudioLayout = 0;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_audio_sys; extern crate gstreamer_audio_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -19,19 +19,19 @@ tempfile = "3"
[features] [features]
v1_0_1 = [] v1_0_1 = []
v1_2 = ["v1_0_1", "gstreamer-sys/v1_2"] v1_2 = ["v1_0_1"]
v1_4 = ["v1_2", "gstreamer-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12"] v1_12 = ["v1_10"]
v1_12_1 = ["v1_12"] v1_12_1 = ["v1_12"]
v1_14 = ["v1_12_1", "gstreamer-sys/v1_14"] v1_14 = ["v1_12_1"]
v1_14_1 = ["v1_14"] v1_14_1 = ["v1_14"]
v1_14_3 = ["v1_14_1"] v1_14_3 = ["v1_14_1"]
v1_16 = ["v1_14_3", "gstreamer-sys/v1_16"] v1_16 = ["v1_14_3"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_base_sys" name = "gstreamer_base_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_base_sys; extern crate gstreamer_base_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -18,16 +18,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
dox = ["v1_18"] dox = []
v1_2 = ["gstreamer-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18"] v1_18 = ["v1_16"]
[lib] [lib]
name = "gstreamer_check_sys" name = "gstreamer_check_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_check_sys; extern crate gstreamer_check_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -27,14 +27,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
dox = ["v1_18"] dox = []
v1_6 = ["gstreamer-sys/v1_6", "gstreamer-base-sys/v1_6", "gstreamer-pbutils-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-base-sys/v1_8", "gstreamer-pbutils-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-base-sys/v1_10", "gstreamer-pbutils-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-base-sys/v1_12", "gstreamer-pbutils-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-base-sys/v1_14", "gstreamer-pbutils-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16", "gstreamer-pbutils-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18", "gstreamer-pbutils-sys/v1_18"] v1_18 = ["v1_16"]
v1_2 = []
v1_4 = ["v1_2"]
[lib] [lib]
name = "gstreamer_editing_services_sys" name = "gstreamer_editing_services_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]
@ -45,6 +45,10 @@ fn find() -> Result<(), Error> {
"1.8" "1.8"
} else if cfg!(feature = "v1_6") { } else if cfg!(feature = "v1_6") {
"1.6" "1.6"
} else if cfg!(feature = "v1_4") {
"1.4"
} else if cfg!(feature = "v1_2") {
"1.2"
} else { } else {
"1.0" "1.0"
}; };

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_editing_services_sys; extern crate gstreamer_editing_services_sys;
@ -1111,20 +1111,12 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
("(gint) GES_CHILDREN_UPDATE_ALL_VALUES", "3"), ("(gint) GES_CHILDREN_UPDATE_ALL_VALUES", "3"),
("(gint) GES_CHILDREN_UPDATE_OFFSETS", "2"), ("(gint) GES_CHILDREN_UPDATE_OFFSETS", "2"),
("(gint) GES_EDGE_END", "1"), ("(gint) GES_EDGE_END", "1"),
("(gint) GES_EDGE_END", "1"),
("(gint) GES_EDGE_NONE", "2"),
("(gint) GES_EDGE_NONE", "2"), ("(gint) GES_EDGE_NONE", "2"),
("(gint) GES_EDGE_START", "0"), ("(gint) GES_EDGE_START", "0"),
("(gint) GES_EDGE_START", "0"),
("(gint) GES_EDIT_MODE_NORMAL", "0"),
("(gint) GES_EDIT_MODE_NORMAL", "0"), ("(gint) GES_EDIT_MODE_NORMAL", "0"),
("(gint) GES_EDIT_MODE_RIPPLE", "1"), ("(gint) GES_EDIT_MODE_RIPPLE", "1"),
("(gint) GES_EDIT_MODE_RIPPLE", "1"),
("(gint) GES_EDIT_MODE_ROLL", "2"),
("(gint) GES_EDIT_MODE_ROLL", "2"), ("(gint) GES_EDIT_MODE_ROLL", "2"),
("(gint) GES_EDIT_MODE_SLIDE", "4"), ("(gint) GES_EDIT_MODE_SLIDE", "4"),
("(gint) GES_EDIT_MODE_SLIDE", "4"),
("(gint) GES_EDIT_MODE_TRIM", "3"),
("(gint) GES_EDIT_MODE_TRIM", "3"), ("(gint) GES_EDIT_MODE_TRIM", "3"),
("(gint) GES_ERROR_ASSET_LOADING", "1"), ("(gint) GES_ERROR_ASSET_LOADING", "1"),
("(gint) GES_ERROR_ASSET_WRONG_ID", "0"), ("(gint) GES_ERROR_ASSET_WRONG_ID", "0"),

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -27,12 +27,12 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
dox = ["v1_18"] dox = []
egl = [] egl = []
x11 = [] x11 = []
wayland = [] wayland = []
v1_16 = ["gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16", "gstreamer-video-sys/v1_16"] v1_16 = []
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18", "gstreamer-video-sys/v1_18"] v1_18 = ["v1_16"]
[lib] [lib]
name = "gstreamer_gl_sys" name = "gstreamer_gl_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_gl_sys; extern crate gstreamer_gl_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -21,16 +21,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-base-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4", "gstreamer-base-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-base-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-base-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-base-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-base-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-base-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_mpegts_sys" name = "gstreamer_mpegts_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]
@ -50,7 +50,7 @@ fn find() -> Result<(), Error> {
} else if cfg!(feature = "v1_2") { } else if cfg!(feature = "v1_2") {
"1.2" "1.2"
} else { } else {
"1.0" "1.12"
}; };
if let Ok(inc_dir) = env::var("GTK_INCLUDE_DIR") { if let Ok(inc_dir) = env::var("GTK_INCLUDE_DIR") {

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_mpegts_sys; extern crate gstreamer_mpegts_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -21,16 +21,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_2 = ["gstreamer-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_net_sys" name = "gstreamer_net_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_net_sys; extern crate gstreamer_net_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -24,16 +24,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-audio-sys/v1_2", "gstreamer-video-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4", "gstreamer-audio-sys/v1_4", "gstreamer-video-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-audio-sys/v1_6", "gstreamer-video-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-audio-sys/v1_8", "gstreamer-video-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-audio-sys/v1_10", "gstreamer-video-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-audio-sys/v1_12", "gstreamer-video-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-audio-sys/v1_14", "gstreamer-video-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-audio-sys/v1_16", "gstreamer-video-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-audio-sys/v1_18", "gstreamer-video-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_pbutils_sys" name = "gstreamer_pbutils_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]
@ -43,6 +43,8 @@ fn find() -> Result<(), Error> {
"1.10" "1.10"
} else if cfg!(feature = "v1_8") { } else if cfg!(feature = "v1_8") {
"1.8" "1.8"
} else if cfg!(feature = "v1_6") {
"1.6"
} else if cfg!(feature = "v1_4") { } else if cfg!(feature = "v1_4") {
"1.4" "1.4"
} else if cfg!(feature = "v1_2") { } else if cfg!(feature = "v1_2") {

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_pbutils_sys; extern crate gstreamer_pbutils_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -23,10 +23,10 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_14 = ["gstreamer-sys/v1_14", "gstreamer-video-sys/v1_14"] v1_14 = []
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-video-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-video-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_player_sys" name = "gstreamer_player_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_player_sys; extern crate gstreamer_player_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -22,17 +22,17 @@ tempfile = "3"
[features] [features]
v1_4 = ["v1_2"] v1_4 = ["v1_2"]
v1_8 = ["v1_4"] v1_8 = ["v1_6_1"]
v1_8_1 = ["v1_8"] v1_8_1 = ["v1_8"]
v1_12 = ["v1_10"] v1_12 = ["v1_10"]
v1_14 = ["v1_12"] v1_14 = ["v1_12"]
v1_2 = [] v1_2 = []
v1_6 = ["v1_2"] v1_6 = ["v1_4"]
v1_6_1 = ["v1_6"] v1_6_1 = ["v1_6"]
v1_10 = ["v1_6_1"] v1_10 = ["v1_8"]
v1_16 = ["v1_10"] v1_16 = ["v1_14"]
v1_18 = ["v1_16"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_rtp_sys" name = "gstreamer_rtp_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -32,10 +32,14 @@ pub const GST_RTCP_RTPFB_TYPE_TMMBR: GstRTCPFBType = 3;
pub const GST_RTCP_RTPFB_TYPE_TMMBN: GstRTCPFBType = 4; pub const GST_RTCP_RTPFB_TYPE_TMMBN: GstRTCPFBType = 4;
pub const GST_RTCP_RTPFB_TYPE_RTCP_SR_REQ: GstRTCPFBType = 5; pub const GST_RTCP_RTPFB_TYPE_RTCP_SR_REQ: GstRTCPFBType = 5;
pub const GST_RTCP_RTPFB_TYPE_TWCC: GstRTCPFBType = 15; pub const GST_RTCP_RTPFB_TYPE_TWCC: GstRTCPFBType = 15;
pub const GST_RTCP_PSFB_TYPE_PLI: GstRTCPFBType = 1;
pub const GST_RTCP_PSFB_TYPE_SLI: GstRTCPFBType = 2; pub const GST_RTCP_PSFB_TYPE_SLI: GstRTCPFBType = 2;
pub const GST_RTCP_PSFB_TYPE_RPSI: GstRTCPFBType = 3;
pub const GST_RTCP_PSFB_TYPE_AFB: GstRTCPFBType = 15;
pub const GST_RTCP_PSFB_TYPE_FIR: GstRTCPFBType = 4;
pub const GST_RTCP_PSFB_TYPE_TSTR: GstRTCPFBType = 5;
pub const GST_RTCP_PSFB_TYPE_TSTN: GstRTCPFBType = 6; pub const GST_RTCP_PSFB_TYPE_TSTN: GstRTCPFBType = 6;
pub const GST_RTCP_PSFB_TYPE_VBCN: GstRTCPFBType = 7; pub const GST_RTCP_PSFB_TYPE_VBCN: GstRTCPFBType = 7;
pub const GST_RTCP_PSFB_TYPE_AFB: GstRTCPFBType = 15;
pub type GstRTCPSDESType = c_int; pub type GstRTCPSDESType = c_int;
pub const GST_RTCP_SDES_INVALID: GstRTCPSDESType = -1; pub const GST_RTCP_SDES_INVALID: GstRTCPSDESType = -1;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_rtp_sys; extern crate gstreamer_rtp_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -30,16 +30,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
dox = ["v1_18"] dox = []
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-net-sys/v1_2", "gstreamer-rtsp-sys/v1_2", "gstreamer-sdp-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4", "gstreamer-net-sys/v1_4", "gstreamer-rtsp-sys/v1_4", "gstreamer-sdp-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-net-sys/v1_6", "gstreamer-rtsp-sys/v1_6", "gstreamer-sdp-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-net-sys/v1_8", "gstreamer-rtsp-sys/v1_8", "gstreamer-sdp-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-net-sys/v1_10", "gstreamer-rtsp-sys/v1_10", "gstreamer-sdp-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-net-sys/v1_12", "gstreamer-rtsp-sys/v1_12", "gstreamer-sdp-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-net-sys/v1_14", "gstreamer-rtsp-sys/v1_14", "gstreamer-sdp-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-net-sys/v1_16", "gstreamer-rtsp-sys/v1_16", "gstreamer-sdp-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-net-sys/v1_18", "gstreamer-rtsp-sys/v1_18", "gstreamer-sdp-sys/v1_18"] v1_18 = ["v1_16"]
[lib] [lib]
name = "gstreamer_rtsp_server_sys" name = "gstreamer_rtsp_server_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_rtsp_server_sys; extern crate gstreamer_rtsp_server_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -24,17 +24,17 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
dox = ["v1_18"] dox = []
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-sdp-sys/v1_2"] v1_2 = []
v1_2_1 = ["v1_2"] v1_2_1 = ["v1_2"]
v1_4 = ["v1_2_1", "gstreamer-sys/v1_4", "gstreamer-sdp-sys/v1_4"] v1_4 = ["v1_2_1"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-sdp-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-sdp-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-sdp-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-sdp-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-sdp-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-sdp-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-sdp-sys/v1_18"] v1_18 = ["v1_16"]
[lib] [lib]
name = "gstreamer_rtsp_sys" name = "gstreamer_rtsp_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_rtsp_sys; extern crate gstreamer_rtsp_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -18,17 +18,17 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
dox = ["v1_18"] v1_6 = ["v1_4"]
v1_2 = ["gstreamer-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6"] v1_8 = ["v1_6"]
v1_8 = ["v1_4", "gstreamer-sys/v1_8"]
v1_8_1 = ["v1_8"] v1_8_1 = ["v1_8"]
v1_10 = ["v1_8_1", "gstreamer-sys/v1_10"] v1_10 = ["v1_8_1"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18"] v1_18 = ["v1_16"]
dox = []
[lib] [lib]
name = "gstreamer_sdp_sys" name = "gstreamer_sdp_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]
@ -45,6 +45,8 @@ fn find() -> Result<(), Error> {
"1.8.1" "1.8.1"
} else if cfg!(feature = "v1_8") { } else if cfg!(feature = "v1_8") {
"1.8" "1.8"
} else if cfg!(feature = "v1_6") {
"1.6"
} else if cfg!(feature = "v1_4") { } else if cfg!(feature = "v1_4") {
"1.4" "1.4"
} else if cfg!(feature = "v1_2") { } else if cfg!(feature = "v1_2") {

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_sdp_sys; extern crate gstreamer_sdp_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -26,7 +26,7 @@ v1_12 = ["v1_10"]
v1_14 = ["v1_12"] v1_14 = ["v1_12"]
v1_16 = ["v1_14"] v1_16 = ["v1_14"]
v1_18 = ["v1_16"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_sys" name = "gstreamer_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_sys; extern crate gstreamer_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -21,16 +21,16 @@ shell-words = "0.1.0"
tempfile = "3" tempfile = "3"
[features] [features]
v1_2 = ["gstreamer-sys/v1_2", "gstreamer-base-sys/v1_2"] v1_2 = []
v1_4 = ["v1_2", "gstreamer-sys/v1_4", "gstreamer-base-sys/v1_4"] v1_4 = ["v1_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-base-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-base-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-base-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-base-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-base-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_tag_sys" name = "gstreamer_tag_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_tag_sys; extern crate gstreamer_tag_sys;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#include "manual.h" #include "manual.h"

View file

@ -22,17 +22,17 @@ tempfile = "3"
[features] [features]
v1_0_3 = [] v1_0_3 = []
v1_2 = ["v1_0_3", "gstreamer-sys/v1_2", "gstreamer-base-sys/v1_2"] v1_2 = ["v1_0_3"]
v1_2_2 = ["v1_2"] v1_2_2 = ["v1_2"]
v1_4 = ["v1_2_2", "gstreamer-sys/v1_4", "gstreamer-base-sys/v1_4"] v1_4 = ["v1_2_2"]
v1_6 = ["v1_4", "gstreamer-sys/v1_6", "gstreamer-base-sys/v1_6"] v1_6 = ["v1_4"]
v1_8 = ["v1_6", "gstreamer-sys/v1_8", "gstreamer-base-sys/v1_8"] v1_8 = ["v1_6"]
v1_10 = ["v1_8", "gstreamer-sys/v1_10", "gstreamer-base-sys/v1_10"] v1_10 = ["v1_8"]
v1_12 = ["v1_10", "gstreamer-sys/v1_12", "gstreamer-base-sys/v1_12"] v1_12 = ["v1_10"]
v1_14 = ["v1_12", "gstreamer-sys/v1_14", "gstreamer-base-sys/v1_14"] v1_14 = ["v1_12"]
v1_16 = ["v1_14", "gstreamer-sys/v1_16", "gstreamer-base-sys/v1_16"] v1_16 = ["v1_14"]
v1_18 = ["v1_16", "gstreamer-sys/v1_18", "gstreamer-base-sys/v1_18"] v1_18 = ["v1_16"]
dox = ["v1_18"] dox = []
[lib] [lib]
name = "gstreamer_video_sys" name = "gstreamer_video_sys"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ 548976e) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#[cfg(not(feature = "dox"))] #[cfg(not(feature = "dox"))]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ d1e88f9) // This file was generated by gir (https://github.com/gtk-rs/gir @ 1f84b54)
// from gir-files (https://github.com/gtk-rs/gir-files @ ebea076) // from gir-files (https://github.com/gtk-rs/gir-files @ f6d5ee8)
// DO NOT EDIT // DO NOT EDIT
extern crate gstreamer_video_sys; extern crate gstreamer_video_sys;

Some files were not shown because too many files have changed in this diff Show more