diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-12-11 02:07:48 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-12-11 02:07:48 +0200 |
commit | 1189c08b1aef05f31f9a60f5275582e1c87c4c5e (patch) | |
tree | c5be36864ad86eecc66ff43343238f9a9e8e4503 | |
parent | dc1c4de68329c01e787cb5a0547d28416ded2cbf (diff) |
wireplumber: update for bug fixes
George Kiagiadakis (6):
ci: pin pipewire to a specific working commit
config: remove the stream from the default endpoint-link files
config-policy: add some more debug statements
config-policy: fix stream priority logic when the stream name comes from media.role
config-policy: fix typo in variable check
link-algorithm: link mono inputs to all available target ports
Julian Bouzas (4):
core: remove unnecessary idle callback when connecting
core: return a boolean in sync API
tests: make sure core is connected before starting config-policy tests
policy: store a core weak reference
Bug-AGL: SPEC-2837
Bug-AGL: SPEC-3003
Change-Id: I19a0a1580365e998600fcd6841d0c5d2fe955310
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 d89ca5cb..53fba7f3 100644 --- a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb +++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb @@ -16,7 +16,7 @@ SRC_URI = "\ https://raw.githubusercontent.com/skystrife/cpptoml/fededad7169e538ca47e11a9ee9251bc361a9a65/include/cpptoml.h \ file://0001-Build-cpptoml-without-a-cmake-subproject.patch \ " -SRCREV = "8bdadd5a71510afce3254976605a2860fedc2a0b" +SRCREV = "f789c4bce4a1ff525e284f651c572d85db8f4c94" SRC_URI[sha256sum] = "3e4e1d315fa1229921c7a4297ead08775b5bb1220c18a7eac62db9ca7e79df0d" PV = "0.1.90+git${SRCPV}" |