Signal

ClapperPlayer::message

since: 0.10

Declaration

void
message (
  ClapperPlayer* self,
  GstMessage* msg,
  gpointer user_data
)

Description [src]

Allows for applications to receive element messages posted on the underlaying pipeline bus.

This is a detailed signal. Connect to it via message::name to only receive messages with a certain name.

Player will only forward messages to the main app thread (from which this signal is emitted) that have a matching signal handler, thus it is more efficient to listen only for specific messages instead of connecting to simply message with no details (without message name).

Default handler:

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

Signal emission will restart instead of recursing
The signal can be detailed
Hooks are disabled for this signal
Available since: 0.10

Parameters

msg

Type: GstMessage

A GstMessage.

The data is owned by the caller of the function.