Type Alias gstreamer_sys::GstMetaFreeFunction
source · pub type GstMetaFreeFunction = Option<unsafe extern "C" fn(_: *mut GstMeta, _: *mut GstBuffer)>;
Aliased Type§
enum GstMetaFreeFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstMeta, _: *mut GstBuffer)),
}