pipewire/src/modules/module-rtp
Wim Taymans aed82af07f module-rtp: handle the send_packet/feedback as callbacks
They are emited from the streaming thread and therefore can be emitted
concurrently with the events on the main thread. This can cause crashes
when the hook list is iterated.

Instead, make those events into callbacks that are more efficient,
and threadsafe.
2026-04-07 10:54:37 +02:00
..
apple-midi.h Merge branch 'master' into 'fix_san_build' 2023-03-10 10:10:25 +00:00
audio.c module-rtp: handle the send_packet/feedback as callbacks 2026-04-07 10:54:37 +02:00
midi.c module-rtp: handle the send_packet/feedback as callbacks 2026-04-07 10:54:37 +02:00
opus.c module-rtp: handle the send_packet/feedback as callbacks 2026-04-07 10:54:37 +02:00
ptp.h module-rtp-sap: review 2024-01-22 16:41:06 +00:00
rtp.h module-rtp: Fix bounds checks in MIDI parsing 2025-07-15 10:46:10 +02:00
sap.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
stream.c module-rtp: handle the send_packet/feedback as callbacks 2026-04-07 10:54:37 +02:00
stream.h modules: support audio.layout where we can 2025-10-30 12:29:31 +01:00