genrate gir without link attribute

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1514>
This commit is contained in:
eri 2024-09-04 12:19:09 +02:00 committed by GStreamer Marge Bot
parent 90f9406377
commit b5bf829876
98 changed files with 315 additions and 316 deletions

24
Cargo.lock generated
View file

@ -175,7 +175,7 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
[[package]]
name = "cairo-rs"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"bitflags 2.6.0",
"cairo-sys-rs",
@ -186,7 +186,7 @@ dependencies = [
[[package]]
name = "cairo-sys-rs"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"glib-sys",
"libc",
@ -718,7 +718,7 @@ dependencies = [
[[package]]
name = "gio"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"futures-channel",
"futures-core",
@ -734,7 +734,7 @@ dependencies = [
[[package]]
name = "gio-sys"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"glib-sys",
"gobject-sys",
@ -763,7 +763,7 @@ dependencies = [
[[package]]
name = "glib"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"bitflags 2.6.0",
"futures-channel",
@ -783,7 +783,7 @@ dependencies = [
[[package]]
name = "glib-macros"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"heck",
"proc-macro-crate",
@ -795,7 +795,7 @@ dependencies = [
[[package]]
name = "glib-sys"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"libc",
"system-deps",
@ -869,7 +869,7 @@ dependencies = [
[[package]]
name = "gobject-sys"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"glib-sys",
"libc",
@ -1956,7 +1956,7 @@ dependencies = [
[[package]]
name = "pango"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"gio",
"glib",
@ -1967,7 +1967,7 @@ dependencies = [
[[package]]
name = "pango-sys"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"glib-sys",
"gobject-sys",
@ -1978,7 +1978,7 @@ dependencies = [
[[package]]
name = "pangocairo"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"cairo-rs",
"glib",
@ -1990,7 +1990,7 @@ dependencies = [
[[package]]
name = "pangocairo-sys"
version = "0.21.0"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#d34db6baf53bda50c65af02d9493d536087d2cf4"
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=master#a1a0fdc1e02409a40fe706e18fea19abad6320fa"
dependencies = [
"cairo-sys-rs",
"glib-sys",

2
gir

@ -1 +1 @@
Subproject commit ae08ff9667478ee9609ab728ebb699fad52e137b
Subproject commit a11b11f2e403d615edd94497b6fe5b3c5283145b

@ -1 +1 @@
Subproject commit 4d1189172a70c6cd6cd8db4954d7cfed2af3983b
Subproject commit 62da9eb7c4bd5d6091a0eaab0d5e97a51f59fd6d

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -187,7 +188,6 @@ impl ::std::fmt::Debug for GstPhysMemoryAllocator {
}
}
#[link(name = "gstallocators-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -158,7 +159,6 @@ impl ::std::fmt::Debug for GstAnalyticsTrackingMtd {
}
}
#[link(name = "gstanalytics-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -200,7 +201,6 @@ impl ::std::fmt::Debug for GstAppSrc {
}
}
#[link(name = "gstapp-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -17,14 +17,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -1521,7 +1522,6 @@ impl ::std::fmt::Debug for GstStreamVolume {
}
}
#[link(name = "gstaudio-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -1275,7 +1276,6 @@ impl ::std::fmt::Debug for GstPushSrc {
}
}
#[link(name = "gstbase-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -124,7 +125,6 @@ impl ::std::fmt::Debug for GstTestClock {
}
}
#[link(name = "gstcheck-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -422,7 +423,6 @@ impl ::std::fmt::Debug for GstTriggerControlSource {
}
}
#[link(name = "gstcontroller-1.0")]
extern "C" {
//=========================================================================

View file

@ -135,7 +135,7 @@ impl DiscovererManager {
F: Fn(&DiscovererManager, &str) -> Option<gst_pbutils::DiscovererInfo> + 'static,
>(
this: *mut ffi::GESDiscovererManager,
uri: *mut libc::c_char,
uri: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) -> *mut gst_pbutils::ffi::GstDiscovererInfo {
let f: &F = &*(f as *const F);

View file

@ -70,7 +70,7 @@ pub trait MetaContainerExt: IsA<MetaContainer> + sealed::Sealed + 'static {
let func_data: P = func;
unsafe extern "C" fn func_func<P: FnMut(&MetaContainer, &str, &glib::Value)>(
container: *const ffi::GESMetaContainer,
key: *const libc::c_char,
key: *const std::ffi::c_char,
value: *const glib::gobject_ffi::GValue,
user_data: glib::ffi::gpointer,
) {
@ -598,7 +598,7 @@ pub trait MetaContainerExt: IsA<MetaContainer> + sealed::Sealed + 'static {
F: Fn(&P, &str, Option<&glib::Value>) + 'static,
>(
this: *mut ffi::GESMetaContainer,
key: *mut libc::c_char,
key: *mut std::ffi::c_char,
value: *mut glib::gobject_ffi::GValue,
f: glib::ffi::gpointer,
) {

View file

@ -351,7 +351,7 @@ pub trait ProjectExt: IsA<Project> + sealed::Sealed + 'static {
>(
this: *mut ffi::GESProject,
error: *mut glib::ffi::GError,
id: *mut libc::c_char,
id: *mut std::ffi::c_char,
extractable_type: glib::ffi::GType,
f: glib::ffi::gpointer,
) {
@ -445,7 +445,7 @@ pub trait ProjectExt: IsA<Project> + sealed::Sealed + 'static {
error: *mut glib::ffi::GError,
wrong_asset: *mut ffi::GESAsset,
f: glib::ffi::gpointer,
) -> *mut libc::c_char {
) -> *mut std::ffi::c_char {
let f: &F = &*(f as *const F);
f(
Project::from_glib_borrow(this).unsafe_cast_ref(),

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -18,14 +18,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -2883,7 +2884,6 @@ impl ::std::fmt::Debug for GESMetaContainer {
}
}
#[link(name = "ges-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -65,7 +66,6 @@ impl ::std::fmt::Debug for GstGLDisplayEGL {
}
}
#[link(name = "gstgl-1.0")]
extern "C" {
//=========================================================================

View file

@ -216,8 +216,8 @@ pub trait GLWindowExt: IsA<GLWindow> + sealed::Sealed + 'static {
F: Fn(&P, &str, &str) + Send + Sync + 'static,
>(
this: *mut ffi::GstGLWindow,
id: *mut libc::c_char,
key: *mut libc::c_char,
id: *mut std::ffi::c_char,
key: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -250,10 +250,10 @@ pub trait GLWindowExt: IsA<GLWindow> + sealed::Sealed + 'static {
F: Fn(&P, &str, i32, f64, f64) + Send + Sync + 'static,
>(
this: *mut ffi::GstGLWindow,
id: *mut libc::c_char,
button: libc::c_int,
x: libc::c_double,
y: libc::c_double,
id: *mut std::ffi::c_char,
button: std::ffi::c_int,
x: std::ffi::c_double,
y: std::ffi::c_double,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -290,10 +290,10 @@ pub trait GLWindowExt: IsA<GLWindow> + sealed::Sealed + 'static {
F: Fn(&P, f64, f64, f64, f64) + Send + Sync + 'static,
>(
this: *mut ffi::GstGLWindow,
x: libc::c_double,
y: libc::c_double,
delta_x: libc::c_double,
delta_y: libc::c_double,
x: std::ffi::c_double,
y: std::ffi::c_double,
delta_x: std::ffi::c_double,
delta_y: std::ffi::c_double,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -22,14 +22,15 @@ mod manual;
pub use manual::*;
#[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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -1673,7 +1674,6 @@ impl ::std::fmt::Debug for GstGLWindow {
}
}
#[link(name = "gstgl-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -71,7 +72,6 @@ impl ::std::fmt::Debug for GstGLDisplayWayland {
}
}
#[link(name = "gstgl-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -63,7 +64,6 @@ impl ::std::fmt::Debug for GstGLDisplayX11 {
}
}
#[link(name = "gstgl-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -2084,7 +2085,6 @@ impl ::std::fmt::Debug for GstMpegtsTerrestrialDeliverySystemDescriptor {
}
}
#[link(name = "gstmpegts-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -243,7 +244,6 @@ impl ::std::fmt::Debug for GstPtpClock {
}
}
#[link(name = "gstnet-1.0")]
extern "C" {
//=========================================================================

View file

@ -162,7 +162,7 @@ impl Discoverer {
F: Fn(&Discoverer, &str) -> Option<DiscovererInfo> + Send + Sync + 'static,
>(
this: *mut ffi::GstDiscoverer,
uri: *mut libc::c_char,
uri: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) -> *mut ffi::GstDiscovererInfo {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -18,14 +18,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -427,7 +428,6 @@ impl ::std::fmt::Debug for GstEncodingVideoProfile {
}
}
#[link(name = "gstpbutils-1.0")]
extern "C" {
//=========================================================================

View file

@ -61,7 +61,7 @@ impl PlaySignalAdapter {
F: Fn(&PlaySignalAdapter, i32) + Send + 'static,
>(
this: *mut ffi::GstPlaySignalAdapter,
object: libc::c_int,
object: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -229,7 +229,7 @@ impl PlaySignalAdapter {
F: Fn(&PlaySignalAdapter, &str) + Send + 'static,
>(
this: *mut ffi::GstPlaySignalAdapter,
object: *mut libc::c_char,
object: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -260,8 +260,8 @@ impl PlaySignalAdapter {
F: Fn(&PlaySignalAdapter, u32, u32) + Send + 'static,
>(
this: *mut ffi::GstPlaySignalAdapter,
object: libc::c_uint,
p0: libc::c_uint,
object: std::ffi::c_uint,
p0: std::ffi::c_uint,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -289,7 +289,7 @@ impl PlaySignalAdapter {
F: Fn(&PlaySignalAdapter, f64) + Send + 'static,
>(
this: *mut ffi::GstPlaySignalAdapter,
object: libc::c_double,
object: std::ffi::c_double,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -17,14 +17,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -300,7 +301,6 @@ impl ::std::fmt::Debug for GstPlayVideoRenderer {
}
}
#[link(name = "gstplay-1.0")]
extern "C" {
//=========================================================================

View file

@ -429,7 +429,7 @@ impl Player {
pub fn connect_buffering<F: Fn(&Self, i32) + Send + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn buffering_trampoline<F: Fn(&Player, i32) + Send + 'static>(
this: *mut ffi::GstPlayer,
object: libc::c_int,
object: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -578,7 +578,7 @@ impl Player {
pub fn connect_uri_loaded<F: Fn(&Self, &str) + Send + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn uri_loaded_trampoline<F: Fn(&Player, &str) + Send + 'static>(
this: *mut ffi::GstPlayer,
object: *mut libc::c_char,
object: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -609,8 +609,8 @@ impl Player {
F: Fn(&Player, i32, i32) + Send + 'static,
>(
this: *mut ffi::GstPlayer,
object: libc::c_int,
p0: libc::c_int,
object: std::ffi::c_int,
p0: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -17,14 +17,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -325,7 +326,6 @@ impl ::std::fmt::Debug for GstPlayerVideoRenderer {
}
}
#[link(name = "gstplayer-1.0")]
extern "C" {
//=========================================================================

View file

@ -272,8 +272,8 @@ pub trait RTPBaseDepayloadExt: IsA<RTPBaseDepayload> + sealed::Sealed + 'static
F: Fn(&P, u32, Option<&str>) -> Option<RTPHeaderExtension> + Send + Sync + 'static,
>(
this: *mut ffi::GstRTPBaseDepayload,
ext_id: libc::c_uint,
ext_uri: *mut libc::c_char,
ext_id: std::ffi::c_uint,
ext_uri: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) -> *mut ffi::GstRTPHeaderExtension {
let f: &F = &*(f as *const F);

View file

@ -380,8 +380,8 @@ pub trait RTPBasePayloadExt: IsA<RTPBasePayload> + sealed::Sealed + 'static {
F: Fn(&P, u32, &str) -> Option<RTPHeaderExtension> + Send + Sync + 'static,
>(
this: *mut ffi::GstRTPBasePayload,
ext_id: libc::c_uint,
ext_uri: *mut libc::c_char,
ext_id: std::ffi::c_uint,
ext_uri: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) -> *mut ffi::GstRTPHeaderExtension {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -599,7 +600,6 @@ impl ::std::fmt::Debug for GstRTPHeaderExtension {
}
}
#[link(name = "gstrtp-1.0")]
extern "C" {
//=========================================================================

View file

@ -889,7 +889,7 @@ pub trait RTSPMediaExt: IsA<RTSPMedia> + sealed::Sealed + 'static {
F: Fn(&P, i32) + Send + Sync + 'static,
>(
this: *mut ffi::GstRTSPMedia,
object: libc::c_int,
object: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -1007,7 +1007,7 @@ pub trait RTSPMediaExt: IsA<RTSPMedia> + sealed::Sealed + 'static {
F: Fn(&P, i32) + Send + Sync + 'static,
>(
this: *mut ffi::GstRTSPMedia,
object: libc::c_int,
object: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -20,14 +20,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -1319,7 +1320,6 @@ impl ::std::fmt::Debug for GstRTSPThreadPool {
}
}
#[link(name = "gstrtspserver-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -18,14 +18,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -719,7 +720,6 @@ impl ::std::fmt::Debug for GstRTSPExtension {
}
}
#[link(name = "gstrtsp-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -549,7 +550,6 @@ impl ::std::fmt::Debug for GstSDPZone {
}
}
#[link(name = "gstsdp-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -261,7 +262,6 @@ impl ::std::fmt::Debug for GstTagXmpWriter {
}
}
#[link(name = "gsttag-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -17,14 +17,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -974,7 +975,6 @@ impl ::std::fmt::Debug for GstValidateReporter {
}
}
#[link(name = "gstvalidate-1.0")]
extern "C" {
//=========================================================================

View file

@ -96,7 +96,7 @@ pub trait ColorBalanceExt: IsA<ColorBalance> + sealed::Sealed + 'static {
>(
this: *mut ffi::GstColorBalance,
channel: *mut ffi::GstColorBalanceChannel,
value: libc::c_int,
value: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -43,7 +43,7 @@ pub trait ColorBalanceChannelExt: IsA<ColorBalanceChannel> + sealed::Sealed + 's
F: Fn(&P, i32) + Send + Sync + 'static,
>(
this: *mut ffi::GstColorBalanceChannel,
value: libc::c_int,
value: std::ffi::c_int,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -17,14 +17,15 @@ 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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -2585,7 +2586,6 @@ impl ::std::fmt::Debug for GstVideoOverlay {
}
}
#[link(name = "gstvideo-1.0")]
extern "C" {
//=========================================================================

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -287,7 +287,7 @@ impl WebRTCDataChannel {
F: Fn(&WebRTCDataChannel, Option<&str>) + Send + Sync + 'static,
>(
this: *mut ffi::GstWebRTCDataChannel,
data: *mut libc::c_char,
data: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -382,7 +382,7 @@ impl WebRTCDataChannel {
F: Fn(&WebRTCDataChannel, Option<&str>) + Send + Sync + 'static,
>(
this: *mut ffi::GstWebRTCDataChannel,
data: *mut libc::c_char,
data: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -220,8 +220,8 @@ pub trait WebRTCICEExt: IsA<WebRTCICE> + sealed::Sealed + 'static {
let func_data: Box_<P> = Box_::new(func);
unsafe extern "C" fn func_func<P: Fn(&WebRTCICE, u32, &str) + Send + Sync + 'static>(
ice: *mut ffi::GstWebRTCICE,
stream_id: libc::c_uint,
candidate: *const libc::c_char,
stream_id: std::ffi::c_uint,
candidate: *const std::ffi::c_char,
user_data: glib::ffi::gpointer,
) {
let ice = from_glib_borrow(ice);
@ -333,7 +333,7 @@ pub trait WebRTCICEExt: IsA<WebRTCICE> + sealed::Sealed + 'static {
F: Fn(&P, &str) -> bool + Send + Sync + 'static,
>(
this: *mut ffi::GstWebRTCICE,
address: *mut libc::c_char,
address: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) -> glib::ffi::gboolean {
let f: &F = &*(f as *const F);

View file

@ -82,7 +82,7 @@ impl WebRTCICETransport {
F: Fn(&WebRTCICETransport, &str) + Send + Sync + 'static,
>(
this: *mut ffi::GstWebRTCICETransport,
object: *mut libc::c_char,
object: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -16,14 +16,15 @@ use glib_sys as glib;
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -573,7 +574,6 @@ impl ::std::fmt::Debug for GstWebRTCSCTPTransport {
}
}
#[link(name = "gstwebrtc-1.0")]
extern "C" {
//=========================================================================

View file

@ -128,7 +128,7 @@ pub trait ChildProxyExt: IsA<ChildProxy> + sealed::Sealed + 'static {
>(
this: *mut ffi::GstChildProxy,
object: *mut glib::gobject_ffi::GObject,
name: *mut libc::c_char,
name: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -162,7 +162,7 @@ pub trait ChildProxyExt: IsA<ChildProxy> + sealed::Sealed + 'static {
>(
this: *mut ffi::GstChildProxy,
object: *mut glib::gobject_ffi::GObject,
name: *mut libc::c_char,
name: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -163,7 +163,7 @@ pub trait DeviceProviderExt: IsA<DeviceProvider> + sealed::Sealed + 'static {
F: Fn(&P, &str) + Send + Sync + 'static,
>(
this: *mut ffi::GstDeviceProvider,
object: *mut libc::c_char,
object: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);
@ -195,7 +195,7 @@ pub trait DeviceProviderExt: IsA<DeviceProvider> + sealed::Sealed + 'static {
F: Fn(&P, &str) + Send + Sync + 'static,
>(
this: *mut ffi::GstDeviceProvider,
object: *mut libc::c_char,
object: *mut std::ffi::c_char,
f: glib::ffi::gpointer,
) {
let f: &F = &*(f as *const F);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -2,7 +2,6 @@
type GstMainFuncSimple = Option<unsafe extern "C" fn(glib::ffi::gpointer)>;
#[link(name = "gstreamer-1.0")]
extern "C" {
#[cfg(feature = "v1_22")]
fn gst_macos_main_simple(func: GstMainFuncSimple, user_data: glib::ffi::gpointer);

View file

@ -1,3 +1,3 @@
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
Generated by gir (https://github.com/gtk-rs/gir @ a11b11f2e403)
from gir-files (https://github.com/gtk-rs/gir-files @ 62da9eb7c4bd)
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ db97a3ad67f5)

View file

@ -15,14 +15,15 @@
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,
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)]
use libc::{intptr_t, off_t, size_t, ssize_t, time_t, uintptr_t, FILE};
#[allow(unused_imports)]
use std::ffi::{
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,
};
#[allow(unused_imports)]
use glib::{gboolean, gconstpointer, gpointer, GType};
@ -4029,7 +4030,6 @@ impl ::std::fmt::Debug for GstURIHandler {
}
}
#[link(name = "gstreamer-1.0")]
extern "C" {
//=========================================================================