add_filter

@accepts(Gst.Element)
@returns(gboolean)
def add_filter(element)

Adds a new filter to the playback pipeline. The filter may not be inserted immediately. The 'filter-inserted' signal will be emitted when this actually happens.

element :

new filter element (or bin) to add

Returns :

TRUE if the filter will be added