[−][src]Trait gst_plugin::base_transform::BaseTransformBase
Provided Methods
fn parent_transform_caps(
&self,
direction: PadDirection,
caps: &Caps,
filter: Option<&Caps>
) -> Caps
&self,
direction: PadDirection,
caps: &Caps,
filter: Option<&Caps>
) -> Caps
fn parent_fixate_caps(
&self,
direction: PadDirection,
caps: &Caps,
othercaps: Caps
) -> Caps
&self,
direction: PadDirection,
caps: &Caps,
othercaps: Caps
) -> Caps
fn parent_accept_caps(&self, direction: PadDirection, caps: &Caps) -> bool
fn parent_query(&self, direction: PadDirection, query: &mut QueryRef) -> bool
fn parent_transform_size(
&self,
direction: PadDirection,
caps: &Caps,
size: usize,
othercaps: &Caps
) -> Option<usize>
&self,
direction: PadDirection,
caps: &Caps,
size: usize,
othercaps: &Caps
) -> Option<usize>
fn parent_sink_event(&self, event: Event) -> bool
fn parent_src_event(&self, event: Event) -> bool
Implementors
impl<T: IsA<Element> + IsA<BaseTransform> + ObjectType> BaseTransformBase for T where
T::InstanceStructType: PanicPoison,
[src]
impl<T: IsA<Element> + IsA<BaseTransform> + ObjectType> BaseTransformBase for T where
T::InstanceStructType: PanicPoison,
fn parent_transform_caps(
&self,
direction: PadDirection,
caps: &Caps,
filter: Option<&Caps>
) -> Caps
[src]
fn parent_transform_caps(
&self,
direction: PadDirection,
caps: &Caps,
filter: Option<&Caps>
) -> Caps
fn parent_fixate_caps(
&self,
direction: PadDirection,
caps: &Caps,
othercaps: Caps
) -> Caps
[src]
fn parent_fixate_caps(
&self,
direction: PadDirection,
caps: &Caps,
othercaps: Caps
) -> Caps
fn parent_accept_caps(&self, direction: PadDirection, caps: &Caps) -> bool
[src]
fn parent_accept_caps(&self, direction: PadDirection, caps: &Caps) -> bool
fn parent_query(&self, direction: PadDirection, query: &mut QueryRef) -> bool
[src]
fn parent_query(&self, direction: PadDirection, query: &mut QueryRef) -> bool
fn parent_transform_size(
&self,
direction: PadDirection,
caps: &Caps,
size: usize,
othercaps: &Caps
) -> Option<usize>
[src]
fn parent_transform_size(
&self,
direction: PadDirection,
caps: &Caps,
size: usize,
othercaps: &Caps
) -> Option<usize>
fn parent_sink_event(&self, event: Event) -> bool
[src]
fn parent_sink_event(&self, event: Event) -> bool
fn parent_src_event(&self, event: Event) -> bool
[src]
fn parent_src_event(&self, event: Event) -> bool