pipewire/spa/plugins
Giovanni Campagna 07f12c9713 v4l2: fix enumerating frame interval for continuous/step-wise devices
A device that supports continuous/step-wise frame interval will
report the correct frame intervals for index 0 and EINVAL for
every other index.
(https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/vidioc-enum-frameintervals.html)

Previously, the code would exit from the loop after successfully
reading index 0, without marking that the iteration of frame
interval completed. Therefore, the next time the function was
called the same frame intervals would be read, instead of advancing
to the next frame size or format type.
Instead, mark that we need to try and read the next format size.

Fixes #56
2018-04-03 16:28:23 +02:00
..
alsa alsa: update the offset after each copy 2018-03-14 16:03:58 +01:00
audiomixer props: use macro for property alternatives 2018-02-20 09:36:05 +01:00
audiotestsrc props: use macro for property alternatives 2018-02-20 09:36:05 +01:00
bluez5 props: use macro for property alternatives 2018-02-20 09:36:05 +01:00
ffmpeg Add control properties to audiotestsrc 2017-11-22 14:30:04 +01:00
support loop: remove the destroy_list 2018-03-14 14:51:36 +01:00
test Add control properties to audiotestsrc 2017-11-22 14:30:04 +01:00
v4l2 v4l2: fix enumerating frame interval for continuous/step-wise devices 2018-04-03 16:28:23 +02:00
videotestsrc props: use macro for property alternatives 2018-02-20 09:36:05 +01:00
volume props: use macro for property alternatives 2018-02-20 09:36:05 +01:00
meson.build don't build bluez when sbc is missing 2018-01-23 16:06:54 +01:00