mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
v4l2: make some more controls configurable
... at least if one tries hard enough using extra-controls property.
This commit is contained in:
parent
3d9f175d5e
commit
433d4f902d
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue