diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-10-26 08:58:38 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-26 09:09:04 -0700 | 
| commit | 5c1ef95ec8a58edea35cf47e1ce29a5b4f982ac1 (patch) | |
| tree | e4742cb25144d5c8fe4adde58c49ebe82dcaced5 | |
| parent | 0ba92826372d5c716bf3dbc396266d0d35ac8d0e (diff) | |
| download | meta-openembedded-5c1ef95ec8a58edea35cf47e1ce29a5b4f982ac1.tar.gz | |
pipewire: update 1.2.5 -> 1.2.6
- replace patch by the one that was implemented upstream
PipeWire 1.2.6 (2024-10-23)
This is a bugfix release that is API and ABI compatible with the previous
1.2.x and 1.0.x releases.
Highlights
  - The filter-chain param changes were not aggregated correctly, causing some
    param changes to be ignored. (#4331)
  - Clear the JACK io ports correctly when stopping to avoid crashes. (#4337)
  - Some more small fixes and improvements.
PipeWire
  - Stream states are now updated based on the underlying node state.
  - Exported nodes now have their state change done synchronously so that the
    server can immediately start the driver and avoid some initial xruns.
  - Improve stream flush handling and improve the docs.
  - Don't send mix_info to destroyed ports to avoid some errors in the
    JACK clients.
Modules
  - The filter-chain param changes were not aggregated correctly, causing some
    param changes to be ignored. (#4331)
  - The filter-chain now correctly optimizes unlinked nodes in all cases.
SPA
  - ALSA PCM node properties are now no longer overwritten with card properties.
    (#4135)
  - Increase the adapter retry count to avoid xruns in some cases. (#4334)
  - Fix potential crash in cleanup of ALSA nodes.
Bluetooth
  - Fix a crash with broadcast sinks.
  - Improve compatibility with Phonak hearing aids.
  - Don't exit when DBus goes down.
JACK
  - Clear the io ports correctly when stopping to avoid crashes. (#4337)
Docs
  - Backport docs from master.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/files/0ca64277b317b4836beccaa3248ab9055526811c.patch (renamed from meta-multimedia/recipes-multimedia/pipewire/files/0001-parser.h-avoid-missing-field-intializers.patch) | 25 | ||||
| -rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.5.bb) | 4 | 
2 files changed, 17 insertions, 12 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/files/0001-parser.h-avoid-missing-field-intializers.patch b/meta-multimedia/recipes-multimedia/pipewire/files/0ca64277b317b4836beccaa3248ab9055526811c.patch index daeff7e13a..9b05e9e4c3 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/files/0001-parser.h-avoid-missing-field-intializers.patch +++ b/meta-multimedia/recipes-multimedia/pipewire/files/0ca64277b317b4836beccaa3248ab9055526811c.patch  | |||
| @@ -1,17 +1,22 @@ | |||
| 1 | From a6d8d98845754b015e2e155c396091b0791a23c9 Mon Sep 17 00:00:00 2001 | 1 | From 0ca64277b317b4836beccaa3248ab9055526811c Mon Sep 17 00:00:00 2001 | 
| 2 | From: Markus Volk <f_l_k@t-online.de> | 2 | From: Wim Taymans <wtaymans@redhat.com> | 
| 3 | Date: Sat, 28 Sep 2024 18:39:43 +0200 | 3 | Date: Mon, 30 Sep 2024 10:06:30 +0200 | 
| 4 | Subject: [PATCH] fix zero initialization | 4 | Subject: [PATCH] spa: initialize all fields explicitly | 
| 5 | |||
| 6 | Patch by Petar Popovic | ||
| 7 | |||
| 8 | Fixes #4325 | ||
| 9 | |||
| 10 | Upstream-Status: Backport [https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/0ca64277b317b4836beccaa3248ab9055526811c] | ||
| 5 | 11 | ||
| 6 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | 12 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | 
| 7 | Upstream-Status: Submitted [https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4325] | ||
| 8 | --- | 13 | --- | 
| 9 | spa/include/spa/pod/builder.h | 2 +- | 14 | spa/include/spa/pod/builder.h | 2 +- | 
| 10 | spa/include/spa/pod/parser.h | 2 +- | 15 | spa/include/spa/pod/parser.h | 2 +- | 
| 11 | 2 files changed, 2 insertions(+), 2 deletions(-) | 16 | 2 files changed, 2 insertions(+), 2 deletions(-) | 
| 12 | 17 | ||
| 13 | diff --git a/spa/include/spa/pod/builder.h b/spa/include/spa/pod/builder.h | 18 | diff --git a/spa/include/spa/pod/builder.h b/spa/include/spa/pod/builder.h | 
| 14 | index 0564d94ea..b0487bf48 100644 | 19 | index 0564d94ea2..6d3e9d54af 100644 | 
| 15 | --- a/spa/include/spa/pod/builder.h | 20 | --- a/spa/include/spa/pod/builder.h | 
| 16 | +++ b/spa/include/spa/pod/builder.h | 21 | +++ b/spa/include/spa/pod/builder.h | 
| 17 | @@ -49,7 +49,7 @@ struct spa_pod_builder { | 22 | @@ -49,7 +49,7 @@ struct spa_pod_builder { | 
| @@ -19,12 +24,12 @@ index 0564d94ea..b0487bf48 100644 | |||
| 19 | }; | 24 | }; | 
| 20 | 25 | ||
| 21 | -#define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | 26 | -#define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0}, {0} }) | 
| 22 | +#define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {}, {} }) | 27 | +#define SPA_POD_BUILDER_INIT(buffer,size) ((struct spa_pod_builder){ (buffer), (size), 0, {0,0,NULL},{NULL,NULL}}) | 
| 23 | 28 | ||
| 24 | static inline void | 29 | static inline void | 
| 25 | spa_pod_builder_get_state(struct spa_pod_builder *builder, struct spa_pod_builder_state *state) | 30 | spa_pod_builder_get_state(struct spa_pod_builder *builder, struct spa_pod_builder_state *state) | 
| 26 | diff --git a/spa/include/spa/pod/parser.h b/spa/include/spa/pod/parser.h | 31 | diff --git a/spa/include/spa/pod/parser.h b/spa/include/spa/pod/parser.h | 
| 27 | index 083f91171..387298927 100644 | 32 | index 083f911713..4c1e72acce 100644 | 
| 28 | --- a/spa/include/spa/pod/parser.h | 33 | --- a/spa/include/spa/pod/parser.h | 
| 29 | +++ b/spa/include/spa/pod/parser.h | 34 | +++ b/spa/include/spa/pod/parser.h | 
| 30 | @@ -33,7 +33,7 @@ struct spa_pod_parser { | 35 | @@ -33,7 +33,7 @@ struct spa_pod_parser { | 
| @@ -32,10 +37,10 @@ index 083f91171..387298927 100644 | |||
| 32 | }; | 37 | }; | 
| 33 | 38 | ||
| 34 | -#define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | 39 | -#define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0} }) | 
| 35 | +#define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {} }) | 40 | +#define SPA_POD_PARSER_INIT(buffer,size) ((struct spa_pod_parser){ (buffer), (size), 0, {0,0,NULL}}) | 
| 36 | 41 | ||
| 37 | static inline void spa_pod_parser_init(struct spa_pod_parser *parser, | 42 | static inline void spa_pod_parser_init(struct spa_pod_parser *parser, | 
| 38 | const void *data, uint32_t size) | 43 | const void *data, uint32_t size) | 
| 39 | -- | 44 | -- | 
| 40 | 2.46.0 | 45 | GitLab | 
| 41 | 46 | ||
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.5.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb index a02c5de8c8..4ce047a2a6 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.5.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb  | |||
| @@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = " \ | |||
| 12 | 12 | ||
| 13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" | 
| 14 | 14 | ||
| 15 | SRCREV = "71fac7fa818f21234da4c356de0b44e47e1a2ef2" | 15 | SRCREV = "79eebcb72490484e25208971ca15b9e0ea25bd95" | 
| 16 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.2;protocol=https" | 16 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.2;protocol=https" | 
| 17 | SRC_URI += "file://0001-parser.h-avoid-missing-field-intializers.patch" | 17 | SRC_URI += "file://0ca64277b317b4836beccaa3248ab9055526811c.patch" | 
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" | 
| 20 | 20 | ||
