pipewire/src
zuozhiwei b4457b871f core: use %u format specifier for uint32_t IDs
The object, node, client, factory, module, and link IDs are all uint32_t values but were being formatted with %d.
This would produce incorrect negative values if an ID ever exceeded INT_MAX
2026-04-16 08:54:15 +00:00
..
daemon docs: remove support for absolute paths from docs 2026-04-06 14:47:21 +02:00
examples impl-node: accept more node.passive values 2026-03-12 17:25:36 +01:00
gst pipewiresrc: fix wait_negotiated from change_state 2026-03-16 17:08:44 +00:00
modules core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
pipewire core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
tests stream: return -EIO when doing get_time in != STREAMING 2026-02-12 12:26:33 +01:00
tools core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00