Skip to content
  • Sebastian Dröge's avatar
    Implement module-always-source · b4d24432
    Sebastian Dröge authored and Tanu Kaskinen's avatar Tanu Kaskinen committed
    This is basically a copy of module-always-sink but doing the same for
    sources. Whenever no source is available, a module-null-source is loaded
    and whenever a new source is available again, module-null-source is
    unloaded.
    
    By this, anything using a source will automatically be switched to the
    null source when the actual source disappears, and back to the actual
    source if it appears again.
    b4d24432