wireplumber: uprev to fix a few leaks and warnings 06/21706/1
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 24 Jun 2019 08:16:29 +0000 (11:16 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Mon, 24 Jun 2019 08:17:35 +0000 (11:17 +0300)
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>
meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb

index 400f2eb..b725edf 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 = "aa5b16f8df38d544e27bc827c267b71da66f514d"
+SRCREV = "1f82868e0cd01e8e1d4f7fe4b8263a88208554ca"
 
 PV = "0.0+git${SRCPV}"
 S  = "${WORKDIR}/git"