summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSeungha Yang <sh.yang@lge.com>2016-07-10 10:28:44 +0900
committerSebastian Dröge <sebastian@centricular.com>2016-07-11 09:54:11 +0300
commit50f74daa2fc63340bfd32a74d6990ea22b32c426 (patch)
tree2bd61f78adb0244356132f3f6d80d983a57e932d /tests
parent48324cab38397639143750c7f800e7bffa4eb009 (diff)
appsrc: Remove trailing whitespace
https://bugzilla.gnome.org/show_bug.cgi?id=768510
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/appsrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/elements/appsrc.c b/tests/check/elements/appsrc.c
index 369587c02..56fe0f7c3 100644
--- a/tests/check/elements/appsrc.c
+++ b/tests/check/elements/appsrc.c
@@ -148,14 +148,14 @@ on_new_sample_from_source (GstAppSink * elt, gpointer user_data)
}
/*
- * appsink => appsrc pipelines executed 100 times:
+ * appsink => appsrc pipelines executed 100 times:
* - appsink pipeline has sync=false
* - appsrc pipeline has sync=true
* - appsrc has block=true
* after 1 second an error message is posted on appsink pipeline bus
* when the error is received the appsrc pipeline is set to NULL
* and then the appsink pipeline is
- * set to NULL too, this must not deadlock
+ * set to NULL too, this must not deadlock
*/
GST_START_TEST (test_appsrc_block_deadlock)