mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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.
This commit is contained in:
parent
874eab7a0a
commit
609a5b68e9
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ struct _GstSineSrc {
|
|||
|
||||
gboolean newcaps;
|
||||
|
||||
double accumulator;
|
||||
};
|
||||
|
||||
struct _GstSineSrcClass {
|
||||
|
|
Loading…
Reference in a new issue