Struct gstreamer_video_sys::GstVideoEncoder [−][src]
#[repr(C)]pub struct GstVideoEncoder { 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 GstVideoEncoderPrivate, pub padding: [gpointer; 20], }
Fields
element: GstElement
sinkpad: *mut GstPad
srcpad: *mut GstPad
stream_lock: GRecMutex
input_segment: GstSegment
output_segment: GstSegment
priv_: *mut GstVideoEncoderPrivate
padding: [gpointer; 20]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoEncoder
impl !Send for GstVideoEncoder
impl !Sync for GstVideoEncoder
impl Unpin for GstVideoEncoder
impl UnwindSafe for GstVideoEncoder
Blanket Implementations
Mutably borrows from an owned value. Read more