pipewire/spa/plugins
Michael Tretter 39c01ba2fe builder: fix calls to builder_add that are not terminated by NULL
spa_pod_builder_add() is a va_args function that is terminated by a NULL
argument. The last argument must be a pointer type, because otherwise
checking for a NULL pointer can fail.

The __attribute__((__sentinel__)) prints a compiler warning, if the last
argument of a call to spa_pod_builder_add() is not a pointer type.

Fix all sentinel warnings by replacing all integer type 0 with pointer
type NULL in calls to spa_pod_builder_add().
2019-07-09 20:53:44 +02:00
..
alsa builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
audiomixer add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
audiotestsrc add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
bluez5 add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
ffmpeg add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
support list: add _consume method 2019-05-06 17:04:16 +02:00
test add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
v4l2 builder: fix calls to builder_add that are not terminated by NULL 2019-07-09 20:53:44 +02:00
videotestsrc add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
volume add SPA_EXPORT where needed 2019-02-06 11:59:05 +01:00
meson.build don't build bluez when sbc is missing 2018-01-23 16:06:54 +01:00