autoconvert

autoconvert — Selects the right transform element based on the caps

Synopsis

                    GstAutoConvert;

Description

The autoconvert element has one sink and one source pad. It will look for other elements that also have one sink and one source pad. It will then pick an element that matches the caps on both sides. If the caps change, it may change the selected element if the current one no longer matches the caps.

The list of element it will look into can be specified in the "factories" property, otherwise it will look at all available elements.

Synopsis

Element Information

plugin

autoconvert

author

Olivier Crete <olivier.crete@collabora.co.uk>

class

Generic/Bin

Element Pads

name

sink

direction

sink

presence

always

details

ANY

name

src

direction

source

presence

always

details

ANY

Details

GstAutoConvert

typedef struct {
} GstAutoConvert;