summaryrefslogtreecommitdiffstats
path: root/tests/examples/spectrum/demo-audiotest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/spectrum/demo-audiotest.c')
-rw-r--r--tests/examples/spectrum/demo-audiotest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/examples/spectrum/demo-audiotest.c b/tests/examples/spectrum/demo-audiotest.c
index f55bad96..ed47278f 100644
--- a/tests/examples/spectrum/demo-audiotest.c
+++ b/tests/examples/spectrum/demo-audiotest.c
@@ -90,8 +90,6 @@ message_handler (GstBus * bus, GstMessage * message, gpointer data)
draw_spectrum (spect);
}
}
- /* we handled the message we want, and ignored the ones we didn't want.
- * so the core can unref the message for us */
return TRUE;
}