Struct gstreamer_video::VideoFilter[]

pub struct VideoFilter(_, _);

Provides useful functions and a base class for video filters.

The videofilter will by default enable QoS on the parent GstBaseTransform to implement frame dropping.

Implements

gst_base::BaseTransformExt, gst::ElementExt, gst::ObjectExt, glib::object::ObjectExt

Trait Implementations

impl Clone for VideoFilter

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for VideoFilter

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for VideoFilter

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for VideoFilter

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for VideoFilter

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VideoFilter

impl<T: IsA<Object>> PartialOrd<T> for VideoFilter

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for VideoFilter

Formats the value using the given formatter. Read more

impl IsA<BaseTransform> for VideoFilter

impl IsA<Element> for VideoFilter

impl IsA<Object> for VideoFilter

impl IsA<Object> for VideoFilter

impl Send for VideoFilter
[src]

impl Sync for VideoFilter
[src]