summaryrefslogtreecommitdiffstats
path: root/tests/examples/spectrum/demo-osssrc.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-05-26 22:35:00 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-05-26 22:35:00 +0000
commitffbb13404e66e98a1f5aa48df60c3a630ef3a584 (patch)
treec88fb76cdad3c1188d4f29277427b16576f01c47 /tests/examples/spectrum/demo-osssrc.c
parent21dbe9ffc7a8b71905636cc62c437fb159d73eeb (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.c2
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,