Bus.disableSyncMessageEmission

void disableSyncMessageEmission()

Instructs GStreamer to stop emitting the "sync-message" signal for this bus. See [gst.bus.Bus.enableSyncMessageEmission] for more information.

In the event that multiple pieces of code have called [gst.bus.Bus.enableSyncMessageEmission], the sync-message emissions will only be stopped after all calls to [gst.bus.Bus.enableSyncMessageEmission] were "cancelled" by calling this function. In this way the semantics are exactly the same as [gst.object.ObjectWrap.ref_] that which calls enable should also call disable.