wireplumber: update to latest master 85/22585/1
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 7 Oct 2019 15:37:59 +0000 (18:37 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 7 Oct 2019 15:43:58 +0000 (18:43 +0300)
* fixes the problem where audio was only audible on the left channel (SPEC-2850)
* updates for pipewire master API changes
* forward-ports the changes needed to run the bluez-alsa gst helper

George Kiagiadakis (11):
      daemon: do not access the inexistent error-message property from core
      core & proxy: add some more assertions and debug messages for troubleshooting
      sofdsp-endpoint: run audioconvert in merge+split mode and use a new linking algorithm
      softdsp-endpoint/stream: remove the port proxies when they are removed on the server
      monitor: update to reflect API changes in pipewire master
      monitor: add a flag to activate alsa devices
      softdsp/convert: append the stream name on the new "object.path" key
      simple-policy: remove all the bluetooth policy stuff
      modules: remove module-pw-bluez
      policy: add a hack that allows some clients to be linked always
      meson: bump version to 0.1.90

Bug-AGL: SPEC-2850
Bug-AGL: SPEC-2792
Bug-AGL: SPEC-2837

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

index 604a108..9afe257 100644 (file)
@@ -12,9 +12,9 @@ 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 = "897d94c7ddad79774b32a2acda1c08fbd20c0697"
+SRCREV = "69f1cac79c244167caa437e8b85e0824ce3121a0"
 
-PV = "0.1.1+git${SRCPV}"
+PV = "0.1.90+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
 PACKAGES =+ "${PN}-config"