forked from mirrors/gstreamer-rs
Regenerate with latest gir
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1382>
This commit is contained in:
parent
95c00c4a5c
commit
ba91648bd5
75 changed files with 209 additions and 99 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 5245759fdac83d2903d161f89df42a1d7852a6e3
|
||||
Subproject commit 21b29d0e0c1afee88313b1e23bb5b73d7755c068
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_base_sys as gst_base;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_gl_sys as gst_gl;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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;
|
||||
|
||||
pub use manual::*;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_gl_sys as gst_gl;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_gl_sys as gst_gl;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use gio_sys as gio;
|
||||
use glib_sys as glib;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_base_sys as gst_base;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,14 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use gio_sys as gio;
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
use gstreamer_sys as gst;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
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::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gstreamer_sdp_sys as gst_sdp;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 5245759fdac8)
|
||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
||||
from gir-files (https://github.com/gtk-rs/gir-files @ 21b29d0e0c1a)
|
||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 03a2db9e0c62)
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
use glib_sys as glib;
|
||||
use gobject_sys as gobject;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use libc::{
|
||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||
|
|
Loading…
Reference in a new issue