v4l2: make some more controls configurable
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Sun, 23 Feb 2014 11:34:48 +0000 (12:34 +0100)
committerMark Nauwelaerts <mnauw@users.sourceforge.net>
Sun, 23 Feb 2014 12:06:43 +0000 (13:06 +0100)
... at least if one tries hard enough using extra-controls property.

sys/v4l2/v4l2_calls.c

index 4e71fbe..221e6dc 100644 (file)
@@ -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);