RB.PlayerGstTee.add_tee

@accepts(Gst.Element)
@returns(gboolean)
def do_add_tee(self, element):

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

element :

new sink element (or bin) to add

Returns :

TRUE if the sink will be added