[gnome-user-docs/wip/system-admin-guide: 7/19] A page for gstreamer has been created



commit 4c0687a1ffa1ae9ab47090a1f760ef3c10f6745e
Author: Jana Svarova <jsvarova redhat com>
Date:   Tue Jul 2 16:56:35 2013 +0200

    A page for gstreamer has been created

 system-admin-guide/C/gstreamer.page |   37 +++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/system-admin-guide/C/gstreamer.page b/system-admin-guide/C/gstreamer.page
new file mode 100644
index 0000000..275c790
--- /dev/null
+++ b/system-admin-guide/C/gstreamer.page
@@ -0,0 +1,37 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="gstreamer">
+
+<info>
+ 
+  <revision version="0.1" date="2013-07-02" status="draft"/>
+  <link type="guide" xref="index" group="tools" />
+
+
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+
+  <desc>What is <app>GStreamer</app> and what is it good for?</desc>
+
+</info>
+
+<title>GStreamer</title>
+
+  <p><sys>GStreamer</sys> is a framework for creating streaming media
+  applications. The core function of <sys>GStreamer</sys> is to provide a
+  framework for plugins, data flow, and media type handling/negotiation. It also
+  provides an API to write applications using various plugins.</p>
+
+  <p>A programmer can create a variety of media-handling components with
+  <sys>GStreamer</sys>, including simple audio playback, audio and video
+  playback, or multimedia applications
+  such as video editors, streaming media broadcasters and media players.</p>
+
+  <p>Since <sys>GStreamer</sys> includes pluggable components which can be mixed,
+  a built media player supports a wide variety of formats, such as MP3,
+  Ogg/Vorbis, MPEG-1/2, AVI, Quicktime, mod, etc.</p>
+
+</page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]