mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
gir: regenerate
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1531>
This commit is contained in:
parent
91a04c1ca3
commit
bad44ef436
2 changed files with 7 additions and 13 deletions
|
@ -15,6 +15,10 @@
|
||||||
use glib_sys as glib;
|
use glib_sys as glib;
|
||||||
use gobject_sys as gobject;
|
use gobject_sys as gobject;
|
||||||
|
|
||||||
|
mod manual;
|
||||||
|
|
||||||
|
pub use manual::*;
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
#[allow(unused_imports)]
|
#[allow(unused_imports)]
|
||||||
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
use libc::{dev_t, gid_t, pid_t, socklen_t, uid_t};
|
||||||
|
@ -1987,19 +1991,6 @@ pub struct _GstGhostPadPrivate {
|
||||||
|
|
||||||
pub type GstGhostPadPrivate = _GstGhostPadPrivate;
|
pub type GstGhostPadPrivate = _GstGhostPadPrivate;
|
||||||
|
|
||||||
#[derive(Copy, Clone)]
|
|
||||||
#[repr(C)]
|
|
||||||
pub struct GstIdStr {
|
|
||||||
pub pointer: gpointer,
|
|
||||||
pub padding: [u8; 8],
|
|
||||||
}
|
|
||||||
|
|
||||||
impl ::std::fmt::Debug for GstIdStr {
|
|
||||||
fn fmt(&self, f: &mut ::std::fmt::Formatter) -> ::std::fmt::Result {
|
|
||||||
f.debug_struct(&format!("GstIdStr @ {self:p}")).finish()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Copy, Clone)]
|
#[derive(Copy, Clone)]
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct GstIterator {
|
pub struct GstIterator {
|
||||||
|
|
3
gstreamer/sys/versions.txt
Normal file
3
gstreamer/sys/versions.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Generated by gir (https://github.com/gtk-rs/gir @ ae08ff966747)
|
||||||
|
from gir-files (https://github.com/gtk-rs/gir-files @ 4d1189172a70)
|
||||||
|
from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 627915f02fbb)
|
Loading…
Reference in a new issue