Trait gstreamer::GhostPadExt[][src]

pub trait GhostPadExt {
    fn get_target(&self) -> Option<Pad>;
fn set_target<'a, P: IsA<Pad> + 'a, Q: Into<Option<&'a P>>>(
        &self,
        newtarget: Q
    ) -> Result<(), BoolError>; }

Required Methods

Implementors