Wim Taymans
5e2a7dbc4e
modules: remove include of private.h
...
Remove some includes of private.h
Add some methods to get the mempool of client and context so that we can
remove direct access.
Move some things around.
Use methods to get pw_loop variables.
See #3243
2023-07-11 19:31:27 +02:00
Wim Taymans
dc07c2321b
spa: add spa_ratelimit
2023-07-11 19:25:35 +02:00
Wim Taymans
17bc9d520e
protocol-native: move compat_v2 to protocol
2023-07-11 16:13:38 +02:00
Barnabás Pőcze
7d6fc0f544
pulse-server: fix remove proplist command
...
`command` is never equal to `COMMAND_UPDATE_CLIENT_PROPLIST`,
instead, the check should be against `COMMAND_REMOVE_CLIENT_PROPLIST`.
2023-07-11 16:04:53 +02:00
Barnabás Pőcze
fe45786a5d
treewide: add some examples for the spa_auto* macros
2023-07-11 14:23:53 +02:00
Wim Taymans
098ac51272
remote-node: don't init/release our special mix
...
We have SPA_ID_INVALID mix id for all ports to handle the formats and
buffers, we don't need to init/release the mix for this or else our
n_mix accounting is wrong and we might not clear the format right.
2023-07-10 16:56:58 +02:00
Wim Taymans
3e0050d1cd
client-node: clear resource after freeing mem
...
Some of the mem unref might send a message to the client.
This is not actually the case right now but just to be safe for the
future.
2023-07-10 16:55:05 +02:00
Wim Taymans
a966d4806b
improve debug
2023-07-10 16:52:39 +02:00
Wim Taymans
21d16b1ad5
module-raop: zero uppet timestamp bits
...
The Audiopro link1 seems to want to upper bits of the timestamp in
sync messages as 0. It still seems to work with Sonos.
See #3247
2023-07-06 17:01:09 +02:00
Wim Taymans
fdc860c71b
protocol-native: give an error when loading twice
...
Instead of silently ignoring the problem. It's possible that it is
loaded with different settings, which would then silently be ignored.
2023-07-06 13:51:37 +02:00
Wim Taymans
48a892aeec
module-rtp: support sess.ignore-ssrc globally
2023-07-06 13:08:21 +02:00
Wim Taymans
126e03ec73
rtp: add option to ignore SSRC
...
This is useful when there is a fixed receiver and the sender can be
restarted.
2023-07-06 12:55:28 +02:00
Wim Taymans
a9a9c72a0a
client-node: create mix explicitly
2023-07-06 12:18:27 +02:00
Wim Taymans
fd1fd7a00f
module-rtp-source: improve docs a little
2023-07-05 15:29:56 +02:00
Wim Taymans
895e516a75
pulse-server: support latency_msec in module-raop-discover
...
See #3247
2023-07-04 14:09:15 +02:00
Wim Taymans
4137ff656a
module-rt: add option to disable rlimits/portal/rtkit
2023-07-04 11:11:48 +02:00
Wim Taymans
a373d7fde4
module-rt: add comment
2023-07-04 10:36:15 +02:00
Barnabás Pőcze
8c17a6626d
treewide: mark some functions static
...
These were found by enabling the "missing-declarations" warning.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
0eb463ab98
pipewire: module-client-device: include "client-device.h" in "resource-device.c"
...
So that definitions are checked against declarations.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
eaad2b5a87
pipewire: module-avb: include "avb.h" in "descriptors.h"
...
So that the "avb.h" header file is self-sufficient.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
c57afbccc1
pipewire: module-avb: add some missing declarations
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
5b05c1c430
pipewire: module-avb: include "avb.h" in "avb.c"
...
So that definitions are checked against declarations.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
db510e769a
pipewire: module-avb: add missing "stddef.h" include in "avb.h"
...
Including "stddef.h" is needed for `size_t`.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
12be42ed6b
pipewire: module-netjack2-manager: remove unused module_schedule_destroy()
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
34809d3081
pipewire: module-netjack2-driver: remove unused module_schedule_destroy()
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
0a00d9c4d7
pipewire: module-ffado-driver: remove unused module_schedule_destroy()
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
0f70256230
pulse-server: include "reply.h" in "reply.h"
...
So that definitions are checked against declarations.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
3b4a255dec
pulse-server: format_info_from_spec(): remove redundant decl
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
1bb714b95e
pipewire: utils: make_random(): do not use errno
...
The function already returns `ssize_t`, so do not use `errno`
to communicate the reason for failure, instead, return the
negative errno.
`pw_getrandom()` was inconsistent in this regard because
sometimes it simply returned a negative errno without
setting `errno`. This change fixes that as well.
2023-07-03 19:40:31 +02:00
Barnabás Pőcze
f82f215bf7
pipewire: modules: add missing "config.h" include in "flatpak-utils.h"
2023-07-03 19:40:25 +02:00
Wim Taymans
c34a987076
pulse-server: add option to disable fix_ flags
...
Document the pulse.fix properties.
Add an option to disable handling of the FIX flags when the pulse.fix.
property is set to an invalid value/0.
See #3317
2023-07-03 16:39:32 +02:00
Wim Taymans
4bb85ef6c9
module-rtp: don't use sap port as src port
...
We bind to the src addr (the interface addr) and so we need a new unused port.
2023-07-03 12:35:36 +02:00
Wim Taymans
eaaa0cd99e
modules: improve some docs
2023-06-30 21:44:49 +02:00
Wim Taymans
c13696aca1
filter-chain: simplify biquads
2023-06-30 17:49:29 +02:00
Wim Taymans
f612ffe8e4
pulse-server: use the fixed rate for graph rate
...
We need to use the format rate for calculating the buffer size and
latency but the fixated rate for the graph rate.
See #3317
2023-06-30 12:34:25 +02:00
Wim Taymans
91ac3acf3d
pulse-server: debug the fixed format/rate/channel
2023-06-30 12:34:25 +02:00
Barnabás Pőcze
2abd3432b8
pulse-server: module-combine-sink: remove redundant member
...
`module_combine_sink_data::info` member has not been used
since 782e0dfb1f , so remove it.
2023-06-29 23:57:48 +02:00
Wim Taymans
98f138dbe0
filter-chain: move sofa and lv2 to external modules
...
dlopen lv2 and sofa plugin modules instead of hardcoding them into the+
filter-chain. This also makes it possible to add more plugin module
types externally.
2023-06-29 14:04:40 +02:00
Wim Taymans
5d177acc53
meson: clean up echo-cancel sources
2023-06-29 12:12:10 +02:00
Wim Taymans
ab8e67e885
filter-chain: improve error reporting
2023-06-28 17:07:14 +02:00
Wim Taymans
b065899859
filter-chain: only reset rate when suspended
...
Otherwire we can continue with the graph configuration if the rates
still match.
2023-06-28 16:52:11 +02:00
Wim Taymans
f9efc63a04
pulse-server: make sure we have a card_name
...
Clients crash if the card name is NULL so make sure we generate
a backup name.
2023-06-28 16:18:44 +02:00
Wim Taymans
bddfc8c46e
filter-chain: support notify to control links as well
...
If we can't find data ports to link, try to find notify/control ports
when making a link.
When applying the link, place the output of the notify as the control
data.
2023-06-28 15:15:07 +02:00
Wim Taymans
c671c46b87
module-loopback: recalc delay when starting
...
So that we can use the graph rate in case we are configured to follow
the graph rate.
2023-06-28 12:36:42 +02:00
Wim Taymans
e3a41b2c49
filter-chain: instantiate graph when starting
...
Don't instantiate the graph when negotiated but when starting. This
allows us to get to the target graph rate in case the format rate is
supposed to follow the graph rate.
See #2969
2023-06-28 12:36:19 +02:00
Wim Taymans
e03c3311eb
filtet-chain: instatiate only once
2023-06-28 11:53:26 +02:00
Wim Taymans
4b32b1fef0
modules: add example filter
2023-06-27 14:02:38 +02:00
Wim Taymans
39165a8471
modules: add ASYNC flag
...
Add ASYNC flags for the streams that don't dequeue/queue in the realtime
process function so that an extra buffer is allocated.
2023-06-27 13:11:13 +02:00
Niklāvs Koļesņikovs
e4cc63a6dc
src/modules/meson: ensure Opus libs were actually found, too
...
The old way fails, if a distro has the header but not the library,
which can happen on at least Gentoo with multilib deployments,
where the shared header is present but non-native libraries might not.
This could still fail, if a distro had some but not all libraries for
some architectures but hopefully no one did that. In that case, a compile
test would likely be required via cc.check_header() instead but let's try
the faster fix first.
Reported-by: Sam James <sam@gentoo.org>
Thanks-to: Barnabás Pőcze <pobrn@protonmail.com>
Thanks-to: Xavier Claessens <xavier.claessens@collabora.com>
Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
2023-06-26 15:21:49 +00:00
Wim Taymans
0156d63109
audioconvert: don't negottiate rate when resample is disabled
...
This will leave the negotiated rate 0 when parsed and instructs the
stream to follow the graph rate.
2023-06-26 11:23:29 +02:00