remove_filter

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

Removes a filter from the playback pipeline. The filter may not be removed immediately. The 'filter-pre-remove' signal will be emitted immediately before this actually happens.

element :

the filter element (or bin) to remove

Returns :

TRUE if the filter was found and will be removed