docs: small updates

This commit is contained in:
Wim Taymans 2012-10-08 09:11:53 +02:00
parent ad0a4f4819
commit dc2080fb78
2 changed files with 5 additions and 1 deletions

View file

@ -28,7 +28,8 @@ state could unqueue the buffer again.
The state is commited in the following conditions:
- a buffer is received on a sinkpad
- an EOS is received on a sinkpad.
- an GAP event is received on a sinkpad.
- an EOS event is received on a sinkpad.
We require the state change to be commited in EOS as well since an EOS means
by definition that no buffer is going to arrive anymore.

View file

@ -11,6 +11,9 @@ elements could know not to expect any more data for that gap.
In 0.10, segment information conveyed through SEGMENT events can be used
for the same purpose.
In 1.0, there is a GAP event that works in a similar fashion as the FILLER
event in 0.8.
Use cases
~~~~~~~~~