Skip to content
  • Nicolas Dufresne's avatar
    rtpssrcdemux: Forward serialized events to all pads · 21378d83
    Nicolas Dufresne authored and Sebastian Dröge's avatar Sebastian Dröge committed
    While forwarding serialized event, we use gst_pad_forward() function.
    In the forward callback (GstPadForwardFunction) we always return
    TRUE. Returning true there will stop the dispatching procedure. As a
    side effect, only one events is receiving the events. This breaks
    when sending EOS from the applicaiton, it also breaks the latency
    tracer.
    21378d83