mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
plugin-dev: rename building-types.md to media-types.md
This commit is contained in:
parent
da7a5df981
commit
518f8d38ef
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
<table>
|
||||
<caption>Table of Example Types</caption>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue