pipewire: uprev wireplumber 92/21592/3
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 11 Jun 2019 12:29:37 +0000 (15:29 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 12 Jun 2019 22:55:23 +0000 (22:55 +0000)
George Kiagiadakis (16):
      remote-endpoint: fix de-serialization of control id (Int instead of Id)
      remote-endpoint: print error string in set_param implementation
      m-pipewire/simple-endpoint: implement volume & mute controls
      daemon: quit when the pipewire remote disconnects or signals an error
      Merge branch 'endpoint-linking' into 'master'
      Cleanup trailing whitespaces
      softdsp-endpoint: restructure some code, fix some coding style issues
      softdsp-endpoint: improve destruction sequence
      softdsp-endpoint: copy format using standard struct assignment
      softdsp-endpoint: destroy the DSP->node link when the DSP becomes idle
      softdsp-endpoint: add master volume & mute controls
      softdsp-endpoint: add the "selected" control
      endpoint: ref the endpoint while unregistering
      remote-endpoint: do not require a stream id on controls
      softdsp-endpoint: automatically deselect other endpoints when one is selected
      simple-policy: link client to the "selected" endpoint

Julian Bouzas (3):
      endpoint: set core to null after unregistering endpoint and not before
      modules: add softdsp-endpoit and endpoint linking implementations
      simple-policy: add new module

Bug-AGL: SPEC-2473

Change-Id: Idace93865cf62016fac5b7ad9b45a888153e0d97
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb

index df5e93d..c3020e9 100644 (file)
@@ -12,7 +12,7 @@ inherit meson pkgconfig gobject-introspection
 DEPENDS = "glib-2.0 glib-2.0-native pipewire"
 
 SRC_URI = "git://gitlab.freedesktop.org/gkiagia/wireplumber;protocol=https;branch=master"
-SRCREV = "36bc1795ca2626cde5cbd5ec6afae50e5496bd08"
+SRCREV = "18f3e764c0c64efa7c53e641434520f84c6aa797"
 
 PV = "0.0+git${SRCPV}"
 S  = "${WORKDIR}/git"