[−][src]Struct gstreamer_base_sys::GstBaseParseClass
Fields
parent_class: GstElementClass
start: Option<unsafe extern "C" fn(_: *mut GstBaseParse) -> gboolean>
stop: Option<unsafe extern "C" fn(_: *mut GstBaseParse) -> gboolean>
set_sink_caps: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstCaps) -> gboolean>
handle_frame: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstBaseParseFrame, _: *mut c_int) -> GstFlowReturn>
pre_push_frame: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstBaseParseFrame) -> GstFlowReturn>
convert: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: GstFormat, _: i64, _: GstFormat, _: *mut i64) -> gboolean>
sink_event: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstEvent) -> gboolean>
src_event: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstEvent) -> gboolean>
get_sink_caps: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstCaps) -> *mut GstCaps>
detect: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstBuffer) -> GstFlowReturn>
sink_query: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstQuery) -> gboolean>
src_query: Option<unsafe extern "C" fn(_: *mut GstBaseParse, _: *mut GstQuery) -> gboolean>
_gst_reserved: [gpointer; 18]
Trait Implementations
impl Clone for GstBaseParseClass
[src][+]
impl Copy for GstBaseParseClass
[src]
impl Debug for GstBaseParseClass
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for GstBaseParseClass
impl !Send for GstBaseParseClass
impl !Sync for GstBaseParseClass
impl Unpin for GstBaseParseClass
impl UnwindSafe for GstBaseParseClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,