From c05a127e27183e66f02ee7ad8ce17e5712af043a Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 25 Jul 2019 12:38:30 +0300 Subject: wireplumber: update to fix some bugs 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 --- meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb index 0b6b4c83..9e9214eb 100644 --- a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb +++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb @@ -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" -- cgit 1.2.3-korg