RB.PlayerGstFilter.add_filter

@accepts(Gst.Element)
@returns(gboolean)
def do_add_filter(self, 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