Signal
ClapperPlayer::message
since: 0.10
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).
Parameters
msg-
Type:
GstMessageA
GstMessage.The data is owned by the caller of the function.