From 518f8d38ef55c372bf39c086164fb7947f8da97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 26 Nov 2016 11:47:34 +0000 Subject: [PATCH] plugin-dev: rename building-types.md to media-types.md --- markdown/application-development/advanced/autoplugging.md | 4 ++-- .../advanced/{building-types.md => media-types.md} | 0 markdown/plugin-development/introduction/basics.md | 2 +- markdown/plugin-development/introduction/preface.md | 6 +++--- sitemap.txt | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) rename markdown/plugin-development/advanced/{building-types.md => media-types.md} (100%) diff --git a/markdown/application-development/advanced/autoplugging.md b/markdown/application-development/advanced/autoplugging.md index e623f508a8..8921261f0c 100644 --- a/markdown/application-development/advanced/autoplugging.md +++ b/markdown/application-development/advanced/autoplugging.md @@ -42,7 +42,7 @@ properties. For most container formats (those are the files that you will find on your hard disk; Ogg, for example, is a container format), no properties are needed to describe the stream. Only a media type is needed. A full list of media types and accompanying properties can be found in [the Plugin -Writer's Guide][pwg-type-defs]. +Writer's Guide][pwg-media-types]. An element must associate a media type to its source and sink pads when it is loaded into the system. GStreamer knows about the different @@ -63,7 +63,7 @@ we can look at methods GStreamer uses to setup pipelines for media handling and for media type detection. [pad-caps]: application-development/basics/pads.md#capabilities-of-a-pad -[pwg-type-defs]: plugin-development/advanced/building-types.md +[pwg-media-types]: plugin-development/advanced/media-types.md ## Media stream type detection diff --git a/markdown/plugin-development/advanced/building-types.md b/markdown/plugin-development/advanced/media-types.md similarity index 100% rename from markdown/plugin-development/advanced/building-types.md rename to markdown/plugin-development/advanced/media-types.md diff --git a/markdown/plugin-development/introduction/basics.md b/markdown/plugin-development/introduction/basics.md index de2238bd44..a28f5527bf 100644 --- a/markdown/plugin-development/introduction/basics.md +++ b/markdown/plugin-development/introduction/basics.md @@ -192,7 +192,7 @@ of a few of the basic types used for buffers in GStreamer. The table contains the name ("media type") and a description of the type, the properties associated with the type, and the meaning of each property. A full list of supported types is included in [List of Defined -Types](plugin-development/advanced/building-types.md#list-of-defined-types). +Types](plugin-development/advanced/media-types.md#list-of-defined-types). diff --git a/markdown/plugin-development/introduction/preface.md b/markdown/plugin-development/introduction/preface.md index 07af79a09f..ee0e875744 100644 --- a/markdown/plugin-development/introduction/preface.md +++ b/markdown/plugin-development/introduction/preface.md @@ -135,8 +135,8 @@ the following order: more control over input rate. This is useful when writing, for example, muxers or demuxers. - Next, we will discuss media identification in GStreamer in [Types - and Properties][types]. You will learn how to + Next, we will discuss media identification in GStreamer in [Media Types + and Properties][media-types]. You will learn how to define new media types and get to know a list of standard media types defined in GStreamer. @@ -219,7 +219,7 @@ As you can see, there a lot to learn, so let's get started\! [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 +[media-types]: plugin-development/advanced/media-types.md [request-pads]: plugin-development/advanced/request.md [clocks]: plugin-development/advanced/clock.md [dynamic-params]: plugin-development/advanced/dparams.md diff --git a/sitemap.txt b/sitemap.txt index f54d18b02a..73b937eb11 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -116,7 +116,7 @@ index.md plugin-development/advanced/scheduling.md plugin-development/advanced/negotiation.md plugin-development/advanced/allocation.md - plugin-development/advanced/building-types.md + plugin-development/advanced/media-types.md plugin-development/advanced/events.md plugin-development/advanced/clock.md plugin-development/advanced/qos.md
Table of Example Types