summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhoonhee.lee <hoonhee.lee@lge.com>2015-08-21 16:44:43 +0900
committerSebastian Dröge <sebastian@centricular.com>2015-08-21 11:12:04 +0300
commit04b006cd12d24d71b3615a79f8b0889080f0c8cd (patch)
treec69d6cd53e61683014ba4b640b95ac9f468cf71a /tests
parentcdd484800aae34bcd8020b60d41116580c8060cb (diff)
downloadgstreamer-plugins-bad-04b006cd12d24d71b3615a79f8b0889080f0c8cd.tar.gz
tests: audiomixer: remove duplicated word in comment
https://bugzilla.gnome.org/show_bug.cgi?id=753915
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/audiomixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/audiomixer.c b/tests/check/elements/audiomixer.c
index 8fe329d82..55ea92ef1 100644
--- a/tests/check/elements/audiomixer.c
+++ b/tests/check/elements/audiomixer.c
@@ -981,7 +981,7 @@ GST_START_TEST (test_clip)
ck_assert_int_eq (ret, GST_FLOW_OK);
/* The aggregation is done in a dedicated thread, so we can't
- * not know when it is actually going to happen, so we use a DRAIN query
+ * know when it is actually going to happen, so we use a DRAIN query
* to wait for it to complete.
*/
gst_pad_query (sinkpad, drain);