pipewire/src
Barnabás Pőcze b52be160ab pipewire: thread-loop: print thread id as pointer
On musl, `pthread_t` is a pointer type, so printing it
as a long generates warnings. So cast it to `void *`
and print it with "%p" since it is actually a pointer
even on glibc (nptl) (at least at the time of writing...).
2023-06-10 02:26:40 +02:00
..
daemon pulse-server: add server.dbus-name option 2023-05-17 12:16:16 +02:00
examples examples: add another example 2023-06-06 19:50:58 +02:00
gst gst: fill default stride in metadata 2023-05-23 09:00:30 +02:00
modules pipewire: module-raop-sink: check asprintf return value 2023-06-10 02:22:08 +02:00
pipewire pipewire: thread-loop: print thread id as pointer 2023-06-10 02:26:40 +02:00
tests core: add bound_props event 2023-03-21 17:22:27 +01:00
tools module-profiler: add per client xrun count in profiler data 2023-06-02 13:23:55 +02:00
meson.build treewide: meson.build: use feature.allowed() 2022-02-04 00:15:59 +01:00