Skip to content

concat: fix qos event handling

Guillaume Desmottes requested to merge gdesmott/gstreamer:concat-eos into main

We were shadowing the sinkpad variable resulting in:

  • the QoS event to be send to all sink pads instead of the active one
  • the pad to be leaked

Merge request reports