aboutsummaryrefslogtreecommitdiff
path: root/docs/design/part-segments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/part-segments.txt')
-rw-r--r--docs/design/part-segments.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-segments.txt b/docs/design/part-segments.txt
index 21926ae..88f44ac 100644
--- a/docs/design/part-segments.txt
+++ b/docs/design/part-segments.txt
@@ -40,7 +40,7 @@ Use case: FLUSHING seek
Avidemux starts by sending a FLUSH_START event downstream and upstream. This
will cause its streaming task to PAUSED because _pad_pull_range() and
- _pad_push() will return WRONG_STATE. It then waits for the STREAM_LOCK,
+ _pad_push() will return FLUSHING. It then waits for the STREAM_LOCK,
which will be unlocked when the streaming task pauses. At this point no
streaming is happening anymore in the pipeline and a FLUSH_STOP is sent
upstream and downstream.