From: Stefan Kost Date: Sun, 25 Jan 2009 20:31:52 +0000 (+0200) Subject: Change comment to refer to right variable. X-Git-Tag: 1.19.3~505^2~1490 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28d3578d0d6f769d707816c62d93d39944f891f1;p=platform%2Fupstream%2Fgstreamer.git Change comment to refer to right variable. --- diff --git a/gst/synaesthesia/synaescope.h b/gst/synaesthesia/synaescope.h index 456f720..a783db3 100644 --- a/gst/synaesthesia/synaescope.h +++ b/gst/synaesthesia/synaescope.h @@ -23,7 +23,7 @@ #include -/* FIXME: we should set this automatically based on height */ +/* FIXME: we should set this automatically based on resy */ #define FFT_BUFFER_SIZE_LOG 10 #define FFT_BUFFER_SIZE (1 << FFT_BUFFER_SIZE_LOG)