Release 0.2.1

This commit is contained in:
Wim Taymans 2018-07-20 12:44:54 +02:00
parent de766324b9
commit aa838eab94
2 changed files with 17 additions and 14 deletions

29
NEWS
View file

@ -1,14 +1,17 @@
PipeWire 0.1.9 PipeWire 0.2.1
- Various build fixes - Various fixes to memory handling
- Do more permission checks - Fixes for shutdown
- Add support for doing async connections. This can be used to - v4l2 fix enumeration of frame intervals
make connections through the portal later. - Make the daemon stop when the setup commands fail
- Fix device creation from the GStreamer device monitor - Improve safety of hooks
- v4l2 experiment with controls - Update stream API to more future proof version
- move rtkit to a module to avoid dbus dependency - Add more options to stream API such as scheduling in the
- use dmabuf allocator in gstreamer elements main thread and automatic mapping of buffers
- Add DSP module for pro audio cases, remove jack module. The - Add version file and macros to check compile time and
idea is to make a replacement jack client library that talks runtime versions of pipewire
pipewire directly instead of trying to emulate a jack server. - Future proof some structs
- Various memory handling improvements
Work is ongoing in the work branch that features a completely new
scheduling method that will enable audio support. Some of these
API changes are backported in this branch.

View file

@ -1,5 +1,5 @@
project('pipewire', 'c', project('pipewire', 'c',
version : '0.2.0', version : '0.2.1',
meson_version : '>= 0.36.0', meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',