wireplumber: update to latest master 74/22874/1
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 6 Nov 2019 13:07:52 +0000 (15:07 +0200)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 6 Nov 2019 13:27:16 +0000 (15:27 +0200)
Changes:
* Respects the device configuration again
* Properly re-links with a client that was already there before
  when a higher priority or a newer one exits
* Fixes some linking issues and assertion failures
* Change the project URL to reflect the move to the "pipewire"
  group on freedesktop

This still doesn't fix the crashes that have been observed to happen
with alexa.

George Kiagiadakis (5):
      tests: proxy: fix failure due to property key change in pipewire
      monitor & softdsp: fix alsa property names and api string
      policy: correctly figure out if a stream is a capture stream
      policy: do not assert if the endpoint link errors out
      README.md: add instructions on building and running

Julian Bouzas (3):
      endpoint: add creation-time property
      simple-policy: select the newest client endpoint when the role priority is equal
      stream: get the node id from the info struct when preparing link

Bug-AGL: SPEC-2837

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

index 9afe257..10dc7b3 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY     = "Session / Policy Manager for PipeWire"
-HOMEPAGE    = "https://gitlab.freedesktop.org/gkiagia/wireplumber"
-BUGTRACKER  = "https://gitlab.freedesktop.org/gkiagia/wireplumber/issues"
+HOMEPAGE    = "https://gitlab.freedesktop.org/pipewire/wireplumber"
+BUGTRACKER  = "https://gitlab.freedesktop.org/pipewire/wireplumber/issues"
 AUTHOR      = "George Kiagiadakis <george.kiagiadakis@collabora.com>"
 SECTION     = "multimedia"
 
@@ -11,8 +11,8 @@ 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 = "69f1cac79c244167caa437e8b85e0824ce3121a0"
+SRC_URI = "git://gitlab.freedesktop.org/pipewire/wireplumber.git;protocol=https;branch=master"
+SRCREV = "b94cc897aca95997f3b841ee8df0f5e3782dc76c"
 
 PV = "0.1.90+git${SRCPV}"
 S  = "${WORKDIR}/git"