Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 15, 2020
  3. Dec 11, 2020
  4. Dec 01, 2020
  5. Nov 25, 2020
    • George Kiagiadakis's avatar
      20da8a94
    • George Kiagiadakis's avatar
      lib: delete WpProps · 3d032cc2
      George Kiagiadakis authored
      This is no longer useful, we are going to use WpSpaPod directly
      in combination with the param caching for WpPwObjectMixin
      3d032cc2
    • George Kiagiadakis's avatar
      pw-object-mixin: refactor, implement param caching and features for impl objects · bd65517b
      George Kiagiadakis authored
      Now the WpPipewireObject interface is directly implemented by the mixin
      and there is another interface that users of the mixin must implement
      in order for the mixin to work proprely.
      
      A lot of manual stuff that proxy classes had to do before are now
      in the mixin. Also most of the data that would normally reside in Private
      structures is now in the mixin data structure (stored as qdata on the object).
      This is achieving the best amount of code reuse so far.
      
      For impl objects (WpImpl*) there are also default implementations of the
      standard pipewire object methods and the INFO & PARAM_* features are
      more coherently enabled during the whole lifetime of these objects.
      bd65517b
  6. Nov 16, 2020
  7. Nov 15, 2020
  8. Nov 14, 2020
  9. Nov 13, 2020
  10. 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
    • Julian Bouzas's avatar
      plugin: add name property · bc17aaa3
      Julian Bouzas authored
      bc17aaa3
Loading