wireplumber: update to latest version 45/21845/3
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Wed, 10 Jul 2019 15:41:27 +0000 (18:41 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 12 Jul 2019 12:50:22 +0000 (12:50 +0000)
George Kiagiadakis (18):
      Merge branch 'unregister-fix' into 'master'
      config: skip empty lines and comments (starting with #)
      config: implement reading properties for modules from the config file
      config: allow module property blocks to span multiple lines
      config: ensure that both ABI and MODULE are specified before the properties
      simple-policy: allow configuring the default audio devices via module arguments
      config: enhance the configuration file with comments
      Merge branch 'async-endpoint-links' into 'master'
      Merge branch 'link-fix' into 'master'
      softdsp-endpoint: actually register the streams
      softdsp-endpoint: dont't add the stream-id field on the description of the master controls
      softdsp-endpoint: move the selected control in the endpoint and simplify the id encoding
      alsa-udev/softdsp-endpoint: make the stream names & count configurable
      softdsp-endpoint/dsp: actually notify controls on the endpoint, not the dsp object
      simple-policy: match the requested role to a stream in find_endpoint
      mixer: implement listing controls of multiple streams
      Merge branch 'multistream-softdsp-ep'
      Merge branch 'stop-client' into 'master'

Julian Bouzas (21):
      core: handle global references in a simpler way
      endpoint: remove unneeded ref/unref
      modules: unregister endpoints on global_removed instead of proxy destroyed
      modules: disconnect the signals when the endpoints are destroyed
      proxy: remove unneeded destroy signal
      endpoint-link: make contruction async
      factory: remove unneeded sync construction API
      simple-endpoint: handle both input and output directions
      simple-policy: handle both input and output clients
      simple-endpoint-link: dont link already linked ports
      softdsp-endpoint: add multiple streams support
      softdsp-endpoint: change the control value properly
      dsp: add support for convert mode
      module-pipewire: always include the node Id in the endpoint name
      proxy-link: add new API
      endpoint: allow derived classes of endpoint-link to finish async construction
      simple-endpoint-link: store the created links in a list
      endpoint: destroy the link before removing them from the lists
      endpoint: add wp_endpoint_unlink API
      simple-policy: unlink the target endpoint if it is already linked
      proxy: allow derived classes to finish its creation

Bug-AGL: SPEC-2473
Bug-AGL: SPEC-2572

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

index d00b113..edd9b98 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 = "6177b7482e88b40bd1872fa484a1674868958d1e"
+SRCREV = "44a60b863828860f36c0bcb3dff44063fcc1f2bc"
 
 PV = "0.0+git${SRCPV}"
 S  = "${WORKDIR}/git"