mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Update preroll.md: fix link to “Sink element”; fix list punctuation.
This commit is contained in:
parent
03f0c1d5f8
commit
b3bf274f1d
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ be signalled.
|
||||||
|
|
||||||
Several things can happen that require the preroll cond to be signalled.
|
Several things can happen that require the preroll cond to be signalled.
|
||||||
These include state changes or flush events. The prerolling is
|
These include state changes or flush events. The prerolling is
|
||||||
implemented in sinks (see [element-sink](design/element-sink.md)
|
implemented in sinks (see [Sink elements](design/element-sink.md)).
|
||||||
|
|
||||||
## Committing the state
|
## Committing the state
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@ in the `PAUSED` state could unqueue the buffer again.
|
||||||
|
|
||||||
The state is commited in the following conditions:
|
The state is commited in the following conditions:
|
||||||
|
|
||||||
- a buffer is received on a sinkpad
|
- a buffer is received on a sinkpad;
|
||||||
- an GAP event is received on a sinkpad.
|
- an GAP event is received on a sinkpad;
|
||||||
- an EOS 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
|
We require the state change to be commited in EOS as well, since an EOS
|
||||||
|
|
Loading…
Reference in a new issue