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