pipewire/spa/plugins/v4l2
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
..
meson.build meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
v4l2-device.c v4l2: profiles params are not implement yet 2020-12-17 16:13:19 +01:00
v4l2-source.c v4l2: add some more debug 2021-05-05 11:23:44 +02:00
v4l2-udev.c alsa/v4l2: convdert udev's VID/PID from hex to decimal 2021-05-18 07:35:00 +00:00
v4l2-utils.c v4l2-utils: only allocate MemPtr when requested 2021-05-06 10:16:21 +02:00
v4l2.c monitor: remove monitor API and use device 2019-09-20 13:04:14 +02:00
v4l2.h v4l2: use 32 buffers max 2019-05-27 15:35:20 +02:00