[−][src]Trait gst_plugin::base_src::BaseSrcBase
Provided Methods
fn parent_create(&self, offset: u64, length: u32) -> Result<Buffer, FlowReturn>
fn parent_do_seek(&self, segment: &mut Segment) -> bool
fn parent_query(&self, query: &mut QueryRef) -> bool
fn parent_event(&self, event: &Event) -> bool
fn parent_get_caps(&self, filter: Option<&CapsRef>) -> Option<Caps>
fn parent_negotiate(&self) -> bool
fn parent_set_caps(&self, caps: &CapsRef) -> bool
fn parent_fixate(&self, caps: Caps) -> Caps
Implementors
impl<T: IsA<Element> + IsA<BaseSrc> + ObjectType> BaseSrcBase for T[src]
impl<T: IsA<Element> + IsA<BaseSrc> + ObjectType> BaseSrcBase for Tfn parent_create(&self, offset: u64, length: u32) -> Result<Buffer, FlowReturn>[src]
fn parent_create(&self, offset: u64, length: u32) -> Result<Buffer, FlowReturn>fn parent_do_seek(&self, segment: &mut Segment) -> bool[src]
fn parent_do_seek(&self, segment: &mut Segment) -> boolfn parent_query(&self, query: &mut QueryRef) -> bool[src]
fn parent_query(&self, query: &mut QueryRef) -> boolfn parent_event(&self, event: &Event) -> bool[src]
fn parent_event(&self, event: &Event) -> boolfn parent_get_caps(&self, filter: Option<&CapsRef>) -> Option<Caps>[src]
fn parent_get_caps(&self, filter: Option<&CapsRef>) -> Option<Caps>fn parent_negotiate(&self) -> bool[src]
fn parent_negotiate(&self) -> boolfn parent_set_caps(&self, caps: &CapsRef) -> bool[src]
fn parent_set_caps(&self, caps: &CapsRef) -> boolfn parent_fixate(&self, caps: Caps) -> Caps[src]
fn parent_fixate(&self, caps: Caps) -> Caps