Wim Taymans
afc88a12e5
tools: cleanup up printf
...
Make all tools output to stdout (pw-mon mostly) so that we can pipe the
output around.
Send errors to stderr.
fprintf(stdout, ...) -> printf(...)
setlinebuf for stdout so that pipe works better.
See #2110
2022-02-07 17:03:46 +01:00
Peter Hutterer
b78371f702
tools: update pw-reserve so don't need to include the c file
2021-10-18 20:44:11 +10:00
Peter Hutterer
1bced6b2ef
Remove media-session from this tree
...
It is now available as a separate project in
https://gitlab.freedesktop.org/pipewire/media-session
The code required by pw-reservice has moved to src/tools/reserve.{c|h}
2021-10-18 20:44:07 +10:00
Wim Taymans
f275e3baaa
jack: add jack log topic
2021-10-03 08:52:27 +02:00
Peter Hutterer
e46a30562f
Promote media-session to its own subdirectory
...
media-session is past the point of being a mere example, let's promote
it out of the subdirectory.
pw-reserve is moved to tools/
2021-09-22 08:53:08 +02:00