sys: Update to Rust 2018

This commit is contained in:
Sebastian Dröge 2020-11-21 12:31:32 +02:00
parent f88f9034b5
commit 9889bc990a
119 changed files with 284 additions and 423 deletions

View file

@ -45,6 +45,7 @@ name = "gstreamer-app-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_app_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,10 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gstreamer_base_sys as gst_base;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_app_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_app_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -48,6 +48,7 @@ name = "gstreamer-audio-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_audio_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,11 +10,10 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_base_sys as gst_base;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_audio_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_audio_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -49,6 +49,7 @@ name = "gstreamer-base-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_base_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,10 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{
@ -2035,7 +2034,7 @@ extern "C" {
min_latency: *mut gst::GstClockTime,
max_latency: *mut gst::GstClockTime,
) -> gboolean;
pub fn gst_base_src_set_async(src: *mut GstBaseSrc, async: gboolean);
pub fn gst_base_src_set_async(src: *mut GstBaseSrc, async_: gboolean);
pub fn gst_base_src_set_automatic_eos(src: *mut GstBaseSrc, automatic_eos: gboolean);
pub fn gst_base_src_set_blocksize(src: *mut GstBaseSrc, blocksize: c_uint);
pub fn gst_base_src_set_caps(src: *mut GstBaseSrc, caps: *mut gst::GstCaps) -> gboolean;

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_base_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_base_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -45,6 +45,7 @@ name = "gstreamer-check-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_check_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,10 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_check_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_check_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -11,9 +11,6 @@ git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"
@ -49,6 +46,7 @@ name = "gstreamer-controller-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_controller_1_0]

View file

@ -22,4 +22,3 @@ extra_versions = [
[external_libraries]
gstreamer="Gst"
gstreamer_base="GstBase"

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,11 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_controller_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_controller_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -13,9 +13,6 @@ git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"
[dependencies.gstreamer-pbutils-sys]
path = "../../gstreamer-pbutils/sys"
@ -54,6 +51,7 @@ name = "gstreamer-editing-services-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gst_editing_services_1_0]

View file

@ -26,5 +26,4 @@ external_libraries = [
[external_libraries]
gstreamer="Gst"
gstreamer_base="GstBase"
gstreamer_pbutils="GstPbutils"

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,13 +10,11 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate gio_sys as gio;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_pbutils_sys as gst_pbutils;
extern crate gstreamer_sys as gst;
extern crate libc;
use gio_sys as gio;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_pbutils_sys as gst_pbutils;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_editing_services_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_editing_services_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -50,6 +50,7 @@ name = "gstreamer-gl-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_gl_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,12 +10,11 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_sys as gst;
extern crate gstreamer_video_sys as gst_video;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_base_sys as gst_base;
use gstreamer_sys as gst;
use gstreamer_video_sys as gst_video;
mod manual;

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_gl_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_gl_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -48,6 +48,7 @@ name = "gstreamer-mpegts-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_mpegts_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,10 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_mpegts_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_mpegts_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -10,9 +10,6 @@ git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"
@ -48,6 +45,7 @@ name = "gstreamer-net-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_net_1_0]

View file

@ -20,7 +20,6 @@ extra_versions = [
external_libraries = [
"GLib",
"GObject",
"Gio",
]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 8865faed)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,11 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate gio_sys as gio;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;
extern crate libc;
use gio_sys as gio;
use glib_sys as glib;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_net_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_net_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -52,6 +52,7 @@ name = "gstreamer-pbutils-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_pbutils_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,12 +10,11 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_audio_sys as gst_audio;
extern crate gstreamer_sys as gst;
extern crate gstreamer_video_sys as gst_video;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_audio_sys as gst_audio;
use gstreamer_sys as gst;
use gstreamer_video_sys as gst_video;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_pbutils_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_pbutils_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -44,6 +44,7 @@ name = "gstreamer-player-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_player_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,11 +10,10 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;
extern crate gstreamer_video_sys as gst_video;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_sys as gst;
use gstreamer_video_sys as gst_video;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_player_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_player_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -7,9 +7,6 @@ libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gstreamer-base-sys]
path = "../../gstreamer-base/sys"
@ -50,6 +47,7 @@ name = "gstreamer-rtp-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_rtp_1_0]

View file

@ -20,7 +20,6 @@ extra_versions = [
external_libraries = [
"GLib",
"GObject"
]
[external_libraries]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,11 +10,9 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gstreamer_base_sys as gst_base;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_rtp_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_rtp_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -57,6 +57,7 @@ name = "gstreamer-rtsp-server-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_rtsp_server_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,14 +10,13 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate gio_sys as gio;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_net_sys as gst_net;
extern crate gstreamer_rtsp_sys as gst_rtsp;
extern crate gstreamer_sdp_sys as gst_sdp;
extern crate gstreamer_sys as gst;
extern crate libc;
use gio_sys as gio;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_net_sys as gst_net;
use gstreamer_rtsp_sys as gst_rtsp;
use gstreamer_sdp_sys as gst_sdp;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_rtsp_server_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_rtsp_server_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -52,6 +52,7 @@ name = "gstreamer-rtsp-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_rtsp_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,12 +10,11 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate gio_sys as gio;
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sdp_sys as gst_sdp;
extern crate gstreamer_sys as gst;
extern crate libc;
use gio_sys as gio;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_sdp_sys as gst_sdp;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_rtsp_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_rtsp_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -7,9 +7,6 @@ libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs"
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"
@ -46,6 +43,7 @@ name = "gstreamer-sdp-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_sdp_1_0]

View file

@ -20,7 +20,6 @@ extra_versions = [
external_libraries = [
"GLib",
"GObject"
]
[external_libraries]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 8865faed)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,10 +10,8 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_sdp_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_sdp_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

View file

@ -48,6 +48,7 @@ name = "gstreamer-tag-sys"
readme = "README.md"
repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
version = "0.17.0"
edition = "2018"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.gstreamer_tag_1_0]

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::process;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
@ -10,11 +10,10 @@
)]
#![cfg_attr(feature = "dox", feature(doc_cfg))]
extern crate glib_sys as glib;
extern crate gobject_sys as gobject;
extern crate gstreamer_base_sys as gst_base;
extern crate gstreamer_sys as gst;
extern crate libc;
use glib_sys as glib;
use gobject_sys as gobject;
use gstreamer_base_sys as gst_base;
use gstreamer_sys as gst;
#[allow(unused_imports)]
use libc::{

View file

@ -1,10 +1,7 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
extern crate gstreamer_tag_sys;
extern crate shell_words;
extern crate tempfile;
use gstreamer_tag_sys::*;
use std::env;
use std::error::Error;

View file

@ -1,5 +1,5 @@
// This file was generated by gir (https://github.com/gtk-rs/gir @ 062b3d6)
// from gir-files (https://github.com/gtk-rs/gir-files @ b84cead5)
// This file was generated by gir (https://github.com/gtk-rs/gir @ 694b4b8)
// from gir-files (https://github.com/gtk-rs/gir-files @ 58bda97d)
// DO NOT EDIT
#include "manual.h"

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