summaryrefslogtreecommitdiff
path: root/docs/design/part-live-source.txt
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-11-01 15:32:43 +0200
committerStefan Kost <ensonic@users.sf.net>2010-12-03 09:50:31 +0200
commit16ce2d4ea47f48b25c83ef6c8df81b01a986326c (patch)
tree641d17da8121cf416376953bd96b7fb24f763127 /docs/design/part-live-source.txt
parent1c50dcd54fb1cd07988b5d928bea9840f80a603c (diff)
design-docs: add html output using asciidoc
Unify the ad-hoc markup to be asciidoc style in many places. Add a "html" target to Makefile to generate the output.
Diffstat (limited to 'docs/design/part-live-source.txt')
-rw-r--r--docs/design/part-live-source.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/part-live-source.txt b/docs/design/part-live-source.txt
index 0e472ffa02..47055a5a9e 100644
--- a/docs/design/part-live-source.txt
+++ b/docs/design/part-live-source.txt
@@ -28,14 +28,14 @@ a blocking wait.
Scheduling
-----------
+~~~~~~~~~~
Live sources will not produce data in the paused state. They block in the
getrange function or in the loop function until they go to PLAYING.
Latency
--------
+~~~~~~~
The live source timestamps its data with the time of the clock at the
time the data was captured. Normally it will take some time to capture
@@ -49,7 +49,7 @@ See part-latency.txt.
Timestamps
-----------
+~~~~~~~~~~
Live sources always timestamp their buffers with the running_time of the
pipeline. This is needed to be able to match the timestamps of different live