[][src]Struct gstreamer_base_sys::GstBaseSink

#[repr(C)]
pub struct GstBaseSink {
    pub element: GstElement,
    pub sinkpad: *mut GstPad,
    pub pad_mode: GstPadMode,
    pub offset: u64,
    pub can_activate_pull: gboolean,
    pub can_activate_push: gboolean,
    pub preroll_lock: GMutex,
    pub preroll_cond: GCond,
    pub eos: gboolean,
    pub need_preroll: gboolean,
    pub have_preroll: gboolean,
    pub playing_async: gboolean,
    pub have_newsegment: gboolean,
    pub segment: GstSegment,
    pub clock_id: GstClockID,
    pub sync: gboolean,
    pub flushing: gboolean,
    pub running: gboolean,
    pub max_lateness: i64,
    pub priv_: *mut GstBaseSinkPrivate,
    pub _gst_reserved: [gpointer; 20],
}

Fields

element: GstElementsinkpad: *mut GstPadpad_mode: GstPadModeoffset: u64can_activate_pull: gbooleancan_activate_push: gbooleanpreroll_lock: GMutexpreroll_cond: GCondeos: gbooleanneed_preroll: gbooleanhave_preroll: gbooleanplaying_async: gbooleanhave_newsegment: gbooleansegment: GstSegmentclock_id: GstClockIDsync: gbooleanflushing: gbooleanrunning: gbooleanmax_lateness: i64priv_: *mut GstBaseSinkPrivate_gst_reserved: [gpointer; 20]

Trait Implementations

impl Clone for GstBaseSink[src]

impl Copy for GstBaseSink[src]

impl Debug for GstBaseSink[src]

Auto Trait Implementations

impl !Send for GstBaseSink

impl Unpin for GstBaseSink

impl !Sync for GstBaseSink

impl UnwindSafe for GstBaseSink

impl RefUnwindSafe for GstBaseSink

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]