Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alba Mendez
gst-docs
Commits
027bcae5
Commit
027bcae5
authored
Jun 27, 2019
by
Thibault Saunier
🌵
Browse files
dynamic-pipelines: Make the "GStreamer states" table a proper table
parent
564ccf6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
markdown/tutorials/basic/dynamic-pipelines.md
View file @
027bcae5
...
...
@@ -454,14 +454,13 @@ start until you bring the pipeline to the `PLAYING` state. We will
introduce here the rest of states and their meaning. There are 4 states
in GStreamer:
```
| State | Description |
|-----------|--------------------|
|
`NULL`
| the NULL state or initial state of an element. |
|
`READY`
| the element is ready to go to PAUSED. |
|
`PAUSED`
| the element is PAUSED, it is ready to accept and process data. Sink elements however only accept one buffer and then block. |
|
`PLAYING`
| the element is PLAYING, the clock is running and the data is flowing. |
```
You can only move between adjacent ones, this is, you can't go from
`NULL`
to
`PLAYING`
, you have to go through the intermediate
`READY`
and
`PAUSED`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment