mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
Regenerate with latest gir / gir-files
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1430>
This commit is contained in:
parent
c371f842ec
commit
e8b00da723
77 changed files with 206 additions and 128 deletions
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -20,8 +20,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -21,8 +21,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gstreamer_gl_sys as gst_gl;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -25,8 +25,11 @@ pub use manual::*;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gstreamer_gl_sys as gst_gl;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gstreamer_gl_sys as gst_gl;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -21,8 +21,11 @@ use gstreamer_video_sys as gst_video;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -20,8 +20,11 @@ use gstreamer_video_sys as gst_video;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -20,8 +20,11 @@ use gstreamer_video_sys as gst_video;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -23,8 +23,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -21,8 +21,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -20,8 +20,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -20,8 +20,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -19,8 +19,11 @@ use gstreamer_sys as gst;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 0e476ab5c1de)
|
Generated by gir (https://github.com/gtk-rs/gir @ 5223ce91b97a)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ cfc0305f903b)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 61e5ee80124c)
|
||||||
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ bca9723cb3e5)
|
||||||
|
|
|
@ -18,8 +18,11 @@ use gobject_sys as gobject;
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{
|
use libc::{
|
||||||
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
|
||||||
intptr_t, size_t, ssize_t, uintptr_t, FILE,
|
intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE,
|
||||||
};
|
};
|
||||||
|
#[cfg(unix)]
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use glib::{gboolean, gconstpointer, gpointer, GType};
|
use glib::{gboolean, gconstpointer, gpointer, GType};
|
||||||
|
|
Loading…
Reference in a new issue