Skip to content
  • Göran Jönsson's avatar
    Protection against early RTCP packets. · 43572a89
    Göran Jönsson authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    When receiving RTCP packets early the funnel is not ready yet and
    GST_FLOW_FLUSHING will be returned when pushing data to it's srcpad.
    This causes the thread that handle RTCP packets to go to pause mode.
    Since this thread is in pause mode there will be no further callbacks to
    handle keep-alive for incoming RTCP packets. This will make the session
    time out if the client is not using another keep-alive mechanism.
    
    Change-Id: Idb29db05f59c06423fa693a2aeeacbe3a1883fc5
    Part-of: <!211>
    43572a89