wireplumber: update to fix some bugs 29/22029/1
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Thu, 25 Jul 2019 09:38:30 +0000 (12:38 +0300)
committerGeorgios Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 30 Jul 2019 13:29:00 +0000 (13:29 +0000)
George Kiagiadakis (5):
      modules: initialize some spa_pod_builders inline
      proxy: fix the naming of variables that point to the instance and private structures
      Merge branch 'error-handling' into 'master'
      simple-policy: do not leak client endpoints when rescanning
      simple-policy: compare client creation times so that the "last one wins"

Julian Bouzas (6):
      dsp: use the new WpProxyLink API
      proxy: throw an error if the proxy is destroyed during async constructions
      modules: handle error if the endpoint proxies could not be created
      simple-policy: fix bug when finding endpoints
      dsp: removed unneeded format property and always use the default format
      simple-endpoint-link: skip already output linked ports

Bug-AGL: SPEC-2674

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

index 0b6b4c8..9e9214e 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 = "eaaa9f7f3548afcb1a2f969944b65d6d10d0a761"
+SRCREV = "000272228905d0d9798f1b72b831dee09eb24a07"
 
 PV = "0.0+git${SRCPV}"
 S  = "${WORKDIR}/git"