mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
NEWS: fix some spelling mistakes
This commit is contained in:
parent
5497d2d907
commit
6a0cf77985
1 changed files with 7 additions and 7 deletions
14
NEWS
14
NEWS
|
|
@ -6,9 +6,9 @@ with previous 0.3.x releases.
|
||||||
## Highlights
|
## Highlights
|
||||||
- Fixes for alsa-lib 1.2.5
|
- Fixes for alsa-lib 1.2.5
|
||||||
- New pulseaudio modules: module-avahi-zeroconf,
|
- New pulseaudio modules: module-avahi-zeroconf,
|
||||||
module-pipe-source, module-roc-sink, module-roc-source
|
module-pipe-source, module-roc-sink, module-roc-source.
|
||||||
- JACK has seen massive stability improvements. Locking
|
- JACK has seen massive stability improvements. Locking
|
||||||
and correctness wrt to callbacks and has been reworked. Also
|
and correctness wrt to callbacks has been reworked. Also
|
||||||
thread priorities have improved.
|
thread priorities have improved.
|
||||||
- Handle various crashes and lockups when running out of file
|
- Handle various crashes and lockups when running out of file
|
||||||
descriptors.
|
descriptors.
|
||||||
|
|
@ -34,7 +34,7 @@ with previous 0.3.x releases.
|
||||||
the resampler adjusting itself dynamically.
|
the resampler adjusting itself dynamically.
|
||||||
- Core now has a metadata implementation helper. A context
|
- Core now has a metadata implementation helper. A context
|
||||||
will expose a metadata with settings that can be changed
|
will expose a metadata with settings that can be changed
|
||||||
at runtime. This can be used to change the lowlevel or
|
at runtime. This can be used to change the loglevel or
|
||||||
graph quantum and samplerate on the fly.
|
graph quantum and samplerate on the fly.
|
||||||
- An infinite loop was fixed in the audio converter.
|
- An infinite loop was fixed in the audio converter.
|
||||||
- Handle out-of-fds more gracefully. Handle truncated
|
- Handle out-of-fds more gracefully. Handle truncated
|
||||||
|
|
@ -52,7 +52,7 @@ with previous 0.3.x releases.
|
||||||
- More fixes for alsa-ucm 1.2.5.
|
- More fixes for alsa-ucm 1.2.5.
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
- spa-json-dump now properly encodes string and keys
|
- spa-json-dump now properly encodes string and keys.
|
||||||
- pw-dump now shows the correct subject of the metadata.
|
- pw-dump now shows the correct subject of the metadata.
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -62,12 +62,12 @@ with previous 0.3.x releases.
|
||||||
- Module loading and unloading was improved.
|
- Module loading and unloading was improved.
|
||||||
- module-avahi-zeroconf was implemented.
|
- module-avahi-zeroconf was implemented.
|
||||||
- module-pipe-source was implemented
|
- module-pipe-source was implemented
|
||||||
- module-roc-sink and module-roc-source was implemented
|
- module-roc-sink and module-roc-source was implemented.
|
||||||
- The maximum amount of connections has been limited to 64,
|
- The maximum amount of connections has been limited to 64,
|
||||||
like pulseaudio.
|
like pulseaudio.
|
||||||
- Handle out-of-fds more gracefully.
|
- Handle out-of-fds more gracefully.
|
||||||
- Fix overflow of read/write pointers.
|
- Fix overflow of read/write pointers.
|
||||||
- source and sink state are now decoupled from the monitor
|
- Source and sink state are now decoupled from the monitor
|
||||||
state and will report IDLE when not playing anything.
|
state and will report IDLE when not playing anything.
|
||||||
|
|
||||||
## media-session
|
## media-session
|
||||||
|
|
@ -75,7 +75,7 @@ with previous 0.3.x releases.
|
||||||
actually changed.
|
actually changed.
|
||||||
|
|
||||||
## JACK
|
## JACK
|
||||||
- The locking was reviewed. All callbacks are not emited
|
- The locking was reviewed. All callbacks are now emited
|
||||||
from the PipeWire thread with the lock released and
|
from the PipeWire thread with the lock released and
|
||||||
the process function will be disabled for the duration
|
the process function will be disabled for the duration
|
||||||
of the callback. This ensures that no two callbacks are
|
of the callback. This ensures that no two callbacks are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue