From 70b95be8f0c65fd19f8cf7078f04a72014ba56a4 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 18 Jul 2011 17:22:41 +0200 Subject: [PATCH] docs: clarify clocks docs in manual After a question on the mailing list, mention that *flushing* seeks reset the running time. --- docs/manual/advanced-clocks.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/advanced-clocks.xml b/docs/manual/advanced-clocks.xml index 2ab1350..dc2a756 100644 --- a/docs/manual/advanced-clocks.xml +++ b/docs/manual/advanced-clocks.xml @@ -12,14 +12,16 @@ - &GStreamer; derives several times from the clock and the playback state. + &GStreamer; derives several time value from the clock + and the playback state. It is important to note, that a clock-time is monotonically rising, but the value itself is not meaningful. Subtracting the base-time yields the running-time. It is the same as the stream-time if one plays from start to end at original rate. The stream-time indicates the position in the - media. + media. The running-time is (re-)set to 0 when the + pipeline starts to play and also after flushing seeks.
-- 2.7.4