def callback(player_gst_tee, tee, user_param1, ...)
The 'tee-inserted' signal is emitted when the tee element has been inserted into the pipeline and fully linked
player_gst_tee : |
instance of RB.PlayerGstTee that is emitting the signal |
tee : |
the element which has been inserted |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |