From b3e43da206e704b3b1efedc7cfae070bb331dc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 16 Nov 2016 09:38:18 +0000 Subject: [PATCH] plugin-dev: fix up references for building -> basics rename --- .../plugin-development/advanced/interfaces.md | 2 +- .../plugin-development/appendix/porting.md | 2 +- markdown/plugin-development/basics/boiler.md | 2 +- markdown/plugin-development/basics/index.md | 4 ++-- .../introduction/preface.md | 16 +++++++-------- sitemap.txt | 20 +++++++++---------- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/markdown/plugin-development/advanced/interfaces.md b/markdown/plugin-development/advanced/interfaces.md index 1d4f3e3a95..005fb0fc6c 100644 --- a/markdown/plugin-development/advanced/interfaces.md +++ b/markdown/plugin-development/advanced/interfaces.md @@ -41,7 +41,7 @@ reasons for this. First of all, properties can be more easily introspected. Second, properties can be specified on the commandline (`gst-launch-1.0`). -[plugin-properties]: plugin-development/building/args.md +[plugin-properties]: plugin-development/basics/args.md ## How to Implement Interfaces diff --git a/markdown/plugin-development/appendix/porting.md b/markdown/plugin-development/appendix/porting.md index 2666e49507..41a9368c2a 100644 --- a/markdown/plugin-development/appendix/porting.md +++ b/markdown/plugin-development/appendix/porting.md @@ -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/building/statemanage-states.md). + states?](plugin-development/basics/statemanage-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, diff --git a/markdown/plugin-development/basics/boiler.md b/markdown/plugin-development/basics/boiler.md index 288d560d91..fd17249093 100644 --- a/markdown/plugin-development/basics/boiler.md +++ b/markdown/plugin-development/basics/boiler.md @@ -311,7 +311,7 @@ of types are supported too, and should be separated by a semicolon (“;”). Later, in the chapter on pads, we will see how to use types to know the exact format of a stream: [Specifying the pads][pads]. -[pads]: plugin-development/building/pads.md +[pads]: plugin-development/basics/pads.md ## Constructor Functions diff --git a/markdown/plugin-development/basics/index.md b/markdown/plugin-development/basics/index.md index 15c24e4e10..ad100bc194 100644 --- a/markdown/plugin-development/basics/index.md +++ b/markdown/plugin-development/basics/index.md @@ -1,8 +1,8 @@ --- -title: Building a Plugin +title: The Basics of Writing a Plugin ... -# Building a Plugin +# Writing a Plugin You are now ready to learn how to build a plugin. In this part of the guide, you will learn how to apply basic GStreamer programming concepts diff --git a/markdown/plugin-development/introduction/preface.md b/markdown/plugin-development/introduction/preface.md index c35fe4a4a4..279cbc9b4f 100644 --- a/markdown/plugin-development/introduction/preface.md +++ b/markdown/plugin-development/introduction/preface.md @@ -209,14 +209,14 @@ As you can see, there a lot to learn, so let's get started\! functions. This will allow your plugin to operate on a completely new media type. -[building]: plugin-development/building/index.md -[boilerplate]: plugin-development/building/boiler.md -[pads]: plugin-development/building/pads.md -[chainfunc]: plugin-development/building/chainfn.md -[states]: plugin-development/building/statemanage-states.md -[properties]: plugin-development/building/args.md -[signals]: plugin-development/building/signals.md -[testapp]: plugin-development/building/testapp.md +[building]: plugin-development/basics/index.md +[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 +[properties]: plugin-development/basics/args.md +[signals]: plugin-development/basics/signals.md +[testapp]: plugin-development/basics/testapp.md [advanced]: plugin-development/advanced/index.md [scheduling]: plugin-development/advanced/scheduling.md [types]: plugin-development/advanced/building-types.md diff --git a/sitemap.txt b/sitemap.txt index 74514ba41f..77dd84e075 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -101,16 +101,16 @@ index.md plugin-development/introduction/index.md plugin-development/introduction/preface.md plugin-development/introduction/basics.md - plugin-development/building/index.md - plugin-development/building/boiler.md - plugin-development/building/pads.md - plugin-development/building/chainfn.md - plugin-development/building/eventfn.md - plugin-development/building/queryfn.md - plugin-development/building/statemanage-states.md - plugin-development/building/args.md - plugin-development/building/signals.md - plugin-development/building/testapp.md + plugin-development/basics/index.md + plugin-development/basics/boiler.md + plugin-development/basics/pads.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/args.md + plugin-development/basics/signals.md + plugin-development/basics/testapp.md plugin-development/advanced/index.md plugin-development/advanced/request.md plugin-development/advanced/scheduling.md