Gst.Bus.prototype.sync_signal_handler
function sync_signal_handler(message:Gst.Message, data:gpointer):Gst.BusSyncReply { // Gjs wrapper for gst_bus_sync_signal_handler() }
A helper GstBusSyncHandler that can be used to convert all synchronous messages into signals.
- message
the Gst.Message received
- data
user data
- Returns
GST_BUS_PASS