Skip to content

bus: do not leak messages if there is no async handler

Xavier Claessens requested to merge xclaesse/gstreamer:bus-leak into main

This does not typically happen because "enable-async" property is TRUE by default. The only place where it is set to FALSE is in GstBin where a sync handler is used and always returns GST_BUS_DROP.

Merge request reports