gstreamer_video::prelude

Trait VideoAggregatorConvertPadExt

Source
pub trait VideoAggregatorConvertPadExt: IsA<VideoAggregatorConvertPad> + 'static {
    // Provided method
    fn update_conversion_info(&self) { ... }
}
Expand description

Provided Methods§

Source

fn update_conversion_info(&self)

Requests the pad to check and update the converter before the next usage to update for any changes that have happened.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§