summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-12-14 15:22:27 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-12-14 15:33:21 +0100
commit5379cb5ed1bccfa888a2087cbd237634a7d33ded (patch)
tree76750f580a94fcc5e11b7684089e35a1389061fc /docs
parent45692eb014b82161ab1a05bbf10ea5b2c263124a (diff)
downloadgstreamer-5379cb5ed1bccfa888a2087cbd237634a7d33ded.tar.gz
NEWSEGMENT -> SEGMENT
Diffstat (limited to 'docs')
-rw-r--r--docs/design/part-element-sink.txt4
-rw-r--r--docs/design/part-events.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/part-element-sink.txt b/docs/design/part-element-sink.txt
index 6cda060d6c..b0561cdfc8 100644
--- a/docs/design/part-element-sink.txt
+++ b/docs/design/part-element-sink.txt
@@ -178,8 +178,8 @@ sink overview
PREROLL_UNLOCK
STREAM_UNLOCK
break
- NEWSEGMENT:
- # the newsegment must be used to clip incoming
+ SEGMENT:
+ # the segment must be used to clip incoming
# buffers. Then then go into the queue as non-prerollable
# items used for syncing the buffers
STREAM_LOCK
diff --git a/docs/design/part-events.txt b/docs/design/part-events.txt
index 001e8b7ef4..6e81b5a6a1 100644
--- a/docs/design/part-events.txt
+++ b/docs/design/part-events.txt
@@ -248,7 +248,7 @@ The general flow of executing the seek with FLUSH is as follows:
4) send a FLUSH_STOP event to all peer elements to allow streaming again.
- 5) create a NEWSEGMENT event to signal the new buffer timestamp base time.
+ 5) create a SEGMENT event to signal the new buffer timestamp base time.
This event must be queued to be sent by the streaming thread.
6) start stopped tasks and unlock the STREAM_LOCK, dataflow will continue