Skip to content
Snippets Groups Projects
  1. Jan 26, 2021
  2. Jan 21, 2021
  3. Jan 15, 2021
    • George Kiagiadakis's avatar
      spa-pod: add the ability to specify Id properties as strings · aa93ecf7
      George Kiagiadakis authored
      Use the unused 'K' format letter in the varargs builder & parser methods
      aa93ecf7
    • George Kiagiadakis's avatar
      spa-type: refactor · 37623888
      George Kiagiadakis authored
      * Use a more complete API to introspect SPA types
      * Avoid the need for the Tables enumeration; the tables
        are now registered with a string
      * Avoid the need for initialization, work directly on spa_types
        and other static data
      * Allow working with Object pods that are not Params;
        the PARAMS table was previously hardcoded in the pod implementation
      * Add a different dynamic type registration system, closer to
        how spa type works. The only regression is that we can no longer
        register additional custom object fields (custom SPA_PROP_* for example),
        but this feature can be re-added later
      37623888
  4. Jan 11, 2021
  5. Jan 08, 2021
  6. Dec 20, 2020
  7. Dec 16, 2020
  8. Dec 15, 2020
  9. Dec 11, 2020
  10. Nov 25, 2020
  11. Nov 15, 2020
  12. Nov 13, 2020
  13. 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
  14. Oct 05, 2020
  15. Aug 31, 2020
  16. Jun 29, 2020
    • George Kiagiadakis's avatar
      si-convert: improve node properties for convert nodes · b59ff481
      George Kiagiadakis authored
      * do not copy the full alsa node properties set
      * use a node description that makes the nodes look better in JACK
      * use . instead of / as a separator for the node.name, like elsewhere
      * add audio.convert spa lib association in the tests that use si-convert;
        previously it used to work because library.name was present in the
        properties copied from the adapter (and it so happens that the adapter
        lives in the audioconvert spa plugin as well ...)
      b59ff481
  17. Jun 16, 2020
  18. Jun 15, 2020
  19. Jun 10, 2020
  20. Jun 07, 2020
  21. Jun 04, 2020
  22. Jun 02, 2020
  23. Jun 01, 2020
  24. May 29, 2020
    • George Kiagiadakis's avatar
      props: refactor WpSpaProps into WpProps · 9ae70711
      George Kiagiadakis authored
      - make it a GObject so that it can emit its own signals
      and so that it can be shared between multiple proxies
      - share the WpProps instance between endpoints, endpoint-streams
      and their underlying nodes
      - introduce the concept of the caching mode that redirects _set
      to _set_param of the proxy that actually has the props; this allows
      shared WpProps to actually set changes on the correct proxy
      in a transparent way
      - change methods to consume the ref of the pod and reflect that
      also on wp_proxy_set_prop()
      - refactor the export process on endpoints & endpoint-streams
      so that they always get all the required features (info, props, bound)
      and make it async so that we can take time to prepare the underlying
      node to have FEATURE_PROPS
      - update the props & endpoint unit tests, bringing back all the
      checks that the endpoint unit test used to have
      9ae70711
    • Julian Bouzas's avatar
      m-config-static-nodes: remove unneeded 'conected' callback and create static... · da63c05e
      Julian Bouzas authored
      m-config-static-nodes: remove unneeded 'conected' callback and create static nodes when the plugin is activated
      da63c05e
  25. May 26, 2020
  26. May 25, 2020
Loading