mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
visual: add a FIXME as the discussion in IRC discontinued
This commit is contained in:
parent
4ed7ebc071
commit
8add0de2c5
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ gst_visual_setup (GstAudioVisualizer * bscope)
|
||||||
|
|
||||||
gst_visual_clear_actors (visual);
|
gst_visual_clear_actors (visual);
|
||||||
|
|
||||||
|
/* FIXME: we need to know how many bits we actually have in memory */
|
||||||
depth = bscope->vinfo.finfo->pixel_stride[0];
|
depth = bscope->vinfo.finfo->pixel_stride[0];
|
||||||
if (bscope->vinfo.finfo->bits >= 8) {
|
if (bscope->vinfo.finfo->bits >= 8) {
|
||||||
depth *= 8;
|
depth *= 8;
|
||||||
|
|
Loading…
Reference in a new issue