pipewire: uprev wireplumber 75/21675/2
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 18 Jun 2019 17:02:38 +0000 (20:02 +0300)
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Tue, 18 Jun 2019 17:08:05 +0000 (20:08 +0300)
George Kiagiadakis (19):
      lib: add new WpPolicy class and basic policy management functionality
      modules: re-implement the simple policy module using WpPolicy
      m-pipewire: temporarily add the sync_core_with_cb hack
      WpPolicy: add a way of signaling policy changes
      Merge branch 'proxy-api' into 'master'
      lib: add a new WpRemote base class and move the pw_remote glue into a new WpRemotePipewire
      Merge branch 'use-proxy-api' into 'master'
      endpoint: maintain a weak ref to the core since construction time
      modules: fix some ref counting and memory {de-,}allocation issues
      proxy: maintain a weak ref to the core
      lib: add some debug statements to debug the destruction sequence
      Merge branch 'refcount-fix' into 'master'
      Merge branch 'unregister-endpoint' into 'master'
      policy: consume floating reference of GVariant in _find_endpoint()
      endpoint: add some useful API for querying info about streams & controls
      core: remove_global: remove object from the list before triggering the notification
      remote-endpoint: disconnect the control-value change callback when the proxy is destroyed
      modules: move the "selected" endpoint logic to the simple-policy module and improve it
      module-mixer: implement the "Mixer/Audio" endpoint provider

Julian Bouzas (9):
      proxy: add API
      modules: use the new proxy API
      audio-softdsp-endpoint: fix proxy port property description
      alsa-udev: fix minor bug
      module-pipewire and simple-endpoint: use the new Proxy API
      modules: fix proxy ref-count
      proxy: add destroyed signal
      modules: unregister the endpoints when their proxy is destroyed
      proxy: remove unneeded core reference

Bug-AGL: SPEC-2518

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

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