Signal

RBPlayerGstTee::tee-pre-remove

Declaration

void
tee_pre_remove (
  RBPlayerGstTee* self,
  GObject* tee,
  gpointer user_data
)

Description [src]

The ‘tee-pre-remove’ signal is emitted immediately before the element is unlinked and removed from the pipeline.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Signal emission will restart instead of recursing

Parameters

tee

Type: GObject

The element which is about to be removed.

The data is owned by the caller of the function.