diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-05-26 22:35:00 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-05-26 22:35:00 +0000 |
commit | ffbb13404e66e98a1f5aa48df60c3a630ef3a584 (patch) | |
tree | c88fb76cdad3c1188d4f29277427b16576f01c47 /tests/examples/spectrum/demo-osssrc.c | |
parent | 21dbe9ffc7a8b71905636cc62c437fb159d73eeb (diff) |
gst/spectrum/: added another example
Original commit message from CVS:
* gst/spectrum/Makefile.am:
* gst/spectrum/demo-audiotest.c: (on_frequency_changed),
(spectrum_chain), (main):
* gst/spectrum/demo-osssrc.c:
added another example
* sys/v4l2/gstv4l2src.c:
fix typo
Diffstat (limited to 'tests/examples/spectrum/demo-osssrc.c')
-rw-r--r-- | tests/examples/spectrum/demo-osssrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/spectrum/demo-osssrc.c b/tests/examples/spectrum/demo-osssrc.c index 7f858ea9..5dc04ab2 100644 --- a/tests/examples/spectrum/demo-osssrc.c +++ b/tests/examples/spectrum/demo-osssrc.c @@ -7,7 +7,7 @@ #define DEFAULT_AUDIOSRC "alsasrc" #define SPECT_BANDS 256 -GtkWidget *drawingarea; +static GtkWidget *drawingarea = NULL; static void spectrum_chain (GstElement * sink, GstBuffer * buf, GstPad * pad, |