Skip to content
  • Wim Taymans's avatar
    modules: don't unload on stream errors · 01a7d670
    Wim Taymans authored
    It's possible that the stream is sent an error when the session manager
    can't link the node (because, for example, the sink/source is not
    available yet). We should not stop but just log this error.
    
    When the session manager actively kills the stream (when it is
    reconnected while the DONT_RECONNECT flag is true) we will end up in the
    UNCONNECTED state and that's when we can unload the module.
    01a7d670