visual: add a FIXME as the discussion in IRC discontinued
authorStefan Sauer <ensonic@users.sf.net>
Mon, 30 Jul 2012 13:38:45 +0000 (15:38 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sat, 11 Aug 2012 10:52:07 +0000 (12:52 +0200)
ext/libvisual/visual.c

index fcdb8f4..5ecb5d7 100644 (file)
@@ -168,6 +168,7 @@ gst_visual_setup (GstAudioVisualizer * bscope)
 
   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];
   if (bscope->vinfo.finfo->bits >= 8) {
     depth *= 8;