summaryrefslogtreecommitdiffstats
path: root/tests/examples
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-03-05 08:30:52 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-03-05 08:30:52 +0000
commit943584e0ff07c00c9a878d9db5abd2b550260646 (patch)
treef6c44744eb02e36d03d6644416cd8d6b59160128 /tests/examples
parent390e0a84c1216dbb05d7a3b8299cb0051dbb3a52 (diff)
gst/spectrum/: Remove two obsolete and confusing comments.
Original commit message from CVS: * gst/spectrum/demo-audiotest.c: (message_handler): * gst/spectrum/demo-osssrc.c: (message_handler): Remove two obsolete and confusing comments.
Diffstat (limited to 'tests/examples')
-rw-r--r--tests/examples/spectrum/demo-audiotest.c2
-rw-r--r--tests/examples/spectrum/demo-osssrc.c2
2 files changed, 0 insertions, 4 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;
}
diff --git a/tests/examples/spectrum/demo-osssrc.c b/tests/examples/spectrum/demo-osssrc.c
index c00db82c..6419293a 100644
--- a/tests/examples/spectrum/demo-osssrc.c
+++ b/tests/examples/spectrum/demo-osssrc.c
@@ -81,8 +81,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;
}