mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
plugin-dev: rename basic/statemanage-states.md to basic/states.md
This commit is contained in:
parent
b3e43da206
commit
a7ed6908a9
4 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ also need a rewrite, which will take about the same amount of time.
|
||||||
need to be able to accept and process data already in the
|
need to be able to accept and process data already in the
|
||||||
`GST_STATE_PAUSED` state now (i.e. when prerolling the pipeline).
|
`GST_STATE_PAUSED` state now (i.e. when prerolling the pipeline).
|
||||||
More details can be found in [What are
|
More details can be found in [What are
|
||||||
states?](plugin-development/basics/statemanage-states.md).
|
states?](plugin-development/basics/states.md).
|
||||||
|
|
||||||
- If your plugin's state change function hasn't been superseded by
|
- If your plugin's state change function hasn't been superseded by
|
||||||
virtual start() and stop() methods of one of the new base classes,
|
virtual start() and stop() methods of one of the new base classes,
|
||||||
|
|
|
@ -213,7 +213,7 @@ As you can see, there a lot to learn, so let's get started\!
|
||||||
[boilerplate]: plugin-development/basics/boiler.md
|
[boilerplate]: plugin-development/basics/boiler.md
|
||||||
[pads]: plugin-development/basics/pads.md
|
[pads]: plugin-development/basics/pads.md
|
||||||
[chainfunc]: plugin-development/basics/chainfn.md
|
[chainfunc]: plugin-development/basics/chainfn.md
|
||||||
[states]: plugin-development/basics/statemanage-states.md
|
[states]: plugin-development/basics/states.md
|
||||||
[properties]: plugin-development/basics/args.md
|
[properties]: plugin-development/basics/args.md
|
||||||
[signals]: plugin-development/basics/signals.md
|
[signals]: plugin-development/basics/signals.md
|
||||||
[testapp]: plugin-development/basics/testapp.md
|
[testapp]: plugin-development/basics/testapp.md
|
||||||
|
|
|
@ -107,7 +107,7 @@ index.md
|
||||||
plugin-development/basics/chainfn.md
|
plugin-development/basics/chainfn.md
|
||||||
plugin-development/basics/eventfn.md
|
plugin-development/basics/eventfn.md
|
||||||
plugin-development/basics/queryfn.md
|
plugin-development/basics/queryfn.md
|
||||||
plugin-development/basics/statemanage-states.md
|
plugin-development/basics/states.md
|
||||||
plugin-development/basics/args.md
|
plugin-development/basics/args.md
|
||||||
plugin-development/basics/signals.md
|
plugin-development/basics/signals.md
|
||||||
plugin-development/basics/testapp.md
|
plugin-development/basics/testapp.md
|
||||||
|
|
Loading…
Reference in a new issue