Struct gst::Pad [] [src]

pub struct Pad {
    // some fields omitted
}

Methods

impl Pad
[src]

unsafe fn new(pad: *mut GstPad) -> Option<Pad>

fn is_linked(&self) -> bool

fn query_caps(&self, filter: Option<Caps>) -> Option<Caps>

Trait Implementations

impl Drop for Pad
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more