fix misleading log statement
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 14 Mar 2007 11:21:48 +0000 (11:21 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 14 Mar 2007 11:21:48 +0000 (11:21 +0000)
Original commit message from CVS:
fix misleading log statement

libs/gst/base/gstbasesink.c

index 0fa03436cd3b04893365752d738bcaca96587736..ca9da77ab70dd67ae50b4287a485408a7fa6c357 100644 (file)
@@ -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. */