summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2019-06-24 11:16:29 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2019-06-24 11:17:35 +0300
commit5b6e0d62466d4f720b73eaae287e15192f6d3989 (patch)
tree324e3eda8d75f73ea08da7af233e2cc752aadfca
parent6d83f1e291e2b2b0b87958844219a4bcb6649252 (diff)
wireplumber: uprev to fix a few leaks and warnings
George Kiagiadakis (9): softdsp-endpoint: workaround pipewire bug Merge branch 'proxy-global-id' into 'master' core: destroy globals in _dispose() so that the global-removed signal is dispatched m-mixer: downgrade warnings about no backend to debug messages m-simple-policy: find_endpoint: ref the endpoint only if it's not NULL modules: do not leak references to the endpoints at their construction time meson: add option to disable gobject introspection proxy: avoid crashing when the WpProxy is unrefed in the "destroyed" signal handler remote-pipewire: do not leak the GSource Julian Bouzas (2): proxy: add global_id property audio-softdsp-endpoint: set module instead of core in the module data Change-Id: I1e08ad7245f09110d599163775ecb382298b111b Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
-rw-r--r--meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb
index 400f2ebf..b725edf9 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 = "aa5b16f8df38d544e27bc827c267b71da66f514d"
+SRCREV = "1f82868e0cd01e8e1d4f7fe4b8263a88208554ca"
PV = "0.0+git${SRCPV}"
S = "${WORKDIR}/git"