Skip to content
Snippets Groups Projects
  1. Nov 15, 2020
  2. Oct 22, 2020
    • Julian Bouzas's avatar
      modules: refactor dbus reservation · 321545a3
      Julian Bouzas authored
      The Dbus device reservation has been moved into a separate module, and has also
      been refactored to allow reserving a device name before an actual device is
      created. Devices now are created and destroyed by the monitor depending on
      whether PipeWire owns the device or not. This also simplifies a lot the device
      activation module to always enable devices when they are created, and never
      worry about checking whether a device is acquired by PipeWire or not.
      321545a3
  3. Oct 05, 2020
  4. Aug 31, 2020
  5. Jul 31, 2020
  6. Jul 30, 2020
  7. Jun 16, 2020
  8. Jun 11, 2020
  9. Jun 08, 2020
  10. Jun 03, 2020
  11. Jun 02, 2020
  12. May 26, 2020
  13. May 21, 2020
  14. May 16, 2020
  15. May 12, 2020
  16. May 11, 2020
  17. Apr 21, 2020
  18. Mar 20, 2020
  19. Mar 03, 2020
  20. Jan 09, 2020
  21. Dec 17, 2019
  22. Dec 16, 2019
  23. Dec 11, 2019
  24. Dec 04, 2019
  25. 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
  26. Oct 07, 2019
  27. Sep 25, 2019
  28. Sep 17, 2019
  29. Aug 19, 2019
  30. 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
Loading