summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* pipewire: Avoid having pipewire-native depend on pipewirePeter Kjellerstedt2025-05-171-1/+3
| | | | | | | | | Make pipewire-pulse only depend on pipewire-modules-protocol-pulse for target. Otherwise the magic behind BBCLASSEXTEND and PACKAGES_DYNAMIC results in pipewire-native ending up depending on pipewire (for target). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pipewire: Deduce branch name from PVKhem Raj2025-03-241-1/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc:Markus Volk <f_l_k@t-online.de>
* pipewire: update 1.4.0 -> 1.4.1Markus Volk2025-03-241-0/+409
This is a quick bugfix release that is API and ABI compatible with previous 1.x releases. - Handle SplitPCM wrong channels specifications. This fixes some problems with disappearing devices. - Add backwards compatibility support for when the kernel does not support UMP. Also fix UMP output. This restores MIDI support for older kernels/ALSA. - Fix a crash in audioconvert because the resampler was not using the right number of channels. - Some compilation fixes and small improvements. - Don't emit events when disconnecting a stream. (#3314) - Fix some compilation problems. (#4603) - Bump the ROC requirement to version 0.4.0 - Handle SplitPCM too few or too many channels. Add an error string to the device names when the UCM config has an error. - Add backwards compatibility support for when the kernel does not support UMP. - Configure the channels in the resampler correctly in all cases. (#4595) - Fix UMP output. - Use the right samplerate of the filter-graph in audioconvert in all cases. - Fix a crash with an incomming call. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>