Skip to content
Snippets Groups Projects
  1. May 11, 2020
  2. Apr 21, 2020
  3. Apr 14, 2020
  4. Mar 20, 2020
  5. Mar 03, 2020
  6. Jan 14, 2020
  7. Jan 13, 2020
  8. Jan 09, 2020
  9. Dec 23, 2019
  10. Dec 19, 2019
  11. Dec 17, 2019
  12. Dec 16, 2019
  13. Dec 11, 2019
  14. Dec 10, 2019
  15. Dec 05, 2019
  16. Dec 04, 2019
  17. Nov 06, 2019
    • Julian Bouzas's avatar
      modules: remove the mixer · 857217bc
      Julian Bouzas authored
      This is no longer used and it is the wrong approach anyway.
      A mixer GUI needs to list all endpoints and figure out the controls
      from the streams on its own, using the new endpoints API.
      857217bc
  18. Oct 07, 2019
  19. Oct 02, 2019
  20. Sep 25, 2019
  21. Sep 17, 2019
  22. Sep 07, 2019
  23. Aug 19, 2019
  24. Jul 12, 2019
    • George Kiagiadakis's avatar
      policy: implement a basic policy based on role priorities · 1ed004c3
      George Kiagiadakis authored
      * Every client has a priority based on its role
      * For playback, we allow only a single client to play at a time
      * For capture, we allow all clients to capture simultaneously
      * Every time the "selected" device changes (either because devices
        are discovered/removed or because the user changed the selection),
        the clients are re-linked to the new "selected" device.
      * When a playback client quits and there are others waiting unlinked,
        the highest priority one is linked automatically.
      * This also properly fixes re-linking the correct client(s) to the
        correct device(s) when wireplumber exits and restarts.
      1ed004c3
    • George Kiagiadakis's avatar
Loading