RB.PlayerGstFilter::filter-inserted

def callback(player_gst_filter, filter, user_param1, ...)

The 'filter-inserted' signal is emitted when the tee element has been inserted into the pipeline and fully linked

player_gst_filter :

instance of RB.PlayerGstFilter that is emitting the signal

filter :

the element which has been inserted

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)