plugin-dev: rename basic/statemanage-states.md to basic/states.md

This commit is contained in:
Tim-Philipp Müller 2016-11-19 21:30:28 +00:00
parent b3e43da206
commit a7ed6908a9
4 changed files with 3 additions and 3 deletions

View file

@ -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
`GST_STATE_PAUSED` state now (i.e. when prerolling the pipeline).
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
virtual start() and stop() methods of one of the new base classes,

View file

@ -213,7 +213,7 @@ As you can see, there a lot to learn, so let's get started\!
[boilerplate]: plugin-development/basics/boiler.md
[pads]: plugin-development/basics/pads.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
[signals]: plugin-development/basics/signals.md
[testapp]: plugin-development/basics/testapp.md

View file

@ -107,7 +107,7 @@ index.md
plugin-development/basics/chainfn.md
plugin-development/basics/eventfn.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/signals.md
plugin-development/basics/testapp.md