pipewire/src/examples
Sam James 2cec77e7df *: unify config.h handling
config.h needs to be consistently included before any standard headers
if we ever want to set feature test macros (like _GNU_SOURCE or whatever)
inside. It can lead to hard-to-debug issues without that.

It can also be problematic just for our own HAVE_* that it may define
if it's not consistently made available before our own headers. Just
always include it first, before everything.

We already did this in many files, just not consistently.
2025-05-30 10:24:13 +00:00
..
audio-capture.c conf: remove client-rt.conf 2025-01-14 12:40:05 +01:00
audio-dsp-filter.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
audio-dsp-src.c fix compilation some more 2024-06-18 15:41:12 +02:00
audio-src-ring.c examples: improve the ringbuffer example a little 2024-09-23 11:28:16 +02:00
audio-src-ring2.c examples: exit early when no longer running 2025-05-30 12:17:41 +02:00
audio-src.c fix compilation some more 2024-06-18 15:41:12 +02:00
bluez-session.c *: unify config.h handling 2025-05-30 10:24:13 +00:00
export-sink.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
export-source.c fix compilation some more 2024-06-18 15:41:12 +02:00
export-spa-device.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
export-spa.c core: add bound_props event 2023-03-21 17:22:27 +01:00
gmain.c loop: add some more docs about loop_control 2025-01-20 11:48:07 +01:00
internal.c examples: surround loop_iterate() with enter() and leave() 2025-01-20 12:00:02 +01:00
local-v4l2.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
meson.build loop: add some more docs about loop_control 2025-01-20 11:48:07 +01:00
midi-src.c Use "8 bit raw midi" for control ports again 2025-05-23 16:46:13 +02:00
sdl.h examples: add rate as a constant 2025-05-05 09:45:57 +02:00
video-dsp-play.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
video-dsp-src.c Fix compilation with -Werror=float-conversion 2024-06-18 12:17:56 +02:00
video-play-fixate.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
video-play-pull.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
video-play-reneg.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
video-play.c examples: add rate as a constant 2025-05-05 09:45:57 +02:00
video-src-alloc.c Fix compilation with -Werror=float-conversion 2024-06-18 12:17:56 +02:00
video-src-fixate.c Fix compilation with -Werror=float-conversion 2024-06-18 12:17:56 +02:00
video-src-reneg.c Fix compilation with -Werror=float-conversion 2024-06-18 12:17:56 +02:00
video-src.c examples: update the examples with new lazy scheduling flags 2024-11-06 12:57:48 +01:00