Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Feb 14, 2020
  3. Feb 12, 2020
  4. Feb 10, 2020
    • George Kiagiadakis's avatar
      proxy: replace global-id with bound-id · d8ae151a
      George Kiagiadakis authored
      + use the pw_proxy API to find the bound id instead
      of relying on WpGlobal
      
      This has the advantage that it works also for exported
      objects and for objects that have been created by calling
      into a remote factory (such as the link-factory), so we can
      now know the global id of all proxies, not only the ones
      that have been created by the registry.
      d8ae151a
  5. Jan 13, 2020
  6. Dec 05, 2019
    • George Kiagiadakis's avatar
      object-manager: keep a reference to self while doing a core sync · 92107e83
      George Kiagiadakis authored
      Otherwise, if the object manager is destroyed while a sync is in progress,
      we get an invalid 'self' pointer on the callback later, which is being
      called regardless
      
      There is a bit more work that should be done in the core to avoid leaking
      this ref in case pipewire disconnects before the sync is completed
      92107e83
  7. Dec 04, 2019
  8. Nov 27, 2019
  9. Nov 13, 2019
Loading