From 58c06102d8b7cf5d19014051915c96d35eaea9557c302470fcaac0314551fc51 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Fri, 13 May 2022 07:49:26 +0000 Subject: [PATCH] Fix changelog line wrap - wpctl now supports using @DEFAULT_{AUDIO_,VIDEO_,}{SINK,SOURCE}@ as ID, almost like pactl. Additionally, it supports a --pid flag for changing volume and mute state by specifying a process ID, applying the state to all nodes of a specific client process. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=43 --- wireplumber.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wireplumber.changes b/wireplumber.changes index dce5a3e..c842fb8 100644 --- a/wireplumber.changes +++ b/wireplumber.changes @@ -5,11 +5,11 @@ Tue May 10 14:39:24 UTC 2022 - Alexei Sorokin * Changes - Add i18n support to be able to translate some user-visible strings. - - wpctl now supports using @DEFAULT_{AUDIO_,VIDEO_,}{SINK,SOURCE}@ - as ID, almost like pactl. Additionally, it supports a --pid - flag for changing volume and mute state by specifying a - process ID, applying the state to all nodes of a specific - client process. + - wpctl now supports using + @DEFAULT_{AUDIO_,VIDEO_,}{SINK,SOURCE}@ as ID, almost like + pactl. Additionally, it supports a --pid flag for changing + volume and mute state by specifying a process ID, applying + the state to all nodes of a specific client process. - The Lua engine now supports loading Lua libraries. These can be placed either in the standard Lua libraries path or in the "lib" subdirectory of WirePlumber's "scripts" directory