mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
v4l: add a fixme for broken code, that someone who has a v4l tuner device should fix
This commit is contained in:
parent
388fa77c11
commit
c673c09e4f
1 changed files with 5 additions and 0 deletions
|
@ -330,6 +330,11 @@ gst_v4l_get_chan_names (GstV4lElement * v4lelement)
|
|||
continue; /* not this one */
|
||||
}
|
||||
}
|
||||
/* FIXME: in the case of n >= vchan.tuners the code below accesses
|
||||
* uninitialised fields in vtun
|
||||
* Not sure if the codeblock below should go into the else above, but
|
||||
* then setting vtun.tuner=0 is a bit pointless.
|
||||
*/
|
||||
v4lchannel->tuner = n;
|
||||
channel->flags |= GST_TUNER_CHANNEL_FREQUENCY;
|
||||
channel->freq_multiplicator =
|
||||
|
|
Loading…
Reference in a new issue