diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-07-25 12:38:30 +0300 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-07-30 16:45:58 +0000 |
commit | 4677ad915a01c773b556fd59a32de03e904e5171 (patch) | |
tree | 582c5e1178b2687f94e19b92f729db57843799b2 | |
parent | 053a150748d7243bb3c5fdaea3307e5579672a25 (diff) |
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 <george.kiagiadakis@collabora.com>
-rw-r--r-- | meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb | 2 |
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 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" |