projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0667b1a
)
test: print actual timestamp on failure
author
Stefan Sauer
<ensonic@google.com>
Sat, 23 Jul 2011 11:46:31 +0000
(13:46 +0200)
committer
Stefan Sauer
<ensonic@google.com>
Sat, 23 Jul 2011 12:04:14 +0000
(14:04 +0200)
tests/check/pipelines/basetime.c
patch
|
blob
|
history
diff --git
a/tests/check/pipelines/basetime.c
b/tests/check/pipelines/basetime.c
index
2b84f9d
..
f08cd12
100644
(file)
--- a/
tests/check/pipelines/basetime.c
+++ b/
tests/check/pipelines/basetime.c
@@
-46,7
+46,8
@@
buffer_probe_cb (GstPad * pad, GstBuffer * buffer)
{
if (old_ts != GST_CLOCK_TIME_NONE) {
fail_unless (GST_BUFFER_TIMESTAMP (buffer) != old_ts,
- "Two buffers had same timestamp");
+ "Two buffers had same timestamp: %" GST_TIME_FORMAT,
+ GST_TIME_ARGS (old_ts));
}
old_ts = GST_BUFFER_TIMESTAMP (buffer);