Signal

RBPlayerGstFilter::filter-inserted

Declaration

void
filter_inserted (
  RBPlayerGstFilter* self,
  GObject* filter,
  gpointer user_data
)

Description [src]

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

Default handler:

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

Signal emission will restart instead of recursing

Parameters

filter

Type: GObject

The element which has been inserted.

The data is owned by the caller of the function.