From 852774ec6c054503866f0b2b833a04a1dd1e17e9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 14 Mar 2007 11:21:48 +0000 Subject: [PATCH] fix misleading log statement Original commit message from CVS: fix misleading log statement --- libs/gst/base/gstbasesink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index 0fa0343..ca9da77 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -1329,8 +1329,8 @@ again: goto done; /* preroll done, we can sync since we are in PLAYING now. */ - GST_DEBUG_OBJECT (basesink, "waiting for clock to reach %" GST_TIME_FORMAT, - GST_TIME_ARGS (rstart)); + GST_DEBUG_OBJECT (basesink, "possibly waiting for clock to reach %" + GST_TIME_FORMAT, GST_TIME_ARGS (rstart)); /* this function will return immediatly if start == -1, no clock * or sync is disabled with GST_CLOCK_BADTIME. */ -- 2.7.4