diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-07-25 12:38:30 +0300 |
---|---|---|
committer | Georgios Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-07-30 13:29:00 +0000 |
commit | c05a127e27183e66f02ee7ad8ce17e5712af043a (patch) | |
tree | 722cf1fd44d7709813452d342594638ae1349726 /meta-pipewire | |
parent | f5d5e1584e10ae0f1447c3aaeb4da93408300669 (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>
Diffstat (limited to 'meta-pipewire')
-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" |