Skip to content
Snippets Groups Projects
  1. Sep 17, 2019
    • George Kiagiadakis's avatar
      lib: properties: add wp_properties_copy_keys · 0c6ef834
      George Kiagiadakis authored
      A method to copy specific keys from one properties set to another
      0c6ef834
    • George Kiagiadakis's avatar
      proxy: fix crash that happens when a client exits very quickly after starting · 340b52fb
      George Kiagiadakis authored
      This is very easy to reproduce when the pipewire-alsa integration
      is installed and you do 'arecord -l'; the alsa plugin connects and
      disconnects again before the proxy is ready.
      
      In this case we have to skip remote-global-added and we also have
      to be careful with the references: the global-removed callback is
      called earlier, so the core's reference to the proxy is gone and
      the GTask is the only thing holding a reference to the proxy.
      When we unref the GTask, the proxy is also unrefed, so we have
      to keep an additional reference in order to avoid crashing
      when accessing the hash table below.
      340b52fb
  2. Sep 07, 2019
  3. Aug 29, 2019
  4. Aug 27, 2019
  5. Aug 26, 2019
  6. Aug 25, 2019
  7. Aug 24, 2019
  8. Aug 19, 2019
  9. Aug 13, 2019
  10. Jul 25, 2019
  11. 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
    • Julian Bouzas's avatar
      Fix doc warnings · 54721da7
      Julian Bouzas authored
      54721da7
  12. Jul 10, 2019
  13. Jun 28, 2019
  14. Jun 27, 2019
  15. Jun 26, 2019
  16. Jun 24, 2019
  17. Jun 20, 2019
Loading