From: David Schleef Date: Mon, 14 Jul 2003 08:31:26 +0000 (+0000) Subject: Simple replacement for fast, but broken, algorithm. Needs to be refixed. X-Git-Tag: 1.19.3~511^2~15344 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=609a5b68e978b9e14fc12e4ca4df105e3ebdae7e;p=platform%2Fupstream%2Fgstreamer.git Simple replacement for fast, but broken, algorithm. Needs to be refixed. Original commit message from CVS: Simple replacement for fast, but broken, algorithm. Needs to be refixed. --- diff --git a/gst/sine/gstsinesrc.h b/gst/sine/gstsinesrc.h index 5e4ec87400..8f811fccd1 100644 --- a/gst/sine/gstsinesrc.h +++ b/gst/sine/gstsinesrc.h @@ -82,6 +82,7 @@ struct _GstSineSrc { gboolean newcaps; + double accumulator; }; struct _GstSineSrcClass {