diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-05-21 12:05:14 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-05-21 12:05:14 +0000 |
commit | 75b997ad55d3c1ec9bb0e3004afd23e90f3a9e54 (patch) | |
tree | b72233a4f89bf00f6c6aeb4622240b079ccaadae /docs | |
parent | fc32cd9c98152882ccf51f14d873f0841f0375a2 (diff) |
docs/design/part-synchronisation.txt: Small addition.
Original commit message from CVS:
* docs/design/part-synchronisation.txt:
Small addition.
* gst/gstbin.c: (gst_bin_query):
* plugins/elements/gstqueue.c: (apply_segment):
Improve debugging.
* gst/gstmessage.h:
Improve docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/part-synchronisation.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/design/part-synchronisation.txt b/docs/design/part-synchronisation.txt index 2d9669552..5f61942c7 100644 --- a/docs/design/part-synchronisation.txt +++ b/docs/design/part-synchronisation.txt @@ -79,7 +79,8 @@ The following notation is used: - NS.rate: rate field of NEWSEGMENT event - NS.abs_rate: absolute value of rate field of NEWSEGMENT event - NS.time: time field in the NEWSEGMENT event - - NS.accum: total accumulated time of all previous segments + - NS.accum: total accumulated time of all previous NEWSEGMENT events. This + field is kept in the GstSegment structure. Valid buffers for synchronisation are those with B.timestamp between NS.start and NS.stop. All other buffers outside this range should be dropped or clipped |