pipewire/spa
Peter Hutterer 65f5f2a6f8 alsa/v4l2: convdert udev's VID/PID from hex to decimal
udev's ID_MODEL_ID and ID_VENDOR_ID are inconsistent: always 4-digit hex but
sound devices are prefixed with 0x, v4l devices are not. Depending on the
actual ID, the value will look like decimal (1234) or hex (a234).

pw-dump will then print those as either decimal integers (i.e. 0x1234 becomes
decimal 1234) or double (i.e. a234 becomes 41524.00).

Make this consistent by converting the string from hex do decimal where we
get it.
2021-05-18 07:35:00 +00:00
..
examples spa/buffer: rename SPA_MEMBER to SPA_PTROFF 2021-05-06 09:39:39 +00:00
include spa: add a new string helper with spa_strtol() 2021-05-18 07:35:00 +00:00
plugins alsa/v4l2: convdert udev's VID/PID from hex to decimal 2021-05-18 07:35:00 +00:00
tests spa: add a new string helper with spa_strtol() 2021-05-18 07:35:00 +00:00
tools Fix typos 2021-04-30 07:40:20 +00:00
meson.build spa: ffmpeg: remove libavformat dependency 2021-05-16 13:10:59 +00:00