Skip to content

gstreamer: bus: Handle all previously queued messages too in the `BusStream`

Before the stream was created, some messages might've been queued on the bus. For more similar behaviour with the bus watch, first pop all the queued messages before handling new messages.

Merge request reports