Skip to content
  • Olivier Crête's avatar
    webrtc receivebin: Drop serialized queries before receive queue · e548916d
    Olivier Crête authored
    If they're not dropped, they can be blocked in the queue even if it is
    leaky in the case where there is a buffer being pushed downstream. Since
    in webrtc, it's unlikely that there will be a special allocator to
    receive RTP packets, there is almost no downside to just ignoring the
    queries.
    
    Also drop queries if they get caught in the pad probe after the queue.
    
    Part-of: <!2363>
    e548916d