2022-02-26 15:16:35 +00:00
|
|
|
// 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
|
|
|
|
|
2023-01-06 09:13:12 +00:00
|
|
|
use glib::GStr;
|
2022-02-26 15:16:35 +00:00
|
|
|
|
|
|
|
#[doc(alias = "GST_ALLOCATOR_DMABUF")]
|
2023-01-06 09:13:12 +00:00
|
|
|
pub static ALLOCATOR_DMABUF: &GStr =
|
|
|
|
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::GST_ALLOCATOR_DMABUF) };
|
2022-02-26 15:16:35 +00:00
|
|
|
#[doc(alias = "GST_ALLOCATOR_FD")]
|
2023-01-06 09:13:12 +00:00
|
|
|
pub static ALLOCATOR_FD: &GStr =
|
|
|
|
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::GST_ALLOCATOR_FD) };
|
2023-11-10 14:34:37 +00:00
|
|
|
#[cfg(feature = "v1_24")]
|
|
|
|
#[cfg_attr(docsrs, doc(cfg(feature = "v1_24")))]
|
|
|
|
#[doc(alias = "GST_ALLOCATOR_SHM")]
|
|
|
|
pub static ALLOCATOR_SHM: &GStr =
|
|
|
|
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::GST_ALLOCATOR_SHM) };
|
2022-02-26 15:16:35 +00:00
|
|
|
#[doc(alias = "GST_CAPS_FEATURE_MEMORY_DMABUF")]
|
2023-01-06 09:13:12 +00:00
|
|
|
pub static CAPS_FEATURE_MEMORY_DMABUF: &GStr =
|
|
|
|
unsafe { GStr::from_utf8_with_nul_unchecked(ffi::GST_CAPS_FEATURE_MEMORY_DMABUF) };
|