summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-11-14 22:35:07 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-11-16 18:29:01 +0000
commit7a8fa2b6a068a8a86cf0e59608753af8e53cfe8b (patch)
treee71709fff30eca1d1ac10baa8da565aa7e3d86e4
parent8c4742866bb79e017dcc5fd046a9d7e0ae7c3d62 (diff)
check: Add a debug status to the systemclock test
Next time it fails on a buildbot we can see which clock id return it is getting.
-rw-r--r--tests/check/gst/gstsystemclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/gst/gstsystemclock.c b/tests/check/gst/gstsystemclock.c
index ba0a2a3961..712e394660 100644
--- a/tests/check/gst/gstsystemclock.c
+++ b/tests/check/gst/gstsystemclock.c
@@ -395,7 +395,7 @@ GST_START_TEST (test_async_sync_interaction)
/* While this is sleeping, the async3 id should fire and unschedule it */
result = gst_clock_id_wait (td.sync_id, &jitter);
fail_unless (result == GST_CLOCK_UNSCHEDULED || result == GST_CLOCK_EARLY,
- "Waiting did not return UNSCHEDULED");
+ "Waiting did not return UNSCHEDULED (was %d)", result);
gst_clock_id_unschedule (td.async_id3);
g_mutex_lock (td.lock);