Skip to content
Snippets Groups Projects
  1. Nov 13, 2020
  2. Oct 22, 2020
  3. Oct 15, 2020
  4. Oct 05, 2020
  5. Sep 01, 2020
  6. Aug 31, 2020
  7. Jul 31, 2020
  8. Jul 30, 2020
  9. Jul 29, 2020
  10. Jul 23, 2020
  11. Jul 22, 2020
    • David Runge's avatar
      Allow system cpptoml · fbe1e517
      David Runge authored
      meson.build:
      When the 'wrap_mode' option is set to 'nodownload' use a system version
      of cpptoml. This does not require using git and having a network
      connection during build, which is important for Linux packaging
      infrastructure.
      
      subprojects/cpptoml.wrap:
      Pin revision to last release tag (v0.1.1).
      
      lib/wptoml/*.cpp:
      Remove 'include/' prefix from all cpptoml related includes, at is not
      required.
      
      Closes #17
  12. Jul 20, 2020
  13. Jul 10, 2020
  14. Jul 08, 2020
  15. Jul 02, 2020
  16. Jun 29, 2020
    • George Kiagiadakis's avatar
      NEWS: release 0.3.0 · 99669976
      George Kiagiadakis authored
      99669976
    • George Kiagiadakis's avatar
      si-convert: watch links to the convert node instead of the node's state · e7d6ed45
      George Kiagiadakis authored
      there are underlying issues with the state management of the graph,
      so it's not a very good idea to rely on it to activate / deactivate
      our convert node depending on the links that exist
      
      instead, track the links ourselves and create/destroy the corresponding
      links to the target node accordingly; it's a more robust approach
      
      it was also not entirely correct that we would previously configure
      the convert node to be a driver (node.driver=true); maybe this caused
      the underlying issues in the first place... we don't need it now
      anyway, so it's gone
      e7d6ed45
    • George Kiagiadakis's avatar
      m-node-suspension: suspend only audio & video device nodes · 648b84c1
      George Kiagiadakis authored
      Just like media-session does
      JACK nodes should be left untouched
      648b84c1
    • George Kiagiadakis's avatar
      spa-device / m-monitor: fix pw_proxy leaks reported by pw_core · a3870581
      George Kiagiadakis authored
      1. device export proxies must be destroyed manually since they are
         not associated with the WpRegistry
      2. the monitors should not disconnect before all WpSpaDevice objects
         are destroyed; remove the manual disconnect call and let GObject
         ref counting do its job (the core will disconnect when its last ref
         count is dropped after the last monitor plugin is destroyed)
      a3870581
    • 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
    • George Kiagiadakis's avatar
      m-monitor: improve node names for JACK · 3bd1a199
      George Kiagiadakis authored
      JACK uses : as a separator to distinguish the port name
      from the node name, so it ends up doing wrong separations
      if we have : in the node name
      3bd1a199
Loading