pipewire/spa/plugins
Peter Hutterer 51a177eb6d tree-wide: replace strstr(a, b) == a with spa_strstartswith()
spa_strstartswith() is more immediately understandable.

Coccinelle spatch file:
	@@
	expression E1, E2;
	@@
	- strstr(E1, E2) != E1
	+ !spa_strstartswith(E1, E2)

	@@
	expression E1, E2;
	@@
	- strstr(E1, E2) == E1
	+ spa_strstartswith(E1, E2)

Applied to the tree except for alsa/acp/compat.h because it looks like
that header is still mostly as-is from PA.
2021-08-02 08:24:21 +00:00
..
alsa
audioconvert audioconvert: clear negotiated rate 2021-07-29 13:35:41 +02:00
audiomixer
audiotestsrc
bluez5 tree-wide: replace strstr(a, b) == a with spa_strstartswith() 2021-08-02 08:24:21 +00:00
control
ffmpeg
jack
libcamera libcamera: remove unused buffer variable in LibCamera::stop() 2021-07-23 07:59:10 +00:00
support tree-wide: replace strstr(a, b) == a with spa_strstartswith() 2021-08-02 08:24:21 +00:00
test
v4l2
videoconvert
videotestsrc
volume
vulkan
meson.build