mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-15 22:11:01 +00:00
4651c9db4d
This is the version that is available in Ubuntu 18.04.
24 lines
960 B
Rust
24 lines
960 B
Rust
// This file was generated by gir (https://github.com/gtk-rs/gir)
|
|
// from gir-files (https://github.com/gtk-rs/gir-files)
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
|
|
// DO NOT EDIT
|
|
|
|
use std::ffi::CStr;
|
|
|
|
#[doc(alias = "GST_ALLOCATOR_DMABUF")]
|
|
pub static ALLOCATOR_DMABUF: once_cell::sync::Lazy<&'static str> =
|
|
once_cell::sync::Lazy::new(|| unsafe {
|
|
CStr::from_ptr(ffi::GST_ALLOCATOR_DMABUF).to_str().unwrap()
|
|
});
|
|
#[doc(alias = "GST_ALLOCATOR_FD")]
|
|
pub static ALLOCATOR_FD: once_cell::sync::Lazy<&'static str> =
|
|
once_cell::sync::Lazy::new(|| unsafe {
|
|
CStr::from_ptr(ffi::GST_ALLOCATOR_FD).to_str().unwrap()
|
|
});
|
|
#[doc(alias = "GST_CAPS_FEATURE_MEMORY_DMABUF")]
|
|
pub static CAPS_FEATURE_MEMORY_DMABUF: once_cell::sync::Lazy<&'static str> =
|
|
once_cell::sync::Lazy::new(|| unsafe {
|
|
CStr::from_ptr(ffi::GST_CAPS_FEATURE_MEMORY_DMABUF)
|
|
.to_str()
|
|
.unwrap()
|
|
});
|