pipewire/src/modules/module-protocol-pulse
Wim Taymans 16faacec92 pulse-server: don't compare string pointers
We always want to clear the provided blocklist from the properties. The
logic tries to only clear when there was a blocklist but it checks this
by comparing the string pointer to the fallback, which gives a compiler
warning.
2021-07-26 09:39:55 +02:00
..
extensions pulse-server: split out extension handling 2021-06-25 03:23:35 +02:00
modules pulse-server: don't compare string pointers 2021-07-26 09:39:55 +02:00
client.c pulse-server: split out server creation and socket handling 2021-06-25 03:23:32 +02:00
client.h pipewire-pulse: implement simple quirk database 2021-06-30 17:17:36 +02:00
collect.c avoid shadowing arguments 2021-07-06 17:55:16 +02:00
collect.h pulse-server: improve sink/source state 2021-06-25 13:23:22 +02:00
commands.h pulse-server: split out commands 2021-06-25 03:22:56 +02:00
dbus-name.c dbus: keep a ref to DBusConnection if reconnecting is not handled 2021-06-26 16:11:40 +03:00
dbus-name.h pulse-server: split out D-Bus parts 2021-06-25 03:23:09 +02:00
defs.h treewide: mark things static and const 2021-06-30 14:44:08 +02:00
extension.c pulse-server: split out extension handling 2021-06-25 03:23:35 +02:00
extension.h pulse-server: split out extension handling 2021-06-25 03:23:35 +02:00
format.c spa: add 64 AUX channels 2021-07-21 11:25:43 +02:00
format.h pulse-server: split out format handling 2021-06-25 03:22:59 +02:00
internal.h pulse-server: remove unnecessary struct member and includes 2021-06-25 03:23:51 +02:00
manager.c avoid shadowing arguments 2021-07-06 17:55:16 +02:00
manager.h pulse-server: add property to make virtual nodes 2021-04-20 21:05:59 +02:00
media-roles.c pulse-server: split out media roles 2021-06-25 03:23:20 +02:00
media-roles.h pulse-server: split out media roles 2021-06-25 03:23:20 +02:00
message-handler.c pulse-server: split out message-handler 2021-06-25 03:23:41 +02:00
message-handler.h pulse-server: split out message-handler 2021-06-25 03:23:41 +02:00
message.c pulse-server: split out message handling 2021-06-25 03:23:24 +02:00
message.h pulse-server: split out message handling 2021-06-25 03:23:24 +02:00
module.c pipewire-pulse: add module-switch-on-connect 2021-07-24 18:51:57 +03:00
module.h pulse-server: split out module handling 2021-06-25 03:23:37 +02:00
operation.c pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
operation.h pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
pending-sample.c pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
pending-sample.h pulse-server: split out pending-sample 2021-06-25 03:23:15 +02:00
pulse-server.c Replace Pipewire with PipeWire for consistency 2021-07-14 16:56:54 +10:00
pulse-server.h pulse-server: add missing forward declarations 2021-06-25 03:24:00 +02:00
quirks.c pulse-server: move quirks to a json blob 2021-06-30 18:10:41 +02:00
quirks.h pipewire-pulse: implement simple quirk database 2021-06-30 17:17:36 +02:00
reply.c pulse-server: silence the ENOTSUP warnings 2021-06-28 12:43:31 +02:00
reply.h pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
sample-play.c pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
sample-play.h pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
sample.c pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
sample.h pulse-server: split out sample, sample-play 2021-06-25 03:23:12 +02:00
server.c pulse-server: use pid_t where appropriate 2021-07-25 15:17:08 +02:00
server.h pulse-server: split out server creation and socket handling 2021-06-25 03:23:32 +02:00
stream.c pulse-server: silence UNDERFLOW warning to info 2021-07-03 21:14:48 +02:00
stream.h pulse-server: split out reply, operation, client, stream 2021-06-25 03:23:27 +02:00
utils.c pulse-server: use sizeof() instead of hard-coding 2021-07-25 15:17:08 +02:00
utils.h pulse-server: use pid_t where appropriate 2021-07-25 15:17:08 +02:00
volume.c pulse-server: split out volume handling 2021-06-25 03:23:01 +02:00
volume.h pulse-server: split out volume handling 2021-06-25 03:23:01 +02:00