summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-09-11 15:48:39 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-09-11 15:48:39 -0700
commit6a42970ddd997267af083d69502fffa1e180606c (patch)
tree0dc6926b53b3a2087599479164b785dc9c668cbf
parenta08019601d9fcd12407c1b3347fa7e05b475d8ea (diff)
application-development: index: improve content and formatting
-rw-r--r--markdown/application-development/advanced/index.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/markdown/application-development/advanced/index.md b/markdown/application-development/advanced/index.md
index 96c165b..c738714 100644
--- a/markdown/application-development/advanced/index.md
+++ b/markdown/application-development/advanced/index.md
@@ -4,17 +4,15 @@ title: Advanced GStreamer concepts
# Advanced GStreamer concepts
-In this part we will cover the more advanced features of GStreamer. With
-the basics you learned in the previous part you should be able to create
-a *simple* application. However, GStreamer provides much more candy than
-just the basics of playing back audio files. In this chapter, you will
-learn more of the low-level features and internals of GStreamer.
+With the basics you learned in the previous part you should be able to create a
+simple application, but GStreamer provides far more than just the mere basic for
+multimedia playback. In this part we will cover more advanced GStreamer features
+as well as some of its low-level internals.
-Some parts of this part will serve mostly as an explanation of how
-GStreamer works internally; they are not actually needed for actual
-application development. This includes chapters such as the ones
-covering scheduling, autoplugging and synchronization. Other chapters,
-however, discuss more advanced ways of pipeline-application interaction,
-and can turn out to be very useful for certain applications. This
-includes the chapters on metadata, querying and events, interfaces,
-dynamic parameters and pipeline data manipulation.
+Some chapters of this part serve mostly as an explanation of how GStreamer
+internally works; like the ones covering scheduling, autoplugging and synchronization.
+This knowledge is generally not required for actual application development.
+Other chapters, however, discuss more advanced ways of pipeline-application
+interaction that can be very useful for certain applications. These include the
+chapters on metadata, querying and events, interfaces, dynamic parameters and
+pipeline data manipulation.