mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
application-development: index: improve content and formatting
This commit is contained in:
parent
a08019601d
commit
6a42970ddd
1 changed files with 11 additions and 13 deletions
|
@ -4,17 +4,15 @@ title: Advanced GStreamer concepts
|
||||||
|
|
||||||
# Advanced GStreamer concepts
|
# Advanced GStreamer concepts
|
||||||
|
|
||||||
In this part we will cover the more advanced features of GStreamer. With
|
With the basics you learned in the previous part you should be able to create a
|
||||||
the basics you learned in the previous part you should be able to create
|
simple application, but GStreamer provides far more than just the mere basic for
|
||||||
a *simple* application. However, GStreamer provides much more candy than
|
multimedia playback. In this part we will cover more advanced GStreamer features
|
||||||
just the basics of playing back audio files. In this chapter, you will
|
as well as some of its low-level internals.
|
||||||
learn more of the low-level features and internals of GStreamer.
|
|
||||||
|
|
||||||
Some parts of this part will serve mostly as an explanation of how
|
Some chapters of this part serve mostly as an explanation of how GStreamer
|
||||||
GStreamer works internally; they are not actually needed for actual
|
internally works; like the ones covering scheduling, autoplugging and synchronization.
|
||||||
application development. This includes chapters such as the ones
|
This knowledge is generally not required for actual application development.
|
||||||
covering scheduling, autoplugging and synchronization. Other chapters,
|
Other chapters, however, discuss more advanced ways of pipeline-application
|
||||||
however, discuss more advanced ways of pipeline-application interaction,
|
interaction that can be very useful for certain applications. These include the
|
||||||
and can turn out to be very useful for certain applications. This
|
chapters on metadata, querying and events, interfaces, dynamic parameters and
|
||||||
includes the chapters on metadata, querying and events, interfaces,
|
pipeline data manipulation.
|
||||||
dynamic parameters and pipeline data manipulation.
|
|
||||||
|
|
Loading…
Reference in a new issue