@accepts(Gst.Element) @returns(gboolean) def do_remove_tee(self, element):
Removes a sink from the playback pipeline. The sink may not be removed immediately. The 'tee-pre-remove' signal will be emitted immediately before this actually happens.
element : |
the sink element (or bin) to remove |
Returns : |
TRUE if the sink was found and will be removed |