log what we're waiting on

Original commit message from CVS:
log what we're waiting on
This commit is contained in:
Thomas Vander Stichele 2006-03-10 19:12:01 +00:00
parent a9564d6b6f
commit 485f6d33cd
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
back to trunk
=== release 0.10.4 ===
2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>

View file

@ -910,8 +910,9 @@ again:
}
}
/* preroll done, we can sync since we ar in PLAYING now. */
GST_DEBUG_OBJECT (basesink, "waiting for clock");
/* 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 (start));
basesink->end_time = stop;
status = gst_base_sink_wait_clock (basesink, start, &jitter);
GST_DEBUG_OBJECT (basesink, "clock returned %d", status);