1
Fork 0
pipewire/src/pipewire
Wim Taymans a3c6b3acae log: add pw_log_topic_custom_enabled()
Add a function to check if a specfic custom log level has been defined
for a topic.

We can use this to dynamically check if we need to do the connection debug
messages.

We can also get rid of the conn.* pattern hack to disable connection
messages by default.
2024-01-04 17:40:57 +01:00
..
extensions perm: add a new L permissions 2023-07-28 11:01:43 +02:00
array.h
buffers.c buffer: remove some hardcoded buffer size limits 2023-10-13 13:07:48 +02:00
buffers.h
cleanup.h spa: utils: add scope based resource cleanup 2023-07-11 14:23:53 +02:00
client.h pipewire: allow setting metadata on more objects 2023-07-28 11:18:12 +02:00
conf.c conf: fix regex matching 2023-09-26 11:56:26 +02:00
conf.h pipewire: conf: add missing include guard 2023-07-03 19:40:25 +02:00
context.c log: support dynamic log levels for registered log topics 2024-01-04 10:02:55 +00:00
context.h test: fix test 2023-07-19 11:35:03 +02:00
control.c
control.h
core.c pipewire: core: static assert member order requirement 2023-06-29 23:57:49 +02:00
core.h pipewire: document permissions needed for methods 2023-07-28 10:51:20 +02:00
data-loop.c pipewire: data-loop: set thread name 2023-12-12 15:58:51 +00:00
data-loop.h
device.h pipewire: allow setting metadata on more objects 2023-07-28 11:18:12 +02:00
factory.h pipewire: allow setting metadata on more objects 2023-07-28 11:18:12 +02:00
filter.c stream: make empty objects remove the PARAM 2023-12-11 13:01:10 +01:00
filter.h stream: add ASYNC flag 2023-06-27 13:11:13 +02:00
global.c perm: add permission mask to global 2023-07-28 10:22:12 +02:00
global.h perm: add permission mask to global 2023-07-28 10:22:12 +02:00
i18n.h
impl-client.c impl-client: don't log warning when updating ignored keys 2023-11-23 12:29:55 +01:00
impl-client.h doc: link \page and \group by \see 2023-11-04 15:22:18 +02:00
impl-core.c perm: add permission mask to global 2023-07-28 10:22:12 +02:00
impl-core.h
impl-device.c impl: destroy node and device in global free 2023-10-18 18:51:48 +02:00
impl-device.h
impl-factory.c perm: add permission mask to global 2023-07-28 10:22:12 +02:00
impl-factory.h
impl-link.c impl-link: reset state to INIT if not destroyed 2023-11-03 10:01:48 +01:00
impl-link.h
impl-metadata.c perm: add permission mask to global 2023-07-28 10:22:12 +02:00
impl-metadata.h
impl-module.c pipewire: impl-module: respect `PIPEWIRE_DLCLOSE` 2023-11-22 22:58:00 +01:00
impl-module.h
impl-node.c impl-node: handle priority.driver changes 2023-12-20 12:39:19 +01:00
impl-node.h impl-node: add rt_events 2023-07-19 11:32:13 +02:00
impl-port.c impl-port: only log changes 2023-09-07 17:46:34 +02:00
impl-port.h Port: Add tag param 2023-08-29 14:22:13 +02:00
impl.h
introspect.c pipewire: introspect: do not leave `spa_param_info`s uninitialized 2023-06-01 16:57:42 +00:00
keys.h impl-node: support multiple link-group and group 2023-10-31 10:58:49 +01:00
link.h core: X permissions is needed to destroy a global 2023-07-28 10:22:28 +02:00
log.c log: add pw_log_topic_custom_enabled() 2024-01-04 17:40:57 +01:00
log.h log: add pw_log_topic_custom_enabled() 2024-01-04 17:40:57 +01:00
loop.c
loop.h
main-loop.c
main-loop.h
map.h pipewire: map: allow lookup and iteration on const maps 2023-10-06 15:57:43 +02:00
mem.c pipewire: mem: try to create non-executable memfds 2023-11-29 17:59:14 +00:00
mem.h
meson.build
module.h pipewire: allow setting metadata on more objects 2023-07-28 11:18:12 +02:00
node.h perm: add a new L permissions 2023-07-28 11:01:43 +02:00
permission.h perm: add a new L permissions 2023-07-28 11:01:43 +02:00
pipewire.c pipewire: register/unregister log topics from SPA plugins 2024-01-04 10:02:55 +00:00
pipewire.h pipewire: remove `pw_in_valgrind()` 2023-11-22 23:05:03 +01:00
port.h pipewire: document permissions needed for methods 2023-07-28 10:51:20 +02:00
private.h log: make pw_log_set_level_string public API 2024-01-04 10:02:55 +00:00
properties.c properties: improve containter serialize 2023-06-16 17:36:25 +02:00
properties.h
protocol.c
protocol.h
proxy.c pipewire: proxy: remove `pw_proxy_get_core()` 2023-07-03 19:40:25 +02:00
proxy.h doc: link \page and \group by \see 2023-11-04 15:22:18 +02:00
resource.c
resource.h
settings.c log: support dynamic log levels for registered log topics 2024-01-04 10:02:55 +00:00
stream.c Draft: Allow calling trigger_done from the RT thread 2024-01-04 10:21:16 +00:00
stream.h Draft: Allow calling trigger_done from the RT thread 2024-01-04 10:21:16 +00:00
thread-loop.c thread-loop: only signal when option is set 2023-07-23 18:16:00 +02:00
thread-loop.h doc: link \page and \group by \see 2023-11-04 15:22:18 +02:00
thread.c Add GNU/Hurd support 2023-09-24 15:11:52 +00:00
thread.h thread: expose pw_thread_fill_attr() 2023-07-13 12:10:21 +02:00
type.h
utils.c pipewire: utils: make `pw_strv_find()` take a `const char *` 2023-11-06 19:01:20 +01:00
utils.h pipewire: utils: make `pw_strv_find()` take a `const char *` 2023-11-06 19:01:20 +01:00
version.h.in pipewire: add missing stdbool.h include to version.h.in 2023-07-24 12:48:33 +02:00
work-queue.c
work-queue.h