Struct gstreamer_video_sys::GstVideoDecoder[][src]

#[repr(C)]
pub struct GstVideoDecoder { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub stream_lock: GRecMutex, pub input_segment: GstSegment, pub output_segment: GstSegment, pub priv_: *mut GstVideoDecoderPrivate, pub padding: [gpointer; 20], }

Fields

Trait Implementations

impl Copy for GstVideoDecoder
[src]

impl Clone for GstVideoDecoder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoDecoder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoDecoder

impl !Sync for GstVideoDecoder