From 433d4f902d733c57b98c28518ca0db584523c4c3 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 23 Feb 2014 12:34:48 +0100 Subject: [PATCH] v4l2: make some more controls configurable ... at least if one tries hard enough using extra-controls property. --- sys/v4l2/v4l2_calls.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index 4e71fbeec4..221e6dcc3c 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -380,8 +380,9 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object) case V4L2_CID_AUDIO_TREBLE: case V4L2_CID_AUDIO_MUTE: case V4L2_CID_AUDIO_LOUDNESS: - /* FIXME: We should implement GstMixer interface */ - /* fall through */ + /* FIXME: We should implement GstMixer interface instead */ + /* but let's not be pedantic and make element more useful for now */ + break; default: GST_DEBUG_OBJECT (e, "ControlID %s (%x) unhandled, FIXME", control.name, n);