docs: remove app dev manual and plugin writer's guide
authorTim-Philipp Müller <tim@centricular.com>
Tue, 1 Nov 2016 17:35:18 +0000 (17:35 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 1 Nov 2016 17:55:54 +0000 (17:55 +0000)
They have moved to gst-docs and will be maintained there in future.

101 files changed:
configure.ac
docs/Makefile.am
docs/manual/.gitignore [deleted file]
docs/manual/Makefile.am [deleted file]
docs/manual/README [deleted file]
docs/manual/advanced-autoplugging.xml [deleted file]
docs/manual/advanced-buffering.xml [deleted file]
docs/manual/advanced-clocks.xml [deleted file]
docs/manual/advanced-dataaccess.xml [deleted file]
docs/manual/advanced-dparams.xml [deleted file]
docs/manual/advanced-interfaces.xml [deleted file]
docs/manual/advanced-metadata.xml [deleted file]
docs/manual/advanced-position.xml [deleted file]
docs/manual/advanced-threads.xml [deleted file]
docs/manual/appendix-checklist.xml [deleted file]
docs/manual/appendix-compiling.xml [deleted file]
docs/manual/appendix-integration.xml [deleted file]
docs/manual/appendix-licensing.xml [deleted file]
docs/manual/appendix-porting.xml [deleted file]
docs/manual/appendix-programs.xml [deleted file]
docs/manual/appendix-quotes.xml [deleted file]
docs/manual/base.css [deleted file]
docs/manual/basics-bins.xml [deleted file]
docs/manual/basics-bus.xml [deleted file]
docs/manual/basics-data.xml [deleted file]
docs/manual/basics-elements.xml [deleted file]
docs/manual/basics-helloworld.xml [deleted file]
docs/manual/basics-init.xml [deleted file]
docs/manual/basics-pads.xml [deleted file]
docs/manual/basics-plugins.xml [deleted file]
docs/manual/bin-element-ghost.png [deleted file]
docs/manual/bin-element-noghost.png [deleted file]
docs/manual/bin-element.png [deleted file]
docs/manual/clocks.png [deleted file]
docs/manual/communication.png [deleted file]
docs/manual/diagrams-clocks.svg [deleted file]
docs/manual/diagrams-general.svg [deleted file]
docs/manual/diagrams-pipelines.svg [deleted file]
docs/manual/filter-element-multi.png [deleted file]
docs/manual/filter-element.png [deleted file]
docs/manual/gstreamer-overview.png [deleted file]
docs/manual/hello-world.png [deleted file]
docs/manual/highlevel-playback.xml [deleted file]
docs/manual/highlevel-xml.xml [deleted file]
docs/manual/images/.gitignore [deleted file]
docs/manual/intro-basics.xml [deleted file]
docs/manual/intro-gstreamer.xml [deleted file]
docs/manual/intro-motivation.xml [deleted file]
docs/manual/intro-preface.xml [deleted file]
docs/manual/linked-elements.png [deleted file]
docs/manual/manual.xml [deleted file]
docs/manual/mime-world.png [deleted file]
docs/manual/outline.txt [deleted file]
docs/manual/simple-player.png [deleted file]
docs/manual/sink-element.png [deleted file]
docs/manual/src-element.png [deleted file]
docs/manual/state-diagram.svg [deleted file]
docs/manual/thread-buffering.png [deleted file]
docs/manual/thread-synchronizing.png [deleted file]
docs/manual/titlepage.xml [deleted file]
docs/pwg/.gitignore [deleted file]
docs/pwg/Makefile.am [deleted file]
docs/pwg/advanced-allocation.xml [deleted file]
docs/pwg/advanced-clock.xml [deleted file]
docs/pwg/advanced-dparams.xml [deleted file]
docs/pwg/advanced-events.xml [deleted file]
docs/pwg/advanced-interfaces.xml [deleted file]
docs/pwg/advanced-negotiation.xml [deleted file]
docs/pwg/advanced-qos.xml [deleted file]
docs/pwg/advanced-request.xml [deleted file]
docs/pwg/advanced-scheduling.xml [deleted file]
docs/pwg/advanced-tagging.xml [deleted file]
docs/pwg/advanced-types.xml [deleted file]
docs/pwg/appendix-checklist.xml [deleted file]
docs/pwg/appendix-licensing.xml [deleted file]
docs/pwg/appendix-porting.xml [deleted file]
docs/pwg/appendix-python.xml [deleted file]
docs/pwg/base.css [deleted file]
docs/pwg/building-boiler.xml [deleted file]
docs/pwg/building-chainfn.xml [deleted file]
docs/pwg/building-eventfn.xml [deleted file]
docs/pwg/building-pads.xml [deleted file]
docs/pwg/building-props.xml [deleted file]
docs/pwg/building-queryfn.xml [deleted file]
docs/pwg/building-signals.xml [deleted file]
docs/pwg/building-state.xml [deleted file]
docs/pwg/building-testapp.xml [deleted file]
docs/pwg/intro-basics.xml [deleted file]
docs/pwg/intro-preface.xml [deleted file]
docs/pwg/other-base.xml [deleted file]
docs/pwg/other-manager.xml [deleted file]
docs/pwg/other-ntoone.xml [deleted file]
docs/pwg/other-oneton.xml [deleted file]
docs/pwg/other-sink.xml [deleted file]
docs/pwg/other-source.xml [deleted file]
docs/pwg/pwg.xml [deleted file]
docs/pwg/titlepage.xml [deleted file]
tests/examples/Makefile.am
tests/examples/manual/.gitignore [deleted file]
tests/examples/manual/Makefile.am [deleted file]
tests/examples/manual/extract.pl [deleted file]

index 544e584..17f0d59 100644 (file)
@@ -1057,7 +1057,6 @@ tests/examples/adapter/Makefile
 tests/examples/controller/Makefile
 tests/examples/stepping/Makefile
 tests/examples/helloworld/Makefile
-tests/examples/manual/Makefile
 tests/examples/memory/Makefile
 tests/examples/netclock/Makefile
 tests/examples/ptp/Makefile
@@ -1073,8 +1072,6 @@ docs/gst/Makefile
 docs/gst/gstreamer.types
 docs/libs/Makefile
 docs/plugins/Makefile
-docs/manual/Makefile
-docs/pwg/Makefile
 docs/slides/Makefile
 docs/xsl/Makefile
 docs/version.entities
index c39b789..ac6432c 100644 (file)
@@ -1,5 +1,5 @@
 if ENABLE_DOCBOOK
-SUBDIRS_DOCBOOK = faq manual pwg
+SUBDIRS_DOCBOOK = faq
 else
 SUBDIRS_DOCBOOK =
 endif
@@ -17,7 +17,7 @@ endif
 BUILT_SOURCES = version.entities
 
 SUBDIRS = design gst libs $(PLUGIN_DOCS_DIRS) $(SUBDIRS_DOCBOOK)
-DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
+DIST_SUBDIRS = design gst libs plugins faq slides xsl
 
 EXTRA_DIST = \
        manuals.mak htmlinstall.mak \
diff --git a/docs/manual/.gitignore b/docs/manual/.gitignore
deleted file mode 100644 (file)
index db6eb2f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Makefile
-Makefile.in
-.deps
-build
-html
-*.pdf
-*.ps
diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
deleted file mode 100644 (file)
index 65b6034..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-### this is the part you can customize if you need to
-
-# parallel builds don't work, probably due to temporary files
-MAKEFLAGS = -j1
-
-# base name of doc
-DOC = manual
-# formats defined for upload-doc.mak
-FORMATS=html ps pdf
-
-# main xml file
-MAIN = $(DOC).xml
-# all xml sources
-XML = $(notdir $(wildcard $(srcdir)/*.xml))
-# base style sheet
-CSS = base.css
-
-# image sources
-PNG_SRC = $(notdir $(wildcard $(srcdir)/*.png))
-FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
-
-# extra sources to copy in build directory
-EXTRA_SRC = 
-
-### this is the generic bit and you shouldn't need to change this
-
-# get the generic docbuilding Makefile stuff
-include $(srcdir)/../manuals.mak
-# get the generic upload target
-include $(top_srcdir)/common/upload-doc.mak
-
-### this is standard automake stuff
-
-# package up all the source
-EXTRA_DIST = $(SRC) README
-
-# install documentation
-manualdir = $(docdir)/$(DOC)
-manual_DATA = $(PDF_DAT) $(PS_DAT)
-
-include $(srcdir)/../htmlinstall.mak
diff --git a/docs/manual/README b/docs/manual/README
deleted file mode 100644 (file)
index e2c4ea6..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-Current requirements for building the docs :
---------------------------------------------
-
-libxslt >= 1.0.6
-libxml2 >= 2.4.12
-
-
-These are not included with RH72.  They are in debian.  GDE has good rpms.
-
-To build pdf's from xslt stuff, you need xmltex and (on redhat) 
-passivetex.  They are not known to have been built on either redhat or 
-debian yet though.
-
-Wingo's new comments on the doc building :
-------------------------------------------
-* Well he should add them soon here since he overhauled it. And did a good 
-  job on it too ;)
-
-Thomas's new comments on the doc building :
--------------------------------------------
-* originally the manual was written with DocBook 3.0 in mind, which 
-  supported the graphic tag.  That is now deprecated, so I changed it to 
-  the new mediaobject tag set.
-
-* eps files in images/ should be generated from the makefile.  You need to 
-  have fig2dev installed for that.
-
-Ensonic's comments on the doc build system :
---------------------------------------------
-In case you like to share files between the manual and the pwg - it's
-not trivial.
-Before anything is done, the build-system copies all xml files into the build
-subdir and this breaks including shared docs via entities.
-
-The examples should be updated in the xml. We run a perlscript in
-tests/examples/manual that extracts them.
-
-Wtay's original comments :
---------------------------
-
-For now use:
-
-  db2html gstreamer-manual 
-
-(On debian, db2html is in the cygnus-stylesheets package)
-
-You will need the png support for docbook (see GNOME documentation project)
-
-convert the fig images to png with:
-
-  fig2dev -L png -s 16 fig/<input file>.fig images/<input file>.png
-
-Put a link in the gstreamer-manual directory with
-
-  ln -s ../images gstreamer-manual/images
-
-point your browser to gstreamer-manual/gstreamer.html
-
-Fix typing errors and correct bad english.
-Let me know about the stuff that needs some more explanation.
-Let me know about the structure of the document.
diff --git a/docs/manual/advanced-autoplugging.xml b/docs/manual/advanced-autoplugging.xml
deleted file mode 100644 (file)
index 5f7a0e0..0000000
+++ /dev/null
@@ -1,242 +0,0 @@
-<chapter id="chapter-autoplugging">
-  <title>Autoplugging</title>
-  <para>
-    In <xref linkend="chapter-helloworld"/>, you've learned to build a
-    simple media player for Ogg/Vorbis files. By using alternative elements,
-    you are able to build media players for other media types, such as
-    Ogg/Speex, MP3 or even video formats. However, you would rather want
-    to build an application that can automatically detect the media type
-    of a stream and automatically generate the best possible pipeline
-    by looking at all available elements in a system. This process is called
-    autoplugging, and &GStreamer; contains high-quality autopluggers. If
-    you're looking for an autoplugger, don't read any further and go to
-    <xref linkend="chapter-playback-components"/>. This chapter will explain the
-    <emphasis>concept</emphasis> of autoplugging and typefinding. It will
-    explain what systems &GStreamer; includes to dynamically detect the
-    type of a media stream, and how to generate a pipeline of decoder
-    elements to playback this media. The same principles can also be used
-    for transcoding. Because of the full dynamicity of this concept,
-    &GStreamer; can be automatically extended to support new media types
-    without needing any adaptations to its autopluggers.
-  </para>
-  <para>
-    We will first introduce the concept of Media types as a dynamic and
-    extendible way of identifying media streams. After that, we will introduce
-    the concept of typefinding to find the type of a media stream. Lastly,
-    we will explain how autoplugging and the &GStreamer; registry can be
-    used to setup a pipeline that will convert media from one mediatype to
-    another, for example for media decoding.
-  </para>
-
-  <sect1 id="section-media">
-    <title>Media types as a way to identify streams</title>
-    <para>
-      We have previously introduced the concept of capabilities as a way
-      for elements (or, rather, pads) to agree on a media type when
-      streaming data from one element to the next (see <xref
-      linkend="section-caps"/>). We have explained that a capability is
-      a combination of a media type and a set of 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 <ulink type="http"
-      url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-types-definitions.html">the
-      Plugin Writer's Guide</ulink>.
-    </para> 
-    <para>
-      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 elements and what type of data they expect and emit through
-      the &GStreamer; registry. This allows for very dynamic and extensible
-      element creation as we will see.
-    </para> 
-
-    <para>
-      In <xref linkend="chapter-helloworld"/>, we've learned to build a
-      music player for Ogg/Vorbis files. Let's look at the media types
-      associated with each pad in this pipeline. <xref
-      linkend="section-mime-img"/> shows what media type belongs to each
-      pad in this pipeline.
-    </para>
-
-    <figure float="1" id="section-mime-img">
-      <title>The Hello world pipeline with media types</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/mime-world.&image;" format="&IMAGE;"/>
-        </imageobject>
-      </mediaobject>
-    </figure>
-
-    <para>
-      Now that we have an idea how &GStreamer; identifies known media
-      streams, we can look at methods &GStreamer; uses to setup pipelines
-      for media handling and for media type detection.
-    </para>
-  </sect1>
-
-  <sect1 id="section-typefinding">
-    <title>Media stream type detection</title>
-    <para>
-      Usually, when loading a media stream, the type of the stream is not
-      known. This means that before we can choose a pipeline to decode the
-      stream, we first need to detect the stream type. &GStreamer; uses the
-      concept of typefinding for this. Typefinding is a normal part of a
-      pipeline, it will read data for as long as the type of a stream is
-      unknown. During this period, it will provide data to all plugins
-      that implement a typefinder. When one of the typefinders recognizes
-      the stream, the typefind element will emit a signal and act as a
-      passthrough module from that point on. If no type was found, it will
-      emit an error and further media processing will stop.
-    </para>
-    <para>
-      Once the typefind element has found a type, the application can
-      use this to plug together a pipeline to decode the media stream.
-      This will be discussed in the next section.
-    </para>
-    <para>
-      Plugins in &GStreamer; can, as mentioned before, implement typefinder
-      functionality. A plugin implementing this functionality will submit
-      a media type, optionally a set of file extensions commonly used for this
-      media type, and a typefind function. Once this typefind function inside
-      the plugin is called, the plugin will see if the data in this media
-      stream matches a specific pattern that marks the media type identified
-      by that media type. If it does, it will notify the typefind element of
-      this fact, telling which mediatype was recognized and how certain we
-      are that this stream is indeed that mediatype. Once this run has been
-      completed for all plugins implementing a typefind functionality, the
-      typefind element will tell the application what kind of media stream
-      it thinks to have recognized.
-    </para>
-    <para>
-      The following code should explain how to use the typefind element.
-      It will print the detected media type, or tell that the media type
-      was not found. The next section will introduce more useful behaviours,
-      such as plugging together a decoding pipeline.
-    </para>
-    <programlisting><!-- example-begin typefind.c a -->
-#include &lt;gst/gst.h&gt;
-<!-- example-end typefind.c a -->
-[.. my_bus_callback goes here ..]<!-- example-begin typefind.c b --><!--
-static gboolean
-my_bus_callback (GstBus     *bus,
-                 GstMessage *message,
-                 gpointer    data)
-{
-  GMainLoop *loop = data;
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR: {
-      GError *err;
-      gchar *debug;
-
-      gst_message_parse_error (message, &amp;err, &amp;debug);
-      g_print ("Error: %s\n", err-&gt;message);
-      g_error_free (err);
-      g_free (debug);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    case GST_MESSAGE_EOS:
-      /* end-of-stream */
-      g_main_loop_quit (loop);
-      break;
-    default:
-      break;
-  }
-
-  /* remove from queue */
-  return TRUE;
-}
---><!-- example-end typefind.c b -->
-<!-- example-begin typefind.c c -->
-static gboolean
-idle_exit_loop (gpointer data)
-{
-  g_main_loop_quit ((GMainLoop *) data);
-
-  /* once */
-  return FALSE;
-}
-
-static void
-cb_typefound (GstElement *typefind,
-             guint       probability,
-             GstCaps    *caps,
-             gpointer    data)
-{
-  GMainLoop *loop = data;
-  gchar *type;
-
-  type = gst_caps_to_string (caps);
-  g_print ("Media type %s found, probability %d%%\n", type, probability);
-  g_free (type);
-
-  /* since we connect to a signal in the pipeline thread context, we need
-   * to set an idle handler to exit the main loop in the mainloop context.
-   * Normally, your app should not need to worry about such things. */
-  g_idle_add (idle_exit_loop, loop);
-}
-
-gint 
-main (gint   argc,
-      gchar *argv[])
-{
-  GMainLoop *loop;
-  GstElement *pipeline, *filesrc, *typefind, *fakesink;
-  GstBus *bus;
-
-  /* init GStreamer */
-  gst_init (&amp;argc, &amp;argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* check args */
-  if (argc != 2) {
-    g_print ("Usage: %s &lt;filename&gt;\n", argv[0]);
-    return -1;
-  }
-
-  /* create a new pipeline to hold the elements */
-  pipeline = gst_pipeline_new ("pipe");
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  gst_bus_add_watch (bus, my_bus_callback, NULL);
-  gst_object_unref (bus);
-
-  /* create file source and typefind element */
-  filesrc = gst_element_factory_make ("filesrc", "source");
-  g_object_set (G_OBJECT (filesrc), "location", argv[1], NULL);
-  typefind = gst_element_factory_make ("typefind", "typefinder");
-  g_signal_connect (typefind, "have-type", G_CALLBACK (cb_typefound), loop);
-  fakesink = gst_element_factory_make ("fakesink", "sink");
-
-  /* setup */
-  gst_bin_add_many (GST_BIN (pipeline), filesrc, typefind, fakesink, NULL);
-  gst_element_link_many (filesrc, typefind, fakesink, NULL);
-  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
-  g_main_loop_run (loop);
-
-  /* unset */
-  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (pipeline));
-
-  return 0;
-}
-    <!-- example-end typefind.c c --></programlisting>
-    <para>
-      Once a media type has been detected, you can plug an element (e.g. a
-      demuxer or decoder) to the source pad of the typefind element, and
-      decoding of the media stream will start right after.
-    </para>
-  </sect1>
-
-  <sect1 id="section-dynamic">
-    <title>Dynamically autoplugging a pipeline</title>
-    <para>
-      See <xref linkend="chapter-playback-components"/> for using the high
-      level object that you can use to dynamically construct pipelines.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/advanced-buffering.xml b/docs/manual/advanced-buffering.xml
deleted file mode 100644 (file)
index 7facd85..0000000
+++ /dev/null
@@ -1,450 +0,0 @@
-<chapter id="chapter-buffering">
-  <title>Buffering</title>
-  <para>
-    The purpose of buffering is to accumulate enough data in a pipeline so that
-    playback can occur smoothly and without interruptions. It is typically done
-    when reading from a (slow) and non-live network source but can also be
-    used for live sources.
-  </para>
-  <para>
-    &GStreamer; provides support for the following use cases:
-    <itemizedlist>
-      <listitem>
-        <para>
-          Buffering up to a specific amount of data, in memory, before starting
-          playback so that network fluctuations are minimized.
-          See <xref linkend="section-buffering-stream"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Download of the network file to a local disk with fast seeking in the
-          downloaded data. This is similar to the quicktime/youtube players.
-          See <xref linkend="section-buffering-download"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Caching of (semi)-live streams to a local, on disk, ringbuffer with
-          seeking in the cached area. This is similar to tivo-like timeshifting.
-          See <xref linkend="section-buffering-timeshift"/>.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </para>
-  <para>
-    &GStreamer; can provide the application with progress reports about the
-    current buffering state as well as let the application decide on how
-    to buffer and when the buffering stops.
-  </para>
-  <para>
-    In the most simple case, the application has to listen for BUFFERING
-    messages on the bus. If the percent indicator inside the BUFFERING message
-    is smaller than 100, the pipeline is buffering. When a message is
-    received with 100 percent, buffering is complete. In the buffering state,
-    the application should keep the pipeline in the PAUSED state. When buffering
-    completes, it can put the pipeline (back) in the PLAYING state.
-  </para>
-  <para>
-    What follows is an example of how the message handler could deal with
-    the BUFFERING messages. We will see more advanced methods in
-    <xref linkend="section-buffering-strategies"/>.
-  </para>
-  <programlisting>
-<![CDATA[
-  [...]
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_BUFFERING:{
-      gint percent;
-
-      /* no state management needed for live pipelines */
-      if (is_live)
-        break;
-
-      gst_message_parse_buffering (message, &percent);
-
-      if (percent == 100) {
-        /* a 100% message means buffering is done */
-        buffering = FALSE;
-        /* if the desired state is playing, go back */
-        if (target_state == GST_STATE_PLAYING) {
-          gst_element_set_state (pipeline, GST_STATE_PLAYING);
-        }
-      } else {
-        /* buffering busy */
-        if (!buffering && target_state == GST_STATE_PLAYING) {
-          /* we were not buffering but PLAYING, PAUSE  the pipeline. */
-          gst_element_set_state (pipeline, GST_STATE_PAUSED);
-        }
-        buffering = TRUE;
-      }
-      break;
-    case ...
-
-  [...]
-]]>
-  </programlisting>
-
-  <sect1 id="section-buffering-stream">
-    <title>Stream buffering </title>
-    <programlisting>
-      +---------+     +---------+     +-------+
-      | httpsrc |     | buffer  |     | demux |
-      |        src - sink      src - sink     ....
-      +---------+     +---------+     +-------+
-    </programlisting>
-    <para>
-      In this case we are reading from a slow network source into a buffer
-      element (such as queue2).
-    </para>
-    <para>
-      The buffer element has a low and high watermark expressed in bytes. The
-      buffer uses the watermarks as follows:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          The buffer element will post BUFFERING messages until the high
-          watermark is hit. This instructs the application to keep the pipeline
-          PAUSED, which will eventually block the srcpad from pushing while
-          data is prerolled in the sinks.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          When the high watermark is hit, a BUFFERING message with 100% will be
-          posted, which instructs the application to continue playback.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          When during playback, the low watermark is hit, the queue will start
-          posting BUFFERING messages again, making the application PAUSE the
-          pipeline again until the high watermark is hit again. This is called
-          the rebuffering stage.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          During playback, the queue level will fluctuate between the high and
-          the low watermark as a way to compensate for network irregularities.
-        </para>
-      </listitem>
-   </itemizedlist>
-   <para>
-     This buffering method is usable when the demuxer operates in push mode.
-     Seeking in the stream requires the seek to happen in the network source.
-     It is mostly desirable when the total duration of the file is not known,
-     such as in live streaming or when efficient seeking is not
-     possible/required.
-   </para>
-   <para>
-     The problem is configuring a good low and high watermark. Here are some
-     ideas:
-   </para>
-   <itemizedlist>
-      <listitem>
-        <para>
-          It is possible to measure the network bandwidth and configure the
-          low/high watermarks in such a way that buffering takes a fixed
-          amount of time.
-        </para>
-        <para>
-          The queue2 element in &GStreamer; core has the max-size-time property
-          that, together with the use-rate-estimate property, does exactly
-          that. Also the playbin buffer-duration property uses the rate estimate
-          to scale the amount of data that is buffered.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Based on the codec bitrate, it is also possible to set the watermarks
-          in such a way that a fixed amount of data is buffered before playback
-          starts. Normally, the buffering element doesn't know about the
-          bitrate of the stream but it can get this with a query.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Start with a fixed amount of bytes, measure the time between
-          rebuffering and increase the queue size until the time between
-          rebuffering is within the application's chosen limits.
-        </para>
-      </listitem>
-   </itemizedlist>
-   <para>
-     The buffering element can be inserted anywhere in the pipeline. You could,
-     for example, insert the buffering element before a decoder. This would
-     make it possible to set the low/high watermarks based on time.
-   </para>
-   <para>
-     The buffering flag on playbin, performs buffering on the parsed data.
-     Another advantage of doing the buffering at a later stage is that you can
-     let the demuxer operate in pull mode. When reading data from a slow
-     network drive (with filesrc) this can be an interesting way to buffer.
-   </para>
-  </sect1>
-
-  <sect1 id="section-buffering-download">
-    <title>Download buffering </title>
-    <programlisting>
-      +---------+     +---------+     +-------+
-      | httpsrc |     | buffer  |     | demux |
-      |        src - sink      src - sink     ....
-      +---------+     +----|----+     +-------+
-                           V
-                          file
-    </programlisting>
-    <para>
-      If we know the server is streaming a fixed length file to the client,
-      the application can choose to download the entire file on disk. The
-      buffer element will provide a push or pull based srcpad to the demuxer
-      to navigate in the downloaded file.
-    </para>
-    <para>
-      This mode is only suitable when the client can determine the length of
-      the file on the server.
-    </para>
-    <para>
-      In this case, buffering messages will be emitted as usual when the
-      requested range is not within the downloaded area + buffersize. The
-      buffering message will also contain an indication that incremental
-      download is being performed. This flag can be used to let the application
-      control the buffering in a more intelligent way, using the BUFFERING
-      query, for example. See <xref linkend="section-buffering-strategies"/>.
-    </para>
-  </sect1>
-
-  <sect1 id="section-buffering-timeshift">
-    <title>Timeshift buffering </title>
-    <programlisting>
-      +---------+     +---------+     +-------+
-      | httpsrc |     | buffer  |     | demux |
-      |        src - sink      src - sink     ....
-      +---------+     +----|----+     +-------+
-                           V
-                       file-ringbuffer
-    </programlisting>
-    <para>
-      In this mode, a fixed size ringbuffer is kept to download the server
-      content.  This allows for seeking in the buffered data. Depending on the
-      size of the ringbuffer one can seek further back in time.
-    </para>
-    <para>
-      This mode is suitable for all live streams. As with the incremental
-      download mode, buffering messages are emitted along with an indication
-      that timeshifting download is in progress.
-    </para>
-  </sect1>
-
-  <sect1 id="section-buffering-live">
-    <title>Live buffering </title>
-    <para>
-      In live pipelines we usually introduce some fixed latency between the
-      capture and the playback elements. This latency can be introduced by
-      a queue (such as a jitterbuffer) or by other means (in the audiosink).
-    </para>
-    <para>
-      Buffering messages can be emitted in those live pipelines as well and
-      serve as an indication to the user of the latency buffering. The
-      application usually does not react to these buffering messages with a
-      state change.
-    </para>
-  </sect1>
-
-  <sect1 id="section-buffering-strategies">
-    <title>Buffering strategies </title>
-    <para>
-      What follows are some ideas for implementing different buffering
-      strategies based on the buffering messages and buffering query.
-    </para>
-
-    <sect2 id="section-buffering-norebuffer">
-      <title>No-rebuffer strategy </title>
-      <para>
-        We would like to buffer enough data in the pipeline so that playback
-        continues without interruptions. What we need to know to implement
-        this is know the total remaining playback time in the file and the
-        total remaining download time. If the buffering time is less than the
-        playback time, we can start playback without interruptions.
-      </para>
-      <para>
-        We have all this information available with the DURATION, POSITION and
-        BUFFERING queries. We need to periodically execute the buffering query
-        to get the current buffering status. We also need to have a large
-        enough buffer to hold the complete file, worst case. It is best to
-        use this buffering strategy with download buffering (see
-        <xref linkend="section-buffering-download"/>).
-      </para>
-      <para>
-        This is what the code would look like:
-      </para>
-      <programlisting>
-<!-- example-begin norebuffer.c a -->
-<![CDATA[
-#include <gst/gst.h>
-
-GstState target_state;
-static gboolean is_live;
-static gboolean is_buffering;
-
-static gboolean
-buffer_timeout (gpointer data)
-{
-  GstElement *pipeline = data;
-  GstQuery *query;
-  gboolean busy;
-  gint percent;
-  gint64 estimated_total;
-  gint64 position, duration;
-  guint64 play_left;
-
-  query = gst_query_new_buffering (GST_FORMAT_TIME);
-
-  if (!gst_element_query (pipeline, query))
-    return TRUE;
-
-  gst_query_parse_buffering_percent (query, &busy, &percent);
-  gst_query_parse_buffering_range (query, NULL, NULL, NULL, &estimated_total);
-
-  if (estimated_total == -1)
-    estimated_total = 0;
-
-  /* calculate the remaining playback time */
-  if (!gst_element_query_position (pipeline, GST_FORMAT_TIME, &position))
-    position = -1;
-  if (!gst_element_query_duration (pipeline, GST_FORMAT_TIME, &duration))
-    duration = -1;
-
-  if (duration != -1 && position != -1)
-    play_left = GST_TIME_AS_MSECONDS (duration - position);
-  else
-    play_left = 0;
-
-  g_message ("play_left %" G_GUINT64_FORMAT", estimated_total %" G_GUINT64_FORMAT
-      ", percent %d", play_left, estimated_total, percent);
-
-  /* we are buffering or the estimated download time is bigger than the
-   * remaining playback time. We keep buffering. */
-  is_buffering = (busy || estimated_total * 1.1 > play_left);
-
-  if (!is_buffering)
-    gst_element_set_state (pipeline, target_state);
-
-  return is_buffering;
-}
-
-static void
-on_message_buffering (GstBus *bus, GstMessage *message, gpointer user_data)
-{
-  GstElement *pipeline = user_data;
-  gint percent;
-
-  /* no state management needed for live pipelines */
-  if (is_live)
-    return;
-
-  gst_message_parse_buffering (message, &percent);
-
-  if (percent < 100) {
-    /* buffering busy */
-    if (!is_buffering) {
-      is_buffering = TRUE;
-      if (target_state == GST_STATE_PLAYING) {
-        /* we were not buffering but PLAYING, PAUSE  the pipeline. */
-        gst_element_set_state (pipeline, GST_STATE_PAUSED);
-      }
-    }
-  }
-}
-
-static void
-on_message_async_done (GstBus *bus, GstMessage *message, gpointer user_data)
-{
-  GstElement *pipeline = user_data;
-
-  if (!is_buffering)
-    gst_element_set_state (pipeline, target_state);
-  else
-    g_timeout_add (500, buffer_timeout, pipeline);
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GstElement *pipeline;
-  GMainLoop *loop;
-  GstBus *bus;
-  GstStateChangeReturn ret;
-
-  /* init GStreamer */
-  gst_init (&amp;argc, &amp;argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* make sure we have a URI */
-  if (argc != 2) {
-    g_print ("Usage: %s &lt;URI&gt;\n", argv[0]);
-    return -1;
-  }
-
-  /* set up */
-  pipeline = gst_element_factory_make ("playbin", "pipeline");
-  g_object_set (G_OBJECT (pipeline), "uri", argv[1], NULL);
-  g_object_set (G_OBJECT (pipeline), "flags", 0x697 , NULL);
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  gst_bus_add_signal_watch (bus);
-
-  g_signal_connect (bus, "message::buffering",
-    (GCallback) on_message_buffering, pipeline);
-  g_signal_connect (bus, "message::async-done",
-    (GCallback) on_message_async_done, pipeline);
-  gst_object_unref (bus);
-
-  is_buffering = FALSE;
-  target_state = GST_STATE_PLAYING;
-  ret = gst_element_set_state (pipeline, GST_STATE_PAUSED);
-
-  switch (ret) {
-    case GST_STATE_CHANGE_SUCCESS:
-      is_live = FALSE;
-      break;
-
-    case GST_STATE_CHANGE_FAILURE:
-      g_warning ("failed to PAUSE");
-      return -1;
-
-    case GST_STATE_CHANGE_NO_PREROLL:
-      is_live = TRUE;
-      break;
-
-    default:
-      break;
-  }
-
-  /* now run */
-  g_main_loop_run (loop);
-
-  /* also clean up */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (pipeline));
-  g_main_loop_unref (loop);
-
-  return 0;
-}
-]]>
-<!-- example-end norebuffer.c a -->
-      </programlisting>
-      <para>
-        See how we set the pipeline to the PAUSED state first. We will receive
-        buffering messages during the preroll state when buffering is needed.
-        When we are prerolled (on_message_async_done) we see if buffering is
-        going on, if not, we start playback. If buffering was going on, we start
-        a timeout to poll the buffering state. If the estimated time to download
-        is less than the remaining playback time, we start playback.
-      </para>
-    </sect2>
-  </sect1>
-</chapter>
diff --git a/docs/manual/advanced-clocks.xml b/docs/manual/advanced-clocks.xml
deleted file mode 100644 (file)
index 4130627..0000000
+++ /dev/null
@@ -1,295 +0,0 @@
-<chapter id="chapter-clocks">
-  <title>Clocks and synchronization in &GStreamer;</title>
-
-  <para>
-    When playing complex media, each sound and video sample must be played in a
-    specific order at a specific time. For this purpose, GStreamer provides a
-    synchronization mechanism.
-  </para>
-  <para>
-    &GStreamer; provides support for the following use cases:
-    <itemizedlist>
-      <listitem>
-        <para>
-          Non-live sources with access faster than playback rate. This is
-          the case where one is reading media from a file and playing it
-          back in a synchronized fashion. In this case, multiple streams need
-          to be synchronized, like audio, video and subtitles.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Capture and synchronized muxing/mixing of media from multiple live
-          sources. This is a typical use case where you record audio and
-          video from a microphone/camera and mux it into a file for 
-          storage.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Streaming from (slow) network streams with buffering. This is the
-          typical web streaming case where you access content from a streaming
-          server with http.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Capture from live source and and playback to live source with
-          configurable latency. This is used when, for example, capture from
-          a camera, apply an effect and display the result. It is also used
-          when streaming low latency content over a network with UDP.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Simultaneous live capture and playback from prerecorded content.
-          This is used in audio recording cases where you play a previously
-          recorded audio and record new samples, the purpose is to have the
-          new audio perfectly in sync with the previously recorded data.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </para>
-  <para>
-    &GStreamer; uses a <classname>GstClock</classname> object, buffer
-    timestamps and a SEGMENT event to synchronize streams in a pipeline
-    as we will see in the next sections.
-  </para>
-
-  <sect1 id="section-clock-time-types" xreflabel="Clock running-time">
-    <title>Clock running-time </title>
-    <para>
-      In a typical computer, there are many sources that can be used as a
-      time source, e.g., the system time, soundcards, CPU performance
-      counters, ... For this reason, there are many
-      <classname>GstClock</classname> implementations available in &GStreamer;.
-      The clock time doesn't always start from 0 or from some known value.
-      Some clocks start counting from some known start date, other clocks start
-      counting since last reboot, etc...
-    </para>
-    <para>
-      A <classname>GstClock</classname> returns the
-      <emphasis role="strong">absolute-time</emphasis>
-      according to that clock with <function>gst_clock_get_time ()</function>.
-      The absolute-time (or clock time) of a clock is monotonically increasing.
-      From the absolute-time is a <emphasis role="strong">running-time</emphasis>
-      calculated, which is simply the difference between a previous snapshot
-      of the absolute-time called the <emphasis role="strong">base-time</emphasis>.
-      So:
-    </para>
-    <para>
-      running-time = absolute-time - base-time
-    </para>
-    <para>
-      A &GStreamer; <classname>GstPipeline</classname> object maintains a
-      <classname>GstClock</classname> object and a base-time when it goes
-      to the PLAYING state.  The pipeline gives a handle to the selected
-      <classname>GstClock</classname> to each element in the pipeline along
-      with selected base-time. The pipeline will select a base-time in such
-      a way that the running-time reflects the total time spent in the
-      PLAYING state. As a result, when the pipeline is PAUSED, the
-      running-time stands still.
-    </para>
-    <para>
-      Because all objects in the pipeline have the same clock and base-time,
-      they can thus all calculate the running-time according to the pipeline
-      clock.
-    </para>
-  </sect1>
-
-  <sect1 id="section-buffer-running-time" xreflabel="Buffer running-time">
-    <title>Buffer running-time</title>
-    <para>
-      To calculate a buffer running-time, we need a buffer timestamp and
-      the SEGMENT event that preceeded the buffer. First we can convert
-      the SEGMENT event into a <classname>GstSegment</classname> object
-      and then we can use the
-      <function>gst_segment_to_running_time ()</function> function to
-      perform the calculation of the buffer running-time.
-    </para>
-    <para>
-      Synchronization is now a matter of making sure that a buffer with a
-      certain running-time is played when the clock reaches the same
-      running-time. Usually this task is done by sink elements. Sink also
-      have to take into account the latency configured in the pipeline and
-      add this to the buffer running-time before synchronizing to the
-      pipeline clock.
-    </para>
-    <para>
-      Non-live sources timestamp buffers with a running-time starting
-      from 0. After a flushing seek, they will produce buffers again
-      from a running-time of 0.
-    </para>
-    <para>
-      Live sources need to timestamp buffers with a running-time matching
-      the pipeline running-time when the first byte of the buffer was
-      captured.
-    </para>
-  </sect1>
-
-  <sect1 id="section-buffer-stream-time" xreflabel="Buffer stream-time">
-    <title>Buffer stream-time</title>
-    <para>
-      The buffer stream-time, also known as the position in the stream,
-      is calculated from the buffer timestamps and the preceding SEGMENT
-      event. It represents the time inside the media as a value between
-      0 and the total duration of the media.
-    </para>
-    <para>
-      The stream-time is used in:
-      <itemizedlist>
-        <listitem>
-          <para>
-            Report the current position in the stream with the POSITION
-            query.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The position used in the seek events and queries.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The position used to synchronize controlled values.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <para>
-      The stream-time is never used to synchronize streams, this is only
-      done with the running-time.
-    </para>
-  </sect1>
-
-  <sect1 id="section-time-overview" xreflabel="Time overview">
-    <title>Time overview</title>
-    <para>
-      Here is an overview of the various timelines used in &GStreamer;.
-    </para>
-    <para>
-      The image below represents the different times in the pipeline when
-      playing a 100ms sample and repeating the part between 50ms and
-      100ms. 
-    </para>
-
-    <figure float="1" id="chapter-clock-img">
-      <title>&GStreamer; clock and various times</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/clocks.&image;" format="&IMAGE;" />
-        </imageobject>
-      </mediaobject>  
-    </figure>
-
-    <para>
-      You can see how the running-time of a buffer always increments
-      monotonically along with the clock-time. Buffers are played when their
-      running-time is equal to the clock-time - base-time. The stream-time
-      represents the position in the stream and jumps backwards when
-      repeating.
-    </para>
-  </sect1>
-
-  <sect1 id="section-clocks-providers">
-    <title>Clock providers</title>
-    <para>
-      A clock provider is an element in the pipeline that can provide
-      a <classname>GstClock</classname> object. The clock object needs to
-      report an absolute-time that is monotonically increasing when the
-      element is in the PLAYING state. It is allowed to pause the clock
-      while the element is PAUSED.
-    </para>
-    <para>
-      Clock providers exist because they play back media at some rate, and
-      this rate is not necessarily the same as the system clock rate. For
-      example, a soundcard may playback at 44,1 kHz, but that doesn't mean
-      that after <emphasis>exactly</emphasis> 1 second <emphasis>according
-      to the system clock</emphasis>, the soundcard has played back 44.100
-      samples. This is only true by approximation. In fact, the audio
-      device has an internal clock based on the number of samples played
-      that we can expose.
-    </para>
-    <para>
-      If an element with an internal clock needs to synchronize, it needs
-      to estimate when a time according to the pipeline clock will take
-      place according to the internal clock. To estimate this, it needs
-      to slave its clock to the pipeline clock.
-    </para>
-    <para>
-      If the pipeline clock is exactly the internal clock of an element,
-      the element can skip the slaving step and directly use the pipeline
-      clock to schedule playback. This can be both faster and more
-      accurate.
-      Therefore, generally, elements with an internal clock like audio
-      input or output devices will be a clock provider for the pipeline.
-    </para>
-    <para>
-      When the pipeline goes to the PLAYING state, it will go over all
-      elements in the pipeline from sink to source and ask each element
-      if they can provide a clock. The last element that can provide a
-      clock will be used as the clock provider in the pipeline.
-      This algorithm prefers a clock from an audio sink in a typical
-      playback pipeline and a clock from source elements in a typical
-      capture pipeline.
-    </para>
-    <para>
-      There exist some bus messages to let you know about the clock and
-      clock providers in the pipeline. You can see what clock is selected
-      in the pipeline by looking at the NEW_CLOCK message on the bus.
-      When a clock provider is removed from the pipeline, a CLOCK_LOST
-      message is posted and the application should go to PAUSED and back
-      to PLAYING to select a new clock.
-    </para>
-  </sect1>
-
-  <sect1 id="section-clocks-latency">
-    <title>Latency</title>
-    <para>
-      The latency is the time it takes for a sample captured at timestamp X
-      to reach the sink. This time is measured against the clock in the
-      pipeline. For pipelines where the only elements that synchronize against
-      the clock are the sinks, the latency is always 0 since no other element
-      is delaying the buffer.
-    </para>
-    <para>
-      For pipelines with live sources, a latency is introduced, mostly because
-      of the way a live source works. Consider an audio source, it will start
-      capturing the first sample at time 0. If the source pushes buffers with
-      44100 samples at a time at 44100Hz it will have collected the buffer at
-      second 1.  Since the timestamp of the buffer is 0 and the time of the
-      clock is now >= 1 second, the sink will drop this buffer because it is
-      too late.  Without any latency compensation in the sink, all buffers will
-      be dropped.
-    </para>
-
-    <sect2 id="section-latency-compensation">
-      <title>Latency compensation</title>
-      <para>
-        Before the pipeline goes to the PLAYING state, it will, in addition to
-        selecting a clock and calculating a base-time, calculate the latency
-        in the pipeline. It does this by doing a LATENCY query on all the sinks
-        in the pipeline. The pipeline then selects the maximum latency in the
-        pipeline and configures this with a LATENCY event.
-      </para>
-      <para>
-        All sink elements will delay playback by the value in the LATENCY event.
-        Since all sinks delay with the same amount of time, they will be
-        relative in sync.
-      </para>
-    </sect2>
-
-    <sect2 id="section-latency-dynamic">
-      <title>Dynamic Latency</title>
-      <para>
-        Adding/removing elements to/from a pipeline or changing element
-        properties can change the latency in a pipeline. An element can
-        request a latency change in the pipeline by posting a LATENCY
-        message on the bus. The application can then decide to query and
-        redistribute a new latency or not. Changing the latency in a
-        pipeline might cause visual or audible glitches and should
-        therefore only be done by the application when it is allowed.
-      </para>
-    </sect2>
-  </sect1>
-</chapter>
diff --git a/docs/manual/advanced-dataaccess.xml b/docs/manual/advanced-dataaccess.xml
deleted file mode 100644 (file)
index 10f5d6b..0000000
+++ /dev/null
@@ -1,1614 +0,0 @@
-<chapter id="chapter-dataaccess">
-  <title>Pipeline manipulation</title>
-  <para>
-    This chapter will discuss how you can manipulate your pipeline in several
-    ways from your application on. Parts of this chapter are very
-    lowlevel, so be assured that you'll need some programming knowledge
-    and a good understanding of &GStreamer; before you start reading this.
-  </para>
-  <para>
-    Topics that will be discussed here include how you can insert data into
-    a pipeline from your application, how to read data from a pipeline,
-    how to manipulate the pipeline's speed, length, starting point and how
-    to listen to a pipeline's data processing.
-  </para>
-
-  <sect1 id="section-using-probes">
-    <title>Using probes</title>
-    <para>
-      Probing is best envisioned as a pad listener. Technically, a probe is
-      nothing more than a callback that can be attached to a pad.
-      You can attach a probe using <function>gst_pad_add_probe ()</function>.
-      Similarly, one can use the
-      <function>gst_pad_remove_probe ()</function>
-      to remove the callback again. The probe notifies you of any activity
-      that happens on the pad, like buffers, events and queries. You can
-      define what kind of notifications you are interested in when you
-      add the probe.
-    </para>
-    <para>
-      The probe can notify you of the following activity on pads:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          A buffer is pushed or pulled. You want to specify the
-          GST_PAD_PROBE_TYPE_BUFFER when registering the probe. Because the
-          pad can be scheduled in different ways, it is possible to also
-          specify in what scheduling mode you are interested with the
-          optional GST_PAD_PROBE_TYPE_PUSH and GST_PAD_PROBE_TYPE_PULL
-          flags.
-        </para>
-        <para>
-          You can use this probe to inspect, modify or drop the buffer.
-          See <xref linkend="section-data-probes"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          A bufferlist is pushed. Use the GST_PAD_PROBE_TYPE_BUFFER_LIST
-          when registering the probe.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          An event travels over a pad. Use the GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM
-          and GST_PAD_PROBE_TYPE_EVENT_UPSTREAM flags to select downstream
-          and upstream events. There is also a convenience
-          GST_PAD_PROBE_TYPE_EVENT_BOTH to be notified of events going both
-          upstream and downstream. By default, flush events do not cause
-          a notification. You need to explicitly enable GST_PAD_PROBE_TYPE_EVENT_FLUSH
-          to receive callbacks from flushing events. Events are always
-          only notified in push mode.
-        </para>
-        <para>
-          You can use this probe to inspect, modify or drop the event.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          A query travels over a pad. Use the GST_PAD_PROBE_TYPE_QUERY_DOWNSTREAM
-          and GST_PAD_PROBE_TYPE_QUERY_UPSTREAM flags to select downstream
-          and upstream queries. The convenience GST_PAD_PROBE_TYPE_QUERY_BOTH
-          can also be used to select both directions. Query probes will be
-          notified twice, once when the query travels upstream/downstream and
-          once when the query result is returned. You can select in what stage
-          the callback will be called with the GST_PAD_PROBE_TYPE_PUSH and
-          GST_PAD_PROBE_TYPE_PULL, respectively when the query is performed
-          and when the query result is returned.
-        </para>
-        <para>
-          You can use this probe to inspect or modify the query. You can also
-          answer the query in the probe callback by placing the result value
-          in the query and by returning GST_PAD_PROBE_DROP from the 
-          callback.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          In addition to notifying you of dataflow, you can also ask the
-          probe to block the dataflow when the callback returns. This is
-          called a blocking probe and is activated by specifying the
-          GST_PAD_PROBE_TYPE_BLOCK flag. You can use this flag with the
-          other flags to only block dataflow on selected activity. A pad
-          becomes unblocked again if you remove the probe or when you return
-          GST_PAD_PROBE_REMOVE from the callback. You can let only the
-          currently blocked item pass by returning GST_PAD_PROBE_PASS
-          from the callback, it will block again on the next item.
-        </para>
-        <para>
-          Blocking probes are used to temporarily block pads because they
-          are unlinked or because you are going to unlink them. If the
-          dataflow is not blocked, the pipeline would go into an error
-          state if data is pushed on an unlinked pad. We will se how
-          to use blocking probes to partially preroll a pipeline.
-          See also <xref linkend="section-preroll-probes"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Be notified when no activity is happening on a pad. You install
-          this probe with the GST_PAD_PROBE_TYPE_IDLE flag. You can specify
-          GST_PAD_PROBE_TYPE_PUSH and/or GST_PAD_PROBE_TYPE_PULL to 
-          only be notified depending on the pad scheduling mode.
-          The IDLE probe is also a blocking probe in that it will not let
-          any data pass on the pad for as long as the IDLE probe is
-          installed.
-        </para>
-        <para>
-          You can use idle probes to dynamically relink a pad.  We will see
-          how to use idle probes to replace an element in the pipeline.
-          See also <xref linkend="section-dynamic-pipelines"/>.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <sect2 id="section-data-probes">
-      <title>Data probes</title>
-      <para>
-        Data probes allow you to be notified when there is data passing
-        on a pad. When adding the probe, specify the GST_PAD_PROBE_TYPE_BUFFER
-        and/or GST_PAD_PROBE_TYPE_BUFFER_LIST. 
-      </para>
-      <para>
-        Data probes run in pipeline streaming thread context, so callbacks
-        should try to not block and generally not do any weird stuff, since
-        this could have a negative impact on pipeline performance or, in case
-        of bugs, cause deadlocks or crashes. More precisely, one should usually
-        not call any GUI-related functions from within a probe callback, nor try
-        to change the state of the pipeline.  An application may post custom
-        messages on the pipeline's bus though to communicate with the main
-        application thread and have it do things like stop the pipeline.
-      </para>
-      <para>
-        In any case, most common buffer operations
-        that elements can do in <function>_chain ()</function> functions, can
-        be done in probe callbacks as well. The example below gives a short
-        impression on how to use them.
-      </para>
-      <programlisting>
-<!-- example-begin probe.c -->
-<![CDATA[
-#include <gst/gst.h>
-
-static GstPadProbeReturn
-cb_have_data (GstPad          *pad,
-              GstPadProbeInfo *info,
-              gpointer         user_data)
-{
-  gint x, y;
-  GstMapInfo map;
-  guint16 *ptr, t;
-  GstBuffer *buffer;
-
-  buffer = GST_PAD_PROBE_INFO_BUFFER (info);
-
-  buffer = gst_buffer_make_writable (buffer);
-
-  /* Making a buffer writable can fail (for example if it
-   * cannot be copied and is used more than once)
-   */
-  if (buffer == NULL)
-    return GST_PAD_PROBE_OK;
-
-  /* Mapping a buffer can fail (non-writable) */
-  if (gst_buffer_map (buffer, &map, GST_MAP_WRITE)) {
-    ptr = (guint16 *) map.data;
-    /* invert data */
-    for (y = 0; y < 288; y++) {
-      for (x = 0; x < 384 / 2; x++) {
-        t = ptr[384 - 1 - x];
-        ptr[384 - 1 - x] = ptr[x];
-        ptr[x] = t;
-      }
-      ptr += 384;
-    }
-    gst_buffer_unmap (buffer, &map);
-  }
-
-  GST_PAD_PROBE_INFO_DATA (info) = buffer;
-
-  return GST_PAD_PROBE_OK;
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GMainLoop *loop;
-  GstElement *pipeline, *src, *sink, *filter, *csp;
-  GstCaps *filtercaps;
-  GstPad *pad;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* build */
-  pipeline = gst_pipeline_new ("my-pipeline");
-  src = gst_element_factory_make ("videotestsrc", "src");
-  if (src == NULL)
-    g_error ("Could not create 'videotestsrc' element");
-
-  filter = gst_element_factory_make ("capsfilter", "filter");
-  g_assert (filter != NULL); /* should always exist */
-
-  csp = gst_element_factory_make ("videoconvert", "csp");
-  if (csp == NULL)
-    g_error ("Could not create 'videoconvert' element");
-
-  sink = gst_element_factory_make ("xvimagesink", "sink");
-  if (sink == NULL) {
-    sink = gst_element_factory_make ("ximagesink", "sink");
-    if (sink == NULL)
-      g_error ("Could not create neither 'xvimagesink' nor 'ximagesink' element");
-  }
-
-  gst_bin_add_many (GST_BIN (pipeline), src, filter, csp, sink, NULL);
-  gst_element_link_many (src, filter, csp, sink, NULL);
-  filtercaps = gst_caps_new_simple ("video/x-raw",
-                          "format", G_TYPE_STRING, "RGB16",
-                          "width", G_TYPE_INT, 384,
-                          "height", G_TYPE_INT, 288,
-                          "framerate", GST_TYPE_FRACTION, 25, 1,
-                          NULL);
-  g_object_set (G_OBJECT (filter), "caps", filtercaps, NULL);
-  gst_caps_unref (filtercaps);
-
-  pad = gst_element_get_static_pad (src, "src");
-  gst_pad_add_probe (pad, GST_PAD_PROBE_TYPE_BUFFER,
-      (GstPadProbeCallback) cb_have_data, NULL, NULL);
-  gst_object_unref (pad);
-
-  /* run */
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-
-  /* wait until it's up and running or failed */
-  if (gst_element_get_state (pipeline, NULL, NULL, -1) == GST_STATE_CHANGE_FAILURE) {
-    g_error ("Failed to go into PLAYING state");
-  }
-
-  g_print ("Running ...\n");
-  g_main_loop_run (loop);
-
-  /* exit */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (pipeline);
-
-  return 0;
-}
-]]>
-<!-- example-end probe.c -->
-      </programlisting>
-      <para>
-        Compare that output with the output of <quote>gst-launch-1.0
-        videotestsrc ! xvimagesink</quote>, just so you know what you're
-        looking for.
-      </para>
-      <para>
-        Strictly speaking, a pad probe callback is only allowed to modify the
-        buffer content if the buffer is writable.  Whether this is the case or
-        not depends a lot on the pipeline and the elements involved.  Often
-        enough, this is the case, but sometimes it is not, and if it is not
-        then unexpected modification of the data or metadata can introduce
-        bugs that are very hard to debug and track down. You can check if a
-        buffer is writable with <function>gst_buffer_is_writable ()</function>.
-        Since you can pass back a different buffer than the one passed in,
-        it is a good idea to make the buffer writable in the callback function
-        with <function>gst_buffer_make_writable ()</function>.
-      </para>
-      <para>
-        Pad probes are suited best for looking at data as it passes through
-        the pipeline. If you need to modify data, you should better write your
-        own GStreamer element. Base classes like GstAudioFilter, GstVideoFilter or
-        GstBaseTransform make this fairly easy.
-      </para>
-      <para>
-        If you just want to inspect buffers as they pass through the pipeline,
-        you don't even need to set up pad probes. You could also just insert
-        an identity element into the pipeline and connect to its "handoff"
-        signal. The identity element also provides a few useful debugging tools
-        like the "dump" property or the "last-message" property (the latter is
-        enabled by passing the '-v' switch to gst-launch and by setting the
-        silent property on the identity to FALSE).
-      </para>
-    </sect2>
-
-    <sect2 id="section-preroll-probes">
-      <title>Play a region of a media file</title>
-      <para>
-        In this example we will show you how to play back a region of
-        a media file. The goal is to only play the part of a file
-        from 2 seconds to 5 seconds and then EOS.
-      </para>
-      <para>
-        In a first step we will set a uridecodebin element to the PAUSED
-        state and make sure that we block all the source pads that are
-        created. When all the source pads are blocked, we have data on
-        all source pads and we say that the uridecodebin is prerolled.
-      </para>
-      <para>
-        In a prerolled pipeline we can ask for the duration of the media
-        and we can also perform seeks. We are interested in performing a
-        seek operation on the pipeline to select the range of media
-        that we are interested in.
-      </para>
-      <para>
-        After we configure the region we are interested in, we can link
-        the sink element, unblock the source pads and set the pipeline to
-        the playing state. You will see that exactly the requested
-        region is played by the sink before it goes to EOS.
-      </para>
-      <para>
-        What follows is an example application that loosly follows this
-        algorithm.
-      </para>
-      <programlisting>
-<!-- example-begin blockprobe.c -->
-<![CDATA[
-#include <gst/gst.h>
-
-static GMainLoop *loop;
-static volatile gint counter;
-static GstBus *bus;
-static gboolean prerolled = FALSE;
-static GstPad *sinkpad;
-
-static void
-dec_counter (GstElement * pipeline)
-{
-  if (prerolled)
-    return;
-
-  if (g_atomic_int_dec_and_test (&counter)) {
-    /* all probes blocked and no-more-pads signaled, post
-     * message on the bus. */
-    prerolled = TRUE;
-
-    gst_bus_post (bus, gst_message_new_application (
-          GST_OBJECT_CAST (pipeline),
-          gst_structure_new_empty ("ExPrerolled")));
-  }
-}
-
-/* called when a source pad of uridecodebin is blocked */
-static GstPadProbeReturn
-cb_blocked (GstPad          *pad,
-            GstPadProbeInfo *info,
-            gpointer         user_data)
-{
-  GstElement *pipeline = GST_ELEMENT (user_data);
-
-  if (prerolled)
-    return GST_PAD_PROBE_REMOVE;
-
-  dec_counter (pipeline);
-
-  return GST_PAD_PROBE_OK;
-}
-
-/* called when uridecodebin has a new pad */
-static void
-cb_pad_added (GstElement *element,
-              GstPad     *pad,
-              gpointer    user_data)
-{
-  GstElement *pipeline = GST_ELEMENT (user_data);
-
-  if (prerolled)
-    return;
-
-  g_atomic_int_inc (&counter);
-
-  gst_pad_add_probe (pad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM,
-      (GstPadProbeCallback) cb_blocked, pipeline, NULL);
-
-  /* try to link to the video pad */
-  gst_pad_link (pad, sinkpad);
-}
-
-/* called when uridecodebin has created all pads */
-static void
-cb_no_more_pads (GstElement *element,
-                 gpointer    user_data)
-{
-  GstElement *pipeline = GST_ELEMENT (user_data);
-
-  if (prerolled)
-    return;
-
-  dec_counter (pipeline);
-}
-
-/* called when a new message is posted on the bus */
-static void
-cb_message (GstBus     *bus,
-            GstMessage *message,
-            gpointer    user_data)
-{
-  GstElement *pipeline = GST_ELEMENT (user_data);
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR:
-      g_print ("we received an error!\n");
-      g_main_loop_quit (loop);
-      break;
-    case GST_MESSAGE_EOS:
-      g_print ("we reached EOS\n");
-      g_main_loop_quit (loop);
-      break;
-    case GST_MESSAGE_APPLICATION:
-    {
-      if (gst_message_has_name (message, "ExPrerolled")) {
-        /* it's our message */
-        g_print ("we are all prerolled, do seek\n");
-        gst_element_seek (pipeline,
-            1.0, GST_FORMAT_TIME,
-            GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_ACCURATE,
-            GST_SEEK_TYPE_SET, 2 * GST_SECOND,
-            GST_SEEK_TYPE_SET, 5 * GST_SECOND);
-
-        gst_element_set_state (pipeline, GST_STATE_PLAYING);
-      }
-      break;
-    }
-    default:
-      break;
-  }
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GstElement *pipeline, *src, *csp, *vs, *sink;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  if (argc < 2) {
-    g_print ("usage: %s <uri>", argv[0]);
-    return -1;
-  }
-
-  /* build */
-  pipeline = gst_pipeline_new ("my-pipeline");
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  gst_bus_add_signal_watch (bus);
-  g_signal_connect (bus, "message", (GCallback) cb_message,
-      pipeline);
-
-  src = gst_element_factory_make ("uridecodebin", "src");
-  if (src == NULL)
-    g_error ("Could not create 'uridecodebin' element");
-
-  g_object_set (src, "uri", argv[1], NULL);
-
-  csp = gst_element_factory_make ("videoconvert", "csp");
-  if (csp == NULL)
-    g_error ("Could not create 'videoconvert' element");
-
-  vs = gst_element_factory_make ("videoscale", "vs");
-  if (csp == NULL)
-    g_error ("Could not create 'videoscale' element");
-
-  sink = gst_element_factory_make ("autovideosink", "sink");
-  if (sink == NULL)
-    g_error ("Could not create 'autovideosink' element");
-
-  gst_bin_add_many (GST_BIN (pipeline), src, csp, vs, sink, NULL);
-
-  /* can't link src yet, it has no pads */
-  gst_element_link_many (csp, vs, sink, NULL);
-
-  sinkpad = gst_element_get_static_pad (csp, "sink");
-
-  /* for each pad block that is installed, we will increment
-   * the counter. for each pad block that is signaled, we
-   * decrement the counter. When the counter is 0 we post
-   * an app message to tell the app that all pads are
-   * blocked. Start with 1 that is decremented when no-more-pads
-   * is signaled to make sure that we only post the message
-   * after no-more-pads */
-  g_atomic_int_set (&counter, 1);
-
-  g_signal_connect (src, "pad-added",
-      (GCallback) cb_pad_added, pipeline);
-  g_signal_connect (src, "no-more-pads",
-      (GCallback) cb_no_more_pads, pipeline);
-
-  gst_element_set_state (pipeline, GST_STATE_PAUSED);
-
-  g_main_loop_run (loop);
-
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-
-  gst_object_unref (sinkpad);
-  gst_object_unref (bus);
-  gst_object_unref (pipeline);
-  g_main_loop_unref (loop);
-
-  return 0;
-}
-]]>
-<!-- example-end blockprobe.c -->
-</programlisting>
-      <para>
-        Note that we use a custom application message to signal the
-        main thread that the uridecidebin is prerolled. The main thread
-        will then issue a flushing seek to the requested region. The
-        flush will temporarily unblock the pad and reblock them when
-        new data arrives again. We detect this second block to remove
-        the probes. Then we set the pipeline to PLAYING and it should
-        play from 2 to 5 seconds, then EOS and exit the application.
-      </para>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-data-spoof">
-    <title>Manually adding or removing data from/to a pipeline</title>
-    <para>
-      Many people have expressed the wish to use their own sources to inject
-      data into a pipeline. Some people have also expressed the wish to grab
-      the output in a pipeline and take care of the actual output inside
-      their application. While either of these methods are strongly
-      discouraged, &GStreamer; offers support for this.
-      <emphasis>Beware! You need to know what you are doing.</emphasis> Since
-      you don't have any support from a base class you need to thoroughly
-      understand state changes and synchronization. If it doesn't work,
-      there are a million ways to shoot yourself in the foot.  It's always
-      better to simply write a plugin and have the base class manage it.
-      See the Plugin Writer's Guide for more information on this topic. Also
-      see the next section, which will explain how to embed plugins statically
-      in your application.
-    </para>
-    <para>
-      There's two possible elements that you can use for the above-mentioned
-      purposes. Those are called <quote>appsrc</quote> (an imaginary source)
-      and <quote>appsink</quote> (an imaginary sink). The same method applies
-      to each of those elements. Here, we will discuss how to use those
-      elements to insert (using appsrc) or grab (using appsink) data from a
-      pipeline, and how to set negotiation.
-    </para>
-    <para>
-      Both appsrc and appsink provide 2 sets of API. One API uses standard
-      GObject (action) signals and properties. The same API is also
-      available as a regular C api. The C api is more performant but
-      requires you to link to the app library in order to use the elements.
-    </para>
-
-    <sect2 id="section-spoof-appsrc">
-      <title>Inserting data with appsrc</title>
-      <para>
-        First we look at some examples for appsrc, which lets you insert data
-        into the pipeline from the application. Appsrc has some configuration
-        options that define how it will operate. You should decide about the
-        following configurations:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Will the appsrc operate in push or pull mode. The stream-type
-            property can be used to control this. stream-type of
-            <quote>random-access</quote> will activate pull mode scheduling
-            while the other stream-types activate push mode.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The caps of the buffers that appsrc will push out. This needs to
-            be configured with the caps property. The caps must be set to a
-            fixed caps and will be used to negotiate a format downstream.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            If the appsrc operates in live mode or not. This can be configured
-            with the is-live property. When operating in live-mode it is
-            important to configure the min-latency and max-latency in appsrc.
-            The min-latency should be set to the amount of time it takes between
-            capturing a buffer and when it is pushed inside appsrc.
-            In live mode, you should timestamp the buffers with the pipeline
-            running-time when the first byte of the buffer was captured before
-            feeding them to appsrc. You can let appsrc do the timestaping with
-            the do-timestamp property (but then the min-latency must be set
-            to 0 because it timestamps based on the running-time when the buffer
-            entered appsrc).
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The format of the SEGMENT event that appsrc will push. The format
-            has implications for how the running-time of the buffers will
-            be calculated so you must be sure you understand this. For
-            live sources you probably want to set the format property to
-            GST_FORMAT_TIME. For non-live source it depends on the media type
-            that you are handling. If you plan to timestamp the buffers, you
-            should probably put a GST_FORMAT_TIME format, otherwise
-            GST_FORMAT_BYTES might be appropriate.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            If appsrc operates in random-access mode, it is important to configure
-            the size property of appsrc with the number of bytes in the stream.
-            This will allow downstream elements to know the size of the media and
-            alows them to seek to the end of the stream when needed.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        The main way of handling data to appsrc is by using the function
-        <function>gst_app_src_push_buffer ()</function> or by emiting the
-        push-buffer action signal.  This will put the buffer onto a queue from
-        which appsrc will read from in its streaming thread. It is important
-        to note that data transport will not happen from the thread that
-        performed the push-buffer call.
-      </para>
-      <para>
-        The <quote>max-bytes</quote> property controls how much data can be
-        queued in appsrc before appsrc considers the queue full. A filled
-        internal queue will always signal the <quote>enough-data</quote>
-        signal, which signals the application that it should stop pushing
-        data into appsrc. The <quote>block</quote> property will cause appsrc to
-        block the push-buffer method until free data becomes available again.
-      </para>
-      <para>
-        When the internal queue is running out of data, the
-        <quote>need-data</quote> signal is emitted, which signals the application
-        that it should start pushing more data into appsrc.
-      </para>
-      <para>
-        In addition to the <quote>need-data</quote> and <quote>enough-data</quote>
-        signals, appsrc can emit the <quote>seek-data</quote> signal when the
-        <quote>stream-mode</quote> property is set to <quote>seekable</quote>
-        or <quote>random-access</quote>. The signal argument will contain the
-        new desired position in the stream expressed in the unit set with the
-        <quote>format</quote> property. After receiving the seek-data signal,
-        the application should push-buffers from the new position.
-      </para>
-      <para>
-        When the last byte is pushed into appsrc, you must call
-        <function>gst_app_src_end_of_stream ()</function> to make it send
-        an EOS downstream.
-      </para>
-      <para>
-        These signals allow the application to operate appsrc in push and
-        pull mode as will be explained next.
-      </para>
-
-      <sect3 id="section-spoof-appsrc-push">
-        <title>Using appsrc in push mode</title>
-        <para>
-          When appsrc is configured in push mode (stream-type is stream or
-          seekable), the application repeatedly calls the push-buffer method
-          with a new buffer. Optionally, the queue size in the appsrc can be
-          controlled with the enough-data and need-data signals by respectively
-          stopping/starting the push-buffer calls. The value of the
-          min-percent property defines how empty the internal appsrc queue
-          needs to be before the need-data signal will be fired. You can set
-          this to some value >0 to avoid completely draining the queue.
-        </para>
-        <para>
-          When the stream-type is set to seekable, don't forget to implement
-          a seek-data callback.
-        </para>
-        <para>
-          Use this model when implementing various network protocols or
-          hardware devices.
-        </para>
-      </sect3>
-
-      <sect3 id="section-spoof-appsrc-pull">
-        <title>Using appsrc in pull mode</title>
-        <para>
-          In the pull model, data is fed to appsrc from the need-data signal
-          handler. You should push exactly the amount of bytes requested in the
-          need-data signal. You are only allowed to push less bytes when you are
-          at the end of the stream.
-        </para>
-        <para>
-          Use this model for file access or other randomly accessable sources.
-        </para>
-      </sect3>
-
-      <sect3 id="section-spoof-appsrc-ex">
-        <title>Appsrc example</title>
-        <para>
-          This example application will generate black/white (it switches
-          every second) video to an Xv-window output by using appsrc as a
-          source with caps to force a format. We use a colorspace
-          conversion element to make sure that we feed the right format to
-          your X server. We configure a video stream with a variable framerate
-          (0/1) and we set the timestamps on the outgoing buffers in such
-          a way that we play 2 frames per second.
-        </para>
-        <para>
-          Note how we use the pull mode method of pushing new buffers into
-          appsrc although appsrc is running in push mode. 
-        </para>
-        <programlisting>
-<!-- example-begin appsrc.c -->
-<![CDATA[
-#include <gst/gst.h>
-
-static GMainLoop *loop;
-
-static void
-cb_need_data (GstElement *appsrc,
-             guint       unused_size,
-             gpointer    user_data)
-{
-  static gboolean white = FALSE;
-  static GstClockTime timestamp = 0;
-  GstBuffer *buffer;
-  guint size;
-  GstFlowReturn ret;
-
-  size = 385 * 288 * 2;
-
-  buffer = gst_buffer_new_allocate (NULL, size, NULL);
-
-  /* this makes the image black/white */
-  gst_buffer_memset (buffer, 0, white ? 0xff : 0x0, size);
-
-  white = !white;
-
-  GST_BUFFER_PTS (buffer) = timestamp;
-  GST_BUFFER_DURATION (buffer) = gst_util_uint64_scale_int (1, GST_SECOND, 2);
-
-  timestamp += GST_BUFFER_DURATION (buffer);
-
-  g_signal_emit_by_name (appsrc, "push-buffer", buffer, &ret);
-  gst_buffer_unref (buffer);
-
-  if (ret != GST_FLOW_OK) {
-    /* something wrong, stop pushing */
-    g_main_loop_quit (loop);
-  }
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GstElement *pipeline, *appsrc, *conv, *videosink;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* setup pipeline */
-  pipeline = gst_pipeline_new ("pipeline");
-  appsrc = gst_element_factory_make ("appsrc", "source");
-  conv = gst_element_factory_make ("videoconvert", "conv");
-  videosink = gst_element_factory_make ("xvimagesink", "videosink");
-
-  /* setup */
-  g_object_set (G_OBJECT (appsrc), "caps",
-               gst_caps_new_simple ("video/x-raw",
-                                    "format", G_TYPE_STRING, "RGB16",
-                                    "width", G_TYPE_INT, 384,
-                                    "height", G_TYPE_INT, 288,
-                                    "framerate", GST_TYPE_FRACTION, 0, 1,
-                                    NULL), NULL);
-  gst_bin_add_many (GST_BIN (pipeline), appsrc, conv, videosink, NULL);
-  gst_element_link_many (appsrc, conv, videosink, NULL);
-
-  /* setup appsrc */
-  g_object_set (G_OBJECT (appsrc),
-               "stream-type", 0,
-               "format", GST_FORMAT_TIME, NULL);
-  g_signal_connect (appsrc, "need-data", G_CALLBACK (cb_need_data), NULL);
-
-  /* play */
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-  g_main_loop_run (loop);
-
-  /* clean up */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (pipeline));
-  g_main_loop_unref (loop);
-
-  return 0;
-  }
-]]>
-<!-- example-end appsrc.c -->
-        </programlisting>
-      </sect3>
-    </sect2>
-
-    <sect2 id="section-spoof-appsink">
-      <title>Grabbing data with appsink</title>
-      <para>
-        Unlike appsrc, appsink is a little easier to use. It also supports
-        a pull and push based model of getting data from the pipeline.
-      </para>
-      <para>
-        The normal way of retrieving samples from appsink is by using the
-        <function>gst_app_sink_pull_sample()</function> and
-        <function>gst_app_sink_pull_preroll()</function> methods or by using
-        the <quote>pull-sample</quote> and <quote>pull-preroll</quote>
-        signals.  These methods block until a sample becomes available in the
-        sink or when the sink is shut down or reaches EOS.
-      </para>
-      <para>
-        Appsink will internally use a queue to collect buffers from the
-        streaming thread. If the application is not pulling samples fast
-        enough, this queue will consume a lot of memory over time. The
-        <quote>max-buffers</quote> property can be used to limit the queue
-        size. The <quote>drop</quote> property controls whether the
-        streaming thread blocks or if older buffers are dropped when the
-        maximum queue size is reached. Note that blocking the streaming thread
-        can negatively affect real-time performance and should be avoided.
-      </para>
-      <para>
-        If a blocking behaviour is not desirable, setting the 
-        <quote>emit-signals</quote> property to TRUE will make appsink emit
-        the <quote>new-sample</quote> and <quote>new-preroll</quote> signals
-        when a sample can be pulled without blocking.
-      </para>
-      <para>
-        The <quote>caps</quote> property on appsink can be used to control
-        the formats that appsink can receive. This property can contain
-        non-fixed caps, the format of the pulled samples can be obtained by
-        getting the sample caps.
-      </para>
-      <para>
-        If one of the pull-preroll or pull-sample methods return NULL, the
-        appsink is stopped or in the EOS state. You can check for the EOS state
-        with the <quote>eos</quote> property or with the
-        <function>gst_app_sink_is_eos()</function> method.
-      </para>
-      <para>
-        The eos signal can also be used to be informed when the EOS state is
-        reached to avoid polling.
-      </para>
-      <para>
-        Consider configuring the following properties in the appsink:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            The <quote>sync</quote> property if you want to have the sink
-            base class synchronize the buffer against the pipeline clock
-            before handing you the sample.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Enable Quality-of-Service with the <quote>qos</quote> property.
-            If you are dealing with raw video frames and let the base class
-            sycnhronize on the clock, it might be a good idea to also let
-            the base class send QOS events upstream.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The caps property that contains the accepted caps. Upstream elements
-            will try to convert the format so that it matches the configured
-            caps on appsink. You must still check the
-            <classname>GstSample</classname> to get the actual caps of the
-            buffer.
-          </para>
-        </listitem>
-      </itemizedlist>
-
-      <sect3 id="section-spoof-appsink-ex">
-        <title>Appsink example</title>
-        <para>
-          What follows is an example on how to capture a snapshot of a video
-          stream using appsink.
-        </para>
-        <programlisting>
-<!-- example-begin appsink.c -->
-<![CDATA[
-#include <gst/gst.h>
-#ifdef HAVE_GTK
-#include <gtk/gtk.h>
-#endif
-
-#include <stdlib.h>
-
-#define CAPS "video/x-raw,format=RGB,width=160,pixel-aspect-ratio=1/1"
-
-int
-main (int argc, char *argv[])
-{
-  GstElement *pipeline, *sink;
-  gint width, height;
-  GstSample *sample;
-  gchar *descr;
-  GError *error = NULL;
-  gint64 duration, position;
-  GstStateChangeReturn ret;
-  gboolean res;
-  GstMapInfo map;
-
-  gst_init (&argc, &argv);
-
-  if (argc != 2) {
-    g_print ("usage: %s <uri>\n Writes snapshot.png in the current directory\n",
-        argv[0]);
-    exit (-1);
-  }
-
-  /* create a new pipeline */
-  descr =
-      g_strdup_printf ("uridecodebin uri=%s ! videoconvert ! videoscale ! "
-      " appsink name=sink caps=\"" CAPS "\"", argv[1]);
-  pipeline = gst_parse_launch (descr, &error);
-
-  if (error != NULL) {
-    g_print ("could not construct pipeline: %s\n", error->message);
-    g_clear_error (&error);
-    exit (-1);
-  }
-
-  /* get sink */
-  sink = gst_bin_get_by_name (GST_BIN (pipeline), "sink");
-
-  /* set to PAUSED to make the first frame arrive in the sink */
-  ret = gst_element_set_state (pipeline, GST_STATE_PAUSED);
-  switch (ret) {
-    case GST_STATE_CHANGE_FAILURE:
-      g_print ("failed to play the file\n");
-      exit (-1);
-    case GST_STATE_CHANGE_NO_PREROLL:
-      /* for live sources, we need to set the pipeline to PLAYING before we can
-       * receive a buffer. We don't do that yet */
-      g_print ("live sources not supported yet\n");
-      exit (-1);
-    default:
-      break;
-  }
-  /* This can block for up to 5 seconds. If your machine is really overloaded,
-   * it might time out before the pipeline prerolled and we generate an error. A
-   * better way is to run a mainloop and catch errors there. */
-  ret = gst_element_get_state (pipeline, NULL, NULL, 5 * GST_SECOND);
-  if (ret == GST_STATE_CHANGE_FAILURE) {
-    g_print ("failed to play the file\n");
-    exit (-1);
-  }
-
-  /* get the duration */
-  gst_element_query_duration (pipeline, GST_FORMAT_TIME, &duration);
-
-  if (duration != -1)
-    /* we have a duration, seek to 5% */
-    position = duration * 5 / 100;
-  else
-    /* no duration, seek to 1 second, this could EOS */
-    position = 1 * GST_SECOND;
-
-  /* seek to the a position in the file. Most files have a black first frame so
-   * by seeking to somewhere else we have a bigger chance of getting something
-   * more interesting. An optimisation would be to detect black images and then
-   * seek a little more */
-  gst_element_seek_simple (pipeline, GST_FORMAT_TIME,
-      GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_FLUSH, position);
-
-  /* get the preroll buffer from appsink, this block untils appsink really
-   * prerolls */
-  g_signal_emit_by_name (sink, "pull-preroll", &sample, NULL);
-
-  /* if we have a buffer now, convert it to a pixbuf. It's possible that we
-   * don't have a buffer because we went EOS right away or had an error. */
-  if (sample) {
-    GstBuffer *buffer;
-    GstCaps *caps;
-    GstStructure *s;
-
-    /* get the snapshot buffer format now. We set the caps on the appsink so
-     * that it can only be an rgb buffer. The only thing we have not specified
-     * on the caps is the height, which is dependant on the pixel-aspect-ratio
-     * of the source material */
-    caps = gst_sample_get_caps (sample);
-    if (!caps) {
-      g_print ("could not get snapshot format\n");
-      exit (-1);
-    }
-    s = gst_caps_get_structure (caps, 0);
-
-    /* we need to get the final caps on the buffer to get the size */
-    res = gst_structure_get_int (s, "width", &width);
-    res |= gst_structure_get_int (s, "height", &height);
-    if (!res) {
-      g_print ("could not get snapshot dimension\n");
-      exit (-1);
-    }
-
-    /* create pixmap from buffer and save, gstreamer video buffers have a stride
-     * that is rounded up to the nearest multiple of 4 */
-    buffer = gst_sample_get_buffer (sample);
-    /* Mapping a buffer can fail (non-readable) */
-    if (gst_buffer_map (buffer, &map, GST_MAP_READ)) {
-#ifdef HAVE_GTK
-      pixbuf = gdk_pixbuf_new_from_data (map.data,
-          GDK_COLORSPACE_RGB, FALSE, 8, width, height,
-          GST_ROUND_UP_4 (width * 3), NULL, NULL);
-
-      /* save the pixbuf */
-      gdk_pixbuf_save (pixbuf, "snapshot.png", "png", &error, NULL);
-#endif
-      gst_buffer_unmap (buffer, &map);
-    }
-    gst_sample_unref (sample);
-  } else {
-    g_print ("could not make snapshot\n");
-  }
-
-  /* cleanup and exit */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (pipeline);
-
-  exit (0);
-}
-]]>
-<!-- example-end appsink.c -->
-</programlisting>
-      </sect3>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-spoof-format">
-    <title>Forcing a format</title>
-    <para>
-      Sometimes you'll want to set a specific format, for example a video
-      size and format or an audio bitsize and number of channels. You can
-      do this by forcing a specific <classname>GstCaps</classname> on
-      the pipeline, which is possible by using
-      <emphasis>filtered caps</emphasis>. You can set a filtered caps on
-      a link by using the <quote>capsfilter</quote> element in between the
-      two elements, and specifying a <classname>GstCaps</classname> as
-      <quote>caps</quote> property on this element. It will then
-      only allow types matching that specified capability set for
-      negotiation.  See also <xref linkend="section-caps-filter"/>.
-    </para>
-
-    <sect2 id="section-dynamic-format">
-      <title>Changing format in a PLAYING pipeline</title>
-      <para>
-        It is also possible to dynamically change the format in a pipeline
-        while PLAYING. This can simply be done by changing the caps 
-        property on a capsfilter. The capsfilter will send a RECONFIGURE
-        event upstream that will make the upstream element attempt to
-        renegotiate a new format and allocator. This only works if
-        the upstream element is not using fixed caps on the source pad.
-      </para>
-      <para>
-        Below is an example of how you can change the caps of a pipeline
-        while in the PLAYING state:
-      </para>
-      <programlisting>
-<!-- example-begin dynformat.c -->
-<![CDATA[
-#include <stdlib.h>
-
-#include <gst/gst.h>
-
-#define MAX_ROUND 100
-
-int
-main (int argc, char **argv)
-{
-  GstElement *pipe, *filter;
-  GstCaps *caps;
-  gint width, height;
-  gint xdir, ydir;
-  gint round;
-  GstMessage *message;
-
-  gst_init (&argc, &argv);
-
-  pipe = gst_parse_launch_full ("videotestsrc ! capsfilter name=filter ! "
-             "ximagesink", NULL, GST_PARSE_FLAG_NONE, NULL);
-  g_assert (pipe != NULL);
-
-  filter = gst_bin_get_by_name (GST_BIN (pipe), "filter");
-  g_assert (filter);
-
-  width = 320;
-  height = 240;
-  xdir = ydir = -10;
-
-  for (round = 0; round < MAX_ROUND; round++) {
-    gchar *capsstr;
-    g_print ("resize to %dx%d (%d/%d)   \r", width, height, round, MAX_ROUND);
-
-    /* we prefer our fixed width and height but allow other dimensions to pass
-     * as well */
-    capsstr = g_strdup_printf ("video/x-raw, width=(int)%d, height=(int)%d",
-        width, height);
-
-    caps = gst_caps_from_string (capsstr);
-    g_free (capsstr);
-    g_object_set (filter, "caps", caps, NULL);
-    gst_caps_unref (caps);
-
-    if (round == 0)
-      gst_element_set_state (pipe, GST_STATE_PLAYING);
-
-    width += xdir;
-    if (width >= 320)
-      xdir = -10;
-    else if (width < 200)
-      xdir = 10;
-
-    height += ydir;
-    if (height >= 240)
-      ydir = -10;
-    else if (height < 150)
-      ydir = 10;
-
-    message =
-        gst_bus_poll (GST_ELEMENT_BUS (pipe), GST_MESSAGE_ERROR,
-        50 * GST_MSECOND);
-    if (message) {
-      g_print ("got error           \n");
-
-      gst_message_unref (message);
-    }
-  }
-  g_print ("done                    \n");
-
-  gst_object_unref (filter);
-  gst_element_set_state (pipe, GST_STATE_NULL);
-  gst_object_unref (pipe);
-
-  return 0;
-}
-]]>
-<!-- example-end dynformat.c -->
-      </programlisting>
-      <para>
-        Note how we use <function>gst_bus_poll()</function> with a
-        small timeout to get messages and also introduce a short
-        sleep.
-      </para>
-      <para>
-        It is possible to set multiple caps for the capsfilter separated
-        with a ;. The capsfilter will try to renegotiate to the first
-        possible format from the list.
-      </para>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-dynamic-pipelines">
-    <title>Dynamically changing the pipeline</title>
-    <para>
-      In this section we talk about some techniques for dynamically
-      modifying the pipeline. We are talking specifically about changing
-      the pipeline while it is in the PLAYING state without interrupting
-      the flow.
-    </para>
-    <para>
-      There are some important things to consider when building dynamic
-      pipelines:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          When removing elements from the pipeline, make sure that there
-          is no dataflow on unlinked pads because that will cause a fatal
-          pipeline error. Always block source pads (in push mode) or
-          sink pads (in pull mode) before unlinking pads.
-          See also <xref linkend="section-dynamic-changing"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          When adding elements to a pipeline, make sure to put the element
-          into the right state, usually the same state as the parent, before
-          allowing dataflow the element. When an element is newly created,
-          it is in the NULL state and will return an error when it
-          receives data.
-          See also <xref linkend="section-dynamic-changing"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          When adding elements to a pipeline, &GStreamer; will by default
-          set the clock and base-time on the element to the current values
-          of the pipeline. This means that the element will be able to
-          construct the same pipeline running-time as the other elements
-          in the pipeline. This means that sinks will synchronize buffers
-          like the other sinks in the pipeline and that sources produce
-          buffers with a running-time that matches the other sources.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          When unlinking elements from an upstream chain, always make sure
-          to flush any queued data in the element by sending an EOS event
-          down the element sink pad(s) and by waiting that the EOS leaves
-          the elements (with an event probe).
-        </para>
-        <para>
-          If you do not do this, you will lose the data which is buffered
-          by the unlinked element. This can result in a simple frame loss
-          (one or more video frames, several milliseconds of audio). However
-          if you remove a muxer (and in some cases an encoder or similar elements)
-          from the pipeline, you risk getting a corrupted file which could not be
-          played properly, as some relevant metadata (header, seek/index tables, internal
-          sync tags) will not be stored or updated properly.
-        </para>
-        <para>
-          See also <xref linkend="section-dynamic-changing"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          A live source will produce buffers with a running-time of the
-          current running-time in the pipeline.
-        </para>
-        <para>
-          A pipeline without a live source produces buffers with a
-          running-time starting from 0. Likewise, after a flushing seek,
-          those pipelines reset the running-time back to 0.
-        </para>
-        <para>
-          The running-time can be changed with
-          <function>gst_pad_set_offset ()</function>. It is important to
-          know the running-time of the elements in the pipeline in order
-          to maintain synchronization.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Adding elements might change the state of the pipeline. Adding a
-          non-prerolled sink, for example, brings the pipeline back to the
-          prerolling state. Removing a non-prerolled sink, for example, might
-          change the pipeline to PAUSED and PLAYING state.
-        </para>
-        <para>
-          Adding a live source cancels the preroll stage and put the pipeline
-          to the playing state. Adding a live source or other live elements
-          might also change the latency of a pipeline.
-        </para>
-        <para>
-          Adding or removing elements to the pipeline might change the clock
-          selection of the pipeline. If the newly added element provides a clock,
-          it might be worth changing the clock in the pipeline to the new
-          clock. If, on the other hand, the element that provides the clock
-          for the pipeline is removed, a new clock has to be selected.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Adding and removing elements might cause upstream or downstream
-          elements to renegotiate caps and or allocators. You don't really
-          need to do anything from the application, plugins largely
-          adapt themself to the new pipeline topology in order to optimize
-          their formats and allocation strategy.
-        </para>
-        <para>
-          What is important is that when you add, remove or change elements
-          in the pipeline, it is possible that the pipeline needs to
-          negotiate a new format and this can fail. Usually you can fix this
-          by inserting the right converter elements where needed.
-          See also <xref linkend="section-dynamic-changing"/>.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <para>
-      &GStreamer; offers support for doing about any dynamic pipeline
-      modification but it requires you to know a bit of details before
-      you can do this without causing pipeline errors. In the following
-      sections we will demonstrate a couple of typical use-cases.
-    </para>
-
-    <sect2 id="section-dynamic-changing">
-      <title>Changing elements in a pipeline</title>
-      <para>
-        In the next example we look at the following chain of elements:
-      </para>
-      <programlisting>
-            - ----.      .----------.      .---- -
-         element1 |      | element2 |      | element3
-                src -> sink       src -> sink
-            - ----'      '----------'      '---- -
-      </programlisting>
-      <para>
-        We want to change element2 by element4 while the pipeline is in
-        the PLAYING state. Let's say that element2 is a visualization and
-        that you want to switch the visualization in the pipeline.
-      </para>
-      <para>
-        We can't just unlink element2's sinkpad from element1's source
-        pad because that would leave element1's source pad
-        unlinked and would cause a streaming error in the pipeline when
-        data is pushed on the source pad.
-        The technique is to block the dataflow from element1's source pad
-        before we change element2 by element4 and then resume dataflow
-        as shown in the following steps:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Block element1's source pad with a blocking pad probe. When the
-            pad is blocked, the probe callback will be called.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Inside the block callback nothing is flowing between element1
-            and element2 and nothing will flow until unblocked.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Unlink element1 and element2.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Make sure data is flushed out of element2. Some elements might
-            internally keep some data, you need to make sure not to lose data
-            by forcing it out of element2. You can do this by pushing EOS into
-            element2, like this:
-          </para>
-          <itemizedlist>
-            <listitem>
-              <para>
-                Put an event probe on element2's source pad.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                Send EOS to element2's sinkpad. This makes sure the all the
-                data inside element2 is forced out.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                Wait for the EOS event to appear on element2's source pad.
-                When the EOS is received, drop it and remove the event
-                probe.
-              </para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>
-            Unlink element2 and element3. You can now also remove element2
-            from the pipeline and set the state to NULL.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Add element4 to the pipeline, if not already added. Link element4
-            and element3. Link element1 and element4.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Make sure element4 is in the same state as the rest of the elements
-            in the pipeline. It should be at least in the PAUSED state before
-            it can receive buffers and events.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Unblock element1's source pad probe. This will let new data into
-            element4 and continue streaming.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        The above algorithm works when the source pad is blocked, i.e. when
-        there is dataflow in the pipeline. If there is no dataflow, there is
-        also no point in changing the element (just yet) so this algorithm can
-        be used in the PAUSED state as well.
-      </para>
-      <para>
-        Let show you how this works with an example. This example changes the
-        video effect on a simple pipeline every second.
-      </para>
-      <programlisting>
-<!-- example-begin effectswitch.c -->
-<![CDATA[
-#include <gst/gst.h>
-
-static gchar *opt_effects = NULL;
-
-#define DEFAULT_EFFECTS "identity,exclusion,navigationtest," \
-    "agingtv,videoflip,vertigotv,gaussianblur,shagadelictv,edgetv"
-
-static GstPad *blockpad;
-static GstElement *conv_before;
-static GstElement *conv_after;
-static GstElement *cur_effect;
-static GstElement *pipeline;
-
-static GQueue effects = G_QUEUE_INIT;
-
-static GstPadProbeReturn
-event_probe_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)
-{
-  GMainLoop *loop = user_data;
-  GstElement *next;
-
-  if (GST_EVENT_TYPE (GST_PAD_PROBE_INFO_DATA (info)) != GST_EVENT_EOS)
-    return GST_PAD_PROBE_PASS;
-
-  gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info));
-
-  /* push current effect back into the queue */
-  g_queue_push_tail (&effects, gst_object_ref (cur_effect));
-  /* take next effect from the queue */
-  next = g_queue_pop_head (&effects);
-  if (next == NULL) {
-    GST_DEBUG_OBJECT (pad, "no more effects");
-    g_main_loop_quit (loop);
-    return GST_PAD_PROBE_DROP;
-  }
-
-  g_print ("Switching from '%s' to '%s'..\n", GST_OBJECT_NAME (cur_effect),
-      GST_OBJECT_NAME (next));
-
-  gst_element_set_state (cur_effect, GST_STATE_NULL);
-
-  /* remove unlinks automatically */
-  GST_DEBUG_OBJECT (pipeline, "removing %" GST_PTR_FORMAT, cur_effect);
-  gst_bin_remove (GST_BIN (pipeline), cur_effect);
-
-  GST_DEBUG_OBJECT (pipeline, "adding   %" GST_PTR_FORMAT, next);
-  gst_bin_add (GST_BIN (pipeline), next);
-
-  GST_DEBUG_OBJECT (pipeline, "linking..");
-  gst_element_link_many (conv_before, next, conv_after, NULL);
-
-  gst_element_set_state (next, GST_STATE_PLAYING);
-
-  cur_effect = next;
-  GST_DEBUG_OBJECT (pipeline, "done");
-
-  return GST_PAD_PROBE_DROP;
-}
-
-static GstPadProbeReturn
-pad_probe_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)
-{
-  GstPad *srcpad, *sinkpad;
-
-  GST_DEBUG_OBJECT (pad, "pad is blocked now");
-
-  /* remove the probe first */
-  gst_pad_remove_probe (pad, GST_PAD_PROBE_INFO_ID (info));
-
-  /* install new probe for EOS */
-  srcpad = gst_element_get_static_pad (cur_effect, "src");
-  gst_pad_add_probe (srcpad, GST_PAD_PROBE_TYPE_BLOCK |
-      GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM, event_probe_cb, user_data, NULL);
-  gst_object_unref (srcpad);
-
-  /* push EOS into the element, the probe will be fired when the
-   * EOS leaves the effect and it has thus drained all of its data */
-  sinkpad = gst_element_get_static_pad (cur_effect, "sink");
-  gst_pad_send_event (sinkpad, gst_event_new_eos ());
-  gst_object_unref (sinkpad);
-
-  return GST_PAD_PROBE_OK;
-}
-
-static gboolean
-timeout_cb (gpointer user_data)
-{
-  gst_pad_add_probe (blockpad, GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM,
-      pad_probe_cb, user_data, NULL);
-
-  return TRUE;
-}
-
-static gboolean
-bus_cb (GstBus * bus, GstMessage * msg, gpointer user_data)
-{
-  GMainLoop *loop = user_data;
-
-  switch (GST_MESSAGE_TYPE (msg)) {
-    case GST_MESSAGE_ERROR:{
-      GError *err = NULL;
-      gchar *dbg;
-
-      gst_message_parse_error (msg, &err, &dbg);
-      gst_object_default_error (msg->src, err, dbg);
-      g_clear_error (&err);
-      g_free (dbg);
-      g_main_loop_quit (loop);
-      break;
-    }
-    default:
-      break;
-  }
-  return TRUE;
-}
-
-int
-main (int argc, char **argv)
-{
-  GOptionEntry options[] = {
-    {"effects", 'e', 0, G_OPTION_ARG_STRING, &opt_effects,
-        "Effects to use (comma-separated list of element names)", NULL},
-    {NULL}
-  };
-  GOptionContext *ctx;
-  GError *err = NULL;
-  GMainLoop *loop;
-  GstElement *src, *q1, *q2, *effect, *filter1, *filter2, *sink;
-  gchar **effect_names, **e;
-
-  ctx = g_option_context_new ("");
-  g_option_context_add_main_entries (ctx, options, NULL);
-  g_option_context_add_group (ctx, gst_init_get_option_group ());
-  if (!g_option_context_parse (ctx, &argc, &argv, &err)) {
-    g_print ("Error initializing: %s\n", err->message);
-    g_clear_error (&amp;err);
-    g_option_context_free (ctx);
-    return 1;
-  }
-  g_option_context_free (ctx);
-
-  if (opt_effects != NULL)
-    effect_names = g_strsplit (opt_effects, ",", -1);
-  else
-    effect_names = g_strsplit (DEFAULT_EFFECTS, ",", -1);
-
-  for (e = effect_names; e != NULL && *e != NULL; ++e) {
-    GstElement *el;
-
-    el = gst_element_factory_make (*e, NULL);
-    if (el) {
-      g_print ("Adding effect '%s'\n", *e);
-      g_queue_push_tail (&effects, el);
-    }
-  }
-
-  pipeline = gst_pipeline_new ("pipeline");
-
-  src = gst_element_factory_make ("videotestsrc", NULL);
-  g_object_set (src, "is-live", TRUE, NULL);
-
-  filter1 = gst_element_factory_make ("capsfilter", NULL);
-  gst_util_set_object_arg (G_OBJECT (filter1), "caps",
-      "video/x-raw, width=320, height=240, "
-      "format={ I420, YV12, YUY2, UYVY, AYUV, Y41B, Y42B, "
-      "YVYU, Y444, v210, v216, NV12, NV21, UYVP, A420, YUV9, YVU9, IYU1 }");
-
-  q1 = gst_element_factory_make ("queue", NULL);
-
-  blockpad = gst_element_get_static_pad (q1, "src");
-
-  conv_before = gst_element_factory_make ("videoconvert", NULL);
-
-  effect = g_queue_pop_head (&effects);
-  cur_effect = effect;
-
-  conv_after = gst_element_factory_make ("videoconvert", NULL);
-
-  q2 = gst_element_factory_make ("queue", NULL);
-
-  filter2 = gst_element_factory_make ("capsfilter", NULL);
-  gst_util_set_object_arg (G_OBJECT (filter2), "caps",
-      "video/x-raw, width=320, height=240, "
-      "format={ RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR }");
-
-  sink = gst_element_factory_make ("ximagesink", NULL);
-
-  gst_bin_add_many (GST_BIN (pipeline), src, filter1, q1, conv_before, effect,
-      conv_after, q2, sink, NULL);
-
-  gst_element_link_many (src, filter1, q1, conv_before, effect, conv_after,
-      q2, sink, NULL);
-
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-
-  loop = g_main_loop_new (NULL, FALSE);
-
-  gst_bus_add_watch (GST_ELEMENT_BUS (pipeline), bus_cb, loop);
-
-  g_timeout_add_seconds (1, timeout_cb, loop);
-
-  g_main_loop_run (loop);
-
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (pipeline);
-
-  return 0;
-}
-]]>
-<!-- example-end effectswitch.c -->
-      </programlisting>
-      <para>
-        Note how we added videoconvert elements before and after the effect.
-        This is needed because some elements might operate in different
-        colorspaces than other elements. By inserting the conversion elements
-        you ensure that the right format can be negotiated at any time.
-      </para>
-    </sect2>
-  </sect1>
-
-</chapter>
diff --git a/docs/manual/advanced-dparams.xml b/docs/manual/advanced-dparams.xml
deleted file mode 100644 (file)
index 4459e01..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-<chapter id="chapter-dparams">
-  <title>Dynamic Controllable Parameters</title>
-  
-  <sect1 id="section-dparams-getting-started">
-    <title>Getting Started</title>
-    <para>
-      The controller subsystem offers a lightweight way to adjust gobject
-      properties over stream-time. Normally these properties are changed using
-      <function>g_object_set()</function>. Timing those calls reliably so that
-      the changes affect certain stream times is close to impossible. The
-      controller takes time into account. It works by attaching control-sources
-      to properties using control-bindings. Control-sources provide values for a
-      given time-stamp that are usually in the range of 0.0 to 1.0. 
-      Control-bindings map the control-value to a gobject property they are bound to
-      - converting the type and scaling to the target property value range.
-      At run-time the elements continuously pull values changes for the current
-      stream-time to update the gobject properties. GStreamer includes a few
-      different control-sources and control-bindings already, but applications can
-      define their own by sub-classing from the respective base classes.
-    </para>
-    <para>
-      Most parts of the controller mechanism is implemented in GstObject. Also the
-      base classes for control-sources and control-bindings are included in the core
-      library. The existing implementations are contained within the
-      <filename>gstcontroller</filename> library.
-      You need to include the header in your application's source file:
-    </para>
-    <programlisting>
-...
-#include &lt;gst/gst.h&gt;
-#include &lt;gst/controller/gstinterpolationcontrolsource.h&gt;
-#include &lt;gst/controller/gstdirectcontrolbinding.h&gt;
-...
-    </programlisting>
-    <para>
-      Your application should link to the shared library 
-      <filename>gstreamer-controller</filename>. One can get the required flag for
-      compiler and linker by using pkg-config for gstreamer-controller-1.0.
-    </para>
-  </sect1>
-  
-  <sect1 id="section-dparams-parameters">
-    <title>Setting up parameter control</title>
-    <para>
-      If we have our pipeline set up and want to control some parameters, we first
-      need to create a control-source. Lets use an interpolation control-source:
-    </para>
-    <programlisting>
-  csource = gst_interpolation_control_source_new ();
-  g_object_set (csource, "mode", GST_INTERPOLATION_MODE_LINEAR, NULL);
-    </programlisting>
-    <para>
-      Now we need to attach the control-source to the gobject property. This is done
-      with a control-binding. One control source can be attached to several object
-      properties (even in different objects) using separate control-bindings.
-    </para>
-    <programlisting>
-      gst_object_add_control_binding (object, gst_direct_control_binding_new (object, "prop1", csource));
-    </programlisting>
-    <para>
-      This type control-source takes new property values from a list of time-stamped
-      parameter changes. The source can e.g. fill gaps by smoothing parameter changes
-      This behavior can be configured by setting the mode property of the
-      control-source. Other control sources e.g. produce a stream of values by
-      calling <function>sin()</function> function. They have parameters to control
-      e.g. the frequency. As control-sources are GstObjects too, one can attach
-      control-sources to these properties too.
-    </para>
-    <para>
-      Now we can set some control points. These are time-stamped gdouble values and
-      are usually in the range of 0.0 to 1.0. A value of 1.0 is later mapped to the
-      maximum value in the target properties value range.
-      The values become active when the timestamp is reached. They still stay
-      in the list. If e.g. the pipeline runs a loop (using a segmented seek),
-      the control-curve gets repeated as well.
-    </para>
-    <programlisting>
-  GstTimedValueControlSource *tv_csource = (GstTimedValueControlSource *)csource;
-  gst_timed_value_control_source_set (tv_csource, 0 * GST_SECOND, 0.0);
-  gst_timed_value_control_source_set (tv_csource, 1 * GST_SECOND, 1.0);
-    </programlisting>
-    <para>
-      Now everything is ready to play. If the control-source is e.g. bound to a
-      volume property, we will head a fade-in over 1 second. One word of caution,
-      the volume element that comes with gstreamer has a value range of 0.0 to 4.0
-      on its volume property. If the above control-source is attached to the property
-      the volume will ramp up to 400%!
-    </para>
-    <para>
-      One final note - the controller subsystem has a built-in live-mode. Even though
-      a property has a control-source assigned one can change the GObject property
-      through the <function>g_object_set()</function>.
-      This is highly useful when binding the GObject properties to GUI widgets.
-      When the user adjusts the value with the widget, one can set the GObject
-      property and this remains active until the next programmed control-source
-      value overrides it. This also works with smoothed parameters. It does not
-      work for control-sources that constantly update the property (e.g. the
-      lfo_control_source).
-    </para>
-  </sect1>
-  
-</chapter>
diff --git a/docs/manual/advanced-interfaces.xml b/docs/manual/advanced-interfaces.xml
deleted file mode 100644 (file)
index ef41f4c..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-<chapter id="chapter-interfaces">
-  <title>Interfaces</title>
-
-  <para>
-    In <xref linkend="section-elements-properties"/>, you have learned how
-    to use <classname>GObject</classname> properties as a simple way to do
-    interaction between applications and elements. This method suffices for
-    the simple'n'straight settings, but fails for anything more complicated
-    than a getter and setter. For the more complicated use cases, &GStreamer;
-    uses interfaces based on the GObject <ulink type="http"
-      url="http://library.gnome.org/devel/gobject/stable/gtype-non-instantiable-classed.html"><classname>GTypeInterface</classname></ulink>
-    type.
-  </para>
-
-  <para>
-    Most of the interfaces handled here will not contain any example code.
-    See the API references for details. Here, we will just describe the
-    scope and purpose of each interface.
-  </para>
-
-  <sect1 id="section-interfaces-uri">
-    <title>The URI interface</title>
-
-    <para>
-      In all examples so far, we have only supported local files through the
-      <quote>filesrc</quote> element. &GStreamer;, obviously, supports many
-      more location sources. However, we don't want applications to need to
-      know any particular element implementation details, such as element
-      names for particular network source types and so on. Therefore, there
-      is a URI interface, which can be used to get the source element that
-      supports a particular URI type. There is no strict rule for URI naming,
-      but in general we follow naming conventions that others use, too. For
-      example, assuming you have the correct plugins installed, &GStreamer;
-      supports <quote>file:///&lt;path&gt;/&lt;file&gt;</quote>,
-      <quote>http://&lt;host&gt;/&lt;path&gt;/&lt;file&gt;</quote>,
-      <quote>mms://&lt;host&gt;/&lt;path&gt;/&lt;file&gt;</quote>, and so on.
-    </para>
-    <para>
-      In order to get the source or sink element supporting a particular URI,
-      use <function>gst_element_make_from_uri ()</function>, with the URI
-      type being either <classname>GST_URI_SRC</classname> for a source
-      element, or <classname>GST_URI_SINK</classname> for a sink element.
-    </para>
-    <para>
-      You can convert filenames to and from URIs using GLib's
-      <function>g_filename_to_uri ()</function> and
-      <function>g_uri_to_filename ()</function>.
-    </para>
-  </sect1>
-
-  <sect1 id="section-interfaces-colorbalance">
-    <title>The Color Balance interface</title>
-
-    <para>
-      The colorbalance interface is a way to control video-related properties
-      on an element, such as brightness, contrast and so on. It's sole
-      reason for existence is that, as far as its authors know, there's no
-      way to dynamically register properties using
-      <classname>GObject</classname>.
-    </para>
-    <para>
-      The colorbalance interface is implemented by several plugins, including
-      xvimagesink and the Video4linux2 elements.
-    </para>
-  </sect1>
-
-  <sect1 id="section-interfaces-videooverlay">
-    <title>The Video Overlay interface</title>
-
-    <para>
-      The Video Overlay interface was created to solve the problem of embedding
-      video streams in an application window. The application provides an
-      window handle to the element implementing this interface to draw on, and
-      the element will then use this window handle to draw on rather than creating
-      a new toplevel window. This is useful to embed video in video players.
-    </para>
-    <para>
-      This interface is implemented by, amongst others, the Video4linux2
-      elements and by ximagesink, xvimagesink and sdlvideosink.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/advanced-metadata.xml b/docs/manual/advanced-metadata.xml
deleted file mode 100644 (file)
index f975409..0000000
+++ /dev/null
@@ -1,196 +0,0 @@
-<chapter id="chapter-metadata">
-  <title>Metadata</title>
-
-  <para>
-    &GStreamer; makes a clear distinction between two types of metadata, and
-    has support for both types. The first is stream tags, which describe the
-    content of a stream in a non-technical way. Examples include the author
-    of a song, the title of that very same song or the album it is a part of.
-    The other type of metadata is stream-info, which is a somewhat technical
-    description of the properties of a stream. This can include video size,
-    audio samplerate, codecs used and so on. Tags are handled using the
-    &GStreamer; tagging system. Stream-info can be retrieved from a
-    <classname>GstPad</classname> by getting the current (negotiated)
-    <classname>GstCaps</classname> for that pad.
-  </para>
-
-  <sect1 id="section-tags-read">
-    <title>Metadata reading</title>
-
-    <para>
-      Stream information can most easily be read by reading it from a
-      <classname>GstPad</classname>. This has already been discussed before
-      in <xref linkend="section-caps-metadata"/>. Therefore, we will skip
-      it here. Note that this requires access to all pads of which you
-      want stream information.
-    </para>
-
-    <para>
-      Tag reading is done through a bus in &GStreamer;, which has been
-      discussed previously in <xref linkend="chapter-bus"/>. You can
-      listen for <classname>GST_MESSAGE_TAG</classname> messages and handle
-      them as you wish.
-    </para>
-    <para>
-      Note, however, that the <classname>GST_MESSAGE_TAG</classname>
-      message may be fired multiple times in the pipeline. It is the
-      application's responsibility to put all those tags together and
-      display them to the user in a nice, coherent way. Usually, using
-      <function>gst_tag_list_merge ()</function> is a good enough way
-      of doing this; make sure to empty the cache when loading a new song,
-      or after every few minutes when listening to internet radio. Also,
-      make sure you use <classname>GST_TAG_MERGE_PREPEND</classname> as
-      merging mode, so that a new title (which came in later) has a
-      preference over the old one for display.
-    </para>
-    <para>
-      The following example will extract tags from a file and print them:
-    </para>
-    <programlisting>
-/* compile with:
- * gcc -o tags tags.c `pkg-config --cflags --libs gstreamer-1.0` */
-#include &lt;gst/gst.h&gt;
-
-static void
-print_one_tag (const GstTagList * list, const gchar * tag, gpointer user_data)
-{
-  int i, num;
-
-  num = gst_tag_list_get_tag_size (list, tag);
-  for (i = 0; i &lt; num; ++i) {
-    const GValue *val;
-
-    /* Note: when looking for specific tags, use the gst_tag_list_get_xyz() API,
-     * we only use the GValue approach here because it is more generic */
-    val = gst_tag_list_get_value_index (list, tag, i);
-    if (G_VALUE_HOLDS_STRING (val)) {
-      g_print ("\t%20s : %s\n", tag, g_value_get_string (val));
-    } else if (G_VALUE_HOLDS_UINT (val)) {
-      g_print ("\t%20s : %u\n", tag, g_value_get_uint (val));
-    } else if (G_VALUE_HOLDS_DOUBLE (val)) {
-      g_print ("\t%20s : %g\n", tag, g_value_get_double (val));
-    } else if (G_VALUE_HOLDS_BOOLEAN (val)) {
-      g_print ("\t%20s : %s\n", tag,
-          (g_value_get_boolean (val)) ? "true" : "false");
-    } else if (GST_VALUE_HOLDS_BUFFER (val)) {
-      GstBuffer *buf = gst_value_get_buffer (val);
-      guint buffer_size = gst_buffer_get_size (buf);
-
-      g_print ("\t%20s : buffer of size %u\n", tag, buffer_size);
-    } else if (GST_VALUE_HOLDS_DATE_TIME (val)) {
-      GstDateTime *dt = g_value_get_boxed (val);
-      gchar *dt_str = gst_date_time_to_iso8601_string (dt);
-
-      g_print ("\t%20s : %s\n", tag, dt_str);
-      g_free (dt_str);
-    } else {
-      g_print ("\t%20s : tag of type '%s'\n", tag, G_VALUE_TYPE_NAME (val));
-    }
-  }
-}
-
-static void
-on_new_pad (GstElement * dec, GstPad * pad, GstElement * fakesink)
-{
-  GstPad *sinkpad;
-
-  sinkpad = gst_element_get_static_pad (fakesink, "sink");
-  if (!gst_pad_is_linked (sinkpad)) {
-    if (gst_pad_link (pad, sinkpad) != GST_PAD_LINK_OK)
-      g_error ("Failed to link pads!");
-  }
-  gst_object_unref (sinkpad);
-}
-
-int
-main (int argc, char ** argv)
-{
-  GstElement *pipe, *dec, *sink;
-  GstMessage *msg;
-  gchar *uri;
-
-  gst_init (&amp;argc, &amp;argv);
-
-  if (argc &lt; 2)
-    g_error ("Usage: %s FILE or URI", argv[0]);
-
-  if (gst_uri_is_valid (argv[1])) {
-    uri = g_strdup (argv[1]);
-  } else {
-    uri = gst_filename_to_uri (argv[1], NULL);
-  }
-
-  pipe = gst_pipeline_new ("pipeline");
-
-  dec = gst_element_factory_make ("uridecodebin", NULL);
-  g_object_set (dec, "uri", uri, NULL);
-  gst_bin_add (GST_BIN (pipe), dec);
-
-  sink = gst_element_factory_make ("fakesink", NULL);
-  gst_bin_add (GST_BIN (pipe), sink);
-
-  g_signal_connect (dec, "pad-added", G_CALLBACK (on_new_pad), sink);
-
-  gst_element_set_state (pipe, GST_STATE_PAUSED);
-
-  while (TRUE) {
-    GstTagList *tags = NULL;
-
-    msg = gst_bus_timed_pop_filtered (GST_ELEMENT_BUS (pipe),
-        GST_CLOCK_TIME_NONE,
-        GST_MESSAGE_ASYNC_DONE | GST_MESSAGE_TAG | GST_MESSAGE_ERROR);
-
-    if (GST_MESSAGE_TYPE (msg) != GST_MESSAGE_TAG) /* error or async_done */
-      break;
-
-    gst_message_parse_tag (msg, &amp;tags);
-
-    g_print ("Got tags from element %s:\n", GST_OBJECT_NAME (msg-&gt;src));
-    gst_tag_list_foreach (tags, print_one_tag, NULL);
-    g_print ("\n");
-    gst_tag_list_unref (tags);
-
-    gst_message_unref (msg);
-  }
-
-  if (GST_MESSAGE_TYPE (msg) == GST_MESSAGE_ERROR) {
-    GError *err = NULL;
-
-    gst_message_parse_error (msg, &amp;err, NULL);
-    g_printerr ("Got error: %s\n", err->message);
-    g_error_free (err);
-  }
-
-  gst_message_unref (msg);
-  gst_element_set_state (pipe, GST_STATE_NULL);
-  gst_object_unref (pipe);
-  g_free (uri);
-  return 0;
-}
-    </programlisting>
-  </sect1>
-
-  <sect1 id="section-tags-write">
-    <title>Tag writing</title>
-
-    <para>
-      Tag writing is done using the <ulink type="http"
-       url="&URLAPI;GstTagSetter.html"><classname>GstTagSetter</classname></ulink>
-      interface. All that's required is a tag-set-supporting element in
-      your pipeline. In order to see if any of the elements in your
-      pipeline supports tag writing, you can use the function
-      <function>gst_bin_iterate_all_by_interface (pipeline,
-      GST_TYPE_TAG_SETTER)</function>. On the resulting element, usually
-      an encoder or muxer, you can use <function>gst_tag_setter_merge
-      ()</function> (with a taglist) or <function>gst_tag_setter_add
-      ()</function> (with individual tags) to set tags on it.
-    </para>
-    <para>
-      A nice extra feature in &GStreamer; tag support is that tags are
-      preserved in pipelines. This means that if you transcode one file
-      containing tags into another media type, and that new media type
-      supports tags too, then the tags will be handled as part of the
-      data stream and be merged into the newly written media file, too.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/advanced-position.xml b/docs/manual/advanced-position.xml
deleted file mode 100644 (file)
index 1786339..0000000
+++ /dev/null
@@ -1,235 +0,0 @@
-<chapter id="chapter-queryevents">
-  <title>Position tracking and seeking</title>
-
-  <para>
-    So far, we've looked at how to create a pipeline to do media processing
-    and how to make it run. Most application developers will be interested
-    in providing feedback to the user on media progress. Media players, for
-    example, will want to show a slider showing the progress in the song,
-    and usually also a label indicating stream length. Transcoding
-    applications will want to show a progress bar on how much percent of
-    the task is done. &GStreamer; has built-in support for doing all this
-    using a concept known as <emphasis>querying</emphasis>. Since seeking
-    is very similar, it will be discussed here as well. Seeking is done
-    using the concept of <emphasis>events</emphasis>.
-  </para>
-
-  <sect1 id="section-querying">
-    <title>Querying: getting the position or length of a stream</title>
-
-    <para>
-      Querying is defined as requesting a specific stream property related
-      to progress tracking. This includes getting the length of a stream (if
-      available) or getting the current position. Those stream properties
-      can be retrieved in various formats such as time, audio samples, video
-      frames or bytes. The function most commonly used for this is
-      <function>gst_element_query ()</function>, although some convenience
-      wrappers are provided as well (such as
-      <function>gst_element_query_position ()</function> and
-      <function>gst_element_query_duration ()</function>). You can generally
-      query the pipeline directly, and it'll figure out the internal details
-      for you, like which element to query.
-    </para>
-
-    <para>
-      Internally, queries will be sent to the sinks, and
-      <quote>dispatched</quote> backwards until one element can handle it;
-      that result will be sent back to the function caller. Usually, that
-      is the demuxer, although with live sources (from a webcam), it is the
-      source itself.
-    </para>
-
-    <programlisting>
-<!-- example-begin query.c a -->
-#include &lt;gst/gst.h&gt;
-<!-- example-end query.c a -->
-<!-- example-begin query.c b --><!--
-static void
-my_bus_message_cb (GstBus     *bus,
-                   GstMessage *message,
-                   gpointer    data)
-{
-  GMainLoop *loop = (GMainLoop *) data;
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR: {
-      GError *err;
-      gchar *debug;
-
-      gst_message_parse_error (message, &amp;err, &amp;debug);
-      g_print ("Error: %s\n", err-&gt;message);
-      g_error_free (err);
-      g_free (debug);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    case GST_MESSAGE_EOS:
-      /* end-of-stream */
-      g_main_loop_quit (loop);
-      break;
-    default:
-      break;
-  }
-}
--->
-<!-- example-end query.c b -->
-<!-- example-begin query.c c -->
-static gboolean
-cb_print_position (GstElement *pipeline)
-{
-  gint64 pos, len;
-
-  if (gst_element_query_position (pipeline, GST_FORMAT_TIME, &amp;pos)
-    &amp;&amp; gst_element_query_duration (pipeline, GST_FORMAT_TIME, &amp;len)) {
-    g_print ("Time: %" GST_TIME_FORMAT " / %" GST_TIME_FORMAT "\r",
-            GST_TIME_ARGS (pos), GST_TIME_ARGS (len));
-  }
-
-  /* call me again */
-  return TRUE;
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GstElement *pipeline;
-<!-- example-end query.c c -->
-[..]<!-- example-begin query.c d --><!--
-  GstStateChangeReturn ret;
-  GMainLoop *loop;
-  GError *err = NULL;
-  GstBus *bus;
-  gchar *l;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* args */
-  if (argc != 2) {
-    g_print ("Usage: %s &lt;filename&gt;\n", argv[0]);
-    return -1;
-  }
-
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* build pipeline, the easy way */
-  l = g_strdup_printf ("filesrc location=\"%s\" ! oggdemux ! vorbisdec ! "
-                      "audioconvert ! audioresample ! alsasink",
-                      argv[1]);
-  pipeline = gst_parse_launch (l, &amp;err);
-  if (pipeline == NULL || err != NULL) {
-    g_printerr ("Cannot build pipeline: %s\n", err->message);
-    g_error_free (err);
-    g_free (l);
-    if (pipeline)
-      gst_object_unref (pipeline);
-    return -1;
-  }
-  g_free (l);
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  gst_bus_add_signal_watch (bus);
-  g_signal_connect (bus, "message", G_CALLBACK (my_bus_message_cb), loop);
-  gst_object_unref (bus);
-
-  /* play */
-  ret = gst_element_set_state (pipeline, GST_STATE_PLAYING);
-  if (ret == GST_STATE_CHANGE_FAILURE)
-    g_error ("Failed to set pipeline to PLAYING.\n");
---><!-- example-end query.c d -->
-<!-- example-begin query.c e -->
-  /* run pipeline */
-  g_timeout_add (200, (GSourceFunc) cb_print_position, pipeline);
-  g_main_loop_run (loop);
-<!-- example-end query.c e -->
-[..]<!-- example-begin query.c f --><!--
-  /* clean up */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (pipeline));
-
-  return 0;
---><!-- example-end query.c f -->
-<!-- example-begin query.c g -->
-}
-    <!-- example-end query.c g --></programlisting>
-  </sect1>
-
-  <sect1 id="section-eventsseek">
-    <title>Events: seeking (and more)</title>
-
-    <para>
-      Events work in a very similar way as queries. Dispatching, for
-      example, works exactly the same for events (and also has the same
-      limitations), and they can similarly be sent to the toplevel pipeline
-      and it will figure out everything for you. Although there are more
-      ways in which applications and elements can interact using events,
-      we will only focus on seeking here. This is done using the seek-event.
-      A seek-event contains a playback rate, a seek offset format (which is
-      the unit of the offsets to follow, e.g. time, audio samples, video
-      frames or bytes), optionally a set of seeking-related flags (e.g.
-      whether internal buffers should be flushed), a seek method (which
-      indicates relative to what the offset was given), and seek offsets.
-      The first offset (cur) is the new position to seek to, while
-      the second offset (stop) is optional and specifies a position where
-      streaming is supposed to stop. Usually it is fine to just specify
-      GST_SEEK_TYPE_NONE and -1 as end_method and end offset. The behaviour
-      of a seek is also wrapped in the <function>gst_element_seek ()</function>.
-    </para>
-
-    <programlisting>
-static void
-seek_to_time (GstElement *pipeline,
-             gint64      time_nanoseconds)
-{
-  if (!gst_element_seek (pipeline, 1.0, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH,
-                         GST_SEEK_TYPE_SET, time_nanoseconds,
-                         GST_SEEK_TYPE_NONE, GST_CLOCK_TIME_NONE)) {
-    g_print ("Seek failed!\n");
-  }
-}
-    </programlisting>
-    <para>
-      Seeks with the GST_SEEK_FLAG_FLUSH should be done when the pipeline is
-      in PAUSED or PLAYING state. The pipeline will automatically go to preroll
-      state until the new data after the seek will cause the pipeline to preroll
-      again. After the pipeline is prerolled, it will go back to the state
-      (PAUSED or PLAYING) it was in when the seek was executed. You can wait
-      (blocking) for the seek to complete with
-      <function>gst_element_get_state()</function> or by waiting for the
-      ASYNC_DONE message to appear on the bus.
-    </para>
-
-    <para>
-      Seeks without the GST_SEEK_FLAG_FLUSH should only be done when the
-      pipeline is in the PLAYING state. Executing a non-flushing seek in the
-      PAUSED state might deadlock because the pipeline streaming threads might
-      be blocked in the sinks.
-    </para>
-
-    <para>
-      It is important to realise that seeks will not happen instantly in the
-      sense that they are finished when the function
-      <function>gst_element_seek ()</function> returns. Depending on the
-      specific elements involved, the actual seeking might be done later in
-      another thread (the streaming thread), and it might take a short time
-      until buffers from the new seek position will reach downstream elements
-      such as sinks (if the seek was non-flushing then it might take a bit
-      longer).
-    </para>
-
-    <para>
-      It is possible to do multiple seeks in short time-intervals, such as
-      a direct response to slider movement. After a seek, internally, the
-      pipeline will be paused (if it was playing), the position will be
-      re-set internally, the demuxers and decoders will decode from the new
-      position onwards and this will continue until all sinks have data
-      again. If it was playing originally, it will be set to playing again,
-      too. Since the new position is immediately available in a video output,
-      you will see the new frame, even if your pipeline is not in the playing
-      state.
-    </para>
-  </sect1>
-</chapter>
-
diff --git a/docs/manual/advanced-threads.xml b/docs/manual/advanced-threads.xml
deleted file mode 100644 (file)
index cf2f50c..0000000
+++ /dev/null
@@ -1,481 +0,0 @@
-<chapter id="chapter-threads">
-  <title>Threads</title>
-  <para> 
-    &GStreamer; is inherently multi-threaded, and is fully thread-safe.
-    Most threading internals are hidden from the application, which should
-    make application development easier. However, in some cases, applications
-    may want to have influence on some parts of those. &GStreamer; allows
-    applications to force the use of multiple threads over some parts of
-    a pipeline.
-    See <xref linkend="section-threads-uses"/>.
-  </para>
-  <para> 
-    &GStreamer; can also notify you when threads are created so that you can
-    configure things such as the thread priority or the threadpool to use.
-    See <xref linkend="section-threads-status"/>.
-  </para>
-
-  <sect1 id="section-threads-scheduling">
-    <title>Scheduling in &GStreamer;</title>
-    <para>
-      Each element in the &GStreamer; pipeline decides how it is going to
-      be scheduled. Elements can choose if their pads are to be scheduled
-      push-based or pull-based. An element can, for example, choose to start
-      a thread to start pulling from the sink pad or/and start pushing on
-      the source pad. An element can also choose to use the upstream or
-      downstream thread for its data processing in push and pull mode
-      respectively. &GStreamer; does not pose any restrictions on how the
-      element chooses to be scheduled. See the Plugin Writer Guide for more
-      details.
-    </para>
-    <para>
-      What will happen in any case is that some elements will start a thread
-      for their data processing, called the <quote>streaming threads</quote>. 
-      The streaming threads, or <classname>GstTask</classname> objects, are
-      created from a <classname>GstTaskPool</classname> when the element
-      needs to make a streaming thread. In the next section we see how we
-      can receive notifications of the tasks and pools.
-    </para>
-  </sect1>
-
-  <sect1 id="section-threads-status">
-    <title>Configuring Threads in &GStreamer;</title>
-    <para>
-      A STREAM_STATUS message is posted on the bus to inform you about the
-      status of the streaming threads. You will get the following information
-      from the message:
-      <itemizedlist>
-        <listitem>
-          <para>
-            When a new thread is about to be created, you will be notified
-            of this with a GST_STREAM_STATUS_TYPE_CREATE type. It is then
-            possible to configure a <classname>GstTaskPool</classname> in
-            the <classname>GstTask</classname>. The custom taskpool will
-            provide custom threads for the task to implement the streaming
-            threads.
-          </para>
-          <para>
-            This message needs to be handled synchronously if you want to
-            configure a custom taskpool. If you don't configure the taskpool
-            on the task when this message returns, the task will use its
-            default pool.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            When a thread is entered or left. This is the moment where you
-            could configure thread priorities. You also get a notification
-            when a thread is destroyed.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            You get messages when the thread starts, pauses and stops. This
-            could be used to visualize the status of streaming threads in
-            a gui application.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <para>
-    </para>
-    <para>
-      We will now look at some examples in the next sections.
-    </para>
-
-    <sect2 id="section-threads-rt">
-      <title>Boost priority of a thread</title>
-      <programlisting>
-        .----------.    .----------.
-        | faksesrc |    | fakesink |
-        |         src->sink        |
-        '----------'    '----------'
-      </programlisting>
-      <para>
-        Let's look at the simple pipeline above. We would like to boost
-        the priority of the streaming thread.
-        It will be the fakesrc element that starts the streaming thread for
-        generating the fake data pushing them to the peer fakesink.
-        The flow for changing the priority would go like this:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            When going from READY to PAUSED state, fakesrc will require a
-            streaming thread for pushing data into the fakesink. It will
-            post a STREAM_STATUS message indicating its requirement for a
-            streaming thread.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The application will react to the STREAM_STATUS messages with a
-            sync bus handler. It will then configure a custom
-            <classname>GstTaskPool</classname> on the
-            <classname>GstTask</classname> inside the message. The custom
-            taskpool is responsible for creating the threads. In this
-            example we will make a thread with a higher priority.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Alternatively, since the sync message is called in the thread
-            context, you can use thread ENTER/LEAVE notifications to
-            change the priority or scheduling pollicy of the current thread.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        In a first step we need to implement a custom
-        <classname>GstTaskPool</classname> that we can configure on the task.
-        Below is the implementation of a <classname>GstTaskPool</classname>
-        subclass that uses pthreads to create a SCHED_RR real-time thread.
-        Note that creating real-time threads might require extra priveleges.
-      </para>
-      <programlisting>
-<!-- example-begin testrtpool.c a -->
-<!--
-#include <gst/gst.h>
-
-#define TEST_TYPE_RT_POOL             (test_rt_pool_get_type ())
-#define TEST_RT_POOL(pool)            (G_TYPE_CHECK_INSTANCE_CAST ((pool), TEST_TYPE_RT_POOL, TestRTPool))
-#define TEST_IS_RT_POOL(pool)         (G_TYPE_CHECK_INSTANCE_TYPE ((pool), TEST_TYPE_RT_POOL))
-#define TEST_RT_POOL_CLASS(pclass)    (G_TYPE_CHECK_CLASS_CAST ((pclass), TEST_TYPE_RT_POOL, TestRTPoolClass))
-#define TEST_IS_RT_POOL_CLASS(pclass) (G_TYPE_CHECK_CLASS_TYPE ((pclass), TEST_TYPE_RT_POOL))
-#define TEST_RT_POOL_GET_CLASS(pool)  (G_TYPE_INSTANCE_GET_CLASS ((pool), TEST_TYPE_RT_POOL, TestRTPoolClass))
-#define TEST_RT_POOL_CAST(pool)       ((TestRTPool*)(pool))
-
-typedef struct _TestRTPool TestRTPool;
-typedef struct _TestRTPoolClass TestRTPoolClass;
-
-struct _TestRTPool {
-  GstTaskPool    object;
-};
-
-struct _TestRTPoolClass {
-  GstTaskPoolClass parent_class;
-};
-
-GType           test_rt_pool_get_type    (void);
-
-GstTaskPool *   test_rt_pool_new         (void);
-
--->
-<!-- example-end testrtpool.c a-->
-<!-- example-begin testrtpool.c b -->
-<![CDATA[
-#include <pthread.h>
-
-typedef struct
-{
-  pthread_t thread;
-} TestRTId;
-
-G_DEFINE_TYPE (TestRTPool, test_rt_pool, GST_TYPE_TASK_POOL);
-
-static void
-default_prepare (GstTaskPool * pool, GError ** error)
-{
-  /* we don't do anything here. We could construct a pool of threads here that
-   * we could reuse later but we don't */
-}
-
-static void
-default_cleanup (GstTaskPool * pool)
-{
-}
-
-static gpointer
-default_push (GstTaskPool * pool, GstTaskPoolFunction func, gpointer data,
-    GError ** error)
-{
-  TestRTId *tid;
-  gint res;
-  pthread_attr_t attr;
-  struct sched_param param;
-
-  tid = g_slice_new0 (TestRTId);
-
-  pthread_attr_init (&attr);
-  if ((res = pthread_attr_setschedpolicy (&attr, SCHED_RR)) != 0)
-    g_warning ("setschedpolicy: failure: %p", g_strerror (res));
-
-  param.sched_priority = 50;
-  if ((res = pthread_attr_setschedparam (&attr, &param)) != 0)
-    g_warning ("setschedparam: failure: %p", g_strerror (res));
-
-  if ((res = pthread_attr_setinheritsched (&attr, PTHREAD_EXPLICIT_SCHED)) != 0)
-    g_warning ("setinheritsched: failure: %p", g_strerror (res));
-
-  res = pthread_create (&tid->thread, &attr, (void *(*)(void *)) func, data);
-
-  if (res != 0) {
-    g_set_error (error, G_THREAD_ERROR, G_THREAD_ERROR_AGAIN,
-        "Error creating thread: %s", g_strerror (res));
-    g_slice_free (TestRTId, tid);
-    tid = NULL;
-  }
-
-  return tid;
-}
-
-static void
-default_join (GstTaskPool * pool, gpointer id)
-{
-  TestRTId *tid = (TestRTId *) id;
-
-  pthread_join (tid->thread, NULL);
-
-  g_slice_free (TestRTId, tid);
-}
-
-static void
-test_rt_pool_class_init (TestRTPoolClass * klass)
-{
-  GstTaskPoolClass *gsttaskpool_class;
-
-  gsttaskpool_class = (GstTaskPoolClass *) klass;
-
-  gsttaskpool_class->prepare = default_prepare;
-  gsttaskpool_class->cleanup = default_cleanup;
-  gsttaskpool_class->push = default_push;
-  gsttaskpool_class->join = default_join;
-}
-
-static void
-test_rt_pool_init (TestRTPool * pool)
-{
-}
-
-GstTaskPool *
-test_rt_pool_new (void)
-{
-  GstTaskPool *pool;
-
-  pool = g_object_new (TEST_TYPE_RT_POOL, NULL);
-
-  return pool;
-}
-]]>
-<!-- example-end testrtpool.c b -->
-      </programlisting>
-      <para>
-        The important function to implement when writing an taskpool is the
-        <quote>push</quote> function. The implementation should start a thread
-        that calls the given function. More involved implementations might
-        want to keep some threads around in a pool because creating and
-        destroying threads is not always the fastest operation.
-      </para>
-      <para>
-        In a next step we need to actually configure the custom taskpool when
-        the fakesrc needs it. For this we intercept the STREAM_STATUS messages
-        with a sync handler.
-      </para>
-      <programlisting>
-<!-- example-begin testrtpool.c c -->
-<![CDATA[
-static GMainLoop* loop;
-
-static void
-on_stream_status (GstBus     *bus,
-                  GstMessage *message,
-                  gpointer    user_data)
-{
-  GstStreamStatusType type;
-  GstElement *owner;
-  const GValue *val;
-  GstTask *task = NULL;
-
-  gst_message_parse_stream_status (message, &type, &owner);
-
-  val = gst_message_get_stream_status_object (message);
-
-  /* see if we know how to deal with this object */
-  if (G_VALUE_TYPE (val) == GST_TYPE_TASK) {
-    task = g_value_get_object (val);
-  }
-
-  switch (type) {
-    case GST_STREAM_STATUS_TYPE_CREATE:
-      if (task) {
-        GstTaskPool *pool;
-
-        pool = test_rt_pool_new();
-
-        gst_task_set_pool (task, pool);
-      }
-      break;
-    default:
-      break;
-  }
-}
-
-static void
-on_error (GstBus     *bus,
-          GstMessage *message,
-          gpointer    user_data)
-{
-  g_message ("received ERROR");
-  g_main_loop_quit (loop);
-}
-
-static void
-on_eos (GstBus     *bus,
-        GstMessage *message,
-        gpointer    user_data)
-{
-  g_main_loop_quit (loop);
-}
-
-int
-main (int argc, char *argv[])
-{
-  GstElement *bin, *fakesrc, *fakesink;
-  GstBus *bus;
-  GstStateChangeReturn ret;
-  
-  gst_init (&argc, &argv);
-
-  /* create a new bin to hold the elements */
-  bin = gst_pipeline_new ("pipeline");
-  g_assert (bin);
-
-  /* create a source */
-  fakesrc = gst_element_factory_make ("fakesrc", "fakesrc");
-  g_assert (fakesrc);
-  g_object_set (fakesrc, "num-buffers", 50, NULL);
-
-  /* and a sink */
-  fakesink = gst_element_factory_make ("fakesink", "fakesink");
-  g_assert (fakesink);
-
-  /* add objects to the main pipeline */
-  gst_bin_add_many (GST_BIN (bin), fakesrc, fakesink, NULL);
-
-  /* link the elements */
-  gst_element_link (fakesrc, fakesink);
-
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* get the bus, we need to install a sync handler */
-  bus = gst_pipeline_get_bus (GST_PIPELINE (bin));
-  gst_bus_enable_sync_message_emission (bus);
-  gst_bus_add_signal_watch (bus);
-
-  g_signal_connect (bus, "sync-message::stream-status",
-      (GCallback) on_stream_status, NULL);
-  g_signal_connect (bus, "message::error",
-      (GCallback) on_error, NULL);
-  g_signal_connect (bus, "message::eos",
-      (GCallback) on_eos, NULL);
-
-  /* start playing */
-  ret = gst_element_set_state (bin, GST_STATE_PLAYING);
-  if (ret != GST_STATE_CHANGE_SUCCESS) {
-    g_message ("failed to change state");
-    return -1;
-  }
-
-  /* Run event loop listening for bus messages until EOS or ERROR */
-  g_main_loop_run (loop);
-
-  /* stop the bin */
-  gst_element_set_state (bin, GST_STATE_NULL);
-  gst_object_unref (bus);
-  g_main_loop_unref (loop);
-
-  return 0;
-}
-]]>
-<!-- example-end testrtpool.c c -->
-      </programlisting>
-      <para>
-        Note that this program likely needs root permissions in order to
-        create real-time threads. When the thread can't be created, the
-        state change function will fail, which we catch in the application
-        above.
-      </para>
-      <para>
-        When there are multiple threads in the pipeline, you will receive
-        multiple STREAM_STATUS messages. You should use the owner of the
-        message, which is likely the pad or the element that starts the
-        thread, to figure out what the function of this thread is in the
-        context of the application.
-      </para>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-threads-uses">
-    <title>When would you want to force a thread?</title>
-    <para>
-      We have seen that threads are created by elements but it is also
-      possible to insert elements in the pipeline for the sole purpose of
-      forcing a new thread in the pipeline.
-    </para>
-    <para>
-      There are several reasons to force the use of threads. However,
-      for performance reasons, you never want to use one thread for every
-      element out there, since that will create some overhead.
-      Let's now list some situations where threads can be particularly
-      useful:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Data buffering, for example when dealing with network streams or
-          when recording data from a live stream such as a video or audio
-          card. Short hickups elsewhere in the pipeline will not cause data
-          loss. See also <xref linkend="section-buffering-stream"/> about network
-          buffering with queue2.
-        </para>
-       <figure float="1" id="section-thread-buffering-img">
-         <title>Data buffering, from a networked source</title>
-         <mediaobject>
-            <imageobject>
-              <imagedata scale="75" fileref="images/thread-buffering.&image;" format="&IMAGE;"/>
-            </imageobject>
-         </mediaobject>
-       </figure>
-
-      </listitem>
-      <listitem>
-        <para>
-          Synchronizing output devices, e.g. when playing a stream containing
-          both video and audio data. By using threads for both outputs, they
-          will run independently and their synchronization will be better.
-        </para>
-       <figure float="1" id="section-thread-synchronizing-img">
-         <title>Synchronizing audio and video sinks</title>
-         <mediaobject>
-            <imageobject>
-              <imagedata scale="75" fileref="images/thread-synchronizing.&image;" format="&IMAGE;"/>
-            </imageobject>
-         </mediaobject>
-       </figure>
-      </listitem>
-    </itemizedlist>
-
-
-    <para>
-      Above, we've mentioned the <quote>queue</quote> element several times
-      now. A queue is the thread boundary element through which you can
-      force the use of threads. It does so by using a classic
-      provider/consumer model as learned in threading classes at
-      universities all around the world. By doing this, it acts both as a
-      means to make data throughput between threads threadsafe, and it can
-      also act as a buffer. Queues have several <classname>GObject</classname>
-      properties to be configured for specific uses. For example, you can set
-      lower and upper thresholds for the element. If there's less data than
-      the lower threshold (default: disabled), it will block output. If
-      there's more data than the upper threshold, it will block input or
-      (if configured to do so) drop data.
-    </para>
-    <para>
-      To use a queue (and therefore force the use of two distinct threads
-      in the pipeline), one can simply create a <quote>queue</quote> element
-      and put this in as part of the pipeline. &GStreamer; will take care of
-      all threading details internally.
-    </para>
-  </sect1>
-
-</chapter>
diff --git a/docs/manual/appendix-checklist.xml b/docs/manual/appendix-checklist.xml
deleted file mode 100644 (file)
index 538ba5e..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-<chapter id="chapter-checklist-element">
-  <title>Things to check when writing an application</title>
-  <para>
-    This chapter contains a fairly random selection of things that can be
-    useful to keep in mind when writing &GStreamer;-based applications. It's
-    up to you how much you're going to use the information provided here.
-    We will shortly discuss how to debug pipeline problems using &GStreamer;
-    applications. Also, we will touch upon how to acquire knowledge about
-    plugins and elements and how to test simple pipelines before building
-    applications around them.
-  </para>
-
-  <sect1 id="section-checklist-programming">
-    <title>Good programming habits</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Always add a <classname>GstBus</classname> handler to your
-          pipeline. Always report errors in your application, and try
-          to do something with warnings and information messages, too.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Always check return values of &GStreamer; functions. Especially,
-          check return values of <function>gst_element_link ()</function>
-          and <function>gst_element_set_state ()</function>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Dereference return values of all functions returning a non-base
-          type, such as <function>gst_element_get_pad ()</function>. Also,
-          always free non-const string returns, such as
-          <function>gst_object_get_name ()</function>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Always use your pipeline object to keep track of the current state
-          of your pipeline. Don't keep private variables in your application.
-          Also, don't update your user interface if a user presses the
-          <quote>play</quote> button. Instead, listen for the
-          <quote>state-changed</quote> message on the
-          <classname>GstBus</classname> and only update the user interface
-          whenever this message is received.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Report all bugs that you find in &GStreamer; bugzilla at
-          <ulink type="http"
-          url="http://bugzilla.gnome.org">http://bugzilla.gnome.org/</ulink>.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-checklist-debug">
-    <title>Debugging</title>
-    <para>
-      Applications can make use of the extensive &GStreamer; debugging system
-      to debug pipeline problems. Elements will write output to this system
-      to log what they're doing. It's not used for error reporting, but it
-      is very useful for tracking what an element is doing exactly, which
-      can come in handy when debugging application issues (such as failing
-      seeks, out-of-sync media, etc.).
-    </para>
-    <para>
-      Most &GStreamer;-based applications accept the commandline option
-      <option>--gst-debug=LIST</option> and related family members. The
-      list consists of a comma-separated list of category/level pairs,
-      which can set the debugging level for a specific debugging category.
-      For example, <option>--gst-debug=oggdemux:5</option> would turn
-      on debugging for the Ogg demuxer element. You can use wildcards as
-      well. A debugging level of 0 will turn off all debugging, and a level
-      of 9 will turn on all debugging. Intermediate values only turn on
-      some debugging (based on message severity; 2, for example, will only
-      display errors and warnings). Here's a list of all available options:
-    </para>
-    <para>
-     <itemizedlist>
-       <listitem>
-         <para>
-          <option>--gst-debug-help</option> will print available debug
-          categories and exit.
-         </para>
-       </listitem>
-       <listitem>
-         <para>
-          <option>--gst-debug-level=<replaceable>LEVEL</replaceable></option> 
-         will set the default debug level (which can range from 0 (no
-          output) to 9 (everything)).
-         </para>
-       </listitem>
-       <listitem>
-         <para>
-          <option>--gst-debug=<replaceable>LIST</replaceable></option> 
-         takes a comma-separated list of category_name:level pairs to
-          set specific levels for the individual categories. Example:
-          <option>GST_AUTOPLUG:5,avidemux:3</option>. Alternatively, you
-          can also set the <classname>GST_DEBUG</classname> environment
-          variable, which has the same effect.
-         </para>
-       </listitem>
-       <listitem>
-         <para>
-          <option>--gst-debug-no-color</option> will disable color debugging.
-          You can also set the GST_DEBUG_NO_COLOR environment variable to 1
-          if you want to disable colored debug output permanently. Note that
-          if you are disabling color purely to avoid messing up your pager
-          output, try using <command>less -R</command>.
-         </para>
-       </listitem>
-       <listitem>
-         <para>
-          <option>--gst-debug-color-mode=<replaceable>MODE</replaceable></option>
-          will change debug log coloring mode. <replaceable>MODE</replaceable>
-          can be one of the following: <option>on</option>,
-          <option>off</option>, <option>auto</option>,
-          <option>disable</option>, <option>unix</option>.
-          You can also set the GST_DEBUG_COLOR_MODE environment variable
-          if you want to change colored debug output permanently. Note that
-          if you are disabling color purely to avoid messing up your pager
-          output, try using <command>less -R</command>.
-         </para>
-       </listitem>
-       <listitem>
-         <para>
-          <option>--gst-debug-disable</option> disables debugging altogether.
-         </para>
-       </listitem>
-       <listitem>
-         <para>
-          <option>--gst-plugin-spew</option> enables printout of errors while
-          loading &GStreamer; plugins.
-         </para>
-       </listitem>
-     </itemizedlist>
-    </para>
-  </sect1>
-
-  <sect1 id="section-checklist-conversion">
-    <title>Conversion plugins</title>
-    <para>
-      &GStreamer; contains a bunch of conversion plugins that most
-      applications will find useful. Specifically, those are videoscalers
-      (videoscale), colorspace convertors (videoconvert), audio format
-      convertors and channel resamplers (audioconvert) and audio samplerate
-      convertors (audioresample). Those convertors don't do anything when not
-      required, they will act in passthrough mode. They will activate when
-      the hardware doesn't support a specific request, though. All
-      applications are recommended to use those elements.
-    </para>
-  </sect1>
-
-  <sect1 id="section-checklist-applications">
-    <title>Utility applications provided with &GStreamer;</title>
-    <para>
-      &GStreamer; comes with a default set of command-line utilities that
-      can help in application development. We will discuss only
-      <command>gst-launch</command> and <command>gst-inspect</command> here.
-    </para>
-
-    <sect2 id="section-applications-launch">
-      <title><command>gst-launch</command></title>
-      <para>
-        <command>gst-launch</command> is a simple script-like commandline
-        application that can be used to test pipelines. For example, the
-        command <command>gst-launch audiotestsrc ! audioconvert ! 
-        audio/x-raw,channels=2 ! alsasink</command> will run
-        a pipeline which generates a sine-wave audio stream and plays it
-        to your ALSA audio card. <command>gst-launch</command> also allows
-        the use of threads (will be used automatically as required or as queue
-        elements are inserted in the pipeline) and bins (using brackets, so 
-        <quote>(</quote> and <quote>)</quote>). You can use dots to imply
-        padnames on elements,
-        or even omit the padname to automatically select a pad. Using
-        all this, the pipeline
-        <command>gst-launch filesrc location=file.ogg ! oggdemux name=d
-         d. ! queue ! theoradec ! videoconvert ! xvimagesink
-         d. ! queue ! vorbisdec ! audioconvert ! audioresample ! alsasink
-        </command> will play an Ogg file
-        containing a Theora video-stream and a Vorbis audio-stream. You can
-        also use autopluggers such as decodebin on the commandline. See the
-        manual page of <command>gst-launch</command> for more information.
-      </para>
-    </sect2>
-
-    <sect2 id="section-applications-inspect">
-      <title><command>gst-inspect</command></title>
-      <para>
-        <command>gst-inspect</command> can be used to inspect all properties,
-        signals, dynamic parameters and the object hierarchy of an element.
-        This can be very useful to see which <classname>GObject</classname>
-        properties or which signals (and using what arguments) an element
-        supports. Run <command>gst-inspect fakesrc</command> to get an idea
-        of what it does. See the manual page of <command>gst-inspect</command>
-        for more information.
-      </para>
-    </sect2>
-
-  </sect1>
-</chapter>
diff --git a/docs/manual/appendix-compiling.xml b/docs/manual/appendix-compiling.xml
deleted file mode 100644 (file)
index 2d83c98..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-<chapter id="chapter-compiling">
-  <title>Compiling</title>
-  <para>
-    This section talks about the different things you can do when building
-    and shipping your applications and plugins.
-  </para>
-
-  <sect1 id="section-compiling-embedding">
-    <title>Embedding static elements in your application</title>
-    <para>
-      The <ulink type="http"
-      url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html">Plugin
-      Writer's Guide</ulink> describes in great detail how to write elements
-      for the &GStreamer; framework. In this section, we will solely discuss
-      how to embed such elements statically in your application. This can be
-      useful for application-specific elements that have no use elsewhere in
-      &GStreamer;.
-    </para>
-    <para>
-      Dynamically loaded plugins contain a structure that's defined using
-      <function>GST_PLUGIN_DEFINE ()</function>. This structure is loaded
-      when the plugin is loaded by the &GStreamer; core. The structure
-      contains an initialization function (usually called
-      <function>plugin_init</function>) that will be called right after that.
-      It's purpose is to register the elements provided by the plugin with
-      the &GStreamer; framework. 
-      If you want to embed elements directly in
-      your application, the only thing you need to do is to replace
-         <function>GST_PLUGIN_DEFINE ()</function> with a call to
-          <function>gst_plugin_register_static ()</function>. As soon as you
-      call <function>gst_plugin_register_static ()</function>, the elements
-      will from then on be available like any other element, without them
-      having to be dynamically loadable libraries. In the example below, you
-      would be able to call <function>gst_element_factory_make
-      ("my-element-name", "some-name")</function> to create an instance of the
-      element.
-    </para>
-
-    <programlisting>
-<![CDATA[
-/*
- * Here, you would write the actual plugin code.
- */
-
-[..]
-
-static gboolean
-register_elements (GstPlugin *plugin)
-{
-  return gst_element_register (plugin, "my-element-name",
-                              GST_RANK_NONE, MY_PLUGIN_TYPE);
-}
-
-static
-my_code_init (void)
-{
-  ...
-
-  gst_plugin_register_static (
-    GST_VERSION_MAJOR,
-    GST_VERSION_MINOR,
-    "my-private-plugins",
-    "Private elements of my application",
-    register_elements,
-    VERSION,
-    "LGPL",
-    "my-application-source",
-    "my-application",
-    "http://www.my-application.net/")
-
-  ...
-}
-]]>
-    </programlisting>
-  </sect1>
-</chapter>
diff --git a/docs/manual/appendix-integration.xml b/docs/manual/appendix-integration.xml
deleted file mode 100644 (file)
index 64b9ed8..0000000
+++ /dev/null
@@ -1,331 +0,0 @@
-<chapter id="chapter-intgration">
-  <title>Integration</title>
-  <para>
-    &GStreamer; tries to integrate closely with operating systems (such
-    as Linux and UNIX-like operating systems, OS X or Windows) and desktop
-    environments (such as GNOME or KDE). In this chapter, we'll mention
-    some specific techniques to integrate your application with your
-    operating system or desktop environment of choice.
-  </para>
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-
-  <sect1 id="section-integration-nix">
-    <title>Linux and UNIX-like operating systems</title>
-    <para>
-      &GStreamer; provides a basic set of elements that are useful when
-      integrating with Linux or a UNIX-like operating system.
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          For audio input and output, &GStreamer; provides input and
-          output elements for several audio subsystems. Amongst others,
-          &GStreamer; includes elements for ALSA (alsasrc,
-          alsasink), OSS (osssrc, osssink) Pulesaudio (pulsesrc, pulsesink)
-          and Sun audio (sunaudiosrc, sunaudiomixer, sunaudiosink).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          For video input, &GStreamer; contains source elements for
-          Video4linux2 (v4l2src, v4l2element, v4l2sink).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          For video output, &GStreamer; provides elements for output
-          to X-windows (ximagesink), Xv-windows (xvimagesink; for
-          hardware-accelerated video), direct-framebuffer (dfbimagesink)
-          and openGL image contexts (glsink).
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-
-  <sect1 id="section-integration-gnome">
-    <title>GNOME desktop</title>
-    <para>
-      &GStreamer; has been the media backend of the <ulink type="http"
-      url="http://www.gnome.org/">GNOME</ulink> desktop since GNOME-2.2
-      onwards. Nowadays, a whole bunch of GNOME applications make use of
-      &GStreamer; for media-processing, including (but not limited to)
-      <ulink type="http" url="http://www.rhythmbox.org/">Rhythmbox</ulink>,
-      <ulink type="http" url="https://wiki.gnome.org/Apps/Videos">Videos</ulink>
-      and <ulink type="http"
-      url="https://wiki.gnome.org/Apps/SoundJuicer">Sound
-      Juicer</ulink>.
-    </para>
-    <para>
-      Most of these GNOME applications make use of some specific techniques
-      to integrate as closely as possible with the GNOME desktop:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          GNOME applications usually call <function>gtk_init ()</function>
-          to parse command-line options and initialize GTK. &GStreamer;
-          applications would normally call <function>gst_init ()</function>
-          to do the same for GStreamer.
-          This would mean that only one of the two can parse command-line
-          options. To work around this issue, &GStreamer; can provide a
-          GLib <classname>GOptionGroup</classname> which can be passed to
-          <function>gnome_program_init ()</function>. The following
-          example requires GTK 2.6 or newer (previous GTK versions
-          do not support command line parsing via GOption yet)
-        </para>
-        <programlisting><!-- example-begin gnome.c a -->
-#include &lt;gtk/gtk.h&gt;
-#include &lt;gst/gst.h&gt;
-
-static gchar **cmd_filenames = NULL;
-
-static GOptionEntries cmd_options[] = {
-  /* here you can add command line options for your application. Check
-   * the GOption section in the GLib API reference for a more elaborate
-   * example of how to add your own command line options here */
-
-  /* at the end we have a special option that collects all remaining 
-   * command line arguments (like filenames) for us. If you don&apos;t
-   * need this, you can safely remove it */
-  { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &amp;cmd_filenames,
-    "Special option that collects any remaining arguments for us" },
-
-  /* mark the end of the options array with a NULL option */
-  { NULL, }
-};
-
-/* this should usually be defined in your config.h */
-#define VERSION "0.0.1"
-
-gint
-main (gint argc, gchar **argv)
-{
-  GOptionContext *context;
-  GOptionGroup *gstreamer_group, *gtk_group;
-  GError *err = NULL;
-
-  context = g_option_context_new ("gtk-demo-app");
-
-  /* get command line options from GStreamer and add them to the group */
-  gstreamer_group = gst_init_get_option_group ();
-  g_option_context_add_group (context, gstreamer_group);
-  gtk_group = gtk_get_option_group (TRUE);
-  g_option_context_add_group (context, gtk_group);
-
-  /* add our own options. If you are using gettext for translation of your
-   * strings, use GETTEXT_PACKAGE here instead of NULL */
-  g_option_context_add_main_entries (context, cmd_options, NULL);
-
-  /* now parse the commandline options, note that this already
-   * calls gtk_init() and gst_init() */
-  if (!g_option_context_parse (ctx, &amp;argc, &amp;argv, &amp;err)) {
-    g_print ("Error initializing: %s\n", err->message);
-    g_clear_error (&amp;err);
-    g_option_context_free (ctx);
-    exit (1);
-  }
-  g_option_context_free (ctx);
-
-  /* any filenames we got passed on the command line? parse them! */
-  if (cmd_filenames != NULL) {
-    guint i, num;
-
-    num = g_strv_length (cmd_filenames);
-    for (i = 0; i &lt; num; ++i) {
-      /* do something with the filename ... */
-      g_print ("Adding to play queue: %s\n", cmd_filenames[i]);
-    }
-
-    g_strfreev (cmd_filenames);
-    cmd_filenames = NULL;
-  }
-<!-- example-end gnome.c a -->
-[..]<!-- example-begin gnome.c b --><!--
-  return 0;
---><!-- example-end gnome.c b -->
-<!-- example-begin gnome.c c -->
-}
-        <!-- example-end gnome.c c --></programlisting>
-      </listitem>
-      <listitem>
-        <para>
-          GNOME uses Pulseaudio for audio, use the pulsesrc and
-          pulsesink elements to have access to all the features.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          &GStreamer; provides data input/output elements for use with the
-          GIO VFS system. These elements are called <quote>giosrc</quote>
-          and <quote>giosink</quote>.
-          The deprecated GNOME-VFS system is supported too but shouldn't be
-          used for any new applications.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-
-
-
-  <sect1 id="section-integration-kde">
-    <title>KDE desktop</title>
-    <para>
-      &GStreamer; has been proposed for inclusion in KDE-4.0. Currently,
-      &GStreamer; is included as an optional component, and it's used by
-      several KDE applications, including <ulink type="http"
-      url="http://amarok.kde.org/">AmaroK</ulink>,
-      <ulink type="http"
-      url="http://www.xs4all.nl/~jjvrieze/kmplayer.html">KMPlayer</ulink> and
-      <ulink type="http"
-      url="http://kaffeine.sourceforge.net/">Kaffeine</ulink>.
-    </para>
-    <para>
-      Although not yet as complete as the GNOME integration bits, there
-      are already some KDE integration specifics available. This list will
-      probably grow as &GStreamer; starts to be used in KDE-4.0:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          AmaroK contains a kiosrc element, which is a source element that
-          integrates with the KDE VFS subsystem KIO.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-
-  <sect1 id="section-integration-osx">
-    <title>OS X</title>
-    <para>
-      &GStreamer; provides native video and audio output elements for OS X.
-      It builds using the standard development tools for OS X.
-    </para>
-  </sect1>
-
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-<!-- ####################################################################### -->
-
-  <sect1 id="section-integration-win32">
-    <title>Windows</title>
-
-    <warning>
-<para>
-Note: this section is out of date. GStreamer-1.0 has much better
-support for win32 than previous versions though and should usually compile
-and work out-of-the-box both using MSYS/MinGW or Microsoft compilers. The
-<ulink url="http://gstreamer.freedesktop.org">GStreamer web site</ulink> and the
-<ulink url="http://news.gmane.org/gmane.comp.video.gstreamer.devel">mailing list
-archives</ulink> are a good place to check the latest win32-related news.
-</para>
-    </warning>
-
-
-    <para>
-      &GStreamer; builds using Microsoft Visual C .NET 2003 and using Cygwin.
-    </para>
-
-  <sect2 id="section-win32-build">
-  <title>Building <application>GStreamer</application> under Win32</title>
-
-<para>There are different makefiles that can be used to build GStreamer with the usual Microsoft 
-compiling tools.</para>
-
-<para>The Makefile is meant to be used with the GNU make program and the free 
-version of the Microsoft compiler (<ulink url="http://msdn.microsoft.com/visualc/vctoolkit2003/">http://msdn.microsoft.com/visualc/vctoolkit2003/</ulink>). You also 
-have to modify your system environment variables to use it from the command-line. You will also 
-need a working Platform SDK for Windows that is available for free from Microsoft.</para>
-
-<para>The projects/makefiles will generate automatically some source files needed to compile 
-GStreamer. That requires that you have installed on your system some GNU tools and that they are 
-available in your system PATH.</para>
-
-<para>The GStreamer project depends on other libraries, namely :</para>
-<itemizedlist>
-<listitem><para>GLib</para></listitem>
-<listitem><para>libxml2</para></listitem>
-<listitem><para>libintl</para></listitem>
-<listitem><para>libiconv</para></listitem>
-</itemizedlist>
-
-<para>Work is being done to provide pre-compiled GStreamer-1.0 libraries as
-a packages for win32. Check the <ulink url="http://gstreamer.freedesktop.org">
-GStreamer web site</ulink> and check our
-<ulink url="http://news.gmane.org/gmane.comp.video.gstreamer.devel">mailing list
-</ulink> for the latest developments in this respect.</para>
-
-<note>
-<title>Notes</title>
-
-<para>GNU tools needed that you can find on <ulink url="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</ulink></para>
-<itemizedlist>
-<listitem><para>GNU flex      (tested with 2.5.4)</para></listitem>
-<listitem><para>GNU bison     (tested with 1.35)</para></listitem>
-</itemizedlist>
-
-<para>and <ulink url="http://www.mingw.org/">http://www.mingw.org/</ulink></para>
-<itemizedlist>
-<listitem><para>GNU make      (tested with 3.80)</para></listitem>
-</itemizedlist>
-
-<para>the generated files from the -auto makefiles will be available soon separately on the net 
-for convenience (people who don't want to install GNU tools).</para>
-</note>
-</sect2>
-
-  <sect2 id="section-win32-install">
-<title>Installation on the system</title>
-
-<para>FIXME: This section needs be updated for GStreamer-1.0.</para>
-
-<!--
-<para>By default, GStreamer needs a registry. You have to generate it using "gst-register.exe". It will create
-the file in c:\gstreamer\registry.xml that will hold all the plugins you can use.</para>
-
-<para>You should install the GStreamer core in c:\gstreamer\bin and the plugins in c:\gstreamer\plugins.  Both
-directories should be added to your system PATH. The library dependencies should be installed in c:\usr</para>
-
-<para>For example, my current setup is :</para>
-
-<itemizedlist>
-<listitem><para><filename>c:\gstreamer\registry.xml</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gst-inspect.exe</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gst-launch.exe</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gst-register.exe</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gstbytestream.dll</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gstelements.dll</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gstoptimalscheduler.dll</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\gstspider.dll</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\bin\libgtreamer-0.8.dll</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\plugins\gst-libs.dll</filename></para></listitem>
-<listitem><para><filename>c:\gstreamer\plugins\gstmatroska.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\iconv.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\intl.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\libglib-2.0-0.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\libgmodule-2.0-0.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\libgobject-2.0-0.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\libgthread-2.0-0.dll</filename></para></listitem>
-<listitem><para><filename>c:\usr\bin\libxml2.dll</filename></para></listitem>
-</itemizedlist>
--->
-
-  </sect2>
-
-  </sect1>
-
-</chapter>
diff --git a/docs/manual/appendix-licensing.xml b/docs/manual/appendix-licensing.xml
deleted file mode 100644 (file)
index 128a6cc..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-<chapter id="chapter-licensing">
-<title>Licensing advisory</title>
-  <sect1 id="section-application-licensing">
-  <title>How to license the applications you build with <application>GStreamer</application></title>
-<para>
-The licensing of GStreamer is no different from a lot of other libraries 
-out there like GTK+ or glibc: we use the LGPL. What complicates things 
-with regards to GStreamer is its plugin-based design and the heavily 
-patented and proprietary nature of many multimedia codecs. While patents 
-on software are currently only allowed in a small minority of world 
-countries (the US and Australia being the most important of those), the 
-problem is that due to the central place the US hold in the world economy 
-and the computing industry, software patents are hard to ignore wherever 
-you are.
-
-Due to this situation, many companies, including major GNU/Linux 
-distributions, get trapped in a situation where they either get bad 
-reviews due to lacking out-of-the-box media playback capabilities (and 
-attempts to educate the reviewers have met with little success so far), or 
-go against their own - and the free software movement's - wish to avoid 
-proprietary software. Due to competitive pressure, most choose to add some 
-support. Doing that through pure free software solutions would have them 
-risk heavy litigation and punishment from patent owners. So when the 
-decision is made to include support for patented codecs, it leaves them 
-the choice of either using special proprietary applications, or try to 
-integrate the support for these codecs through proprietary plugins into 
-the multimedia infrastructure provided by GStreamer. Faced with one of 
-these two evils the GStreamer community of course prefer the second option.
-</para>
-<para>
-The problem which arises is that most free software and open source 
-applications developed use the GPL as their license. While this is 
-generally a good thing, it creates a dilemma for people who want to put 
-together a distribution. The dilemma they face is that if they include 
-proprietary plugins in GStreamer to support patented formats in a way that 
-is legal for them, they do risk running afoul of the GPL license of the 
-applications. We have gotten some conflicting reports from lawyers on 
-whether this is actually a problem, but the official stance of the FSF is 
-that it is a problem. We view the FSF as an authority on this matter, so 
-we are inclined to follow their interpretation of the GPL license.
-</para>
-<para>
-So what does this mean for you as an application developer? Well, it means 
-you have to make an active decision on whether you want your application 
-to be used together with proprietary plugins or not. What you decide here 
-will also influence the chances of commercial distributions and Unix 
-vendors shipping your application. The GStreamer community suggest you 
-license your software using a license that will allow proprietary plugins 
-to be bundled with GStreamer and your applications, in order to make sure 
-that as many vendors as possible go with GStreamer instead of less free 
-solutions. This in turn we hope and think will let GStreamer be a vehicle 
-for wider use of free formats like the Xiph.org formats.
-</para>
-<para>
-If you do decide that you want to allow for non-free plugins to be used 
-with your application you have a variety of choices. One of the simplest 
-is using licenses like LGPL, MPL or BSD for your application instead of 
-the GPL. Or you can add an exception clause to your GPL license stating 
-that you except GStreamer plugins from the obligations of the GPL.
-</para>
-<para>
-A good example of such a GPL exception clause would be, using the
-Totem video player project as an example:
-The authors of the Totem video player project hereby grants permission 
-for non-GPL-compatible GStreamer plugins to be used and distributed 
-together with GStreamer and Totem. This permission goes above and beyond 
-the permissions granted by the GPL license Totem is covered by.
-</para>
-<para>
-Our suggestion among these choices is to use the LGPL license, as it is 
-what resembles the GPL most and it makes it a good licensing fit with the 
-major GNU/Linux desktop projects like GNOME and KDE. It also allows you to 
-share code more openly with projects that have compatible licenses. 
-Obviously, pure GPL code without the above-mentioned clause is not usable 
-in your application as such. By choosing the LGPL, there is no need for an 
-exception clause and thus code can be shared more freely.
-</para>
-<para>
-I have above outlined the practical reasons for why the GStreamer 
-community suggests you allow non-free plugins to be used with your 
-applications. We feel that in the multimedia arena, the free software 
-community is still not strong enough to set the agenda and that blocking 
-non-free plugins to be used in our infrastructure hurts us more than it 
-hurts the patent owners and their ilk.
-</para>
-<para>
-This view is not shared by everyone. The Free Software Foundation urges 
-you to use an unmodified GPL for your applications, so as to push back 
-against the temptation to use non-free plug-ins. They say that since not 
-everyone else has the strength to reject them because they are unethical, 
-they ask your help to give them a legal reason to do so. 
-</para>
-<para>
-This advisory is part of a bigger advisory with a FAQ which you can find
-on the <ulink url="http://gstreamer.freedesktop.org/documentation/licensing.html">GStreamer website</ulink>
-</para>
-
-
-</sect1>
-
-</chapter>
diff --git a/docs/manual/appendix-porting.xml b/docs/manual/appendix-porting.xml
deleted file mode 100644 (file)
index 6a8eb09..0000000
+++ /dev/null
@@ -1,316 +0,0 @@
-<chapter id="chapter-porting">
-  <title>Porting 0.8 applications to 0.10</title>
-  <para>
-    This section of the appendix will discuss shortly what changes to
-    applications will be needed to quickly and conveniently port most
-    applications from &GStreamer;-0.8 to &GStreamer;-0.10, with references
-    to the relevant sections in this Application Development Manual
-    where needed. With this list, it should be possible to port simple
-    applications to &GStreamer;-0.10 in less than a day.
-  </para>
-
-  <sect1 id="section-porting-objects">
-    <title>List of changes</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Most functions returning an object or an object property have
-          been changed to return its own reference rather than a constant
-          reference of the one owned by the object itself. The reason for
-          this change is primarily thread safety. This means, effectively,
-          that return values of functions such as
-          <function>gst_element_get_pad ()</function>,
-          <function>gst_pad_get_name ()</function> and many more like these
-          have to be free'ed or unreferenced after use. Check the API
-          references of each function to know for sure whether return
-          values should be free'ed or not. It is important that all objects
-          derived from GstObject are ref'ed/unref'ed using gst_object_ref()
-          and gst_object_unref() respectively (instead of g_object_ref/unref).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Applications should no longer use signal handlers to be notified
-          of errors, end-of-stream and other similar pipeline events.
-          Instead, they should use the <classname>GstBus</classname>, which
-          has been discussed in <xref linkend="chapter-bus"/>. The bus will
-          take care that the messages will be delivered in the context of a
-          main loop, which is almost certainly the application's main thread.
-          The big advantage of this is that applications no longer need to
-          be thread-aware; they don't need to use <function>g_idle_add
-          ()</function> in the signal handler and do the actual real work
-          in the idle-callback. &GStreamer; now does all that internally.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Related to this, <function>gst_bin_iterate ()</function> has been
-          removed. Pipelines will iterate in their own thread, and applications
-          can simply run a <classname>GMainLoop</classname> (or call the
-          mainloop of their UI toolkit, such as <function>gtk_main
-          ()</function>).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          State changes can be delayed (ASYNC). Due to the new fully threaded
-          nature of GStreamer-0.10, state changes are not always immediate,
-          in particular changes including the transition from READY to PAUSED
-          state. This means two things in the context of porting applications:
-          first of all, it is no longer always possible to do
-          <function>gst_element_set_state ()</function> and check for a return
-          value of GST_STATE_CHANGE_SUCCESS, as the state change might be
-          delayed (ASYNC) and the result will not be known until later. You
-          should still check for GST_STATE_CHANGE_FAILURE right away, it is
-          just no longer possible to assume that everything that is not SUCCESS
-          means failure. Secondly, state changes might not be immediate, so
-          your code needs to take that into account. You can wait for a state
-          change to complete if you use GST_CLOCK_TIME_NONE as timeout interval
-          with <function>gst_element_get_state ()</function>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          In 0.8, events and queries had to manually be sent to sinks in
-          pipelines (unless you were using playbin). This is no longer
-          the case in 0.10. In 0.10, queries and events can be sent to
-          toplevel pipelines, and the pipeline will do the dispatching
-          internally for you. This means less bookkeeping in your
-          application. For a short code example, see <xref
-          linkend="chapter-queryevents"/>. Related, seeking is now
-          threadsafe, and your video output will show the new video
-          position's frame while seeking, providing a better user
-          experience.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The <classname>GstThread</classname> object has been removed.
-          Applications can now simply put elements in a pipeline with
-          optionally some <quote>queue</quote> elements in between for
-          buffering, and &GStreamer; will take care of creating threads
-          internally. It is still possible to have parts of a pipeline
-          run in different threads than others, by using the
-          <quote>queue</quote> element. See <xref linkend="chapter-threads"/>
-          for details.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Filtered caps -> capsfilter element (the pipeline syntax for
-          gst-launch has not changed though).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          libgstgconf-0.10.la does not exist. Use the
-          <quote>gconfvideosink</quote> and <quote>gconfaudiosink</quote>
-          elements instead, which will do live-updates and require no library
-          linking.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The <quote>new-pad</quote> and <quote>state-change</quote> signals on
-          <classname>GstElement</classname> were renamed to
-          <quote>pad-added</quote> and <quote>state-changed</quote>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <function>gst_init_get_popt_table ()</function> has been removed
-          in favour of the new GOption command line option API that was
-          added to GLib 2.6. <function>gst_init_get_option_group ()</function>
-          is the new GOption-based equivalent to
-          <function>gst_init_get_ptop_table ()</function>.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
-<chapter id="chapter-porting-1.0">
-  <title>Porting 0.10 applications to 1.0</title>
-
-  <para>This section outlines some of the changes necessary to port
-  applications from &GStreamer;-0.10 to &GStreamer;-1.0. For a
-  comprehensive and up-to-date list, see the separate <ulink
-  type="http"
-  url="http://cgit.freedesktop.org/gstreamer/gstreamer/plain/docs/random/porting-to-1.0.txt">
-  Porting to 1.0</ulink> document.
-  </para>
-  <para>
-    It should be possible to port simple applications to
-    &GStreamer;-1.0 in less than a day.
-  </para>
-
-  <sect1 id="section-porting-objects-1.0">
-    <title>List of changes</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          All deprecated methods were removed. Recompile against 0.10 with
-         GST_DISABLE_DEPRECATED defined (such as by adding
-         -DGST_DISABLE_DEPRECATED to the compiler flags) and fix issues
-         before attempting to port to 1.0.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          "playbin2" has been renamed to "playbin", with similar API
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          "decodebin2" has been renamed to "decodebin", with similar API. Note
-          that there is no longer a "new-decoded-pad" signal, just use GstElement's
-          "pad-added" signal instead (but don't forget to remove the 'gboolean last'
-          argument from your old signal callback functino signature).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          the names of some "formatted" pad templates has been changed from e.g.
-          "src%d" to "src%u" or "src_%u" or similar, since we don't want to see
-          negative numbers in pad names. This mostly affects applications that
-          create request pads from elements.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          some elements that used to have a single dynamic source pad have a
-          source pad now. Example: wavparse, id3demux, iceydemux, apedemux.
-          (This does not affect applications using decodebin or playbin).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          playbin now proxies the GstVideoOverlay (former GstXOverlay) interface,
-          so most applications can just remove the sync bus handler where they
-          would set the window ID, and instead just set the window ID on playbin
-          from the application thread before starting playback.
-        </para>
-        <para>
-          playbin also proxies the GstColorBalance and GstNavigation interfaces,
-          so applications that use this don't need to go fishing for elements
-         that may implement those any more, but can just use on playbin
-         unconditionally.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          multifdsink, tcpclientsink, tcpclientsrc, tcpserversrc the protocol property
-          is removed, use gdppay and gdpdepay.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          XML serialization was removed.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Probes and pad blocking was merged into new pad probes.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Position, duration and convert functions no longer use an inout parameter
-          for the destination format.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Video and audio caps were simplified. audio/x-raw-int and audio/x-raw-float
-          are now all under the audio/x-raw media type. Similarly, video/x-raw-rgb
-          and video/x-raw-yuv are now video/x-raw.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          ffmpegcolorspace was removed and replaced with videoconvert.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          GstMixerInterface / GstTunerInterface were removed without replacement.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The GstXOverlay interface was renamed to GstVideoOverlay, and now part
-          of the video library in gst-plugins-base, as the interfaces library
-          no longer exists.
-        </para>
-        <para>
-          The name of the GstXOverlay "prepare-xwindow-id" message has changed
-          to "prepare-window-handle" (and GstXOverlay has been renamed to
-          GstVideoOverlay). Code that checks for the string directly should be
-          changed to use gst_is_video_overlay_prepare_window_handle_message(message)
-          instead.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The GstPropertyProbe interface was removed. There is no replacement
-          for it in GStreamer 1.0.x and 1.2.x, but since version 1.4 there is
-          a more featureful replacement for device discovery and feature
-          querying provided by GstDeviceMonitor, GstDevice, and friends. See
-          the <ulink type="http"
-          url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-device-probing.html">
-          "GStreamer Device Discovery and Device Probing" documentation</ulink>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          gst_uri_handler_get_uri() and the get_uri vfunc now return a copy of
-          the URI string
-        </para>
-        <para>
-          gst_uri_handler_set_uri() and the set_uri vfunc now take an additional
-          GError argument so the handler can notify the caller why it didn't
-          accept a particular URI.
-        </para>
-        <para>
-          gst_uri_handler_set_uri() now checks if the protocol of the URI passed
-          is one of the protocols advertised by the uri handler, so set_uri vfunc
-          implementations no longer need to check that as well.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          GstTagList is now an opaque mini object instead of being typedefed to a
-          GstStructure. While it was previously okay (and in some cases required because of
-          missing taglist API) to cast a GstTagList to a GstStructure or use
-          gst_structure_* API on taglists, you can no longer do that. Doing so will
-          cause crashes.
-        </para>
-        <para>
-          Also, tag lists are refcounted now, and can therefore not be freely
-          modified any longer. Make sure to call gst_tag_list_make_writable (taglist)
-          before adding, removing or changing tags in the taglist.
-        </para>
-        <para>
-          GST_TAG_IMAGE, GST_TAG_PREVIEW_IMAGE, GST_TAG_ATTACHMENT: many tags that
-          used to be of type GstBuffer are now of type GstSample (which is basically
-          a struct containing a buffer alongside caps and some other info).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          GstController has now been merged into GstObject. It does not exists as an
-          individual object anymore. In addition core contains a GstControlSource base
-          class and the GstControlBinding. The actual control sources are in the controller
-          library as before. The 2nd big change is that control sources generate
-          a sequence of gdouble values and those are mapped to the property type and
-          value range by GstControlBindings.
-        </para>
-        <para>
-          The whole gst_controller_* API is gone and now available in simplified form
-          under gst_object_*. ControlSources are now attached via GstControlBinding
-          to properties. There are no GValue arguments used anymore when programming
-          control sources.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
diff --git a/docs/manual/appendix-programs.xml b/docs/manual/appendix-programs.xml
deleted file mode 100644 (file)
index 72eab54..0000000
+++ /dev/null
@@ -1,342 +0,0 @@
-<chapter id="chapter-programs">
-  <title>Programs</title>
-  <para> 
-  </para>
-
-  <sect1 id="section-programs-gst-launch">
-    <title><command>gst-launch</command></title>
-    <para> 
-      This is a tool that will construct pipelines based on a command-line
-      syntax.
-    </para> 
-    <para> 
-      A simple commandline looks like:
-
-    <screen>
-gst-launch filesrc location=hello.mp3 ! mad ! audioresample ! osssink
-    </screen>
-
-      A more complex pipeline looks like:
-
-    <screen>
-gst-launch filesrc location=redpill.vob ! dvddemux name=demux \
- demux.audio_00 ! queue ! a52dec ! audioconvert ! audioresample ! osssink \
- demux.video_00 ! queue ! mpeg2dec ! videoconvert ! xvimagesink
-    </screen>
-
-    </para>
-    <para>
-      You can also use the parser in you own
-      code. <application>GStreamer</application> provides a function
-      gst_parse_launch () that you can use to construct a pipeline.
-      The following program lets you create an MP3 pipeline using the
-      gst_parse_launch () function:
-    </para>
-    <programlisting>
-#include &lt;gst/gst.h&gt;
-
-int
-main (int argc, char *argv[])
-{
-  GstElement *pipeline;
-  GstElement *filesrc;
-  GstMessage *msg;
-  GstBus *bus;
-  GError *error = NULL;
-
-  gst_init (&amp;argc, &amp;argv);
-
-  if (argc != 2) {
-    g_print ("usage: %s &lt;filename&gt;\n", argv[0]);
-    return -1;
-  }
-
-  pipeline = gst_parse_launch ("filesrc name=my_filesrc ! mad ! osssink", &amp;error);
-  if (!pipeline) {
-    g_print ("Parse error: %s\n", error->message);
-    exit (1);
-  }
-  
-  filesrc = gst_bin_get_by_name (GST_BIN (pipeline), "my_filesrc");
-  g_object_set (filesrc, "location", argv[1], NULL);
-  g_object_unref (filesrc);
-
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-
-  bus = gst_element_get_bus (pipeline);
-
-  /* wait until we either get an EOS or an ERROR message. Note that in a real
-   * program you would probably not use gst_bus_poll(), but rather set up an
-   * async signal watch on the bus and run a main loop and connect to the
-   * bus's signals to catch certain messages or all messages */
-  msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);
-
-  switch (GST_MESSAGE_TYPE (msg)) {
-    case GST_MESSAGE_EOS: {
-      g_print ("EOS\n");
-      break;
-    }
-    case GST_MESSAGE_ERROR: {
-      GError *err = NULL; /* error to show to users                 */
-      gchar *dbg = NULL;  /* additional debug string for developers */
-
-      gst_message_parse_error (msg, &amp;err, &amp;dbg);
-      if (err) {
-        g_printerr ("ERROR: %s\n", err-&gt;message);
-        g_error_free (err);
-      }
-      if (dbg) {
-        g_printerr ("[Debug details: %s]\n", dbg);
-        g_free (dbg);
-      }
-    }
-    default:
-      g_printerr ("Unexpected message of type %d", GST_MESSAGE_TYPE (msg));
-      break;
-  }
-  gst_message_unref (msg);
-
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (pipeline);
-  gst_object_unref (bus);
-
-  return 0;
-}
-    </programlisting>
-    <para>
-      Note how we can retrieve the filesrc element from the constructed bin using the
-      element name.
-    </para>
-    <sect2>
-      <title>Grammar Reference</title>
-      <para>
-        The <command>gst-launch</command> syntax is processed by a flex/bison parser. This section
-        is intended to provide a full specification of the grammar; any deviations from this
-        specification is considered a bug.
-      </para>
-      <sect3>
-        <title>Elements</title>
-        <screen>
-          ... mad ...
-        </screen>
-        <para>
-          A bare identifier (a string beginning with a letter and containing
-          only letters, numbers, dashes, underscores, percent signs, or colons)
-          will create an element from a given element factory. In this example,
-          an instance of the "mad" MP3 decoding plugin will be created.
-        </para>
-      </sect3>          
-      <sect3>
-        <title>Links</title>
-        <screen>
-          ... !sink ...
-        </screen>
-        <para>
-          An exclamation point, optionally having a qualified pad name (an the name of the pad,
-          optionally preceded by the name of the element) on both sides, will link two pads. If
-          the source pad is not specified, a source pad from the immediately preceding element
-          will be automatically chosen. If the sink pad is not specified, a sink pad from the next
-          element to be constructed will be chosen. An attempt will be made to find compatible
-          pads. Pad names may be preceded by an element name, as in
-          <computeroutput>my_element_name.sink_pad</computeroutput>.
-        </para>
-      </sect3>          
-      <sect3>
-        <title>Properties</title>
-        <screen>
-          ... location="http://gstreamer.net" ...
-        </screen>
-        <para>
-          The name of a property, optionally qualified with an element name, and a value,
-          separated by an equals sign, will set a property on an element. If the element is not
-          specified, the previous element is assumed. Strings can optionally be enclosed in
-          quotation marks. Characters in strings may be escaped with the backtick
-          (<literal>\</literal>). If the right-hand side is all digits, it is considered to be an
-          integer. If it is all digits and a decimal point, it is a double. If it is "true",
-          "false", "TRUE", or "FALSE" it is considered to be boolean. Otherwise, it is parsed as a
-          string. The type of the property is determined later on in the parsing, and the value is
-          converted to the target type. This conversion is not guaranteed to work, it relies on
-          the g_value_convert routines. No error message will be displayed on an invalid
-          conversion, due to limitations in the value convert API.
-        </para>
-      </sect3>          
-      <sect3>
-        <title>Bins, Threads, and Pipelines</title>
-        <screen>
-          ( ... )
-        </screen>
-        <para>
-          A pipeline description between parentheses is placed into a bin. The open paren may be
-          preceded by a type name, as in <computeroutput>jackbin.( ... )</computeroutput> to make
-          a bin of a specified type. Square brackets make pipelines, and curly braces make
-          threads. The default toplevel bin type is a pipeline, although putting the whole
-          description within parentheses or braces can override this default.
-        </para>
-      </sect3>          
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-programs-gst-inspect">
-    <title><command>gst-inspect</command></title>
-    <para> 
-      This is a tool to query a plugin or an element about its properties.
-    </para> 
-    <para> 
-      To query the information about the element mad, you would specify:
-    </para> 
-
-    <screen>
-gst-inspect mad
-    </screen>
-
-    <para> 
-      Below is the output of a query for the osssink element:
-    </para> 
-
-    <screen>
-<![CDATA[
-Factory Details:
-  Rank:         secondary (128)
-  Long-name:            Audio Sink (OSS)
-  Klass:                Sink/Audio
-  Description:          Output to a sound card via OSS
-  Author:               Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be>
-
-Plugin Details:
-  Name:                 ossaudio
-  Description:          OSS (Open Sound System) support for GStreamer
-  Filename:             /home/wim/gst/head/gst-plugins-good/sys/oss/.libs/libgstossaudio.so
-  Version:              1.0.0.1
-  License:              LGPL
-  Source module:        gst-plugins-good
-  Source release date:  2012-09-25 12:52 (UTC)
-  Binary package:       GStreamer Good Plug-ins git
-  Origin URL:           Unknown package origin
-
-GObject
- +----GInitiallyUnowned
-       +----GstObject
-             +----GstElement
-                   +----GstBaseSink
-                         +----GstAudioBaseSink
-                               +----GstAudioSink
-                                     +----GstOssSink
-
-Pad Templates:
-  SINK template: 'sink'
-    Availability: Always
-    Capabilities:
-      audio/x-raw
-                 format: { S16LE, U16LE, S8, U8 }
-                 layout: interleaved
-                   rate: [ 1, 2147483647 ]
-               channels: 1
-      audio/x-raw
-                 format: { S16LE, U16LE, S8, U8 }
-                 layout: interleaved
-                   rate: [ 1, 2147483647 ]
-               channels: 2
-           channel-mask: 0x0000000000000003
-
-
-Element Flags:
-  no flags set
-
-Element Implementation:
-  Has change_state() function: gst_audio_base_sink_change_state
-
-Clocking Interaction:
-  element is supposed to provide a clock but returned NULL
-
-Element has no indexing capabilities.
-Element has no URI handling capabilities.
-
-Pads:
-  SINK: 'sink'
-    Implementation:
-      Has chainfunc(): gst_base_sink_chain
-      Has custom eventfunc(): gst_base_sink_event
-      Has custom queryfunc(): gst_base_sink_sink_query
-      Has custom iterintlinkfunc(): gst_pad_iterate_internal_links_default
-    Pad Template: 'sink'
-
-Element Properties:
-  name                : The name of the object
-                        flags: readable, writable
-                        String. Default: "osssink0"
-  parent              : The parent of the object
-                        flags: readable, writable
-                        Object of type "GstObject"
-  sync                : Sync on the clock
-                        flags: readable, writable
-                        Boolean. Default: true
-  max-lateness        : Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)
-                        flags: readable, writable
-                        Integer64. Range: -1 - 9223372036854775807 Default: -1 
-  qos                 : Generate Quality-of-Service events upstream
-                        flags: readable, writable
-                        Boolean. Default: false
-  async               : Go asynchronously to PAUSED
-                        flags: readable, writable
-                        Boolean. Default: true
-  ts-offset           : Timestamp offset in nanoseconds
-                        flags: readable, writable
-                        Integer64. Range: -9223372036854775808 - 9223372036854775807 Default: 0 
-  enable-last-sample  : Enable the last-sample property
-                        flags: readable, writable
-                        Boolean. Default: false
-  last-sample         : The last sample received in the sink
-                        flags: readable
-                        Boxed pointer of type "GstSample"
-  blocksize           : Size in bytes to pull per buffer (0 = default)
-                        flags: readable, writable
-                        Unsigned Integer. Range: 0 - 4294967295 Default: 4096 
-  render-delay        : Additional render delay of the sink in nanoseconds
-                        flags: readable, writable
-                        Unsigned Integer64. Range: 0 - 18446744073709551615 Default: 0 
-  throttle-time       : The time to keep between rendered buffers
-                        flags: readable, writable
-                        Unsigned Integer64. Range: 0 - 18446744073709551615 Default: 0 
-  buffer-time         : Size of audio buffer in microseconds, this is the minimum latency that the sink reports
-                        flags: readable, writable
-                        Integer64. Range: 1 - 9223372036854775807 Default: 200000 
-  latency-time        : The minimum amount of data to write in each iteration in microseconds
-                        flags: readable, writable
-                        Integer64. Range: 1 - 9223372036854775807 Default: 10000 
-  provide-clock       : Provide a clock to be used as the global pipeline clock
-                        flags: readable, writable
-                        Boolean. Default: true
-  slave-method        : Algorithm to use to match the rate of the masterclock
-                        flags: readable, writable
-                        Enum "GstAudioBaseSinkSlaveMethod" Default: 1, "skew"
-                           (0): resample         - GST_AUDIO_BASE_SINK_SLAVE_RESAMPLE
-                           (1): skew             - GST_AUDIO_BASE_SINK_SLAVE_SKEW
-                           (2): none             - GST_AUDIO_BASE_SINK_SLAVE_NONE
-  can-activate-pull   : Allow pull-based scheduling
-                        flags: readable, writable
-                        Boolean. Default: false
-  alignment-threshold : Timestamp alignment threshold in nanoseconds
-                        flags: readable, writable
-                        Unsigned Integer64. Range: 1 - 18446744073709551614 Default: 40000000 
-  drift-tolerance     : Tolerance for clock drift in microseconds
-                        flags: readable, writable
-                        Integer64. Range: 1 - 9223372036854775807 Default: 40000 
-  discont-wait        : Window of time in nanoseconds to wait before creating a discontinuity
-                        flags: readable, writable
-                        Unsigned Integer64. Range: 0 - 18446744073709551614 Default: 1000000000 
-  device              : OSS device (usually /dev/dspN)
-                        flags: readable, writable
-                        String. Default: "/dev/dsp"
-]]>
-    </screen>
-
-    <para> 
-      To query the information about a plugin, you would do:
-    </para> 
-
-    <screen>
-gst-inspect gstelements
-    </screen>
-  </sect1>
-
-</chapter>
diff --git a/docs/manual/appendix-quotes.xml b/docs/manual/appendix-quotes.xml
deleted file mode 100644 (file)
index e0656af..0000000
+++ /dev/null
@@ -1,350 +0,0 @@
-<chapter id="chapter-quotes">
-  <title>Quotes from the Developers</title>
-  <para>
-    As well as being a cool piece of software,
-    <application>GStreamer</application> is a lively project, with
-    developers from around the globe very actively contributing.
-    We often hang out on the #gstreamer IRC channel on
-    irc.freenode.net: the following are a selection of amusing<footnote>
-    <para>No guarantee of sense of humour compatibility is given.</para>
-    </footnote> quotes from our conversations.
-  </para>
-
-  <variablelist>
-
-    <varlistentry>
-      <term>6 Mar 2006</term>
-      <listitem>
-<para>
-When I opened my eyes I was in a court room. There were masters McIlroy and
-Thompson sitting in the jury and master Kernighan too. There were the GStreamer
-developers standing in the defendant's place, accused of violating several laws
-of Unix philosophy and customer lock-down via running on a proprietary
-pipeline, different from that of the Unix systems. I heard Eric Raymond
-whispering "got to add this case to my book.
-</para>
-<para><emphasis>behdad's blog</emphasis></para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>22 May 2007</term>
-      <listitem>
-<para><emphasis>&lt;__tim&gt;</emphasis>
-Uraeus: amusing, isn't it?
-</para>
-<para><emphasis>&lt;Uraeus&gt;</emphasis>
-__tim: I wrote that :)
-</para>
-<para><emphasis>&lt;__tim&gt;</emphasis>
-Uraeus: of course you did; your refusal to surrender to the oppressive regime
-of the third-person-singular-rule is so unique in its persistence that it's
-hard to miss :)
- </para>
-      </listitem>
-    </varlistentry>
-
-
-    <varlistentry>
-      <term>12 Sep 2005</term>
-      <listitem>
-<para><emphasis>&lt;wingo&gt;</emphasis>
-we just need to get rid of that mmap stuff
-</para>
-<para><emphasis>&lt;wingo&gt;</emphasis>
-i think gnomevfssrc is faster for files even
-</para>
-<para><emphasis>&lt;BBB&gt;</emphasis>
-wingo, no
-</para>
-<para><emphasis>&lt;BBB&gt;</emphasis>
-and no
-</para>
-<para><emphasis>&lt;wingo&gt;</emphasis>
-good points ronald
-</para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>23 Jun 2005</term>
-      <listitem>
-
-<para><emphasis>* wingo</emphasis> back</para>
-<para><emphasis>* thomasvs</emphasis> back</para>
-<para>--- You are now known as everybody</para>
-<para><emphasis>* everybody</emphasis> back back</para>
-<para><emphasis>&lt;everybody&gt;</emphasis> now break it down</para>
-<para>--- You are now known as thomasvs</para>
-<para><emphasis>* bilboed</emphasis> back</para>
-<para>--- bilboed is now known as john-sebastian</para>
-<para><emphasis>* john-sebastian</emphasis> bach</para>
-<para>--- john-sebastian is now known as bilboed</para>
-<para>--- You are now known as scratch_my</para>
-<para><emphasis>* scratch_my</emphasis> back</para>
-<para>--- bilboed is now known as Illbe</para>
-<para>--- You are now known as thomasvs</para>
-<para><emphasis>* Illbe</emphasis> back</para>
-<para>--- Illbe is now known as bilboed</para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>20 Apr 2005</term>
-      <listitem>
-        <para>
-          <emphasis>thomas</emphasis>:
-jrb, somehow his screenshotsrc grabs whatever X is showing and makes it
-available as a stream of frames
-       </para>
-       <para>
-         <emphasis>jrb</emphasis>:
-thomas: so, is the point that the screenshooter takes a video?
-but won't the dialog be in the video?  oh, nevermind.  I'll just send mail...
-       </para>
-       <para>
-          <emphasis>thomas</emphasis>:
-jrb, well, it would shoot first and ask questions later
-       </para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>2 Nov 2004</term>
-      <listitem>
-        <para>
-          <emphasis>zaheerm</emphasis>:
-wtay: unfair u fixed the bug i was using as a feature!
-        </para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>14 Oct 2004</term>
-      <listitem>
-        <para>
-          <emphasis>* zaheerm</emphasis>
-wonders how he can break gstreamer today :)
-       </para>
-       <para>
-         <emphasis>ensonic</emphasis>:
-zaheerm, spider is always a good starting point
-       </para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>14 Jun 2004</term>
-      <listitem>
-        <para>
-          <emphasis>teuf</emphasis>: ok, things work much better when I don't write incredibly stupid and buggy code
-       </para>
-       <para>
-         <emphasis>thaytan</emphasis>: I find that too
-       </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>23 Nov 2003</term>
-      <listitem>
-        <para>
-          <emphasis>Uraeus</emphasis>: ah yes, the sleeping part, my mind
-          is not multitasking so I was still thinking about exercise
-        </para>
-        <para>
-          <emphasis>dolphy</emphasis>: Uraeus: your mind is multitasking
-        </para>
-        <para>
-          <emphasis>dolphy</emphasis>: Uraeus: you just miss low latency patches
-        </para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>14 Sep 2002</term>
-      <listitem>
-        <para>
-          --- <emphasis>wingo-party</emphasis> is now known as 
-          <emphasis>wingo</emphasis>
-        </para>
-        <para>
-         * <emphasis>wingo</emphasis> holds head
-        </para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>4 Jun 2001</term>
-      <listitem>
-        <para><emphasis>taaz:</emphasis> you witchdoctors and your voodoo mpeg2 black magic... </para>
-        <para><emphasis>omega_:</emphasis> um.  I count three, no four different cults there &lt;g&gt; </para>
-        <para><emphasis>ajmitch:</emphasis> hehe </para>
-        <para><emphasis>omega_:</emphasis> witchdoctors, voodoo, black magic, </para>
-        <para><emphasis>omega_:</emphasis> and mpeg </para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
-      <term>16 Feb 2001</term>
-      <listitem>
-        <para>
-        <emphasis>wtay:</emphasis>
-        I shipped a few commerical products to &gt;40000 people now but 
-        GStreamer is way more exciting...
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>16 Feb 2001</term>
-      <listitem>
-        <para>
-        *
-        <emphasis>tool-man</emphasis>
-        is a gstreamer groupie
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>14 Jan 2001</term>
-      <listitem>
-        <para>
-        <emphasis>Omega:</emphasis>
-          did you run ldconfig?  maybe it talks to init?
-        </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-          not sure, don't think so...
-          I did run gstreamer-register though :-)
-        </para>
-        <para>
-        <emphasis>Omega:</emphasis>
-          ah, that did it then ;-)
-        </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-          right
-        </para>
-        <para>
-        <emphasis>Omega:</emphasis>
-          probably not, but in case GStreamer starts turning into an OS, someone please let me know?
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>9 Jan 2001</term>
-      <listitem>
-        <para>
-        <emphasis>wtay:</emphasis>
-        me tar, you rpm?
-        </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-        hehe, forgot &quot;zan&quot;
-        </para>
-        <para>
-        <emphasis>Omega:</emphasis>
-        ?
-        </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-        me tar&quot;zan&quot;, you ...
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>7 Jan 2001</term>
-      <listitem>
-       <para>
-       <emphasis>Omega:</emphasis>
-       that means probably building an agreggating, cache-massaging
-       queue to shove N buffers across all at once, forcing cache
-       transfer.
-       </para>
-       <para>
-       <emphasis>wtay:</emphasis>
-        never done that before...
-       </para>
-       <para>
-       <emphasis>Omega:</emphasis>
-       nope, but it's easy to do in gstreamer &lt;g&gt;
-        </para>
-        <para>
-       <emphasis>wtay:</emphasis>
-       sure, I need to rewrite cp with gstreamer too, someday :-)
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>7 Jan 2001</term>
-      <listitem>
-        <para>
-        <emphasis>wtay:</emphasis>
-       GStreamer; always at least one developer is awake...
-       </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>5/6 Jan 2001</term>
-      <listitem>
-        <para>
-        <emphasis>wtay:</emphasis>
-       we need to cut down the time to create an mp3 player down to
-       seconds...
-       </para>
-        <para>
-        <emphasis>richardb:</emphasis>
-       :)
-       </para>
-        <para>
-        <emphasis>Omega:</emphasis>
-       I'm wanting to something more interesting soon, I did the "draw an mp3 
-       player in 15sec" back in October '99.
-       </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-       by the time Omega gets his hands on the editor, you'll see a
-       complete audio mixer in the editor :-)
-       </para>
-        <para>
-        <emphasis>richardb:</emphasis>
-       Well, it clearly has the potential...
-       </para>
-        <para>
-        <emphasis>Omega:</emphasis>
-       Working on it... ;-)
-       </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>28 Dec 2000</term>
-      <listitem>
-        <para>
-        <emphasis>MPAA:</emphasis>
-        We will sue you now, you have violated our IP rights!
-        </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-        hehehe
-        </para>
-        <para>
-        <emphasis>MPAA:</emphasis>
-        How dare you laugh at us? We have lawyers! We have Congressmen!  We have <emphasis>LARS</emphasis>!
-        </para>
-        <para>
-        <emphasis>wtay:</emphasis>
-        I'm so sorry your honor
-        </para>
-        <para>
-        <emphasis>MPAA:</emphasis>
-        Hrumph.
-        </para>
-        <para>
-        *
-        <emphasis>wtay</emphasis>
-        bows before thy
-        </para>
-      </listitem>
-    </varlistentry>
-
-  </variablelist>
-</chapter>
diff --git a/docs/manual/base.css b/docs/manual/base.css
deleted file mode 100644 (file)
index a24c078..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-pre.programlisting { 
-        background: #E8E8FF;
-}
diff --git a/docs/manual/basics-bins.xml b/docs/manual/basics-bins.xml
deleted file mode 100644 (file)
index 882f3d1..0000000
+++ /dev/null
@@ -1,185 +0,0 @@
-<chapter id="chapter-bins">
-  <title>Bins</title>
-  <para> 
-    A bin is a container element. You can add elements to a bin. Since a
-    bin is an element itself, a bin can be handled in the same way as any
-    other element. Therefore, the whole previous chapter (<xref
-    linkend="chapter-elements"/>) applies to bins as well.
-  </para>
-
-  <sect1 id="section-bins">
-    <title>What are bins</title>
-    <para>
-      Bins allow you to combine a group of linked elements into one
-      logical element. You do not deal with the individual elements
-      anymore but with just one element, the bin. We will see that
-      this is extremely powerful when you are going to construct
-      complex pipelines since it allows you to break up the pipeline
-      in smaller chunks.
-    </para>
-    <para> 
-      The bin will also manage the elements contained in it. It will
-      perform state changes on the elements as well as collect and
-      forward bus messages.
-    </para>
-
-    <figure float="1" id="section-bin-img">
-      <title>Visualisation of a bin with some elements in it</title>
-        <mediaobject>  
-          <imageobject>
-            <imagedata scale="75" fileref="images/bin-element.&image;" format="&IMAGE;"/>
-          </imageobject>
-        </mediaobject>
-    </figure>
-
-    <para> 
-      There is one specialized type of bin available to the
-      &GStreamer; programmer:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          A pipeline: a generic container that manages the synchronization
-          and bus messages of the contained elements. The toplevel bin has
-          to be a pipeline, every application thus needs at least one of
-          these.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-bin-create">
-    <title>Creating a bin</title>
-    <para>
-      Bins are created in the same way that other elements are created,
-      i.e. using an element factory. There are also convenience functions
-      available (<function>gst_bin_new ()</function> and 
-      <function>gst_pipeline_new ()</function>).
-      To add elements to a bin or remove elements from a
-      bin, you can use <function>gst_bin_add ()</function> and
-      <function>gst_bin_remove ()</function>. Note that the bin that you
-      add an element to will take ownership of that element. If you
-      destroy the bin, the element will be dereferenced with it. If you
-      remove an element from a bin, it will be dereferenced automatically.
-    </para>
-    <programlisting><!-- example-begin bin.c a -->
-#include &lt;gst/gst.h&gt;
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElement *bin, *pipeline, *source, *sink;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* create */
-  pipeline = gst_pipeline_new ("my_pipeline");
-  bin = gst_bin_new ("my_bin");
-  source = gst_element_factory_make ("fakesrc", "source");
-  sink = gst_element_factory_make ("fakesink", "sink");
-
-  /* First add the elements to the bin */
-  gst_bin_add_many (GST_BIN (bin), source, sink, NULL);
-  /* add the bin to the pipeline */
-  gst_bin_add (GST_BIN (pipeline), bin);
-
-  /* link the elements */
-  gst_element_link (source, sink);
-<!-- example-end bin.c a -->
-[..]<!-- example-begin bin.c b --><!--
-  return 0;
---><!-- example-end bin.c b -->
-<!-- example-begin bin.c c -->
-}
-    <!-- example-end bin.c c --></programlisting>
-    <para>
-      There are various functions to lookup elements in a bin. The most
-      commonly used are <function>gst_bin_get_by_name ()</function> and
-      <function>gst_bin_get_by_interface ()</function>. You can also
-      iterate over all elements that a bin contains using the function
-      <function>gst_bin_iterate_elements ()</function>. See the API references
-      of <ulink type="http"
-      url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
-      for details.
-    </para>
-  </sect1>
-
-  <sect1 id="section-bin-custom">
-    <title>Custom bins</title>
-    <para> 
-      The application programmer can create custom bins packed with elements
-      to perform a specific task. This allows you, for example, to write
-      an Ogg/Vorbis decoder with just the following lines of code:
-    </para>
-    <programlisting>
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElement *player;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* create player */
-  player = gst_element_factory_make ("oggvorbisplayer", "player");
-
-  /* set the source audio file */
-  g_object_set (player, "location", "helloworld.ogg", NULL);
-
-  /* start playback */
-  gst_element_set_state (GST_ELEMENT (player), GST_STATE_PLAYING);
-[..]
-}
-    </programlisting>
-    <para>
-      (This is a silly example of course, there already exists a much more
-      powerful and versatile custom bin like this: the playbin element.)
-    </para>
-    <para>
-      Custom bins can be created with a plugin or from the application. You
-      will find more information about creating custom bin in the <ulink
-      type="http"
-      url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html">Plugin
-      Writers Guide</ulink>.
-    </para>
-    <para>
-      Examples of such custom bins are the playbin and uridecodebin elements from<ulink
-      type="http"
-      url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/index.html">
-      gst-plugins-base</ulink>.
-    </para>
-  </sect1>
-  <sect1 id="section-bin-state-change-handling">
-    <title>Bins manage states of their children</title>
-    <para>
-      Bins manage the state of all elements contained in them. If you set
-      a bin (or a pipeline, which is a special top-level type of bin) to
-      a certain target state using <function>gst_element_set_state ()</function>,
-      it will make sure all elements contained within it will also be set
-      to this state. This means it's usually only necessary to set the state
-      of the top-level pipeline to start up the pipeline or shut it down.
-    </para>
-    <para>
-      The bin will perform the state changes on all its children from the
-      sink element to the source element. This ensures that the downstream
-      element is ready to receive data when the upstream element is brought
-      to PAUSED or PLAYING. Similarly when shutting down, the sink elements
-      will be set to READY or NULL first, which will cause the upstream
-      elements to receive a FLUSHING error and stop the streaming threads
-      before the elements are set to the READY or NULL state.
-    </para>
-    <para>
-      Note, however, that if elements are added to a bin or pipeline that's
-      already running, , e.g. from within a "pad-added"
-      signal callback, its state will not automatically be brought in line with
-      the current state or target state of the bin or pipeline it was added to.
-      Instead, you have to need to set it to the desired target state yourself
-      using <function>gst_element_set_state ()</function> or
-      <function>gst_element_sync_state_with_parent ()</function> when adding
-      elements to an already-running pipeline.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-bus.xml b/docs/manual/basics-bus.xml
deleted file mode 100644 (file)
index d040c8d..0000000
+++ /dev/null
@@ -1,289 +0,0 @@
-<chapter id="chapter-bus">
-  <title>Bus</title>
-  <para>
-    A bus is a simple system that takes care of forwarding messages from
-    the streaming threads to an application in its own thread context. The
-    advantage of a bus is that an application does not need to be
-    thread-aware in order to use &GStreamer;, even though &GStreamer;
-    itself is heavily threaded.
-  </para>
-  <para>
-    Every pipeline contains a bus by default, so applications do not need
-    to create a bus or anything. The only thing applications should do is
-    set a message handler on a bus, which is similar to a signal handler
-    to an object. When the mainloop is running, the bus will periodically
-    be checked for new messages, and the callback will be called when any
-    message is available.
-  </para>
-
-  <sect1 id="section-bus-howto">
-    <title>How to use a bus</title>
-    <para>
-      There are two different ways to use a bus:
-      <itemizedlist>
-        <listitem>
-          <para>
-            Run a GLib/Gtk+ main loop (or iterate the default GLib main
-            context yourself regularly) and attach some kind of watch to the
-            bus. This way the GLib main loop will check the bus for new
-            messages and notify you whenever there are messages.
-          </para>
-          <para>
-            Typically you would use <function>gst_bus_add_watch ()</function>
-            or <function>gst_bus_add_signal_watch ()</function> in this case.
-          </para>
-          <para>
-            To use a bus, attach a message handler to the bus of a pipeline
-            using <function>gst_bus_add_watch ()</function>. This handler will
-            be called whenever the pipeline emits a message to the bus. In this
-            handler, check the signal type (see next section) and do something
-            accordingly. The return value of the handler should be TRUE to
-            keep the handler attached to the bus, return FALSE to remove it.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Check for messages on the bus yourself. This can be done using
-            <function>gst_bus_peek ()</function> and/or
-            <function>gst_bus_poll ()</function>.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <programlisting><!-- example-begin bus.c a -->
-#include &lt;gst/gst.h&gt;
-
-static GMainLoop *loop;
-
-static gboolean
-my_bus_callback (GstBus     *bus,
-                GstMessage *message,
-                gpointer    data)
-{
-  g_print ("Got %s message\n", GST_MESSAGE_TYPE_NAME (message));
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR: {
-      GError *err;
-      gchar *debug;
-
-      gst_message_parse_error (message, &amp;err, &amp;debug);
-      g_print ("Error: %s\n", err-&gt;message);
-      g_error_free (err);
-      g_free (debug);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    case GST_MESSAGE_EOS:
-      /* end-of-stream */
-      g_main_loop_quit (loop);
-      break;
-    default:
-      /* unhandled message */
-      break;
-  }
-
-  /* we want to be notified again the next time there is a message
-   * on the bus, so returning TRUE (FALSE means we want to stop watching
-   * for messages on the bus and our callback should not be called again)
-   */
-  return TRUE;
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GstElement *pipeline;
-  GstBus *bus;
-  guint bus_watch_id;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* create pipeline, add handler */
-  pipeline = gst_pipeline_new ("my_pipeline");
-
-  /* adds a watch for new message on our pipeline&apos;s message bus to
-   * the default GLib main context, which is the main context that our
-   * GLib main loop is attached to below
-   */
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  bus_watch_id = gst_bus_add_watch (bus, my_bus_callback, NULL);
-  gst_object_unref (bus);
-<!-- example-end bus.c a -->
-[..]<!-- example-begin bus.c b -->
-<!-- example-begin bus.c c -->
-  /* create a mainloop that runs/iterates the default GLib main context
-   * (context NULL), in other words: makes the context check if anything
-   * it watches for has happened. When a message has been posted on the
-   * bus, the default main context will automatically call our
-   * my_bus_callback() function to notify us of that message.
-   * The main loop will be run until someone calls g_main_loop_quit()
-   */
-  loop = g_main_loop_new (NULL, FALSE);
-  g_main_loop_run (loop);
-
-  /* clean up */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (pipeline);
-  g_source_remove (bus_watch_id);
-  g_main_loop_unref (loop);
-
-  return 0;
-}
-    <!-- example-end bus.c c -->
-    </programlisting>
-    <para>
-      It is important to know that the handler will be called in the thread
-      context of the mainloop. This means that the interaction between the
-      pipeline and application over the bus is
-      <emphasis>asynchronous</emphasis>, and thus not suited for some
-      real-time purposes, such as cross-fading between audio tracks, doing
-      (theoretically) gapless playback or video effects. All such things
-      should be done in the pipeline context, which is easiest by writing
-      a &GStreamer; plug-in. It is very useful for its primary purpose,
-      though: passing messages from pipeline to application.
-      The advantage of this approach is that all the threading that
-      &GStreamer; does internally is hidden from the application and the
-      application developer does not have to worry about thread issues at
-      all.
-    </para>
-    <para>
-      Note that if you're using the default GLib mainloop integration, you
-      can, instead of attaching a watch, connect to the <quote>message</quote> 
-      signal on the bus. This way you don't have to
-      <function>switch()</function> 
-      on all possible message types; just connect to the interesting signals
-      in form of <quote>message::&lt;type&gt;</quote>, where &lt;type&gt; 
-      is a specific message type (see the next section for an explanation of 
-      message types).
-    </para>
-    <para>
-      The above snippet could then also be written as:
-    </para>
-    <programlisting>
-GstBus *bus;
-
-[..]
-
-bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline);
-gst_bus_add_signal_watch (bus);
-g_signal_connect (bus, "message::error", G_CALLBACK (cb_message_error), NULL);
-g_signal_connect (bus, "message::eos", G_CALLBACK (cb_message_eos), NULL);
-
-[..]
-    </programlisting>
-    <para>
-      If you aren't using GLib mainloop, the asynchronous message signals won't
-      be available by default. You can however install a custom sync handler
-      that wakes up the custom mainloop and that uses
-      <function>gst_bus_async_signal_func ()</function> to emit the signals.
-      (see also <ulink type="http"
-      url="&URLAPI;GstBus.html">documentation</ulink> for details)
-    </para>
-  </sect1>
-
-  <sect1 id="section-bus-message-types">
-    <title>Message types</title>
-    <para>
-      &GStreamer; has a few pre-defined message types that can be passed
-      over the bus. The messages are extensible, however. Plug-ins can
-      define additional messages, and applications can decide to either
-      have specific code for those or ignore them. All applications are
-      strongly recommended to at least handle error messages by providing
-      visual feedback to the user.
-    </para>
-    <para>
-      All messages have a message source, type and timestamp. The message
-      source can be used to see which element emitted the message. For some
-      messages, for example, only the ones emitted by the top-level pipeline
-      will be interesting to most applications (e.g. for state-change
-      notifications). Below is a list of all messages and a short explanation
-      of what they do and how to parse message-specific content.
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Error, warning and information notifications: those are used
-          by elements if a message should be shown to the user about the
-          state of the pipeline. Error messages are fatal and terminate
-          the data-passing. The error should be repaired to resume pipeline
-          activity. Warnings are not fatal, but imply a problem nevertheless.
-          Information messages are for non-problem notifications. All those
-          messages contain a <classname>GError</classname> with the main
-          error type and message, and optionally a debug string. Both
-          can be extracted using <function>gst_message_parse_error
-          ()</function>, <function>_parse_warning ()</function> and
-          <function>_parse_info ()</function>. Both error and debug strings
-          should be freed after use.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          End-of-stream notification: this is emitted when the stream has
-          ended. The state of the pipeline will not change, but further
-          media handling will stall. Applications can use this to skip to
-          the next song in their playlist. After end-of-stream, it is also
-          possible to seek back in the stream. Playback will then continue
-          automatically. This message has no specific arguments.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Tags: emitted when metadata was found in the stream. This can be
-          emitted multiple times for a pipeline (e.g. once for descriptive
-          metadata such as artist name or song title, and another one for
-          stream-information, such as samplerate and bitrate). Applications
-          should cache metadata internally. <function>gst_message_parse_tag
-          ()</function> should be used to parse the taglist, which should
-          be <function>gst_tag_list_unref ()</function>'ed when no longer
-          needed.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          State-changes: emitted after a successful state change.
-          <function>gst_message_parse_state_changed ()</function> can be
-          used to parse the old and new state of this transition.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Buffering: emitted during caching of network-streams. One can
-          manually extract the progress (in percent) from the message by
-          extracting the <quote>buffer-percent</quote> property from the
-          structure returned by <function>gst_message_get_structure
-            ()</function>. See also <xref linkend="chapter-buffering"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Element messages: these are special messages that are unique to
-          certain elements and usually represent additional features. The
-          element's documentation should mention in detail which
-          element messages a particular element may send. As an example,
-          the 'qtdemux' QuickTime demuxer element may send a 'redirect'
-          element message on certain occasions if the stream contains a
-          redirect instruction.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Application-specific messages: any information on those can
-          be extracted by getting the message structure (see above) and
-          reading its fields. Usually these messages can safely be ignored.
-        </para>
-        <para>
-          Application messages are primarily meant for internal
-          use in applications in case the application needs to marshal
-          information from some thread into the main thread. This is
-          particularly useful when the application is making use of element
-          signals (as those signals will be emitted in the context of the
-          streaming thread).
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-data.xml b/docs/manual/basics-data.xml
deleted file mode 100644 (file)
index d8972e0..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-<chapter id="chapter-data">
-  <title>Buffers and Events</title>
-  <para>
-    The data flowing through a pipeline consists of a combination of
-    buffers and events. Buffers contain the actual media data. Events
-    contain control information, such as seeking information and
-    end-of-stream notifiers. All this will flow through the pipeline
-    automatically when it's running. This chapter is mostly meant to
-    explain the concept to you; you don't need to do anything for this.
-  </para>
-
-  <sect1 id="section-buffers">
-    <title>Buffers</title>
-    <para>
-      Buffers contain the data that will flow through the pipeline you have
-      created. A source element will typically create a new buffer and pass
-      it through a pad to the next element in the chain.  When using the
-      GStreamer infrastructure to create a media pipeline you will not have
-      to deal with buffers yourself; the elements will do that for you.
-    </para>
-    <para> 
-      A buffer consists, amongst others, of:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Pointers to memory objects. Memory objects encapsulate a region
-          in the memory.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          A timestamp for the buffer.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          A refcount that indicates how many elements are using this
-          buffer. This refcount will be used to destroy the buffer when no
-          element has a reference to it.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Buffer flags.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      The simple case is that a buffer is created, memory allocated, data
-      put in it, and passed to the next element.  That element reads the
-      data, does something (like creating a new buffer and decoding into
-      it), and unreferences the buffer.  This causes the data to be free'ed
-      and the buffer to be destroyed. A typical video or audio decoder
-      works like this.
-    </para>
-    <para>
-      There are more complex scenarios, though. Elements can modify buffers
-      in-place, i.e. without allocating a new one. Elements can also write
-      to hardware memory (such as from video-capture sources) or memory
-      allocated from the X-server (using XShm). Buffers can be read-only,
-      and so on.
-    </para>
-  </sect1>
-
-  <sect1 id="section-events">
-    <title>Events</title>
-    <para>
-      Events are control particles that are sent both up- and downstream in
-      a pipeline along with buffers. Downstream events notify fellow elements
-      of stream states. Possible events include seeking, flushes,
-      end-of-stream notifications and so on. Upstream events are used both
-      in application-element interaction as well as element-element interaction
-      to request changes in stream state, such as seeks. For applications,
-      only upstream events are important. Downstream events are just
-      explained to get a more complete picture of the data concept.
-    </para>
-    <para>
-      Since most applications seek in time units, our example below does so
-      too:
-    </para>
-    <programlisting>
-static void
-seek_to_time (GstElement *element,
-             guint64     time_ns)
-{
-  GstEvent *event;
-
-  event = gst_event_new_seek (1.0, GST_FORMAT_TIME,
-                             GST_SEEK_FLAG_NONE,
-                             GST_SEEK_METHOD_SET, time_ns,
-                             GST_SEEK_TYPE_NONE, G_GUINT64_CONSTANT (0));
-  gst_element_send_event (element, event);
-}
-    </programlisting>
-    <para>
-      The function <function>gst_element_seek ()</function> is a shortcut
-      for this. This is mostly just to show how it all works.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-elements.xml b/docs/manual/basics-elements.xml
deleted file mode 100644 (file)
index b3c8634..0000000
+++ /dev/null
@@ -1,567 +0,0 @@
-<chapter id="chapter-elements" xreflabel="Elements">
-  <title>Elements</title>
-  <para> 
-    The most important object in &GStreamer; for the application programmer
-    is the <ulink type="http"
-    url="&URLAPI;GstElement.html"><classname>GstElement</classname></ulink>
-    object. An element is the basic building block for a media pipeline. All
-    the different high-level components you will use are derived from
-    <classname>GstElement</classname>. Every decoder, encoder, demuxer, video
-    or audio output is in fact a <classname>GstElement</classname>
-  </para>
-
-  <sect1 id="section-elements-design" xreflabel="What are elements?">
-    <title>What are elements?</title>
-    <para>
-      For the application programmer, elements are best visualized as black
-      boxes. On the one end, you might put something in, the element does
-      something with it and something else comes out at the other side. For
-      a decoder element, for example, you'd put in encoded data, and the
-      element would output decoded data. In the next chapter (see <xref
-      linkend="chapter-pads"/>), you will learn more about data input and
-      output in elements, and how you can set that up in your application.
-    </para>
-
-    <sect2 id="section-elements-src">
-      <title>Source elements</title>
-      <para>
-        Source elements generate data for use by a pipeline, for example
-        reading from disk or from a sound card. <xref
-        linkend="section-element-srcimg"/> shows how we will visualise
-        a source element. We always draw a source pad to the right of
-        the element.
-      </para>
-      <figure float="1" id="section-element-srcimg">
-        <title>Visualisation of a source element</title>
-          <mediaobject>  
-            <imageobject>
-              <imagedata scale="75" fileref="images/src-element.&image;"
-              format="&IMAGE;"/>
-            </imageobject>
-          </mediaobject>
-      </figure>
-      <para>
-        Source elements do not accept data, they only generate data. You can
-        see this in the figure because it only has a source pad (on the
-        right). A source pad can only generate data.
-      </para>
-    </sect2>
-
-    <sect2 id="section-elements-filter">
-      <title>Filters, convertors, demuxers, muxers and codecs</title>
-      <para>
-        Filters and filter-like elements have both input and outputs pads.
-        They operate on data that they receive on their input (sink) pads,
-        and will provide data on their output (source) pads. Examples of
-        such elements are a volume element (filter), a video scaler
-        (convertor), an Ogg demuxer or a Vorbis decoder.
-      </para>
-      <para>
-        Filter-like elements can have any number of source or sink pads. A
-        video demuxer, for example, would have one sink pad and several
-        (1-N) source pads, one for each elementary stream contained in the
-        container format. Decoders, on the other hand, will only have one
-        source and sink pads.
-      </para>
-      <figure float="1" id="section-element-filterimg">
-        <title>Visualisation of a filter element</title>
-          <mediaobject>  
-            <imageobject>
-              <imagedata scale="75" fileref="images/filter-element.&image;"
-              format="&IMAGE;"/>
-            </imageobject>
-          </mediaobject>
-      </figure>
-      <para>
-        <xref linkend="section-element-filterimg"/> shows how we will
-        visualise a filter-like element. This specific element has one source
-        and one sink element. Sink pads, receiving input data, are depicted
-        at the left of the element; source pads are still on the right.
-      </para> 
-      <figure float="1" id="section-element-multifilterimg">
-        <title>Visualisation of a filter element with
-         more than one output pad</title>
-        <mediaobject>  
-          <imageobject>
-            <imagedata scale="75" fileref="images/filter-element-multi.&image;" 
-            format="&IMAGE;" />
-          </imageobject>
-        </mediaobject>
-      </figure>
-      <para>
-        <xref linkend="section-element-multifilterimg"/> shows another
-        filter-like element, this one having more than one output (source)
-        pad. An example of one such element could, for example, be an Ogg
-        demuxer for an Ogg stream containing both audio and video. One
-        source pad will contain the elementary video stream, another will
-        contain the elementary audio stream. Demuxers will generally fire
-        signals when a new pad is created. The application programmer can
-        then handle the new elementary stream in the signal handler.
-      </para>
-    </sect2>
-  
-    <sect2 id="section-elements-sink">
-      <title>Sink elements</title>
-      <para>
-        Sink elements are end points in a media pipeline. They accept 
-        data but do not produce anything. Disk writing, soundcard playback, 
-        and video output would all be implemented by sink elements.
-        <xref linkend="section-element-sinkimg"/> shows a sink element.
-      </para>
-      <figure float="1" id="section-element-sinkimg">
-        <title>Visualisation of a sink element</title>
-        <mediaobject>  
-          <imageobject>
-            <imagedata scale="75" fileref="images/sink-element.&image;"
-            format="&IMAGE;" />
-          </imageobject>
-        </mediaobject>
-      </figure>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-elements-create">
-    <title>Creating a <classname>GstElement</classname></title>
-    <para>
-      The simplest way to create an element is to use <ulink type="http"
-      url="&URLAPI;GstElementFactory.html#gst-element-factory-make"><function>gst_element_factory_make
-      ()</function></ulink>. This function takes a factory name and an
-      element name for the newly created element. The name of the element
-      is something you can use later on to look up the element in a bin,
-      for example. The name will also be used in debug output. You can
-      pass <symbol>NULL</symbol> as the name argument to get a unique,
-      default name.
-    </para>
-    <para>
-      When you don't need the element anymore, you need to unref it using
-      <ulink type="http"
-      url="&URLAPI;GstObject.html#gst-object-unref"><function>gst_object_unref 
-      ()</function></ulink>. This decreases the reference count for the
-      element by 1. An element has a refcount of 1 when it gets created.
-      An element gets destroyed completely when the refcount is decreased
-      to 0.
-    </para>
-    <para>
-      The following example &EXAFOOT; shows how to create an element named
-      <emphasis>source</emphasis> from the element factory named
-      <emphasis>fakesrc</emphasis>.  It checks if the creation succeeded.
-      After checking, it unrefs the element.
-    </para>
-    <programlisting><!-- example-begin elementmake.c --><![CDATA[
-#include <gst/gst.h>
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElement *element;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-
-  /* create element */
-  element = gst_element_factory_make ("fakesrc", "source");
-  if (!element) {
-    g_print ("Failed to create element of type 'fakesrc'\n");
-    return -1;
-  }
-
-  gst_object_unref (GST_OBJECT (element));
-
-  return 0;
-}
-    ]]><!-- example-end elementmake.c --></programlisting>
-    <para> 
-      <function>gst_element_factory_make</function> is actually a shorthand
-      for a combination of two functions. A <ulink type="http"
-      url="&URLAPI;GstElement.html"><classname>GstElement</classname></ulink>
-      object is created from a factory. To create the element, you have to
-      get access to a <ulink type="http"
-      url="&URLAPI;GstElementFactory.html"><classname>GstElementFactory</classname></ulink>
-      object using a unique factory name. This is done with <ulink type="http"
-      url="&URLAPI;GstElementFactory.html#gst-element-factory-find"><function>gst_element_factory_find
-      ()</function></ulink>.
-    </para> 
-    <para> 
-      The following code fragment is used to get a factory that can be used 
-      to create the <emphasis>fakesrc</emphasis> element, a fake data source.
-      The function <ulink type="http"
-      url="&URLAPI;GstElementFactory.html#gst-element-factory-create"><function>gst_element_factory_create
-      ()</function></ulink> will use the element factory to create an
-      element with the given name.
-    </para> 
-    <programlisting><!-- example-begin elementcreate.c --><![CDATA[
-#include <gst/gst.h>
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElementFactory *factory;
-  GstElement * element;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-
-  /* create element, method #2 */
-  factory = gst_element_factory_find ("fakesrc");
-  if (!factory) {
-    g_print ("Failed to find factory of type 'fakesrc'\n");
-    return -1;
-  }
-  element = gst_element_factory_create (factory, "source");
-  if (!element) {
-    g_print ("Failed to create element, even though its factory exists!\n");
-    return -1;
-  }
-
-  gst_object_unref (GST_OBJECT (element));
-
-  return 0;
-}
-    ]]><!-- example-end elementcreate.c --></programlisting>
-  </sect1>
-
-  <sect1 id="section-elements-properties">
-    <title>Using an element as a <classname>GObject</classname></title>
-    <para> 
-      A <ulink type="http"
-      url="&URLAPI;GstElement.html"><classname>GstElement</classname></ulink>
-      can have several properties which are implemented using standard
-      <classname>GObject</classname> properties. The usual
-      <classname>GObject</classname> methods to query, set and get
-      property values and <classname>GParamSpecs</classname> are
-      therefore supported.
-    </para> 
-    <para> 
-      Every <classname>GstElement</classname> inherits at least one
-      property from its parent <classname>GstObject</classname>: the
-      "name" property. This is the name you provide to the functions
-      <function>gst_element_factory_make ()</function> or
-      <function>gst_element_factory_create ()</function>. You can get
-      and set this property using the functions 
-      <function>gst_object_set_name</function> and
-      <function>gst_object_get_name</function> or use the
-      <classname>GObject</classname> property mechanism as shown below.
-    </para>
-    <programlisting><!-- example-begin elementget.c --><![CDATA[
-#include <gst/gst.h>
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElement *element;
-  gchar *name;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-
-  /* create element */
-  element = gst_element_factory_make ("fakesrc", "source");
-
-  /* get name */
-  g_object_get (G_OBJECT (element), "name", &name, NULL);
-  g_print ("The name of the element is '%s'.\n", name);
-  g_free (name);
-
-  gst_object_unref (GST_OBJECT (element));
-
-  return 0;
-}
-    ]]><!-- example-end elementget.c --></programlisting>
-    <para>
-      Most plugins provide additional properties to provide more information
-      about their configuration or to configure the element.
-      <command>gst-inspect</command> is a useful tool to query the properties
-      of a particular element, it will also use property introspection to give
-      a short explanation about the function of the property and about the
-      parameter types and ranges it supports. See
-      <xref linkend="section-applications-inspect"/>
-      in the appendix for details about <command>gst-inspect</command>.
-    </para>
-    <para>
-      For more information about <classname>GObject</classname>
-      properties we recommend you read the <ulink
-      url="http://developer.gnome.org/gobject/stable/rn01.html"
-      type="http">GObject manual</ulink> and an introduction to <ulink
-      url="http://developer.gnome.org/gobject/stable/pt01.html" type="http">
-       The Glib Object system</ulink>.
-    </para>
-    <para>
-      A <ulink type="http" url="&URLAPI;GstElement.html">
-      <classname>GstElement</classname></ulink> also provides various 
-      <classname>GObject</classname> signals that can be used as a flexible
-      callback mechanism. Here, too, you can use <command>gst-inspect</command>
-      to see which signals a specific element supports. Together, signals
-      and properties are the most basic way in which elements and
-      applications interact.
-    </para>
-  </sect1>
-
-  <sect1 id="section-elements-factories">
-    <title>More about element factories</title>
-    <para>
-      In the previous section, we briefly introduced the <ulink type="http"
-      url="&URLAPI;GstElementFactory.html"><classname>GstElementFactory</classname></ulink>
-      object already as a way to create instances of an element. Element
-      factories, however, are much more than just that. Element factories
-      are the basic types retrieved from the &GStreamer; registry, they
-      describe all plugins and elements that &GStreamer; can create. This
-      means that element factories are useful for automated element
-      instancing, such as what autopluggers do, and for creating lists
-      of available elements.
-    </para>
-    
-    <sect2 id="section-elements-factories-details">
-      <title>Getting information about an element using a factory</title>
-      <para>
-        Tools like <command>gst-inspect</command> will provide some generic
-        information about an element, such as the person that wrote the
-        plugin, a descriptive name (and a shortname), a rank and a category.
-        The category can be used to get the type of the element that can
-        be created using this element factory. Examples of categories include
-        <classname>Codec/Decoder/Video</classname> (video decoder),
-        <classname>Codec/Encoder/Video</classname> (video encoder),
-        <classname>Source/Video</classname> (a video generator),
-        <classname>Sink/Video</classname> (a video output), and all these
-        exist for audio as well, of course. Then, there's also
-        <classname>Codec/Demuxer</classname> and
-        <classname>Codec/Muxer</classname> and a whole lot more.
-        <command>gst-inspect</command> will give a list of all factories, and
-        <command>gst-inspect &lt;factory-name&gt;</command> will list all
-        of the above information, and a lot more.
-      </para>
-      <programlisting><!-- example-begin elementfactory.c --><![CDATA[
-#include <gst/gst.h>
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElementFactory *factory;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-
-  /* get factory */
-  factory = gst_element_factory_find ("fakesrc");
-  if (!factory) {
-    g_print ("You don't have the 'fakesrc' element installed!\n");
-    return -1;
-  }
-
-  /* display information */
-  g_print ("The '%s' element is a member of the category %s.\n"
-           "Description: %s\n",
-           gst_plugin_feature_get_name (GST_PLUGIN_FEATURE (factory)),
-           gst_element_factory_get_metadata (factory, GST_ELEMENT_METADATA_KLASS),
-           gst_element_factory_get_metadata (factory, GST_ELEMENT_METADATA_DESCRIPTION));
-
-  return 0;
-}
-      ]]><!-- example-end elementfactory.c --></programlisting>
-      <para>
-        You can use <function>gst_registry_pool_feature_list (GST_TYPE_ELEMENT_FACTORY)</function>
-        to get a list of all the element factories that &GStreamer; knows
-        about.
-      </para>
-    </sect2>
-    
-    <sect2 id="section-elements-factories-padtemplates">
-      <title>Finding out what pads an element can contain</title>
-      <para>
-        Perhaps the most powerful feature of element factories is that
-        they contain a full description of the pads that the element
-        can generate, and the capabilities of those pads (in layman words:
-        what types of media can stream over those pads), without actually
-        having to load those plugins into memory. This can be used
-        to provide a codec selection list for encoders, or it can be used
-        for autoplugging purposes for media players. All current
-        &GStreamer;-based media players and autopluggers work this way.
-        We'll look closer at these features as we learn about
-        <classname>GstPad</classname> and <classname>GstCaps</classname>
-        in the next chapter: <xref linkend="chapter-pads"/>
-      </para>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-elements-link" xreflabel="Linking elements">
-    <title>Linking elements</title>
-    <para>
-      By linking a source element with zero or more filter-like
-      elements and finally a sink element, you set up a media
-      pipeline. Data will flow through the elements. This is the
-      basic concept of media handling in &GStreamer;.
-    </para>
-    <figure float="1" id="section-link">
-      <title>Visualisation of three linked elements</title>
-        <mediaobject>
-          <imageobject>
-            <imagedata scale="75" fileref="images/linked-elements.&image;"
-            format="&IMAGE;"/>
-          </imageobject>
-        </mediaobject>
-    </figure>
-    <para>
-      By linking these three elements, we have created a very simple
-      chain of elements. The effect of this will be that the output of
-      the source element (<quote>element1</quote>) will be used as input
-      for the filter-like element (<quote>element2</quote>). The
-      filter-like element will do something with the data and send the
-      result to the final sink element (<quote>element3</quote>).
-    </para>
-    <para>
-      Imagine the above graph as a simple Ogg/Vorbis audio decoder. The
-      source is a disk source which reads the file from disc. The second
-      element is a Ogg/Vorbis audio decoder. The sink element is your
-      soundcard, playing back the decoded audio data. We will use this
-      simple graph to construct an Ogg/Vorbis player later in this manual.
-    </para>
-    <para>
-      In code, the above graph is written like this:
-    </para>
-    <programlisting><!-- example-begin elementlink.c a -->
-#include &lt;gst/gst.h&gt;
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElement *pipeline;
-  GstElement *source, *filter, *sink;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* create pipeline */
-  pipeline = gst_pipeline_new ("my-pipeline");
-
-  /* create elements */
-  source = gst_element_factory_make ("fakesrc", "source");
-  filter = gst_element_factory_make ("identity", "filter");
-  sink = gst_element_factory_make ("fakesink", "sink");
-
-  /* must add elements to pipeline before linking them */
-  gst_bin_add_many (GST_BIN (pipeline), source, filter, sink, NULL);
-
-  /* link */
-  if (!gst_element_link_many (source, filter, sink, NULL)) {
-    g_warning ("Failed to link elements!");
-  }
-<!-- example-end elementlink.c a -->
-[..]<!-- example-begin elementlink.c b --><!--
-  return 0;
---><!-- example-end elementlink.c b -->
-<!-- example-begin elementlink.c c -->
-}
-    <!-- example-end elementlink.c c --></programlisting>
-    <para>
-      For more specific behaviour, there are also the functions
-      <function>gst_element_link ()</function> and
-      <function>gst_element_link_pads ()</function>. You can also obtain
-      references to individual pads and link those using various
-      <function>gst_pad_link_* ()</function> functions. See the API
-      references for more details.
-    </para>
-    <para>
-      Important: you must add elements to a bin or pipeline
-      <emphasis>before</emphasis> linking them, since adding an element to
-      a bin will disconnect any already existing links. Also, you cannot
-      directly link elements that are not in the same bin or pipeline; if
-      you want to link elements or pads at different hierarchy levels, you
-      will need to use ghost pads (more about ghost pads later,
-      see <xref linkend="section-pads-ghost"/>).
-    </para>
-  </sect1>
-
-  <sect1 id="section-elements-states">
-    <title>Element States</title>
-    <para>
-      After being created, an element will not actually perform any actions
-      yet. You need to change elements state to make it do something.
-      &GStreamer; knows four element states, each with a very specific
-      meaning. Those four states are:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          <classname>GST_STATE_NULL</classname>: this is the default state.
-          No resources are allocated in this state, so, transitioning to it
-          will free all resources. The element must be in this state when
-          its refcount reaches 0 and it is freed.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <classname>GST_STATE_READY</classname>: in the ready state, an
-          element has allocated all of its global resources, that is,
-          resources that can be kept within streams. You can think about
-          opening devices, allocating buffers and so on. However, the
-          stream is not opened in this state, so the stream positions is
-          automatically zero. If a stream was previously opened, it should
-          be closed in this state, and position, properties and such should
-          be reset.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <classname>GST_STATE_PAUSED</classname>: in this state, an
-          element has opened the stream, but is not actively processing
-          it. An element is allowed to modify a stream's position, read
-          and process data and such to prepare for playback as soon as
-          state is changed to PLAYING, but it is <emphasis>not</emphasis>
-          allowed to play the data which would make the clock run.
-          In summary, PAUSED is the same as PLAYING but without a running
-          clock.
-         </para>
-         <para>
-          Elements going into the PAUSED state should prepare themselves
-          for moving over to the PLAYING state as soon as possible. Video
-          or audio outputs would, for example, wait for data to arrive and
-          queue it so they can play it right after the state change. Also,
-          video sinks can already play the first frame (since this does
-          not affect the clock yet). Autopluggers could use this same
-          state transition to already plug together a pipeline. Most other
-          elements, such as codecs or filters, do not need to explicitly
-          do anything in this state, however.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <classname>GST_STATE_PLAYING</classname>: in the PLAYING state,
-          an element does exactly the same as in the PAUSED state, except
-          that the clock now runs.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      You can change the state of an element using the function
-      <function>gst_element_set_state ()</function>. If you set an element
-      to another state, &GStreamer; will internally traverse all intermediate
-      states. So if you set an element from NULL to PLAYING, &GStreamer;
-      will internally set the element to READY and PAUSED in between.
-    </para>
-    <para>
-      When moved to <classname>GST_STATE_PLAYING</classname>, pipelines
-      will process data automatically. They do not need to be iterated in
-      any form. Internally, &GStreamer; will start threads that take this
-      task on to them. &GStreamer; will also take care of switching
-      messages from the pipeline's thread into the application's own
-      thread, by using a <ulink type="http"
-      url="&URLAPI;GstBus.html"><classname>GstBus</classname></ulink>. See
-      <xref linkend="chapter-bus"/> for details.
-    </para>
-    <para>
-      When you set a bin or pipeline to a certain target state, it will usually
-      propagate the state change to all elements within the bin or pipeline
-      automatically, so it's usually only necessary to set the state of the
-      top-level pipeline to start up the pipeline or shut it down. However,
-      when adding elements dynamically to an already-running pipeline, e.g.
-      from within a "pad-added" signal callback, you
-      need to set it to the desired target state yourself using
-      <function>gst_element_set_state ()</function> or
-      <function>gst_element_sync_state_with_parent ()</function>.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-helloworld.xml b/docs/manual/basics-helloworld.xml
deleted file mode 100644 (file)
index 9097b20..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-<chapter id="chapter-helloworld">
-  <title>Your first application</title>
-  <para>
-    This chapter will summarize everything you've learned in the previous
-    chapters. It describes all aspects of a simple &GStreamer; application,
-    including initializing libraries, creating elements, packing elements
-    together in a pipeline and playing this pipeline. By doing all this,
-    you will be able to build a simple Ogg/Vorbis audio player.
-  </para>
-
-  <sect1 id="section-helloworld">
-    <title>Hello world</title>
-    <para>
-      We're going to create a simple first application, a simple Ogg/Vorbis
-      command-line audio player. For this, we will use only standard
-      &GStreamer; components. The player will read a file specified on
-      the command-line. Let's get started!
-    </para>
-    <para>
-      We've learned, in <xref linkend="chapter-init"/>, that the first thing
-      to do in your application is to initialize &GStreamer; by calling
-      <function>gst_init ()</function>. Also, make sure that the application
-      includes <filename>gst/gst.h</filename> so all function names and
-      objects are properly defined. Use <function>#include
-      &lt;gst/gst.h&gt;</function> to do that.
-    </para>
-    <para>
-      Next, you'll want to create the different elements using
-      <function>gst_element_factory_make ()</function>. For an Ogg/Vorbis
-      audio player, we'll need a source element that reads files from a
-      disk. &GStreamer; includes this element under the name
-      <quote>filesrc</quote>. Next, we'll need something to parse the
-      file and decode it into raw audio. &GStreamer; has two elements
-      for this: the first parses Ogg streams into elementary streams (video,
-      audio) and is called <quote>oggdemux</quote>. The second is a Vorbis
-      audio decoder, it's conveniently called <quote>vorbisdec</quote>.
-      Since <quote>oggdemux</quote> creates dynamic pads for each elementary
-      stream, you'll need to set a <quote>pad-added</quote> event handler
-      on the <quote>oggdemux</quote> element, like you've learned in
-      <xref linkend="section-pads-dynamic"/>, to link the Ogg demuxer and
-      the Vorbis decoder elements together. At last, we'll also need an
-      audio output element, we will use <quote>autoaudiosink</quote>, which
-      automatically detects your audio device.
-    </para>
-    <para>
-      The last thing left to do is to add all elements into a container
-      element, a <classname>GstPipeline</classname>, and wait until
-      we've played the whole song. We've previously
-      learned how to add elements to a container bin in <xref
-      linkend="chapter-bins"/>, and we've learned about element states
-      in <xref linkend="section-elements-states"/>. We will also attach
-      a message handler to the pipeline bus so we can retrieve errors
-      and detect the end-of-stream.
-    </para>
-    <para>
-      Let's now add all the code together to get our very first audio
-      player:
-    </para>
-    <programlisting>
-<!-- example-begin helloworld.c -->
-#include &lt;gst/gst.h&gt;
-#include &lt;glib.h&gt;
-
-
-static gboolean
-bus_call (GstBus     *bus,
-          GstMessage *msg,
-          gpointer    data)
-{
-  GMainLoop *loop = (GMainLoop *) data;
-
-  switch (GST_MESSAGE_TYPE (msg)) {
-
-    case GST_MESSAGE_EOS:
-      g_print ("End of stream\n");
-      g_main_loop_quit (loop);
-      break;
-
-    case GST_MESSAGE_ERROR: {
-      gchar  *debug;
-      GError *error;
-
-      gst_message_parse_error (msg, &amp;error, &amp;debug);
-      g_free (debug);
-
-      g_printerr ("Error: %s\n", error->message);
-      g_error_free (error);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    default:
-      break;
-  }
-
-  return TRUE;
-}
-
-
-static void
-on_pad_added (GstElement *element,
-              GstPad     *pad,
-              gpointer    data)
-{
-  GstPad *sinkpad;
-  GstElement *decoder = (GstElement *) data;
-
-  /* We can now link this pad with the vorbis-decoder sink pad */
-  g_print ("Dynamic pad created, linking demuxer/decoder\n");
-
-  sinkpad = gst_element_get_static_pad (decoder, "sink");
-
-  gst_pad_link (pad, sinkpad);
-
-  gst_object_unref (sinkpad);
-}
-
-
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GMainLoop *loop;
-
-  GstElement *pipeline, *source, *demuxer, *decoder, *conv, *sink;
-  GstBus *bus;
-  guint bus_watch_id;
-
-  /* Initialisation */
-  gst_init (&amp;argc, &amp;argv);
-
-  loop = g_main_loop_new (NULL, FALSE);
-
-
-  /* Check input arguments */
-  if (argc != 2) {
-    g_printerr ("Usage: %s &lt;Ogg/Vorbis filename&gt;\n", argv[0]);
-    return -1;
-  }
-
-
-  /* Create gstreamer elements */
-  pipeline = gst_pipeline_new ("audio-player");
-  source   = gst_element_factory_make ("filesrc",       "file-source");
-  demuxer  = gst_element_factory_make ("oggdemux",      "ogg-demuxer");
-  decoder  = gst_element_factory_make ("vorbisdec",     "vorbis-decoder");
-  conv     = gst_element_factory_make ("audioconvert",  "converter");
-  sink     = gst_element_factory_make ("autoaudiosink", "audio-output");
-
-  if (!pipeline || !source || !demuxer || !decoder || !conv || !sink) {
-    g_printerr ("One element could not be created. Exiting.\n");
-    return -1;
-  }
-
-  /* Set up the pipeline */
-
-  /* we set the input filename to the source element */
-  g_object_set (G_OBJECT (source), "location", argv[1], NULL);
-
-  /* we add a message handler */
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  bus_watch_id = gst_bus_add_watch (bus, bus_call, loop);
-  gst_object_unref (bus);
-
-  /* we add all elements into the pipeline */
-  /* file-source | ogg-demuxer | vorbis-decoder | converter | alsa-output */
-  gst_bin_add_many (GST_BIN (pipeline),
-                    source, demuxer, decoder, conv, sink, NULL);
-
-  /* we link the elements together */
-  /* file-source -&gt; ogg-demuxer ~&gt; vorbis-decoder -&gt; converter -&gt; alsa-output */
-  gst_element_link (source, demuxer);
-  gst_element_link_many (decoder, conv, sink, NULL);
-  g_signal_connect (demuxer, "pad-added", G_CALLBACK (on_pad_added), decoder);
-
-  /* note that the demuxer will be linked to the decoder dynamically.
-     The reason is that Ogg may contain various streams (for example
-     audio and video). The source pad(s) will be created at run time,
-     by the demuxer when it detects the amount and nature of streams.
-     Therefore we connect a callback function which will be executed
-     when the "pad-added" is emitted.*/
-
-
-  /* Set the pipeline to "playing" state*/
-  g_print ("Now playing: %s\n", argv[1]);
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-
-
-  /* Iterate */
-  g_print ("Running...\n");
-  g_main_loop_run (loop);
-
-
-  /* Out of the main loop, clean up nicely */
-  g_print ("Returned, stopping playback\n");
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-
-  g_print ("Deleting pipeline\n");
-  gst_object_unref (GST_OBJECT (pipeline));
-  g_source_remove (bus_watch_id);
-  g_main_loop_unref (loop);
-
-  return 0;
-}
-<!-- example-end helloworld.c -->
-    </programlisting>
-    <para>
-      We now have created a complete pipeline.  We can visualise the
-      pipeline as follows:
-    </para>
-
-    <figure float="1" id="section-hello-img">
-      <title>The "hello world" pipeline</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/hello-world.&image;" format="&IMAGE;" />
-        </imageobject>
-      </mediaobject>  
-    </figure>
-
-  </sect1>
-
-  <sect1 id="section-helloworld-compilerun">
-    <title>Compiling and Running helloworld.c</title>
-    <para>
-      To compile the helloworld example, use: <command>gcc -Wall
-      helloworld.c -o helloworld
-      $(pkg-config --cflags --libs gstreamer-&GST_API_VERSION;)</command>.
-      &GStreamer; makes use of <command>pkg-config</command> to get compiler
-      and linker flags needed to compile this application.
-    </para>
-    <para>
-      If you're running a non-standard installation (ie. you've installed
-      GStreamer from source yourself instead of using pre-built packages),
-      make sure the <classname>PKG_CONFIG_PATH</classname> environment variable
-      is set to the correct location (<filename>$libdir/pkgconfig</filename>).
-    </para>
-    <para>
-      In the unlikely case that you are using an uninstalled GStreamer
-      setup (ie. gst-uninstalled), you will need to use libtool to build the
-      hello world program, like this: <command>libtool --mode=link gcc -Wall
-      helloworld.c -o helloworld
-      $(pkg-config --cflags --libs gstreamer-&GST_API_VERSION;)</command>.
-    </para>
-    <para>
-      You can run this example application with <command>./helloworld
-      file.ogg</command>. Substitute <filename>file.ogg</filename>
-      with your favourite Ogg/Vorbis file.
-    </para>
-  </sect1>
-
-  <sect1 id="section-hello-world-conclusion">
-    <title>Conclusion</title>
-    <para>
-      This concludes our first example. As you see, setting up a pipeline
-      is very low-level but powerful. You will see later in this manual how
-      you can create a more powerful media player with even less effort
-      using higher-level interfaces. We will discuss all that in <xref
-      linkend="part-highlevel"/>. We will first, however, go more in-depth
-      into more advanced &GStreamer; internals.
-    </para>
-    <para>
-      It should be clear from the example that we can very easily replace
-      the <quote>filesrc</quote> element with some other element that
-      reads data from a network, or some other data source element that
-      is better integrated with your desktop environment. Also, you can
-      use other decoders and parsers/demuxers to support other media types. You
-      can use another audio sink if you're not running Linux, but Mac OS X,
-      Windows or FreeBSD, or you can instead use a filesink to write audio
-      files to disk instead of playing them back. By using an audio card
-      source, you can even do audio capture instead of playback. All this
-      shows the reusability of &GStreamer; elements, which is its greatest
-      advantage.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-init.xml b/docs/manual/basics-init.xml
deleted file mode 100644 (file)
index 3a71be6..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<chapter id="chapter-init">
-  <title>Initializing &GStreamer;</title>
-  <para> 
-    When writing a &GStreamer; application, you can simply include
-    <filename>gst/gst.h</filename> to get access to the library
-    functions. Besides that, you will also need to initialize the
-    &GStreamer; library.
-  </para>
-
-  <sect1 id="section-init-c">
-    <title>Simple initialization</title>
-    <para>
-      Before the &GStreamer; libraries can be used,
-      <function>gst_init</function> has to be called from the main
-      application. This call will perform the necessary initialization
-      of the library as well as parse the &GStreamer;-specific command
-      line options.
-    </para>
-    <para> 
-      A typical program &EXAFOOT; would have code to initialize
-      &GStreamer; that looks like this:
-    </para>
-    <example id="ex-init-c">
-      <title>Initializing GStreamer</title>
-      <programlisting>
-<!-- example-begin init.c -->
-#include &lt;stdio.h&gt;
-#include &lt;gst/gst.h&gt;
-
-int
-main (int   argc,
-      char *argv[])
-{
-  const gchar *nano_str;
-  guint major, minor, micro, nano;
-
-  gst_init (&amp;argc, &amp;argv);
-
-  gst_version (&amp;major, &amp;minor, &amp;micro, &amp;nano);
-
-  if (nano == 1)
-    nano_str = "(CVS)";
-  else if (nano == 2)
-    nano_str = "(Prerelease)";
-  else
-    nano_str = "";
-
-  printf ("This program is linked against GStreamer %d.%d.%d %s\n",
-          major, minor, micro, nano_str);
-
-  return 0;
-}
-<!-- example-end init.c -->
-      </programlisting>
-    </example>
-    <para>
-      Use the <symbol>GST_VERSION_MAJOR</symbol>,
-      <symbol>GST_VERSION_MINOR</symbol> and <symbol>GST_VERSION_MICRO</symbol>
-      macros to get the &GStreamer; version you are building against, or
-      use the function <function>gst_version</function> to get the version
-      your application is linked against. &GStreamer; currently uses a
-      scheme where versions with the same major and minor versions are
-      API-/ and ABI-compatible.
-    </para>
-    <para>
-      It is also possible to call the <function>gst_init</function> function
-      with two <symbol>NULL</symbol> arguments, in which case no command line
-      options will be parsed by <application>GStreamer</application>.
-    </para>
-  </sect1>
-
-  <sect1>
-    <title>The GOption interface</title>
-    <para>
-      You can also use a GOption table to initialize your own parameters as
-      shown in the next example:
-    </para>
-    <example id="ex-goption-c">
-      <title>Initialisation using the GOption interface</title>
-      <programlisting>
-<!-- example-begin goption.c -->
-#include &lt;gst/gst.h&gt;
-
-int
-main (int   argc,
-      char *argv[])
-{
-  gboolean silent = FALSE;
-  gchar *savefile = NULL;
-  GOptionContext *ctx;
-  GError *err = NULL;
-  GOptionEntry entries[] = {
-    { "silent", 's', 0, G_OPTION_ARG_NONE, &amp;silent,
-      "do not output status information", NULL },
-    { "output", 'o', 0, G_OPTION_ARG_STRING, &amp;savefile,
-      "save xml representation of pipeline to FILE and exit", "FILE" },
-    { NULL }
-  };
-
-  ctx = g_option_context_new ("- Your application");
-  g_option_context_add_main_entries (ctx, entries, NULL);
-  g_option_context_add_group (ctx, gst_init_get_option_group ());
-  if (!g_option_context_parse (ctx, &amp;argc, &amp;argv, &amp;err)) {
-    g_print ("Failed to initialize: %s\n", err->message);
-    g_clear_error (&amp;err);
-    g_option_context_free (ctx);
-    return 1;
-  }
-  g_option_context_free (ctx);
-
-  printf ("Run me with --help to see the Application options appended.\n");
-
-  return 0;
-}
-<!-- example-end goption.c -->
-      </programlisting>
-    </example>
-    <para>
-      As shown in this fragment, you can use a <ulink
-      url="http://developer.gnome.org/glib/stable/glib-Commandline-option-parser.html"
-      type="http">GOption</ulink> table to define your application-specific
-      command line options, and pass this table to the GLib initialization
-      function along with the option group returned from the
-      function <function>gst_init_get_option_group</function>. Your
-      application options will be parsed in addition to the standard
-      <application>GStreamer</application> options.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-pads.xml b/docs/manual/basics-pads.xml
deleted file mode 100644 (file)
index edca390..0000000
+++ /dev/null
@@ -1,686 +0,0 @@
-<chapter id="chapter-pads" xreflabel="Pads and capabilities">
-  <title>Pads and capabilities</title>
-  <para>
-    As we have seen in <xref linkend="chapter-elements"/>, the pads are
-    the element's interface to the outside world. Data streams from one
-    element's source pad to another element's sink pad. The specific
-    type of media that the element can handle will be exposed by the
-    pad's capabilities. We will talk more on capabilities later in this
-    chapter (see <xref linkend="section-caps"/>).
-  </para>
-
-  <sect1 id="section-pads">
-    <title>Pads</title>
-    <para>
-      A pad type is defined by two properties: its direction and its
-      availability. As we've mentioned before, &GStreamer; defines two
-      pad directions: source pads and sink pads. This terminology is
-      defined from the view of within the element: elements receive data
-      on their sink pads and generate data on their source pads.
-      Schematically, sink pads are drawn on the left side of an element,
-      whereas source pads are drawn on the right side of an element. In
-      such graphs, data flows from left to right.
-      <footnote>
-        <para>
-          In reality, there is no objection to data flowing from a
-          source pad to the sink pad of an element upstream (to the
-          left of this element in drawings). Data will, however, always
-          flow from a source pad of one element to the sink pad of
-          another.
-        </para>
-      </footnote>
-    </para>
-
-    <para>
-      Pad directions are very simple compared to pad availability. A pad
-      can have any of three availabilities: always, sometimes and on
-      request. The meaning of those three types is exactly as it says:
-      always pads always exist, sometimes pad exist only in certain
-      cases (and can disappear randomly), and on-request pads appear
-      only if explicitly requested by applications.
-    </para>
-
-    <sect2 id="section-pads-dynamic">
-      <title>Dynamic (or sometimes) pads</title>
-      <para>
-        Some elements might not have all of their pads when the element is
-        created. This can happen, for example, with an Ogg demuxer element.
-        The element will read the Ogg stream and create dynamic pads for
-        each contained elementary stream (vorbis, theora) when it detects
-        such a stream in the Ogg stream. Likewise, it will delete the pad
-        when the stream ends. This principle is very useful for demuxer
-        elements, for example.
-      </para> 
-      <para> 
-        Running <application>gst-inspect oggdemux</application> will show
-        that the element has only one pad: a sink pad called 'sink'. The
-        other pads are <quote>dormant</quote>. You can see this in the pad
-        template because there is an <quote>Exists: Sometimes</quote>
-       property. Depending on the type of Ogg file you play, the pads will
-        be created. We will see that this is very important when you are
-        going to create dynamic pipelines. You can attach a signal handler
-        to an element to inform you when the element has created a new pad
-        from one of its <quote>sometimes</quote> pad templates. The
-        following piece of code is an example of how to do this:
-      </para> 
-      <programlisting><!-- example-begin pad.c a -->
-#include &lt;gst/gst.h&gt;
-
-static void
-cb_new_pad (GstElement *element,
-           GstPad     *pad,
-           gpointer    data)
-{
-  gchar *name;
-
-  name = gst_pad_get_name (pad);
-  g_print ("A new pad %s was created\n", name);
-  g_free (name);
-
-  /* here, you would setup a new pad link for the newly created pad */
-<!-- example-end pad.c a -->[..]
-<!-- example-begin pad.c b -->
-}
-
-int 
-main (int   argc,
-      char *argv[]) 
-{
-  GstElement *pipeline, *source, *demux;
-  GMainLoop *loop;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* create elements */
-  pipeline = gst_pipeline_new ("my_pipeline");
-  source = gst_element_factory_make ("filesrc", "source");
-  g_object_set (source, "location", argv[1], NULL);
-  demux = gst_element_factory_make ("oggdemux", "demuxer");
-
-  /* you would normally check that the elements were created properly */
-
-  /* put together a pipeline */
-  gst_bin_add_many (GST_BIN (pipeline), source, demux, NULL);
-  gst_element_link_pads (source, "src", demux, "sink");
-
-  /* listen for newly created pads */
-  g_signal_connect (demux, "pad-added", G_CALLBACK (cb_new_pad), NULL);
-
-  /* start the pipeline */
-  gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING);
-  loop = g_main_loop_new (NULL, FALSE);
-  g_main_loop_run (loop);
-<!--example-end pad.c b -->
-[..]<!-- example-begin pad.c c --><!--
-  return 0;
---><!-- example-end pad.c c -->
-<!-- example-begin pad.c d -->
-}
-      <!-- example-end pad.c d --></programlisting>
-      <para>
-        It is not uncommon to add elements to the pipeline only from within
-        the "pad-added" callback. If you do this, don't
-        forget to set the state of the newly-added elements to the target
-        state of the pipeline using
-        <function>gst_element_set_state ()</function> or
-        <function>gst_element_sync_state_with_parent ()</function>.
-      </para>
-    </sect2>
-
-    <sect2 id="section-pads-request">
-      <title>Request pads</title>
-      <para> 
-        An element can also have request pads. These pads are not created
-        automatically but are only created on demand. This is very useful
-        for multiplexers, aggregators and tee elements. Aggregators are
-        elements that merge the content of several input streams together
-        into one output stream. Tee elements are the reverse: they are
-        elements that have one input stream and copy this stream to each
-        of their output pads, which are created on request. Whenever an
-        application needs another copy of the stream, it can simply request
-        a new output pad from the tee element.
-      </para> 
-      <para> 
-        The following piece of code shows how you can request a new output
-        pad from a <quote>tee</quote> element:
-      </para>
-      <programlisting>
-static void
-some_function (GstElement *tee)
-{
-  GstPad * pad;
-  gchar *name;
-
-  pad = gst_element_get_request_pad (tee, "src%d");
-  name = gst_pad_get_name (pad);
-  g_print ("A new pad %s was created\n", name);
-  g_free (name);
-
-  /* here, you would link the pad */
-[..]
-
-  /* and, after doing that, free our reference */
-  gst_object_unref (GST_OBJECT (pad));
-}
-      </programlisting>
-      <para> 
-        The <function>gst_element_get_request_pad ()</function> method
-        can be used to get a pad from the element based on the name of
-        the pad template. It is also possible to request a pad that is
-        compatible with another pad template. This is very useful if
-        you want to link an element to a multiplexer element and you
-        need to request a pad that is compatible. The method
-        <function>gst_element_get_compatible_pad ()</function> can be
-        used to request a compatible pad, as shown in the next example.
-        It will request a compatible pad from an Ogg multiplexer from
-        any input.
-      </para> 
-      <programlisting>
-static void
-link_to_multiplexer (GstPad     *tolink_pad,
-                    GstElement *mux)
-{
-  GstPad *pad;
-  gchar *srcname, *sinkname;
-
-  srcname = gst_pad_get_name (tolink_pad);
-  pad = gst_element_get_compatible_pad (mux, tolink_pad);
-  gst_pad_link (tolinkpad, pad);
-  sinkname = gst_pad_get_name (pad);
-  gst_object_unref (GST_OBJECT (pad));
-
-  g_print ("A new pad %s was created and linked to %s\n", sinkname, srcname);
-  g_free (sinkname);
-  g_free (srcname);
-}
-      </programlisting>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-caps">
-    <title>Capabilities of a pad</title>
-    <para> 
-      Since the pads play a very important role in how the element is
-      viewed by the outside world, a mechanism is implemented to describe
-      the data that can flow or currently flows through the pad by using
-      capabilities. Here, we will briefly describe what capabilities are
-      and how to use them, enough to get an understanding of the concept.
-      For an in-depth look into capabilities and a list of all capabilities
-      defined in &GStreamer;, see the <ulink type="http"
-      url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html">Plugin
-      Writers Guide</ulink>.
-    </para>
-    <para>
-      Capabilities are attached to pad templates and to pads. For pad
-      templates, it will describe the types of media that may stream
-      over a pad created from this template. For pads, it can either
-      be a list of possible caps (usually a copy of the pad template's
-      capabilities), in which case the pad is not yet negotiated, or it
-      is the type of media that currently streams over this pad, in
-      which case the pad has been negotiated already.
-    </para>
-
-    <sect2 id="section-caps-structure">
-      <title>Dissecting capabilities</title>
-      <para>
-        A pad's capabilities are described in a <classname>GstCaps</classname>
-        object. Internally, a <ulink type="http"
-        url="&URLAPI;gstreamer-GstCaps.html"><classname>GstCaps</classname></ulink>
-        will contain one or more <ulink type="http"
-        url="&URLAPI;gstreamer-GstStructure.html"><classname>GstStructure</classname></ulink>
-        that will describe one media type. A negotiated pad will have
-        capabilities set that contain exactly <emphasis>one</emphasis>
-        structure. Also, this structure will contain only
-        <emphasis>fixed</emphasis> values. These constraints are not
-        true for unnegotiated pads or pad templates.
-      </para>
-      <para>
-        As an example, below is a dump of the capabilities of the
-        <quote>vorbisdec</quote> element, which you will get by running
-        <command>gst-inspect vorbisdec</command>. You will see two pads:
-        a source and a sink pad. Both of these pads are always available,
-        and both have capabilities attached to them. The sink pad will
-        accept vorbis-encoded audio data, with the media type
-        <quote>audio/x-vorbis</quote>. The source pad will be used
-        to send raw (decoded) audio samples to the next element, with
-        a raw audio media type (in this case,
-       <quote>audio/x-raw</quote>).  The source pad will also
-        contain properties for the audio samplerate and the amount of
-        channels, plus some more that you don't need to worry about
-        for now.
-      </para>
-      <programlisting>
-
-Pad Templates:
-  SRC template: 'src'
-    Availability: Always
-    Capabilities:
-      audio/x-raw
-                 format: F32LE
-                   rate: [ 1, 2147483647 ]
-               channels: [ 1, 256 ]
-
-  SINK template: 'sink'
-    Availability: Always
-    Capabilities:
-      audio/x-vorbis
-      </programlisting>
-    </sect2>
-
-    <sect2 id="section-caps-props">
-      <title>Properties and values</title>
-      <para> 
-        Properties are used to describe extra information for 
-        capabilities. A property consists of a key (a string) and
-        a value. There are different possible value types that can be used:
-      </para> 
-      <itemizedlist>
-        <listitem>
-          <para>
-            Basic types, this can be pretty much any
-            <classname>GType</classname> registered with Glib. Those
-            properties indicate a specific, non-dynamic value for this
-            property. Examples include:
-          </para>
-          <itemizedlist>
-            <listitem>
-              <para>
-                An integer value (<classname>G_TYPE_INT</classname>):
-                the property has this exact value. 
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-               A boolean value (<classname>G_TYPE_BOOLEAN</classname>):
-                the property is either TRUE or FALSE.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                A float value (<classname>G_TYPE_FLOAT</classname>):
-                the property has this exact floating point value.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                A string value (<classname>G_TYPE_STRING</classname>):
-                the property contains a UTF-8 string.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-                A fraction value (<classname>GST_TYPE_FRACTION</classname>):
-                contains a fraction expressed by an integer numerator and
-                denominator.
-              </para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>
-            Range types are <classname>GType</classname>s registered by
-            &GStreamer; to indicate a range of possible values. They are
-            used for indicating allowed audio samplerate values or
-            supported video sizes. The two types defined in &GStreamer;
-            are:
-          </para>
-          <itemizedlist>
-           <listitem>
-              <para>
-                An integer range value
-                (<classname>GST_TYPE_INT_RANGE</classname>): the property
-                denotes a range of possible integers, with a lower and an
-                upper boundary. The <quote>vorbisdec</quote> element, for
-                example, has a rate property that can be between 8000 and
-                50000.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-               A float range value
-                (<classname>GST_TYPE_FLOAT_RANGE</classname>): the property
-                denotes a range of possible floating point values, with a
-                lower and an upper boundary.
-              </para>
-            </listitem>
-            <listitem>
-              <para>
-               A fraction range value
-                (<classname>GST_TYPE_FRACTION_RANGE</classname>): the property
-                denotes a range of possible fraction values, with a
-                lower and an upper boundary.
-              </para>
-            </listitem>
-          </itemizedlist>
-        </listitem>
-        <listitem>
-          <para>
-           A list value (<classname>GST_TYPE_LIST</classname>): the
-            property can take any value from a list of basic values
-            given in this list.
-          </para>
-          <para>
-            Example: caps that express that either
-            a sample rate of 44100 Hz and a sample rate of 48000 Hz
-            is supported would use a list of integer values, with
-            one value being 44100 and one value being 48000.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            An array value (<classname>GST_TYPE_ARRAY</classname>): the
-            property is an array of values. Each value in the array is a
-            full value on its own, too. All values in the array should be
-            of the same elementary type. This means that an array can
-            contain any combination of integers, lists of integers, integer
-            ranges together, and the same for floats or strings, but it can
-            not contain both floats and ints at the same time.
-          </para>
-          <para>
-            Example: for audio where there are more than two channels involved
-            the channel layout needs to be specified (for one and two channel
-            audio the channel layout is implicit unless stated otherwise in the
-            caps). So the channel layout would be an array of integer enum
-            values where each enum value represents a loudspeaker position.
-            Unlike a <classname>GST_TYPE_LIST</classname>, the values in an
-            array will be interpreted as a whole.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-caps-api">
-    <title>What capabilities are used for</title>
-    <para> 
-      Capabilities (short: caps) describe the type of data that is streamed
-      between two pads, or that one pad (template) supports. This makes them
-      very useful for various purposes:
-    </para> 
-    <itemizedlist>
-      <listitem>
-        <para>
-          Autoplugging: automatically finding elements to link to a
-          pad based on its capabilities. All autopluggers use this
-          method.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Compatibility detection: when two pads are linked, &GStreamer;
-          can verify if the two pads are talking about the same media
-          type. The process of linking two pads and checking if they
-          are compatible is called <quote>caps negotiation</quote>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Metadata: by reading the capabilities from a pad, applications
-          can provide information about the type of media that is being
-          streamed over the pad, which is information about the stream
-          that is currently being played back.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Filtering: an application can use capabilities to limit the
-          possible media types that can stream between two pads to a
-          specific subset of their supported stream types. An application
-          can, for example, use <quote>filtered caps</quote> to set a
-          specific (fixed or non-fixed) video size that should stream
-          between two pads. You will see an example of filtered caps
-          later in this manual, in <xref linkend="section-data-spoof"/>.
-          You can do caps filtering by inserting a capsfilter element into
-          your pipeline and setting its <quote>caps</quote> property. Caps
-          filters are often placed after converter elements like audioconvert,
-          audioresample, videoconvert or videoscale to force those
-          converters to convert data to a specific output format at a
-          certain point in a stream.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <sect2 id="section-caps-metadata">
-      <title>Using capabilities for metadata</title>
-      <para> 
-        A pad can have a set (i.e. one or more) of capabilities attached
-        to it. Capabilities (<classname>GstCaps</classname>) are represented
-        as an array of one or more <classname>GstStructure</classname>s, and
-        each <classname>GstStructure</classname> is an array of fields where
-        each field consists of a field name string (e.g. "width") and a
-        typed value (e.g. <classname>G_TYPE_INT</classname> or
-        <classname>GST_TYPE_INT_RANGE</classname>).
-      </para>
-      <para>
-        Note that there is a distinct difference between the
-        <emphasis>possible</emphasis> capabilities of a pad (ie. usually what
-        you find as caps of pad templates as they are shown in gst-inspect),
-        the <emphasis>allowed</emphasis> caps of a pad (can be the same as
-        the pad's template caps or a subset of them, depending on the possible
-        caps of the peer pad) and lastly <emphasis>negotiated</emphasis> caps
-        (these describe the exact format of a stream or buffer and contain
-        exactly one structure and have no variable bits like ranges or lists,
-        ie. they are fixed caps).
-      </para>
-      <para>
-        You can get values of properties in a set of capabilities
-        by querying individual properties of one structure. You can get
-        a structure from a caps using
-        <function>gst_caps_get_structure ()</function> and the number of
-        structures in a <classname>GstCaps</classname> using
-        <function>gst_caps_get_size ()</function>.
-      </para>
-      <para>
-        Caps are called <emphasis>simple caps</emphasis> when they contain
-        only one structure, and <emphasis>fixed caps</emphasis> when they
-        contain only one structure and have no variable field types (like
-        ranges or lists of possible values). Two other special types of caps
-        are <emphasis>ANY caps</emphasis> and <emphasis>empty caps</emphasis>.
-      </para>
-      <para>
-        Here is an example of how to extract the width and height from
-        a set of fixed video caps:
-      <programlisting>
-static void
-read_video_props (GstCaps *caps)
-{
-  gint width, height;
-  const GstStructure *str;
-
-  g_return_if_fail (gst_caps_is_fixed (caps));
-
-  str = gst_caps_get_structure (caps, 0);
-  if (!gst_structure_get_int (str, "width", &amp;width) ||
-      !gst_structure_get_int (str, "height", &amp;height)) {
-    g_print ("No width/height available\n");
-    return;
-  }
-
-  g_print ("The video size of this set of capabilities is %dx%d\n",
-          width, height);
-}
-      </programlisting>
-      </para>
-    </sect2>
-
-    <sect2 id="section-caps-filter">
-      <title>Creating capabilities for filtering</title>
-      <para> 
-        While capabilities are mainly used inside a plugin to describe the
-        media type of the pads, the application programmer often also has
-        to have basic understanding of capabilities in order to interface
-        with the plugins, especially when using filtered caps. When you're
-        using filtered caps or fixation, you're limiting the allowed types of
-        media that can stream between two pads to a subset of their supported
-        media types. You do this using a <classname>capsfilter</classname>
-        element in your pipeline. In order to do this, you also need to
-        create your own <classname>GstCaps</classname>. The easiest way to
-        do this is by using the convenience function
-        <function>gst_caps_new_simple ()</function>:
-      </para>
-      <para>
-      <programlisting>
-static gboolean
-link_elements_with_filter (GstElement *element1, GstElement *element2)
-{
-  gboolean link_ok;
-  GstCaps *caps;
-
-  caps = gst_caps_new_simple ("video/x-raw",
-             "format", G_TYPE_STRING, "I420",
-             "width", G_TYPE_INT, 384,
-             "height", G_TYPE_INT, 288,
-             "framerate", GST_TYPE_FRACTION, 25, 1,
-             NULL);
-
-  link_ok = gst_element_link_filtered (element1, element2, caps);
-  gst_caps_unref (caps);
-
-  if (!link_ok) {
-    g_warning ("Failed to link element1 and element2!");
-  }
-
-  return link_ok;
-}
-      </programlisting>
-      This will force the data flow between those two elements to
-      a certain video format, width, height and framerate (or the linking
-      will fail if that cannot be achieved in the context of the elements
-      involved). Keep in mind that when you use <function>
-      gst_element_link_filtered ()</function> it will automatically create
-      a <classname>capsfilter</classname> element for you and insert it into
-      your bin or pipeline between the two elements you want to connect (this
-      is important if you ever want to disconnect those elements because then
-      you will have to disconnect both elements from the capsfilter instead).
-      </para>
-      <para>
-        In some cases, you will want to create a more elaborate set of
-        capabilities to filter a link between two pads. Then, this function
-        is too simplistic and you'll want to use the method
-        <function>gst_caps_new_full ()</function>:
-      </para>
-      <programlisting>
-static gboolean
-link_elements_with_filter (GstElement *element1, GstElement *element2)
-{
-  gboolean link_ok;
-  GstCaps *caps;
-                                                                                
-  caps = gst_caps_new_full (
-      gst_structure_new ("video/x-raw",
-                        "width", G_TYPE_INT, 384,
-                        "height", G_TYPE_INT, 288,
-                        "framerate", GST_TYPE_FRACTION, 25, 1,
-                        NULL),
-      gst_structure_new ("video/x-bayer",
-                        "width", G_TYPE_INT, 384,
-                        "height", G_TYPE_INT, 288,
-                        "framerate", GST_TYPE_FRACTION, 25, 1,
-                        NULL),
-      NULL);
-
-  link_ok = gst_element_link_filtered (element1, element2, caps);
-  gst_caps_unref (caps);
-
-  if (!link_ok) {
-    g_warning ("Failed to link element1 and element2!");
-  }
-
-  return link_ok;
-}
-      </programlisting>
-      <para>
-        See the API references for the full API of
-       <ulink type="http"
-         url="&URLAPI;gstreamer-GstStructure.html"><classname>GstStructure</classname></ulink>
-       and <ulink type="http"
-         url="&URLAPI;gstreamer-GstCaps.html"><classname>GstCaps</classname></ulink>.
-      </para>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-pads-ghost">
-    <title>Ghost pads</title>
-    <para>
-      You can see from <xref linkend="section-bin-noghost-img"/> how a bin
-      has no pads of its own. This is where "ghost pads" come into play.
-    </para>
-    <figure float="1" id="section-bin-noghost-img">
-      <title>Visualisation of a <ulink type="http"
-      url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
-      element without ghost pads</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/bin-element-noghost.&image;"
-          format="&IMAGE;"/>
-        </imageobject>
-      </mediaobject>  
-    </figure>
-    <para>
-      A ghost pad is a pad from some element in the bin that can be
-      accessed directly from the bin as well. Compare it to a symbolic
-      link in UNIX filesystems. Using ghost pads on bins, the bin also
-      has a pad and can transparently be used as an element in other
-      parts of your code.
-    </para>
-    
-    <figure float="1" id="section-bin-ghost-img">
-      <title>Visualisation of a <ulink type="http"
-      url="&URLAPI;GstBin.html"><classname>GstBin</classname></ulink>
-      element with a ghost pad</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/bin-element-ghost.&image;"
-          format="&IMAGE;"/>
-        </imageobject>
-      </mediaobject>  
-    </figure>
-    <para>
-      <xref linkend="section-bin-ghost-img"/> is a representation of a
-      ghost pad. The sink pad of element one is now also a pad of the bin.
-      Because ghost pads look and work like any other pads, they can be added 
-      to any type of elements, not just to a <classname>GstBin</classname>,
-      just like ordinary pads.
-    </para>
-    <para>
-      A ghostpad is created using the function
-      <function>gst_ghost_pad_new ()</function>:
-    </para>
-    <programlisting><!-- example-begin ghostpad.c a -->
-#include &lt;gst/gst.h&gt;
-
-int
-main (int   argc,
-      char *argv[])
-{
-  GstElement *bin, *sink;
-  GstPad *pad;
-
-  /* init */
-  gst_init (&amp;argc, &amp;argv);
-
-  /* create element, add to bin */
-  sink = gst_element_factory_make ("fakesink", "sink");
-  bin = gst_bin_new ("mybin");
-  gst_bin_add (GST_BIN (bin), sink);
-
-  /* add ghostpad */
-  pad = gst_element_get_static_pad (sink, "sink");
-  gst_element_add_pad (bin, gst_ghost_pad_new ("sink", pad));
-  gst_object_unref (GST_OBJECT (pad));
-<!-- example-end ghostpad.c a -->
-[..]<!-- example-begin ghostpad.c b --><!--
-  return 0;
---><!-- example-end ghostpad.c b -->
-<!-- example-begin ghostpad.c c -->
-}
-    <!-- example-end ghostpad.c c --></programlisting>
-    <para>
-      In the above example, the bin now also has a pad: the pad called
-      <quote>sink</quote> of the given element. The bin can, from here
-      on, be used as a substitute for the sink element. You could, for
-      example, link another element to the bin.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/basics-plugins.xml b/docs/manual/basics-plugins.xml
deleted file mode 100644 (file)
index 0d263e1..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-<chapter id="chapter-plugins">
-  <title>Plugins</title>
-  <!-- FIXME: introduce type definitions before this chapter -->
-  <para> 
-    A plugin is a shared library that contains at least one of the following
-    items:
-  </para>
-
-  <itemizedlist>
-    <listitem>
-      <para>
-        one or more element factories
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        one or more type definitions
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        one or more auto-pluggers
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        exported symbols for use in other plugins
-      </para>
-    </listitem>
-  </itemizedlist>
-
-  <para> 
-    All plugins should implement one function, <function>plugin_init</function>,
-    that creates all the element factories and registers all the type
-    definitions contained in the plugin.
-    Without this function, a plugin cannot be registered.
-  </para> 
-  <para> 
-    The plugins are maintained in the plugin system. Optionally, the
-    type definitions and the element factories can be saved into an XML
-    representation so that the plugin system does not have to load all
-    available plugins in order to know their definition.
-  </para> 
-                                                                                                                 
-  <para> 
-    The basic plugin structure has the following fields:
-  </para> 
-  <programlisting>
-typedef struct _GstPlugin   GstPlugin;
-
-struct _GstPlugin {
-  gchar *name;                  /* name of the plugin */
-  gchar *longname;              /* long name of plugin */
-  gchar *filename;              /* filename it came from */
-
-  GList *types;                 /* list of types provided */
-  gint numtypes;
-  GList *elements;              /* list of elements provided */
-  gint numelements;
-  GList *autopluggers;          /* list of autopluggers provided */
-  gint numautopluggers;
-
-  gboolean loaded;              /* if the plugin is in memory */
-};
-  </programlisting>
-
-  <para> 
-    You can query a <classname>GList</classname> of available plugins with the
-    function <function>gst_registry_pool_plugin_list</function> as this example
-    shows:
-  </para> 
-  <programlisting>
-    GList *plugins;
-    
-    plugins = gst_registry_pool_plugin_list ();
-
-    while (plugins) {
-      GstPlugin *plugin = (GstPlugin *)plugins-&gt;data;
-
-      g_print ("plugin: %s\n", gst_plugin_get_name (plugin));
-
-      plugins = g_list_next (plugins);
-    }
-  </programlisting>
-</chapter>
diff --git a/docs/manual/bin-element-ghost.png b/docs/manual/bin-element-ghost.png
deleted file mode 100644 (file)
index 5ca55dc..0000000
Binary files a/docs/manual/bin-element-ghost.png and /dev/null differ
diff --git a/docs/manual/bin-element-noghost.png b/docs/manual/bin-element-noghost.png
deleted file mode 100644 (file)
index 61dcb65..0000000
Binary files a/docs/manual/bin-element-noghost.png and /dev/null differ
diff --git a/docs/manual/bin-element.png b/docs/manual/bin-element.png
deleted file mode 100644 (file)
index 7c7f80d..0000000
Binary files a/docs/manual/bin-element.png and /dev/null differ
diff --git a/docs/manual/clocks.png b/docs/manual/clocks.png
deleted file mode 100644 (file)
index a96de4e..0000000
Binary files a/docs/manual/clocks.png and /dev/null differ
diff --git a/docs/manual/communication.png b/docs/manual/communication.png
deleted file mode 100644 (file)
index 2b11ed5..0000000
Binary files a/docs/manual/communication.png and /dev/null differ
diff --git a/docs/manual/diagrams-clocks.svg b/docs/manual/diagrams-clocks.svg
deleted file mode 100644 (file)
index 8299c81..0000000
+++ /dev/null
@@ -1,1565 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="744.09448819"
-   height="1052.3622047"
-   id="svg4311"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docname="diagrams-clocks.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#ffffff"
-     borderopacity="0.0"
-     inkscape:pageopacity="1"
-     inkscape:pageshadow="0"
-     inkscape:zoom="1.1768717"
-     inkscape:cx="-1253.8328"
-     inkscape:cy="1724.8867"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:snap-global="true"
-     inkscape:object-nodes="true"
-     inkscape:object-paths="true"
-     inkscape:snap-bbox="true"
-     inkscape:window-width="1398"
-     inkscape:window-height="982"
-     inkscape:window-x="0"
-     inkscape:window-y="24"
-     inkscape:snap-guide="true"
-     gridtolerance="8"
-     showguides="true"
-     inkscape:guide-bbox="true"
-     inkscape:snap-nodes="true">
-    <inkscape:grid
-       empspacing="10"
-       empopacity="0.14901961"
-       empcolor="#0000ff"
-       opacity="0.05882353"
-       color="#0000ff"
-       dotted="false"
-       enabled="true"
-       visible="true"
-       id="grid4334"
-       type="xygrid" />
-  </sodipodi:namedview>
-  <defs
-     id="defs4313">
-    <marker
-       style="overflow:visible;"
-       id="Arrow2Lend"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2Lend">
-      <path
-         transform="scale(1.1) rotate(180) translate(1,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         id="path3314" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow1Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow1Lend"
-       style="overflow:visible;">
-      <path
-         id="path3296"
-         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
-         transform="scale(0.8) rotate(180) translate(12.5,0)" />
-    </marker>
-    <inkscape:perspective
-       id="perspective4319"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective2506"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <marker
-       inkscape:stockid="Arrow1Lendo"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow1Lendo"
-       style="overflow:visible;">
-      <path
-         id="path4078"
-         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
-         style="marker-start:none;stroke:#204a87;stroke-width:1.0pt;fill:#204a87;fill-rule:evenodd"
-         transform="scale(0.8) rotate(180) translate(12.5,0)" />
-    </marker>
-    <use
-       xlink:href="#gpPt11"
-       id="gpPt12"
-       style="fill:currentColor; stroke:none" />
-    <use
-       xlink:href="#gpPt3"
-       id="gpPt11"
-       transform="rotate(45)" />
-    <use
-       xlink:href="#gpPt9"
-       id="gpPt10"
-       style="fill:currentColor; stroke:none" />
-    <use
-       xlink:href="#gpPt7"
-       id="gpPt9"
-       transform="rotate(180)" />
-    <use
-       xlink:href="#gpPt7"
-       id="gpPt8"
-       style="fill:currentColor; stroke:none" />
-    <path
-       id="gpPt7"
-       style="stroke-width:0.222"
-       d="M0,-1.33 L-1.33,0.67 L1.33,0.67 z" />
-    <use
-       xlink:href="#gpPt5"
-       id="gpPt6"
-       style="fill:currentColor; stroke:none" />
-    <circle
-       id="gpPt5"
-       style="stroke-width:0.222"
-       cx="0"
-       cy="0"
-       r="1" />
-    <use
-       xlink:href="#gpPt3"
-       id="gpPt4"
-       style="fill:currentColor; stroke:none" />
-    <rect
-       id="gpPt3"
-       style="stroke-width:0.222"
-       x="-1"
-       y="-1"
-       width="2"
-       height="2" />
-    <path
-       id="gpPt2"
-       style="stroke-width:0.222"
-       d="M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1" />
-    <path
-       id="gpPt1"
-       style="stroke-width:0.222"
-       d="M-1,-1 L1,1 M1,-1 L-1,1" />
-    <path
-       id="gpPt0"
-       style="stroke-width:0.222"
-       d="M-1,0 h2 M0,-1 v2" />
-    <circle
-       id="gpDot"
-       r="1" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 240 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="600 : 240 : 1"
-       inkscape:persp3d-origin="300 : 160 : 1"
-       id="perspective149" />
-    <marker
-       style="overflow:visible;"
-       id="Arrow2LendH"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2LendH">
-      <path
-         transform="scale(1.1) rotate(180) translate(1,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#204a87;stroke-width:0.62500000;fill:#204a87"
-         id="path6291" />
-    </marker>
-    <marker
-       style="overflow:visible;"
-       id="Arrow2LendO"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2LendO">
-      <path
-         transform="scale(1.1) rotate(180) translate(1,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#204a87;stroke-width:0.62500000;fill:#204a87"
-         id="path6294" />
-    </marker>
-    <marker
-       style="overflow:visible;"
-       id="Arrow2Lend1"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2Lend1">
-      <path
-         transform="scale(1.1) rotate(180) translate(1,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#204a87;stroke-width:0.62500000;fill:#204a87"
-         id="path6297" />
-    </marker>
-  </defs>
-  <metadata
-     id="metadata4316">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:groupmode="layer"
-     inkscape:label="Layer 1">
-    <rect
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.00000023999999987;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect2512"
-       width="599.5"
-       height="219.55901"
-       x="-1480.5"
-       y="-806.63782"
-       rx="0"
-       ry="0"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       style="stroke-linejoin:miter;marker-end:url(#Arrow2Lend1);stroke-opacity:1;fill-rule:evenodd;fill-opacity:0.75000000000000000;stroke:#204a87;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.90775669000000003;fill:none"
-       d="M -1679.0461,-587.63782 L -720.85489,-587.63782 L -720.85489,-587.63782"
-       id="path3288"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       id="text4129"
-       y="-587.92102"
-       x="-1791.123"
-       style="font-size:20px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-587.92102"
-         x="-1791.123"
-         id="tspan4131"
-         sodipodi:role="line">Clock time</tspan></text>
-    <text
-       id="text4137"
-       y="-627.63782"
-       x="-1640"
-       style="font-size:20px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-627.63782"
-         x="-1640"
-         id="tspan4139"
-         sodipodi:role="line">Running time</tspan></text>
-    <path
-       style="stroke-linejoin:miter;marker-end:url(#Arrow2LendH);stroke-opacity:1;fill-rule:evenodd;fill-opacity:0.75000000000000000;stroke:#204a87;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.93535388000000008;fill:none"
-       d="M -1498.9936,-628.63782 L -840.96768,-628.63782 L -840.96768,-628.63782"
-       id="path4145"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       style="stroke-linejoin:miter;marker-end:url(#Arrow2LendO);stroke-opacity:1;fill-rule:evenodd;fill-opacity:0.75000000000000000;stroke:#204a87;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.93550634000000010;fill:none"
-       d="M -1499.0323,-667.63782 L -840.96778,-667.63782 L -840.96778,-667.63782"
-       id="path4147"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       id="text4151"
-       y="-667.92102"
-       x="-1631.3184"
-       style="font-size:20px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-667.92102"
-         x="-1631.3184"
-         id="tspan4153"
-         sodipodi:role="line">Stream time</tspan></text>
-    <path
-       transform="translate(-15.505538,0.4760742)"
-       d="M -1450,-572.63782 A 15,15 0 1 1 -1480,-572.63782 A 15,15 0 1 1 -1450,-572.63782 z"
-       sodipodi:ry="15"
-       sodipodi:rx="15"
-       sodipodi:cy="-572.63782"
-       sodipodi:cx="-1465"
-       id="path4159"
-       style="opacity:1;fill:#729fcf;fill-opacity:0.19607843;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       sodipodi:type="arc"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       id="text4161"
-       y="-537.63782"
-       x="-1518"
-       style="font-size:20px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         style="font-size:16px;fill:#204a87"
-         y="-537.63782"
-         x="-1518"
-         id="tspan4163"
-         sodipodi:role="line">base time</tspan></text>
-    <text
-       id="text4165"
-       y="-607.63782"
-       x="-1450"
-       style="font-size:14;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#eeeeec;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-         y="-607.63782"
-         x="-1450"
-         id="tspan4167"
-         sodipodi:role="line">10</tspan></text>
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4175"
-       d="M -1440,-627.63782 L -1440,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4177"
-       d="M -1400,-627.63782 L -1400,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4179"
-       d="M -1360,-627.63782 L -1360,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4181"
-       d="M -1320,-627.63782 L -1320,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4183"
-       d="M -1280,-627.63782 L -1280,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4185"
-       d="M -1240,-627.63782 L -1240,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4187"
-       d="M -1200,-627.63782 L -1200,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4189"
-       d="M -1160,-627.63782 L -1160,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4191"
-       d="M -1120,-627.63782 L -1120,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4193"
-       d="M -1080,-627.63782 L -1080,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4195"
-       d="M -1040,-627.63782 L -1040,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4197"
-       d="M -1000,-627.63782 L -1000,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4199"
-       d="M -960,-627.63782 L -960,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4201"
-       d="M -920,-627.63782 L -920,-623.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       xml:space="preserve"
-       style="font-size:14;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-1410"
-       y="-607.63782"
-       id="text4209"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         sodipodi:role="line"
-         id="tspan4211"
-         x="-1410"
-         y="-607.63782"
-         style="font-size:14;fill:#eeeeec">20</tspan></text>
-    <text
-       sodipodi:linespacing="125%"
-       id="text4213"
-       y="-606.534"
-       x="-1362.9087"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#204a87;fill-opacity:0.19607843;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         y="-606.534"
-         x="-1362.9087"
-         id="tspan4215"
-         sodipodi:role="line" /></text>
-    <text
-       id="text4217"
-       y="-607.86438"
-       x="-1371.2188"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.86438"
-         x="-1371.2188"
-         id="tspan4219"
-         sodipodi:role="line">30</tspan></text>
-    <text
-       id="text4221"
-       y="-607.63782"
-       x="-1330"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-1330"
-         id="tspan4223"
-         sodipodi:role="line">40</tspan></text>
-    <text
-       id="text4225"
-       y="-607.63782"
-       x="-1290"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-1290"
-         id="tspan4227"
-         sodipodi:role="line">50</tspan></text>
-    <text
-       id="text4229"
-       y="-607.63782"
-       x="-1250"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-1250"
-         id="tspan4231"
-         sodipodi:role="line">60</tspan></text>
-    <text
-       id="text4233"
-       y="-607.86438"
-       x="-1209.3047"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.86438"
-         x="-1209.3047"
-         id="tspan4235"
-         sodipodi:role="line">70</tspan></text>
-    <text
-       id="text4237"
-       y="-607.86438"
-       x="-1169.3047"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.86438"
-         x="-1169.3047"
-         id="tspan4239"
-         sodipodi:role="line">80</tspan></text>
-    <text
-       id="text4241"
-       y="-607.86438"
-       x="-1129.3047"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.86438"
-         x="-1129.3047"
-         id="tspan4243"
-         sodipodi:role="line">90</tspan></text>
-    <text
-       id="text4245"
-       y="-607.63782"
-       x="-1090"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-1090"
-         id="tspan4247"
-         sodipodi:role="line">100</tspan></text>
-    <text
-       id="text4249"
-       y="-607.86438"
-       x="-1049.4922"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.86438"
-         x="-1049.4922"
-         id="tspan4251"
-         sodipodi:role="line">110</tspan></text>
-    <text
-       id="text4253"
-       y="-607.63782"
-       x="-1010"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-1010"
-         id="tspan4255"
-         sodipodi:role="line">120</tspan></text>
-    <text
-       id="text4257"
-       y="-607.63782"
-       x="-970"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-970"
-         id="tspan4259"
-         sodipodi:role="line">130</tspan></text>
-    <text
-       id="text4261"
-       y="-607.63782"
-       x="-930"
-       style="font-size:14;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-607.63782"
-         x="-930"
-         id="tspan4263"
-         sodipodi:role="line">140</tspan></text>
-    <text
-       id="text4269"
-       y="-566.63776"
-       x="-1650.5381"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         style="font-size:12;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#3465a4;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-         y="-566.63776"
-         x="-1650.5381"
-         id="tspan4271"
-         sodipodi:role="line">10</tspan></text>
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4273"
-       d="M -1640.538,-586.63782 L -1640.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4275"
-       d="M -1600.538,-586.63782 L -1600.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4277"
-       d="M -1560.538,-586.63782 L -1560.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4279"
-       d="M -1520.538,-586.63782 L -1520.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4283"
-       d="M -1440.538,-586.63782 L -1440.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4285"
-       d="M -1400.538,-586.63782 L -1400.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4287"
-       d="M -1360.538,-586.63782 L -1360.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4289"
-       d="M -1320.538,-586.63782 L -1320.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4291"
-       d="M -1280.538,-586.63782 L -1280.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4293"
-       d="M -1240.538,-586.63782 L -1240.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4295"
-       d="M -1200.538,-586.63782 L -1200.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4297"
-       d="M -1160.538,-586.63782 L -1160.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4299"
-       d="M -1120.538,-586.63782 L -1120.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4301"
-       d="M -1080.538,-586.63782 L -1080.538,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       xml:space="preserve"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#3465a4;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-1610.5381"
-       y="-566.63776"
-       id="text4303"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         sodipodi:role="line"
-         id="tspan4305"
-         x="-1610.5381"
-         y="-566.63776"
-         style="font-size:12;fill:#3465a4">20</tspan></text>
-    <text
-       id="text4307"
-       y="-566.86432"
-       x="-1571.7568"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.86432"
-         x="-1571.7568"
-         id="tspan4309"
-         sodipodi:role="line"
-         style="font-size:12">30</tspan></text>
-    <text
-       id="text4311"
-       y="-566.63776"
-       x="-1530.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1530.5381"
-         id="tspan4313"
-         sodipodi:role="line"
-         style="font-size:12">40</tspan></text>
-    <text
-       id="text4315"
-       y="-567.63782"
-       x="-1489.2766"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#204a87;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.63782"
-         x="-1489.2766"
-         id="tspan4317"
-         sodipodi:role="line">50</tspan></text>
-    <text
-       id="text4319"
-       y="-566.63776"
-       x="-1450.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1450.5381"
-         id="tspan4321"
-         sodipodi:role="line"
-         style="-inkscape-font-specification:DejaVu Sans;font-weight:normal;text-anchor:start;text-align:start;fill:#3465a4;fill-opacity:1;font-size:12">60</tspan></text>
-    <text
-       id="text4323"
-       y="-566.86432"
-       x="-1409.8428"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.86432"
-         x="-1409.8428"
-         id="tspan4325"
-         sodipodi:role="line"
-         style="font-size:12">70</tspan></text>
-    <text
-       id="text4327"
-       y="-566.86432"
-       x="-1369.8428"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.86432"
-         x="-1369.8428"
-         id="tspan4329"
-         sodipodi:role="line"
-         style="font-size:12">80</tspan></text>
-    <text
-       id="text4331"
-       y="-566.86432"
-       x="-1329.8428"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.86432"
-         x="-1329.8428"
-         id="tspan4333"
-         sodipodi:role="line"
-         style="font-size:12">90</tspan></text>
-    <text
-       id="text4335"
-       y="-566.63776"
-       x="-1290.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1290.5381"
-         id="tspan4337"
-         sodipodi:role="line"
-         style="font-size:12">100</tspan></text>
-    <text
-       id="text4339"
-       y="-566.86432"
-       x="-1250.0303"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.86432"
-         x="-1250.0303"
-         id="tspan4341"
-         sodipodi:role="line"
-         style="font-size:12">110</tspan></text>
-    <text
-       id="text4343"
-       y="-566.63776"
-       x="-1210.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1210.5381"
-         id="tspan4345"
-         sodipodi:role="line"
-         style="font-size:12">120</tspan></text>
-    <text
-       id="text4347"
-       y="-566.63776"
-       x="-1170.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1170.5381"
-         id="tspan4349"
-         sodipodi:role="line"
-         style="font-size:12">130</tspan></text>
-    <text
-       id="text4351"
-       y="-566.63776"
-       x="-1130.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1130.5381"
-         id="tspan4353"
-         sodipodi:role="line"
-         style="font-size:12">140</tspan></text>
-    <text
-       id="text4355"
-       y="-566.63776"
-       x="-1090.5381"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-566.63776"
-         x="-1090.5381"
-         id="tspan4357"
-         sodipodi:role="line"
-         style="font-size:12">150</tspan></text>
-    <text
-       id="text4359"
-       y="-567.86438"
-       x="-1049.4922"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.86438"
-         x="-1049.4922"
-         id="tspan4361"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">160</tspan></text>
-    <text
-       id="text4363"
-       y="-567.63782"
-       x="-1010"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.63782"
-         x="-1010"
-         id="tspan4365"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">170</tspan></text>
-    <text
-       id="text4367"
-       y="-567.63782"
-       x="-970"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.63782"
-         x="-970"
-         id="tspan4369"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">180</tspan></text>
-    <text
-       id="text4371"
-       y="-567.63782"
-       x="-930"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.63782"
-         x="-930"
-         id="tspan4373"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">190</tspan></text>
-    <text
-       id="text4375"
-       y="-567.86438"
-       x="-889.49219"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.86438"
-         x="-889.49219"
-         id="tspan4377"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">200</tspan></text>
-    <text
-       id="text4379"
-       y="-567.86438"
-       x="-849.49219"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.86438"
-         x="-849.49219"
-         id="tspan4381"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">210</tspan></text>
-    <text
-       id="text4383"
-       y="-567.63782"
-       x="-810"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-567.63782"
-         x="-810"
-         id="tspan4385"
-         sodipodi:role="line"
-         style="font-size:12;fill:#3465a4;fill-opacity:1">220</tspan></text>
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4387"
-       d="M -1041,-586.63782 L -1041,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4389"
-       d="M -1001,-586.63782 L -1001,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4391"
-       d="M -961,-586.63782 L -961,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4393"
-       d="M -921,-586.63782 L -921,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4395"
-       d="M -881,-586.63782 L -881,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4397"
-       d="M -841,-586.63782 L -841,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4399"
-       d="M -801,-586.63782 L -801,-582.47115"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       id="text4403"
-       y="-646.47015"
-       x="-1450.3341"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#eeeeec;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-         y="-646.47015"
-         x="-1450.3341"
-         id="tspan4405"
-         sodipodi:role="line">10</tspan></text>
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4407"
-       d="M -1440.3341,-666.47016 L -1440.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4409"
-       d="M -1400.3341,-666.47016 L -1400.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4411"
-       d="M -1360.3341,-666.47016 L -1360.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4413"
-       d="M -1320.3341,-666.47016 L -1320.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4415"
-       d="M -1280.3341,-666.47016 L -1280.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4417"
-       d="M -1240.3341,-666.47016 L -1240.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4419"
-       d="M -1200.3341,-666.47016 L -1200.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4421"
-       d="M -1160.3341,-666.47016 L -1160.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4423"
-       d="M -1120.3341,-666.47016 L -1120.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4425"
-       d="M -1080.3341,-666.47016 L -1080.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4427"
-       d="M -1040.3341,-666.47016 L -1040.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#fce94f;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4429"
-       d="M -1000.3341,-666.47016 L -1000.3341,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#fce94f;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4431"
-       d="M -960.33408,-666.47016 L -960.33408,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#fce94f;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="cc"
-       id="path4433"
-       d="M -920.33408,-666.47016 L -920.33408,-662.30349"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#fce94f;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       xml:space="preserve"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-1410.3341"
-       y="-646.47015"
-       id="text4437"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         sodipodi:role="line"
-         id="tspan4439"
-         x="-1410.3341"
-         y="-646.47015"
-         style="font-size:14px;fill:#eeeeec">20</tspan></text>
-    <text
-       id="text4441"
-       y="-646.69672"
-       x="-1371.5529"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.69672"
-         x="-1371.5529"
-         id="tspan4443"
-         sodipodi:role="line">30</tspan></text>
-    <text
-       id="text4445"
-       y="-646.47015"
-       x="-1330.3341"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-1330.3341"
-         id="tspan4447"
-         sodipodi:role="line">40</tspan></text>
-    <text
-       id="text4449"
-       y="-646.47015"
-       x="-1290.3341"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-1290.3341"
-         id="tspan4451"
-         sodipodi:role="line">50</tspan></text>
-    <text
-       id="text4453"
-       y="-646.47015"
-       x="-1250.3341"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-1250.3341"
-         id="tspan4455"
-         sodipodi:role="line">60</tspan></text>
-    <text
-       id="text4457"
-       y="-646.69672"
-       x="-1209.6388"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.69672"
-         x="-1209.6388"
-         id="tspan4459"
-         sodipodi:role="line">70</tspan></text>
-    <text
-       id="text4461"
-       y="-646.69672"
-       x="-1169.6388"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.69672"
-         x="-1169.6388"
-         id="tspan4463"
-         sodipodi:role="line">80</tspan></text>
-    <text
-       id="text4465"
-       y="-646.69672"
-       x="-1129.6388"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.69672"
-         x="-1129.6388"
-         id="tspan4467"
-         sodipodi:role="line">90</tspan></text>
-    <text
-       id="text4469"
-       y="-646.47015"
-       x="-1090.3341"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-1090.3341"
-         id="tspan4471"
-         sodipodi:role="line">100</tspan></text>
-    <text
-       id="text4473"
-       y="-646.69672"
-       x="-1049.8263"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.69672"
-         x="-1049.8263"
-         id="tspan4475"
-         sodipodi:role="line">60</tspan></text>
-    <text
-       id="text4477"
-       y="-646.47015"
-       x="-1010.3341"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-1010.3341"
-         id="tspan4479"
-         sodipodi:role="line">70</tspan></text>
-    <text
-       id="text4481"
-       y="-646.47015"
-       x="-970.33411"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-970.33411"
-         id="tspan4483"
-         sodipodi:role="line">80</tspan></text>
-    <text
-       id="text4485"
-       y="-646.47015"
-       x="-930.33411"
-       style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       xml:space="preserve"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         y="-646.47015"
-         x="-930.33411"
-         id="tspan4487"
-         sodipodi:role="line">90</tspan></text>
-    <g
-       transform="matrix(1,0,0,0.8805277,-1737.9408,-1108.7794)"
-       id="g22"
-       style="fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
-    <g
-       transform="matrix(1,0,0,0.8805277,-1737.9408,-1108.7794)"
-       id="g130"
-       style="fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
-    <g
-       transform="matrix(1,0,0,0.8805277,-1752.9408,-1086.7661)"
-       id="g138"
-       style="fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
-    <path
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M -1278.3125,-745.03125 C -1278.3125,-745.03125 -1279.7082,-745.03509 -1280.3125,-745.03125 C -1280.9167,-745.0274 -1281.7395,-745.00774 -1282.3438,-745 C -1282.9479,-744.9923 -1283.7396,-744.97646 -1284.3438,-744.96875 C -1284.9479,-744.96103 -1285.7707,-744.96878 -1286.375,-744.96875 C -1286.9793,-744.96875 -1287.7707,-744.95331 -1288.375,-744.96875 C -1288.9793,-744.98418 -1289.796,-745.02792 -1290.4062,-745.0625 C -1291.0166,-745.09711 -1291.8275,-745.17246 -1292.4375,-745.21875 C -1293.0475,-745.26506 -1293.8645,-745.33256 -1294.4688,-745.375 C -1295.0729,-745.41743 -1295.8639,-745.48077 -1296.4688,-745.5 C -1297.0736,-745.51927 -1297.8948,-745.52314 -1298.5,-745.5 C -1299.1052,-745.47689 -1299.8945,-745.41689 -1300.5,-745.34375 C -1301.1056,-745.27059 -1301.9264,-745.11954 -1302.5312,-745 C -1303.1362,-744.88051 -1303.9271,-744.67016 -1304.5312,-744.53125 C -1305.1354,-744.39232 -1305.9261,-744.20936 -1306.5312,-744.09375 C -1307.1364,-743.97817 -1307.9544,-743.82724 -1308.5625,-743.78125 C -1309.1707,-743.73524 -1309.952,-743.72392 -1310.5625,-743.78125 C -1311.1729,-743.83856 -1311.9842,-743.98755 -1312.5938,-744.15625 C -1313.2033,-744.32492 -1313.9818,-744.64833 -1314.5938,-744.90625 C -1315.2057,-745.16414 -1316.0463,-745.58176 -1316.6562,-745.875 C -1317.2662,-746.16827 -1318.0471,-746.60572 -1318.6562,-746.84375 C -1319.2656,-747.08181 -1320.0711,-747.36638 -1320.6875,-747.46875 C -1321.3038,-747.57111 -1322.0618,-747.64469 -1322.6875,-747.5625 C -1323.3132,-747.48031 -1324.098,-747.19555 -1324.7188,-746.90625 C -1325.3396,-746.6169 -1326.1103,-746.04431 -1326.7188,-745.59375 C -1327.3273,-745.14319 -1328.1458,-744.41174 -1328.75,-743.90625 C -1329.3542,-743.40076 -1330.1386,-742.64551 -1330.75,-742.21875 C -1331.3615,-741.792 -1332.112,-741.23966 -1332.75,-741.03125 C -1333.3879,-740.82284 -1334.1253,-740.6954 -1334.7812,-740.78125 C -1335.4371,-740.8671 -1336.1426,-741.24344 -1336.7812,-741.65625 C -1337.4199,-742.06906 -1338.1943,-742.91617 -1338.8125,-743.59375 C -1339.4306,-744.27136 -1340.2338,-745.40418 -1340.8438,-746.1875 C -1341.4538,-746.97083 -1342.2623,-748.12709 -1342.875,-748.8125 C -1343.4876,-749.49793 -1344.2173,-750.40027 -1344.875,-750.78125 C -1345.5327,-751.16226 -1346.1938,-751.48021 -1346.9062,-751.4375 C -1347.6188,-751.39484 -1348.2402,-750.95695 -1348.9062,-750.4375 C -1349.5722,-749.91805 -1350.3181,-748.80292 -1350.9375,-747.875 C -1351.5569,-746.94709 -1352.3331,-745.34161 -1352.9375,-744.21875 C -1353.542,-743.0959 -1354.3573,-741.43178 -1354.9688,-740.40625 C -1355.5801,-739.38071 -1356.3034,-738.04307 -1356.9688,-737.40625 C -1357.6341,-736.76947 -1358.1811,-736.13838 -1358.9688,-736.09375 C -1359.7564,-736.04914 -1360.2788,-736.41084 -1361,-737 C -1361.7211,-737.5892 -1362.3737,-738.96631 -1363,-740.15625 C -1363.6262,-741.34617 -1364.4203,-743.464 -1365.0312,-744.96875 C -1365.6422,-746.47353 -1366.4799,-748.74086 -1367.0938,-750.1875 C -1367.7076,-751.63412 -1368.495,-753.56511 -1369.0938,-754.59375 C -1369.4868,-755.26888 -1370.6148,-756.58357 -1371.5167,-756.61069 C -1372.4714,-756.63941 -1373.8257,-754.75924 -1374.2188,-754.03125 C -1374.7843,-752.98402 -1375.6049,-751.07162 -1376.2188,-749.625 C -1376.8325,-748.17838 -1377.6703,-745.87978 -1378.2812,-744.375 C -1378.8922,-742.87021 -1379.6863,-740.78367 -1380.3125,-739.59375 C -1380.9388,-738.40383 -1381.5914,-737.0267 -1382.3125,-736.4375 C -1383.0337,-735.8483 -1383.5248,-735.45539 -1384.3125,-735.5 C -1385.1002,-735.54459 -1385.6784,-736.17572 -1386.3438,-736.8125 C -1387.009,-737.44928 -1387.7324,-738.81821 -1388.3438,-739.84375 C -1388.9552,-740.8693 -1389.7705,-742.5334 -1390.375,-743.65625 C -1390.9794,-744.77906 -1391.7556,-746.38459 -1392.375,-747.3125 C -1392.9944,-748.24038 -1393.7403,-749.35555 -1394.4062,-749.875 C -1395.0723,-750.39447 -1395.6937,-750.83234 -1396.4062,-750.875 C -1397.1186,-750.91766 -1397.7798,-750.56851 -1398.4375,-750.1875 C -1399.0952,-749.80654 -1399.8249,-748.93543 -1400.4375,-748.25 C -1401.0502,-747.56454 -1401.8275,-746.40833 -1402.4375,-745.625 C -1403.0475,-744.8417 -1403.8819,-743.70886 -1404.5,-743.03125 C -1405.1182,-742.35363 -1405.8926,-741.50656 -1406.5312,-741.09375 C -1407.1698,-740.68095 -1407.8754,-740.3046 -1408.5312,-740.21875 C -1409.1872,-740.13292 -1409.8934,-740.26034 -1410.5312,-740.46875 C -1411.1693,-740.67717 -1411.951,-741.2295 -1412.5625,-741.65625 C -1413.1739,-742.08296 -1413.9583,-742.83826 -1414.5625,-743.34375 C -1415.1667,-743.84926 -1415.9852,-744.58069 -1416.5938,-745.03125 C -1417.2022,-745.48177 -1417.9729,-746.0544 -1418.5938,-746.34375 C -1419.2145,-746.63307 -1419.9993,-746.88656 -1420.625,-746.96875 C -1421.2507,-747.0509 -1422.0087,-747.00861 -1422.625,-746.90625 C -1423.2414,-746.8039 -1424.0469,-746.51931 -1424.6562,-746.28125 C -1425.2654,-746.04317 -1426.0463,-745.60577 -1426.6562,-745.3125 C -1427.2662,-745.01922 -1428.1068,-744.60164 -1428.7188,-744.34375 C -1429.3307,-744.08585 -1430.1092,-743.76242 -1430.7188,-743.59375 C -1431.3283,-743.42507 -1432.1396,-743.24481 -1432.75,-743.1875 C -1433.3605,-743.13019 -1434.1418,-743.14149 -1434.75,-743.1875 C -1435.3581,-743.23351 -1436.1761,-743.38442 -1436.7812,-743.5 C -1437.3864,-743.61557 -1438.1771,-743.82982 -1438.7812,-743.96875 C -1439.3854,-744.10768 -1440.1763,-744.31801 -1440.7812,-744.4375 C -1441.3861,-744.557 -1442.2069,-744.70809 -1442.8125,-744.78125 C -1443.418,-744.8544 -1444.2073,-744.91439 -1444.8125,-744.9375 C -1445.4177,-744.9606 -1446.2389,-744.95677 -1446.8438,-744.9375 C -1447.4486,-744.91823 -1448.2396,-744.85493 -1448.8438,-744.8125 C -1449.4479,-744.77008 -1450.265,-744.70256 -1450.875,-744.65625 C -1451.4851,-744.60998 -1452.2959,-744.53461 -1452.9062,-744.5 C -1453.5165,-744.46537 -1454.3332,-744.42168 -1454.9375,-744.40625 C -1455.5418,-744.39083 -1456.3332,-744.375 -1456.9375,-744.375 C -1457.5418,-744.37499 -1458.3646,-744.39853 -1458.9688,-744.40625 C -1459.5729,-744.41398 -1460.3646,-744.4298 -1460.9688,-744.4375 C -1461.573,-744.4452 -1462.3958,-744.4649 -1463,-744.46875 C -1463.6043,-744.47261 -1479.4312,-744.36303 -1479.4312,-744.36303"
-       id="path140"
-       sodipodi:nodetypes="cssssssssssssssssssssssssssssssssssssssssssssszsssssssssssssssssssssssssssssssssssssssssssssc"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4676"
-       d="M -1279,-743.4629 C -1279,-743.4629 -1277.6073,-762.81976 -1276.9861,-769.52196 C -1276.3648,-776.22416 -1275.7328,-784.32171 -1274.9721,-788.14657 C -1274.2115,-791.97145 -1274.0658,-795.18257 -1272.9582,-795.06651 C -1272.0336,-794.96962 -1271.719,-792.48049 -1270.9443,-789.04695 C -1270.1695,-785.6134 -1269.5499,-778.15095 -1268.9303,-772.12015 C -1268.3108,-766.08936 -1267.5264,-755.86989 -1266.9164,-748.83935 C -1266.3064,-741.80881 -1265.4835,-731.50843 -1264.8637,-725.24987 C -1264.244,-718.99128 -1263.5442,-711.10044 -1262.8498,-707.114 C -1262.1554,-703.12756 -1262.3351,-698.767 -1260.8359,-698.65059 C -1259.3265,-698.5334 -1259.7917,-699.20116 -1258.8219,-701.55747 C -1257.8522,-703.91379 -1257.4371,-709.69359 -1256.808,-714.57414 C -1256.1789,-719.4547 -1255.399,-728.03327 -1254.7941,-734.09913 C -1254.1892,-740.16498 -1253.3902,-749.30253 -1252.7802,-755.01326 C -1252.1701,-760.724 -1251.427,-768.19919 -1250.7662,-772.1716 C -1250.1054,-776.14398 -1250.8055,-780.62812 -1248.7523,-781.50963 C -1246.6991,-782.39115 -1248.3774,-782.37959 -1246.7384,-781.12377 C -1245.0993,-779.86792 -1245.3682,-775.36642 -1244.7244,-771.52847 C -1244.0806,-767.69054 -1243.3226,-760.65591 -1242.7105,-755.52775 C -1242.0984,-750.39961 -1241.2704,-742.4377 -1240.6578,-737.34043 C -1240.0452,-732.24319 -1239.2848,-725.36041 -1238.6439,-721.54552 C -1238.0029,-717.73063 -1237.7545,-713.49085 -1236.63,-711.89877 C -1235.5054,-710.30671 -1236.5267,-710.08028 -1234.616,-710.43247 C -1232.7054,-710.78468 -1233.2705,-714.1812 -1232.6021,-717.09516 C -1231.9337,-720.00911 -1231.1976,-725.65132 -1230.5882,-729.88029 C -1229.9788,-734.10926 -1229.1794,-740.85188 -1228.5742,-745.28935 C -1227.969,-749.72682 -1227.1883,-755.91069 -1226.5603,-759.46363 C -1225.9323,-763.01655 -1225.3811,-767.16359 -1224.5464,-768.98174 C -1223.7116,-770.79988 -1224.2294,-771.81829 -1222.5324,-771.73427 C -1220.8354,-771.65026 -1221.2281,-769.58251 -1220.5185,-767.464 C -1219.8089,-765.34546 -1219.1235,-760.95913 -1218.5046,-757.56 C -1217.8857,-754.16088 -1217.0619,-748.57053 -1216.4519,-744.80059 C -1215.8419,-741.03064 -1215.0577,-735.62524 -1214.438,-732.42704 C -1213.8182,-729.22884 -1213.1519,-725.34374 -1212.424,-723.47487 C -1211.6961,-721.60599 -1211.887,-719.97377 -1210.4101,-719.89915 C -1208.9332,-719.82452 -1209.1776,-720.8452 -1208.3962,-722.29153 C -1207.6148,-723.73784 -1207.0026,-727.02441 -1206.3822,-729.6745 C -1205.7619,-732.32459 -1204.9725,-736.84653 -1204.3683,-739.96436 C -1203.7641,-743.08218 -1202.9682,-747.66677 -1202.3544,-750.46001 C -1201.7406,-753.25324 -1201.0204,-756.78538 -1200.3404,-758.58899 C -1199.6605,-760.3926 -1199.5727,-762.25756 -1198.3265,-762.52486 C -1197.0804,-762.79216 -1197.2186,-762.45303 -1196.3126,-761.57304 C -1195.4065,-760.69304 -1194.928,-758.27473 -1194.2986,-756.27378 C -1193.6693,-754.27281 -1192.8952,-750.72621 -1192.2847,-748.22195 C -1191.6742,-745.7177 -1190.8472,-741.93968 -1190.2321,-739.57848 C -1189.6169,-737.21728 -1188.8724,-734.12575 -1188.2181,-732.47848 C -1187.5639,-730.83121 -1187.1954,-729.05833 -1186.2042,-728.56834 C -1185.213,-728.07835 -1185.1634,-728.08562 -1184.1903,-728.51688 C -1183.217,-728.94817 -1182.8177,-730.67097 -1182.1763,-732.11834 C -1181.5349,-733.56572 -1180.7689,-736.24472 -1180.1624,-738.18936 C -1179.5559,-740.13398 -1178.7558,-743.15827 -1178.1485,-745.08355 C -1177.5411,-747.00882 -1176.7709,-749.58968 -1176.1345,-751.02594 C -1175.4981,-752.46221 -1174.9415,-754.08729 -1174.1206,-754.67883 C -1173.2997,-755.27039 -1172.9912,-755.47946 -1172.1067,-755.29624 C -1171.2222,-755.113 -1170.75,-754.02477 -1170.0927,-753.03247 C -1169.4355,-752.04016 -1168.6926,-750.08017 -1168.0788,-748.63355 C -1167.465,-747.18692 -1166.6371,-744.89051 -1166.0261,-743.38573 C -1165.4152,-741.88095 -1164.6384,-739.79086 -1164.0122,-738.60094 C -1163.3859,-737.41103 -1162.7194,-736.02601 -1161.9983,-735.43681 C -1161.2771,-734.84763 -1160.772,-734.46612 -1159.9843,-734.51073 C -1159.1966,-734.55533 -1158.6357,-735.1859 -1157.9704,-735.82268 C -1157.3051,-736.45947 -1156.5678,-737.80692 -1155.9565,-738.83246 C -1155.3451,-739.85801 -1154.547,-741.54259 -1153.9425,-742.66544 C -1153.3381,-743.78828 -1152.548,-745.39043 -1151.9286,-746.31834 C -1151.3092,-747.24624 -1150.5807,-748.34562 -1149.9147,-748.86507 C -1149.2486,-749.38452 -1148.6132,-749.82567 -1147.9007,-749.86833 C -1147.1883,-749.91101 -1146.5445,-749.5805 -1145.8868,-749.19949 C -1145.2291,-748.8185 -1144.4855,-747.92985 -1143.8729,-747.24442 C -1143.2602,-746.55899 -1142.4689,-745.40383 -1141.8589,-744.6205 C -1141.2489,-743.83718 -1140.4244,-742.69993 -1139.8063,-742.02232 C -1139.1881,-741.34472 -1138.431,-740.50579 -1137.7923,-740.09298 C -1137.1537,-739.68016 -1136.4343,-739.30419 -1135.7784,-739.21834 C -1135.1225,-739.13249 -1134.4024,-739.26717 -1133.7645,-739.47558 C -1133.1265,-739.68401 -1132.362,-740.23217 -1131.7505,-740.65892 C -1131.1391,-741.08565 -1130.3408,-741.82553 -1129.7366,-742.33102 C -1129.1324,-742.8365 -1128.3312,-743.57829 -1127.7227,-744.02885 C -1127.1142,-744.47939 -1126.3295,-745.05146 -1125.7087,-745.34081 C -1125.088,-745.63014 -1124.3205,-745.90173 -1123.6948,-745.98392 C -1123.0691,-746.0661 -1122.2972,-746.00911 -1121.6809,-745.90675 C -1121.0645,-745.80439 -1120.2762,-745.52741 -1119.6669,-745.28935 C -1119.0577,-745.05129 -1118.263,-744.60508 -1117.653,-744.31181 C -1117.043,-744.01855 -1116.2123,-743.59217 -1115.6003,-743.33428 C -1114.9884,-743.07639 -1114.1959,-742.75694 -1113.5864,-742.58827 C -1112.9769,-742.41958 -1112.1829,-742.25971 -1111.5725,-742.2024 C -1110.962,-742.14508 -1110.1667,-742.15639 -1109.5585,-742.2024 C -1108.9504,-742.2484 -1108.1498,-742.3955 -1107.5446,-742.51108 C -1106.9394,-742.62668 -1106.1349,-742.83521 -1105.5307,-742.97414 C -1104.9265,-743.11305 -1104.1216,-743.31768 -1103.5167,-743.43717 C -1102.9119,-743.55669 -1102.1084,-743.69844 -1101.5028,-743.7716 C -1100.8973,-743.84476 -1100.0941,-743.90284 -1099.4889,-743.92595 C -1098.8837,-743.94906 -1098.0798,-743.94522 -1097.475,-743.92595 C -1096.8701,-743.90669 -1096.0652,-743.83976 -1095.461,-743.79733 C -1094.8568,-743.75488 -1094.0571,-743.68928 -1093.4471,-743.64297 C -1092.8371,-743.59667 -1092.0047,-743.52323 -1091.3944,-743.48862 C -1090.7842,-743.45402 -1089.9848,-743.42688 -1089.3805,-743.41145 C -1088.7762,-743.39602 -1087.9709,-743.38573 -1087.3666,-743.38573 C -1086.7623,-743.38573 -1085.9568,-743.40373 -1085.3526,-743.41145 C -1084.7484,-743.41917 -1083.9429,-743.42947 -1083.3387,-743.43717 C -1082.7345,-743.44489 -1081.929,-743.45905 -1081.3248,-743.4629 C -1080.7205,-743.46675 -1079.3108,-743.4629 -1079.3108,-743.4629"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       sodipodi:nodetypes="czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
-       style="fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#fce94f;stroke-width:2.00000023999999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4678"
-       d="M -1079,-743.4629 C -1079,-743.4629 -1077.6073,-762.81976 -1076.9861,-769.52196 C -1076.3648,-776.22416 -1075.7328,-784.32171 -1074.9721,-788.14657 C -1074.2115,-791.97145 -1074.0658,-795.18257 -1072.9582,-795.06651 C -1072.0336,-794.96962 -1071.719,-792.48049 -1070.9443,-789.04695 C -1070.1695,-785.6134 -1069.5499,-778.15095 -1068.9303,-772.12015 C -1068.3108,-766.08936 -1067.5264,-755.86989 -1066.9164,-748.83935 C -1066.3064,-741.80881 -1065.4835,-731.50843 -1064.8637,-725.24987 C -1064.244,-718.99128 -1063.5442,-711.10044 -1062.8498,-707.114 C -1062.1554,-703.12756 -1062.3351,-698.767 -1060.8359,-698.65059 C -1059.3265,-698.5334 -1059.7917,-699.20116 -1058.8219,-701.55747 C -1057.8522,-703.91379 -1057.4371,-709.69359 -1056.808,-714.57414 C -1056.1789,-719.4547 -1055.399,-728.03327 -1054.7941,-734.09913 C -1054.1892,-740.16498 -1053.3902,-749.30253 -1052.7802,-755.01326 C -1052.1701,-760.724 -1051.427,-768.19919 -1050.7662,-772.1716 C -1050.1054,-776.14398 -1050.8055,-780.62812 -1048.7523,-781.50963 C -1046.6991,-782.39115 -1048.3774,-782.37959 -1046.7384,-781.12377 C -1045.0993,-779.86792 -1045.3682,-775.36642 -1044.7244,-771.52847 C -1044.0806,-767.69054 -1043.3226,-760.65591 -1042.7105,-755.52775 C -1042.0984,-750.39961 -1041.2704,-742.4377 -1040.6578,-737.34043 C -1040.0452,-732.24319 -1039.2848,-725.36041 -1038.6439,-721.54552 C -1038.0029,-717.73063 -1037.7545,-713.49085 -1036.63,-711.89877 C -1035.5054,-710.30671 -1036.5267,-710.08028 -1034.616,-710.43247 C -1032.7054,-710.78468 -1033.2705,-714.1812 -1032.6021,-717.09516 C -1031.9337,-720.00911 -1031.1976,-725.65132 -1030.5882,-729.88029 C -1029.9788,-734.10926 -1029.1794,-740.85188 -1028.5742,-745.28935 C -1027.969,-749.72682 -1027.1883,-755.91069 -1026.5603,-759.46363 C -1025.9323,-763.01655 -1025.3811,-767.16359 -1024.5464,-768.98174 C -1023.7116,-770.79988 -1024.2294,-771.81829 -1022.5324,-771.73427 C -1020.8354,-771.65026 -1021.2281,-769.58251 -1020.5185,-767.464 C -1019.8089,-765.34546 -1019.1235,-760.95913 -1018.5046,-757.56 C -1017.8857,-754.16088 -1017.0619,-748.57053 -1016.4519,-744.80059 C -1015.8419,-741.03064 -1015.0577,-735.62524 -1014.438,-732.42704 C -1013.8182,-729.22884 -1013.1519,-725.34374 -1012.424,-723.47487 C -1011.6961,-721.60599 -1011.887,-719.97377 -1010.4101,-719.89915 C -1008.9332,-719.82452 -1009.1776,-720.8452 -1008.3962,-722.29153 C -1007.6148,-723.73784 -1007.0026,-727.02441 -1006.3822,-729.6745 C -1005.7619,-732.32459 -1004.9725,-736.84653 -1004.3683,-739.96436 C -1003.7641,-743.08218 -1002.9682,-747.66677 -1002.3544,-750.46001 C -1001.7406,-753.25324 -1001.0204,-756.78538 -1000.3404,-758.58899 C -999.6605,-760.3926 -999.5727,-762.25756 -998.3265,-762.52486 C -997.0804,-762.79216 -997.2186,-762.45303 -996.3126,-761.57304 C -995.4065,-760.69304 -994.928,-758.27473 -994.2986,-756.27378 C -993.6693,-754.27281 -992.8952,-750.72621 -992.2847,-748.22195 C -991.6742,-745.7177 -990.8472,-741.93968 -990.2321,-739.57848 C -989.6169,-737.21728 -988.8724,-734.12575 -988.2181,-732.47848 C -987.5639,-730.83121 -987.1954,-729.05833 -986.2042,-728.56834 C -985.213,-728.07835 -985.1634,-728.08562 -984.1903,-728.51688 C -983.217,-728.94817 -982.8177,-730.67097 -982.1763,-732.11834 C -981.5349,-733.56572 -980.7689,-736.24472 -980.1624,-738.18936 C -979.5559,-740.13398 -978.7558,-743.15827 -978.1485,-745.08355 C -977.5411,-747.00882 -976.7709,-749.58968 -976.1345,-751.02594 C -975.4981,-752.46221 -974.9415,-754.08729 -974.1206,-754.67883 C -973.2997,-755.27039 -972.9912,-755.47946 -972.1067,-755.29624 C -971.2222,-755.113 -970.75,-754.02477 -970.0927,-753.03247 C -969.4355,-752.04016 -968.6926,-750.08017 -968.0788,-748.63355 C -967.465,-747.18692 -966.6371,-744.89051 -966.0261,-743.38573 C -965.4152,-741.88095 -964.6384,-739.79086 -964.0122,-738.60094 C -963.3859,-737.41103 -962.7194,-736.02601 -961.9983,-735.43681 C -961.2771,-734.84763 -960.772,-734.46612 -959.9843,-734.51073 C -959.1966,-734.55533 -958.6357,-735.1859 -957.9704,-735.82268 C -957.3051,-736.45947 -956.5678,-737.80692 -955.9565,-738.83246 C -955.3451,-739.85801 -954.547,-741.54259 -953.9425,-742.66544 C -953.3381,-743.78828 -952.548,-745.39043 -951.9286,-746.31834 C -951.3092,-747.24624 -950.5807,-748.34562 -949.9147,-748.86507 C -949.2486,-749.38452 -948.6132,-749.82567 -947.9007,-749.86833 C -947.1883,-749.91101 -946.5445,-749.5805 -945.8868,-749.19949 C -945.2291,-748.8185 -944.4855,-747.92985 -943.8729,-747.24442 C -943.2602,-746.55899 -942.4689,-745.40383 -941.8589,-744.6205 C -941.2489,-743.83718 -940.4244,-742.69993 -939.8063,-742.02232 C -939.1881,-741.34472 -938.431,-740.50579 -937.7923,-740.09298 C -937.1537,-739.68016 -936.4343,-739.30419 -935.7784,-739.21834 C -935.1225,-739.13249 -934.4024,-739.26717 -933.7645,-739.47558 C -933.1265,-739.68401 -932.362,-740.23217 -931.7505,-740.65892 C -931.1391,-741.08565 -930.3408,-741.82553 -929.7366,-742.33102 C -929.1324,-742.8365 -928.3312,-743.57829 -927.7227,-744.02885 C -927.1142,-744.47939 -926.3295,-745.05146 -925.7087,-745.34081 C -925.088,-745.63014 -924.3205,-745.90173 -923.6948,-745.98392 C -923.0691,-746.0661 -922.2972,-746.00911 -921.6809,-745.90675 C -921.0645,-745.80439 -920.2762,-745.52741 -919.6669,-745.28935 C -919.0577,-745.05129 -918.263,-744.60508 -917.653,-744.31181 C -917.043,-744.01855 -916.2123,-743.59217 -915.6003,-743.33428 C -914.9884,-743.07639 -914.1959,-742.75694 -913.5864,-742.58827 C -912.9769,-742.41958 -912.1829,-742.25971 -911.5725,-742.2024 C -910.962,-742.14508 -910.1667,-742.15639 -909.5585,-742.2024 C -908.9504,-742.2484 -908.1498,-742.3955 -907.5446,-742.51108 C -906.9394,-742.62668 -906.1349,-742.83521 -905.5307,-742.97414 C -904.9265,-743.11305 -904.1216,-743.31768 -903.5167,-743.43717 C -902.9119,-743.55669 -902.1084,-743.69844 -901.5028,-743.7716 C -900.8973,-743.84476 -900.0941,-743.90284 -899.4889,-743.92595 C -898.8837,-743.94906 -898.0798,-743.94522 -897.475,-743.92595 C -896.8701,-743.90669 -896.0652,-743.83976 -895.461,-743.79733 C -894.8568,-743.75488 -894.0571,-743.68928 -893.4471,-743.64297 C -892.8371,-743.59667 -892.0047,-743.52323 -891.3944,-743.48862 C -890.7842,-743.45402 -889.9848,-743.42688 -889.3805,-743.41145 C -888.7762,-743.39602 -887.9709,-743.38573 -887.3666,-743.38573 C -886.7623,-743.38573 -885.9568,-743.40373 -885.3526,-743.41145 C -884.7484,-743.41917 -883.9429,-743.42947 -883.3387,-743.43717 C -882.7345,-743.44489 -881.929,-743.45905 -881.3248,-743.4629 C -880.7205,-743.46675 -879.3108,-743.4629 -879.3108,-743.4629"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.00000036, 3.00000036;stroke-dashoffset:0;stroke-opacity:1"
-       d="M -1280.4435,-803.8446 L -1280,-674.86212"
-       id="path6743"
-       sodipodi:nodetypes="cc"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <path
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3.00000042, 3.00000042;stroke-dashoffset:0;stroke-opacity:1"
-       d="M -1080.4435,-804.52837 L -1080,-672.56128"
-       id="path6745"
-       sodipodi:nodetypes="cc"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90" />
-    <text
-       xml:space="preserve"
-       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-       x="-971.45312"
-       y="-780.96594"
-       id="text6769"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90"><tspan
-         sodipodi:role="line"
-         id="tspan6771"
-         x="-971.45312"
-         y="-780.96594">replay</tspan></text>
-    <g
-       id="g6856"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <path
-         transform="translate(-3,-27)"
-         d="M -720,-737.63782 A 40,40 0 1 1 -800,-737.63782 A 40,40 0 1 1 -720,-737.63782 z"
-         sodipodi:ry="40"
-         sodipodi:rx="40"
-         sodipodi:cy="-737.63782"
-         sodipodi:cx="-760"
-         id="path6779"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:6;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:nodetypes="ccc"
-         id="path6781"
-         d="M -776.34074,-774.94083 L -763,-764.63782 L -735,-780.63782"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
-      <g
-         transform="translate(328.3863,114.30939)"
-         id="g6821">
-        <path
-           style="font-size:14px;fill:#cc0000"
-           id="path6803"
-           d="M -1087.4832,-867.42741 C -1090.0376,-867.42741 -1093.7749,-869.50861 -1097.4174,-869.50861 C -1101.0599,-869.50861 -1103.2355,-867.42741 -1103.6143,-867.14359 C -1103.9925,-866.85977 -1104.2296,-865.77217 -1103.0938,-866.10322 C -1101.9581,-866.43427 -1101.0126,-866.43427 -1099.2148,-866.43427 C -1097.4169,-866.43427 -1093.1124,-863.97433 -1088.7601,-863.97433 C -1084.4079,-863.97433 -1080.7659,-867.33248 -1079.9617,-868.51546 C -1079.1574,-869.69845 -1079.9144,-870.07673 -1080.5293,-869.79243 C -1081.1447,-869.50861 -1085.1177,-867.42741 -1087.4832,-867.42741 z" />
-        <path
-           style="font-size:14px;fill:#73d216"
-           id="path6805"
-           d="M -1076.3863,-860.94721 C -1079.0701,-860.94721 -1082.9963,-863.02794 -1086.823,-863.02794 C -1090.6496,-863.02794 -1092.9358,-860.94721 -1093.3334,-860.66292 C -1093.731,-860.37862 -1093.9799,-859.2915 -1092.787,-859.62255 C -1091.5941,-859.9536 -1090.6005,-859.9536 -1088.712,-859.9536 C -1086.8234,-859.9536 -1082.3007,-857.49365 -1077.7289,-857.49365 C -1073.157,-857.49365 -1069.3299,-860.85182 -1068.4851,-862.03433 C -1067.6402,-863.21731 -1068.4355,-863.59605 -1069.0815,-863.31176 C -1069.7276,-863.02747 -1073.9013,-860.94721 -1076.3863,-860.94721 z" />
-        <path
-           style="font-size:14px;fill:#204a87"
-           id="path6807"
-           d="M -1091.8302,-853.79642 C -1094.6132,-853.79642 -1098.6849,-856.04479 -1102.6532,-856.04479 C -1106.6215,-856.04479 -1108.9927,-853.79642 -1109.405,-853.48993 C -1109.8172,-853.18344 -1110.0751,-852.00849 -1108.8383,-852.36645 C -1107.601,-852.72394 -1106.5705,-852.72394 -1104.6121,-852.72394 C -1102.6537,-852.72394 -1097.9633,-850.06707 -1093.2215,-850.06707 C -1088.4801,-850.06707 -1084.5118,-853.69442 -1083.6353,-854.97184 C -1082.7588,-856.24928 -1083.5838,-856.65777 -1084.2539,-856.35129 C -1084.9241,-856.04479 -1089.2532,-853.79642 -1091.8302,-853.79642 z" />
-      </g>
-    </g>
-    <g
-       id="g6836"
-       transform="translate(11,0.7493286)"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-         transform="matrix(0.5209012,0,0,0.5209012,-780.25169,-372.16062)"
-         id="g6765">
-        <path
-           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:3.83949971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           d="M -1734.3184,-760.78564 C -1734.3184,-760.78564 -1735.7141,-760.78948 -1736.3184,-760.78564 C -1736.9226,-760.78179 -1737.7454,-760.76213 -1738.3497,-760.75439 C -1738.9538,-760.74669 -1739.7455,-760.73085 -1740.3497,-760.72314 C -1740.9538,-760.71542 -1741.7766,-760.72317 -1742.3809,-760.72314 C -1742.9852,-760.72314 -1743.7766,-760.7077 -1744.3809,-760.72314 C -1744.9852,-760.73857 -1745.8019,-760.78231 -1746.4121,-760.81689 C -1747.0225,-760.8515 -1747.8334,-760.92685 -1748.4434,-760.97314 C -1749.0534,-761.01945 -1749.8704,-761.08695 -1750.4747,-761.12939 C -1751.0788,-761.17182 -1751.8698,-761.23516 -1752.4747,-761.25439 C -1753.0795,-761.27366 -1753.9007,-761.27753 -1754.5059,-761.25439 C -1755.1111,-761.23128 -1755.9004,-761.17128 -1756.5059,-761.09814 C -1757.1115,-761.02498 -1757.9323,-760.87393 -1758.5371,-760.75439 C -1759.1421,-760.6349 -1759.933,-760.42455 -1760.5371,-760.28564 C -1761.1413,-760.14671 -1761.932,-759.96375 -1762.5371,-759.84814 C -1763.1423,-759.73256 -1763.9603,-759.58163 -1764.5684,-759.53564 C -1765.1766,-759.48963 -1765.9579,-759.47831 -1766.5684,-759.53564 C -1767.1788,-759.59295 -1767.9901,-759.74194 -1768.5997,-759.91064 C -1769.2092,-760.07931 -1769.9877,-760.40272 -1770.5997,-760.66064 C -1771.2116,-760.91853 -1772.0522,-761.33615 -1772.6621,-761.62939 C -1773.2721,-761.92266 -1774.053,-762.36011 -1774.6621,-762.59814 C -1775.2715,-762.8362 -1776.077,-763.12077 -1776.6934,-763.22314 C -1777.3097,-763.3255 -1778.0677,-763.39908 -1778.6934,-763.31689 C -1779.3191,-763.2347 -1780.1039,-762.94994 -1780.7247,-762.66064 C -1781.3455,-762.37129 -1782.1162,-761.7987 -1782.7247,-761.34814 C -1783.3332,-760.89758 -1784.1517,-760.16613 -1784.7559,-759.66064 C -1785.3601,-759.15515 -1786.1445,-758.3999 -1786.7559,-757.97314 C -1787.3674,-757.54639 -1788.1179,-756.99405 -1788.7559,-756.78564 C -1789.3938,-756.57723 -1790.1312,-756.44979 -1790.7871,-756.53564 C -1791.443,-756.62149 -1792.1485,-756.99783 -1792.7871,-757.41064 C -1793.4258,-757.82345 -1794.2002,-758.67056 -1794.8184,-759.34814 C -1795.4365,-760.02575 -1796.2397,-761.15857 -1796.8497,-761.94189 C -1797.4597,-762.72522 -1798.2682,-763.88148 -1798.8809,-764.56689 C -1799.4935,-765.25232 -1800.2232,-766.15466 -1800.8809,-766.53564 C -1801.5386,-766.91665 -1802.1997,-767.2346 -1802.9121,-767.19189 C -1803.6247,-767.14923 -1804.2461,-766.71134 -1804.9121,-766.19189 C -1805.5781,-765.67244 -1806.324,-764.55731 -1806.9434,-763.62939 C -1807.5628,-762.70148 -1808.339,-761.096 -1808.9434,-759.97314 C -1809.5479,-758.85029 -1810.3632,-757.18617 -1810.9747,-756.16064 C -1811.586,-755.1351 -1812.3093,-753.79746 -1812.9747,-753.16064 C -1813.64,-752.52386 -1814.187,-751.89277 -1814.9747,-751.84814 C -1815.7623,-751.80353 -1816.2847,-752.16523 -1817.0059,-752.75439 C -1817.727,-753.34359 -1818.3796,-754.7207 -1819.0059,-755.91064 C -1819.6321,-757.10056 -1820.4262,-759.21839 -1821.0371,-760.72314 C -1821.6481,-762.22792 -1822.4858,-764.49525 -1823.0997,-765.94189 C -1823.7135,-767.38851 -1824.5009,-769.3195 -1825.0997,-770.34814 C -1825.4927,-771.02327 -1826.6207,-772.33796 -1827.5226,-772.36508 C -1828.4773,-772.3938 -1829.8316,-770.51363 -1830.2247,-769.78564 C -1830.7902,-768.73841 -1831.6108,-766.82601 -1832.2247,-765.37939 C -1832.8384,-763.93277 -1833.6762,-761.63417 -1834.2871,-760.12939 C -1834.8981,-758.6246 -1835.6922,-756.53806 -1836.3184,-755.34814 C -1836.9447,-754.15822 -1837.5973,-752.78109 -1838.3184,-752.19189 C -1839.0396,-751.60269 -1839.5307,-751.20978 -1840.3184,-751.25439 C -1841.1061,-751.29898 -1841.6843,-751.93011 -1842.3497,-752.56689 C -1843.0149,-753.20367 -1843.7383,-754.5726 -1844.3497,-755.59814 C -1844.9611,-756.62369 -1845.7764,-758.28779 -1846.3809,-759.41064 C -1846.9853,-760.53345 -1847.7615,-762.13898 -1848.3809,-763.06689 C -1849.0003,-763.99477 -1849.7462,-765.10994 -1850.4121,-765.62939 C -1851.0782,-766.14886 -1851.6996,-766.58673 -1852.4121,-766.62939 C -1853.1245,-766.67205 -1853.7857,-766.3229 -1854.4434,-765.94189 C -1855.1011,-765.56093 -1855.8308,-764.68982 -1856.4434,-764.00439 C -1857.0561,-763.31893 -1857.8334,-762.16272 -1858.4434,-761.37939 C -1859.0534,-760.59609 -1859.8878,-759.46325 -1860.5059,-758.78564 C -1861.1241,-758.10802 -1861.8985,-757.26095 -1862.5371,-756.84814 C -1863.1757,-756.43534 -1863.8813,-756.05899 -1864.5371,-755.97314 C -1865.1931,-755.88731 -1865.8993,-756.01473 -1866.5371,-756.22314 C -1867.1752,-756.43156 -1867.9569,-756.98389 -1868.5684,-757.41064 C -1869.1798,-757.83735 -1869.9642,-758.59265 -1870.5684,-759.09814 C -1871.1726,-759.60365 -1871.9911,-760.33508 -1872.5997,-760.78564 C -1873.2081,-761.23616 -1873.9788,-761.80879 -1874.5997,-762.09814 C -1875.2204,-762.38746 -1876.0052,-762.64095 -1876.6309,-762.72314 C -1877.2566,-762.80529 -1878.0146,-762.763 -1878.6309,-762.66064 C -1879.2473,-762.55829 -1880.0528,-762.2737 -1880.6621,-762.03564 C -1881.2713,-761.79756 -1882.0522,-761.36016 -1882.6621,-761.06689 C -1883.2721,-760.77361 -1884.1127,-760.35603 -1884.7247,-760.09814 C -1885.3366,-759.84024 -1886.1151,-759.51681 -1886.7247,-759.34814 C -1887.3342,-759.17946 -1888.1455,-758.9992 -1888.7559,-758.94189 C -1889.3664,-758.88458 -1890.1477,-758.89588 -1890.7559,-758.94189 C -1891.364,-758.9879 -1892.182,-759.13881 -1892.7871,-759.25439 C -1893.3923,-759.36996 -1894.183,-759.58421 -1894.7871,-759.72314 C -1895.3913,-759.86207 -1896.1822,-760.0724 -1896.7871,-760.19189 C -1897.392,-760.31139 -1898.2128,-760.46248 -1898.8184,-760.53564 C -1899.4239,-760.60879 -1900.2132,-760.66878 -1900.8184,-760.69189 C -1901.4236,-760.71499 -1902.2448,-760.71116 -1902.8497,-760.69189 C -1903.4545,-760.67262 -1904.2455,-760.60932 -1904.8497,-760.56689 C -1905.4538,-760.52447 -1906.2709,-760.45695 -1906.8809,-760.41064 C -1907.491,-760.36437 -1908.3018,-760.289 -1908.9121,-760.25439 C -1909.5224,-760.21976 -1910.3391,-760.17607 -1910.9434,-760.16064 C -1911.5477,-760.14522 -1912.3391,-760.12939 -1912.9434,-760.12939 C -1913.5477,-760.12938 -1914.3705,-760.15292 -1914.9747,-760.16064 C -1915.5788,-760.16837 -1916.3705,-760.18419 -1916.9747,-760.19189 C -1917.5789,-760.19959 -1918.4017,-760.21929 -1919.0059,-760.22314 C -1919.6102,-760.227 -1935.4371,-760.11742 -1935.4371,-760.11742"
-           id="path6761"
-           sodipodi:nodetypes="cssssssssssssssssssssssssssssssssssssssssssssszsssssssssssssssssssssssssssssssssssssssssssssc"
-           inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <path
-           sodipodi:nodetypes="czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
-           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:3.83949971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           id="path6763"
-           d="M -1735.0059,-759.21729 C -1735.0059,-759.21729 -1733.6132,-778.57415 -1732.992,-785.27635 C -1732.3707,-791.97855 -1731.7387,-800.0761 -1730.978,-803.90096 C -1730.2174,-807.72584 -1730.0717,-810.93696 -1728.9641,-810.8209 C -1728.0395,-810.72401 -1727.7249,-808.23488 -1726.9502,-804.80134 C -1726.1754,-801.36779 -1725.5558,-793.90534 -1724.9362,-787.87454 C -1724.3167,-781.84375 -1723.5323,-771.62428 -1722.9223,-764.59374 C -1722.3123,-757.5632 -1721.4894,-747.26282 -1720.8696,-741.00426 C -1720.2499,-734.74567 -1719.5501,-726.85483 -1718.8557,-722.86839 C -1718.1613,-718.88195 -1718.341,-714.52139 -1716.8418,-714.40498 C -1715.3324,-714.28779 -1715.7976,-714.95555 -1714.8278,-717.31186 C -1713.8581,-719.66818 -1713.443,-725.44798 -1712.8139,-730.32853 C -1712.1848,-735.20909 -1711.4049,-743.78766 -1710.8,-749.85352 C -1710.1951,-755.91937 -1709.3961,-765.05692 -1708.7861,-770.76765 C -1708.176,-776.47839 -1707.4329,-783.95358 -1706.7721,-787.92599 C -1706.1113,-791.89837 -1706.8114,-796.38251 -1704.7582,-797.26402 C -1702.705,-798.14554 -1704.3833,-798.13398 -1702.7443,-796.87816 C -1701.1052,-795.62231 -1701.3741,-791.12081 -1700.7303,-787.28286 C -1700.0865,-783.44493 -1699.3285,-776.4103 -1698.7164,-771.28214 C -1698.1043,-766.154 -1697.2763,-758.19209 -1696.6637,-753.09482 C -1696.0511,-747.99758 -1695.2907,-741.1148 -1694.6498,-737.29991 C -1694.0088,-733.48502 -1693.7604,-729.24524 -1692.6359,-727.65316 C -1691.5113,-726.0611 -1692.5326,-725.83467 -1690.6219,-726.18686 C -1688.7113,-726.53907 -1689.2764,-729.93559 -1688.608,-732.84955 C -1687.9396,-735.7635 -1687.2035,-741.40571 -1686.5941,-745.63468 C -1685.9847,-749.86365 -1685.1853,-756.60627 -1684.5801,-761.04374 C -1683.9749,-765.48121 -1683.1942,-771.66508 -1682.5662,-775.21802 C -1681.9382,-778.77094 -1681.387,-782.91798 -1680.5523,-784.73613 C -1679.7175,-786.55427 -1680.2353,-787.57268 -1678.5383,-787.48866 C -1676.8413,-787.40465 -1677.234,-785.3369 -1676.5244,-783.21839 C -1675.8148,-781.09985 -1675.1294,-776.71352 -1674.5105,-773.31439 C -1673.8916,-769.91527 -1673.0678,-764.32492 -1672.4578,-760.55498 C -1671.8478,-756.78503 -1671.0636,-751.37963 -1670.4439,-748.18143 C -1669.8241,-744.98323 -1669.1578,-741.09813 -1668.4299,-739.22926 C -1667.702,-737.36038 -1667.8929,-735.72816 -1666.416,-735.65354 C -1664.9391,-735.57891 -1665.1835,-736.59959 -1664.4021,-738.04592 C -1663.6207,-739.49223 -1663.0085,-742.7788 -1662.3881,-745.42889 C -1661.7678,-748.07898 -1660.9784,-752.60092 -1660.3742,-755.71875 C -1659.77,-758.83657 -1658.9741,-763.42116 -1658.3603,-766.2144 C -1657.7465,-769.00763 -1657.0263,-772.53977 -1656.3463,-774.34338 C -1655.6664,-776.14699 -1655.5786,-778.01195 -1654.3324,-778.27925 C -1653.0863,-778.54655 -1653.2245,-778.20742 -1652.3185,-777.32743 C -1651.4124,-776.44743 -1650.9339,-774.02912 -1650.3045,-772.02817 C -1649.6752,-770.0272 -1648.9011,-766.4806 -1648.2906,-763.97634 C -1647.6801,-761.47209 -1646.8531,-757.69407 -1646.238,-755.33287 C -1645.6228,-752.97167 -1644.8783,-749.88014 -1644.224,-748.23287 C -1643.5698,-746.5856 -1643.2013,-744.81272 -1642.2101,-744.32273 C -1641.2189,-743.83274 -1641.1693,-743.84001 -1640.1962,-744.27127 C -1639.2229,-744.70256 -1638.8236,-746.42536 -1638.1822,-747.87273 C -1637.5408,-749.32011 -1636.7748,-751.99911 -1636.1683,-753.94375 C -1635.5618,-755.88837 -1634.7617,-758.91266 -1634.1544,-760.83794 C -1633.547,-762.76321 -1632.7768,-765.34407 -1632.1404,-766.78033 C -1631.504,-768.2166 -1630.9474,-769.84168 -1630.1265,-770.43322 C -1629.3056,-771.02478 -1628.9971,-771.23385 -1628.1126,-771.05063 C -1627.2281,-770.86739 -1626.7559,-769.77916 -1626.0986,-768.78686 C -1625.4414,-767.79455 -1624.6985,-765.83456 -1624.0847,-764.38794 C -1623.4709,-762.94131 -1622.643,-760.6449 -1622.032,-759.14012 C -1621.4211,-757.63534 -1620.6443,-755.54525 -1620.0181,-754.35533 C -1619.3918,-753.16542 -1618.7253,-751.7804 -1618.0042,-751.1912 C -1617.283,-750.60202 -1616.7779,-750.22051 -1615.9902,-750.26512 C -1615.2025,-750.30972 -1614.6416,-750.94029 -1613.9763,-751.57707 C -1613.311,-752.21386 -1612.5737,-753.56131 -1611.9624,-754.58685 C -1611.351,-755.6124 -1610.5529,-757.29698 -1609.9484,-758.41983 C -1609.344,-759.54267 -1608.5539,-761.14482 -1607.9345,-762.07273 C -1607.3151,-763.00063 -1606.5866,-764.10001 -1605.9206,-764.61946 C -1605.2545,-765.13891 -1604.6191,-765.58006 -1603.9066,-765.62272 C -1603.1942,-765.6654 -1602.5504,-765.33489 -1601.8927,-764.95388 C -1601.235,-764.57289 -1600.4914,-763.68424 -1599.8788,-762.99881 C -1599.2661,-762.31338 -1598.4748,-761.15822 -1597.8648,-760.37489 C -1597.2548,-759.59157 -1596.4303,-758.45432 -1595.8122,-757.77671 C -1595.194,-757.09911 -1594.4369,-756.26018 -1593.7982,-755.84737 C -1593.1596,-755.43455 -1592.4402,-755.05858 -1591.7843,-754.97273 C -1591.1284,-754.88688 -1590.4083,-755.02156 -1589.7704,-755.22997 C -1589.1324,-755.4384 -1588.3679,-755.98656 -1587.7564,-756.41331 C -1587.145,-756.84004 -1586.3467,-757.57992 -1585.7425,-758.08541 C -1585.1383,-758.59089 -1584.3371,-759.33268 -1583.7286,-759.78324 C -1583.1201,-760.23378 -1582.3354,-760.80585 -1581.7146,-761.0952 C -1581.0939,-761.38453 -1580.3264,-761.65612 -1579.7007,-761.73831 C -1579.075,-761.82049 -1578.3031,-761.7635 -1577.6868,-761.66114 C -1577.0704,-761.55878 -1576.2821,-761.2818 -1575.6728,-761.04374 C -1575.0636,-760.80568 -1574.2689,-760.35947 -1573.6589,-760.0662 C -1573.0489,-759.77294 -1572.2182,-759.34656 -1571.6062,-759.08867 C -1570.9943,-758.83078 -1570.2018,-758.51133 -1569.5923,-758.34266 C -1568.9828,-758.17397 -1568.1888,-758.0141 -1567.5784,-757.95679 C -1566.9679,-757.89947 -1566.1726,-757.91078 -1565.5644,-757.95679 C -1564.9563,-758.00279 -1564.1557,-758.14989 -1563.5505,-758.26547 C -1562.9453,-758.38107 -1562.1408,-758.5896 -1561.5366,-758.72853 C -1560.9324,-758.86744 -1560.1275,-759.07207 -1559.5226,-759.19156 C -1558.9178,-759.31108 -1558.1143,-759.45283 -1557.5087,-759.52599 C -1556.9032,-759.59915 -1556.1,-759.65723 -1555.4948,-759.68034 C -1554.8896,-759.70345 -1554.0857,-759.69961 -1553.4809,-759.68034 C -1552.876,-759.66108 -1552.0711,-759.59415 -1551.4669,-759.55172 C -1550.8627,-759.50927 -1550.063,-759.44367 -1549.453,-759.39736 C -1548.843,-759.35106 -1548.0106,-759.27762 -1547.4003,-759.24301 C -1546.7901,-759.20841 -1545.9907,-759.18127 -1545.3864,-759.16584 C -1544.7821,-759.15041 -1543.9768,-759.14012 -1543.3725,-759.14012 C -1542.7682,-759.14012 -1541.9627,-759.15812 -1541.3585,-759.16584 C -1540.7543,-759.17356 -1539.9488,-759.18386 -1539.3446,-759.19156 C -1538.7404,-759.19928 -1537.9349,-759.21344 -1537.3307,-759.21729 C -1536.7264,-759.22114 -1535.3167,-759.21729 -1535.3167,-759.21729"
-           inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-      </g>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/clocks.png"
-         xml:space="preserve"
-         style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#204a87;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-         x="-1790"
-         y="-787.63782"
-         id="text6775"><tspan
-           style="font-size:12px"
-           sodipodi:role="line"
-           id="tspan6777"
-           x="-1790"
-           y="-787.63782">100 ms stream</tspan></text>
-      <rect
-         y="-807.38715"
-         x="-1800"
-         height="69.547119"
-         width="230"
-         id="rect6834"
-         style="opacity:1;fill:#3465a4;fill-opacity:0;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-    </g>
-  </g>
-</svg>
diff --git a/docs/manual/diagrams-general.svg b/docs/manual/diagrams-general.svg
deleted file mode 100644 (file)
index 98c427e..0000000
+++ /dev/null
@@ -1,14982 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="744.09448819"
-   height="1052.3622047"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.48.3.1 r9886"
-   sodipodi:docname="diagrams-general.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.1">
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#000000"
-     borderopacity="0.61568627"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="1"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.3698288"
-     inkscape:cx="498.7959"
-     inkscape:cy="-611.64746"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showguides="true"
-     inkscape:guide-bbox="true"
-     inkscape:window-width="1680"
-     inkscape:window-height="994"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     showborder="false"
-     inkscape:showpageshadow="false"
-     borderlayer="false"
-     inkscape:snap-global="true"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       snapvisiblegridlinesonly="true"
-       empspacing="5"
-       empopacity="0.14901961"
-       empcolor="#0000ff"
-       opacity="0.04705882"
-       color="#0000ff"
-       enabled="false"
-       visible="false"
-       id="grid5665"
-       type="xygrid" />
-    <sodipodi:guide
-       id="guide6187"
-       position="160.44492,2126.2924"
-       orientation="1,0" />
-    <sodipodi:guide
-       id="guide6189"
-       position="741.8592,2137.4123"
-       orientation="1,0" />
-  </sodipodi:namedview>
-  <defs
-     id="defs4">
-    <marker
-       inkscape:stockid="Arrow2Mstart"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mstart"
-       style="overflow:visible">
-      <path
-         id="path20428"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Sstart"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Sstart"
-       style="overflow:visible">
-      <path
-         id="path20434"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.3) translate(-2.3,0)" />
-    </marker>
-    <linearGradient
-       id="linearGradient3690">
-      <stop
-         id="stop3692"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop7595"
-         offset="1"
-         style="stop-color:white;stop-opacity:0.25098041;" />
-    </linearGradient>
-    <marker
-       inkscape:stockid="Arrow2Mend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mend"
-       style="overflow:visible;">
-      <path
-         id="path3513"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Lend"
-       style="overflow:visible;">
-      <path
-         id="path3507"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(1.1) rotate(180) translate(1,0)" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <marker
-       inkscape:stockid="Arrow2Mendq"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mendq"
-       style="overflow:visible;">
-      <path
-         id="path5832"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#204a87;stroke-width:0.62500000;fill:#204a87"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4946"
-       id="radialGradient2252"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,2.658463e-16,23.58206)"
-       cx="22.930462"
-       cy="35.373093"
-       fx="22.930462"
-       fy="35.373093"
-       r="17.576654" />
-    <linearGradient
-       id="linearGradient4182">
-      <stop
-         id="stop4184"
-         offset="0.0000000"
-         style="stop-color:#a36d18;stop-opacity:1.0000000;" />
-      <stop
-         id="stop4186"
-         offset="1.0000000"
-         style="stop-color:#d79020;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4192">
-      <stop
-         id="stop4194"
-         offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
-      <stop
-         id="stop4196"
-         offset="1.0000000"
-         style="stop-color:#f1d19e;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4210">
-      <stop
-         id="stop4212"
-         offset="0.0000000"
-         style="stop-color:#eaba6f;stop-opacity:1.0000000;" />
-      <stop
-         id="stop4214"
-         offset="1.0000000"
-         style="stop-color:#b97a1b;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4222">
-      <stop
-         id="stop4224"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop4226"
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.68639052;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4946"
-       inkscape:collect="always">
-      <stop
-         id="stop4948"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop4950"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4979">
-      <stop
-         id="stop4981"
-         offset="0.0000000"
-         style="stop-color:#fbf0e0;stop-opacity:1.0000000;" />
-      <stop
-         id="stop4983"
-         offset="1.0000000"
-         style="stop-color:#f0ce99;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4987"
-       inkscape:collect="always">
-      <stop
-         id="stop4989"
-         offset="0"
-         style="stop-color:#a0670c;stop-opacity:1;" />
-      <stop
-         id="stop4991"
-         offset="1"
-         style="stop-color:#a0670c;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4995">
-      <stop
-         id="stop4997"
-         offset="0"
-         style="stop-color:#de9523;stop-opacity:1;" />
-      <stop
-         id="stop4999"
-         offset="1.0000000"
-         style="stop-color:#a36d18;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2869">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2871" />
-      <stop
-         style="stop-color:#cccccc;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2873" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2884">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop2886" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop2888" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5048">
-      <stop
-         style="stop-color:black;stop-opacity:0;"
-         offset="0"
-         id="stop5050" />
-      <stop
-         id="stop5056"
-         offset="0.5"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         style="stop-color:black;stop-opacity:0;"
-         offset="1"
-         id="stop5052" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5060">
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0"
-         id="stop5062" />
-      <stop
-         style="stop-color:black;stop-opacity:0;"
-         offset="1"
-         id="stop5064" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective3711" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3264"
-       id="linearGradient3760"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.241935,0,0,1.241935,-5.027508,-7.208988)"
-       x1="14.462892"
-       y1="12.284524"
-       x2="34.534348"
-       y2="39.684914" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd1"
-       id="linearGradient53551"
-       gradientUnits="userSpaceOnUse"
-       x1="99.7773"
-       y1="15.4238"
-       x2="153.0005"
-       y2="248.6311"
-       gradientTransform="matrix(0.200685,0.000000,0.000000,0.200685,-0.585758,-1.050787)" />
-    <linearGradient
-       id="aigrd1"
-       gradientUnits="userSpaceOnUse"
-       x1="99.7773"
-       y1="15.4238"
-       x2="153.0005"
-       y2="248.6311">
-      <stop
-         offset="0"
-         style="stop-color:#184375"
-         id="stop53300" />
-      <stop
-         offset="1"
-         style="stop-color:#C8BDDC"
-         id="stop53302" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2300">
-      <stop
-         id="stop2302"
-         offset="0.0000000"
-         style="stop-color:#000000;stop-opacity:0.32673267;" />
-      <stop
-         id="stop2304"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3264">
-      <stop
-         style="stop-color:#c9c9c9;stop-opacity:1;"
-         offset="0"
-         id="stop3266" />
-      <stop
-         id="stop3276"
-         offset="0.25"
-         style="stop-color:#f8f8f8;stop-opacity:1;" />
-      <stop
-         id="stop3272"
-         offset="0.5"
-         style="stop-color:#e2e2e2;stop-opacity:1;" />
-      <stop
-         style="stop-color:#b0b0b0;stop-opacity:1;"
-         offset="0.75"
-         id="stop3274" />
-      <stop
-         style="stop-color:#c9c9c9;stop-opacity:1;"
-         offset="1"
-         id="stop3268" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective3815" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2315">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2317" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2319" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2072">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop2074" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop2076" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective3911" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7054">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop7056" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop7058" />
-    </linearGradient>
-    <radialGradient
-       id="aigrd4"
-       cx="9.3418"
-       cy="22.6138"
-       r="14.1515"
-       fx="9.3418"
-       fy="22.6138"
-       gradientUnits="userSpaceOnUse">
-      <stop
-         offset="0"
-         style="stop-color:#767676"
-         id="stop6452" />
-      <stop
-         offset="1"
-         style="stop-color:#484848"
-         id="stop6454" />
-    </radialGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7069">
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="0"
-         id="stop7071" />
-      <stop
-         style="stop-color:#888a85;stop-opacity:0;"
-         offset="1"
-         id="stop7073" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7079">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop7081" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop7083" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7087">
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="0"
-         id="stop7089" />
-      <stop
-         style="stop-color:#b8b9b6;stop-opacity:1;"
-         offset="1"
-         id="stop7091" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7138">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop7140" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop7142" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective3968" />
-    <linearGradient
-       id="linearGradient2245">
-      <stop
-         style="stop-color:#dde1d9;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2247" />
-      <stop
-         style="stop-color:#cacdc6;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2249" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2253">
-      <stop
-         style="stop-color:#8f8f8f;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2255" />
-      <stop
-         style="stop-color:#494949;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2257" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2415">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2417" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2419" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2454">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop2456" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop2458" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2667">
-      <stop
-         id="stop2669"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2671"
-         offset="1.0000000"
-         style="stop-color:#fcfcff;stop-opacity:0.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2675">
-      <stop
-         id="stop2677"
-         offset="0.0000000"
-         style="stop-color:#5b5b97;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2679"
-         offset="1.0000000"
-         style="stop-color:#1b1b43;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2683"
-       inkscape:collect="always">
-      <stop
-         id="stop2685"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop2687"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2701">
-      <stop
-         id="stop2703"
-         offset="0.0000000"
-         style="stop-color:#585956;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2705"
-         offset="1.0000000"
-         style="stop-color:#bbbeb8;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2711">
-      <stop
-         id="stop2713"
-         offset="0.0000000"
-         style="stop-color:#909090;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2715"
-         offset="1.0000000"
-         style="stop-color:#bebebe;stop-opacity:0.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2321"
-       inkscape:collect="always">
-      <stop
-         id="stop2323"
-         offset="0"
-         style="stop-color:#7b7f7a;stop-opacity:1;" />
-      <stop
-         id="stop2325"
-         offset="1"
-         style="stop-color:#7b7f7a;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2329">
-      <stop
-         id="stop2331"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2333"
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.0000000;" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective4076" />
-    <linearGradient
-       id="linearGradient19149">
-      <stop
-         style="stop-color:#adadad;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop19151" />
-      <stop
-         style="stop-color:#747474;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop19153" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient19270">
-      <stop
-         id="stop19272"
-         offset="0.0000000"
-         style="stop-color:#aaaaaa;stop-opacity:1.0000000;" />
-      <stop
-         id="stop19274"
-         offset="1.0000000"
-         style="stop-color:#505050;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient19474">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop19476" />
-      <stop
-         style="stop-color:#939393;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop19478" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2497">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60824740;"
-         offset="0.0000000"
-         id="stop2499" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2501" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective4196" />
-    <linearGradient
-       id="linearGradient3340">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3342" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.62886596;"
-         offset="1"
-         id="stop3344" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2691"
-       inkscape:collect="always">
-      <stop
-         id="stop2693"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         id="stop2695"
-         offset="1"
-         style="stop-color:#d3d7cf" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5075">
-      <stop
-         style="stop-color:#adb0a8;stop-opacity:1;"
-         offset="0"
-         id="stop5077" />
-      <stop
-         style="stop-color:#464744;stop-opacity:1"
-         offset="1"
-         id="stop5079" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2584">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop2586" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2588" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2684">
-      <stop
-         id="stop2686"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2688"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:1;" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective4294" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient2831"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,186.6949)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient2825"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-4e-4,-26.09426)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient2806"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-145.0004,-97.0943)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient2797"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient2795"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient2793"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient2791"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient2753"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient2751"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient2749"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient2747"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,-1.44832e-12,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient2745"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,4.579205e-13,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4441"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient2731"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient2729"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient2727"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,-1.432388e-12,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient2725"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,4.526469e-13,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient2139"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.416456e-12,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient2137"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,4.473733e-13,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient2124"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133.0000,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient2122"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12.00000,0.000000)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient2112"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8662">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop8664" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop8666" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3081">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3083" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3085" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2679"
-       inkscape:collect="always">
-      <stop
-         id="stop2681"
-         offset="0"
-         style="stop-color:#f7f7f7;stop-opacity:1" />
-      <stop
-         id="stop2683"
-         offset="1"
-         style="stop-color:#ccd0c7;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2697">
-      <stop
-         id="stop2699"
-         offset="0"
-         style="stop-color:#babdb6" />
-      <stop
-         id="stop2701"
-         offset="1"
-         style="stop-color:#555753" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4414">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4416" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4418" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2817">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop2819" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.48453608;"
-         offset="1"
-         id="stop2821" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective4408" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient3421"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.000198,0,0,1,-67.006,-9.426e-2)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4655"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4653"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4651"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2817"
-       id="linearGradient4649"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       x1="174.83363"
-       y1="84.263489"
-       x2="174.74524"
-       y2="105.49083" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4647"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,186.6949)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4645"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-4e-4,-26.09426)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2817"
-       id="linearGradient4643"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       x1="174.83363"
-       y1="84.263489"
-       x2="174.74524"
-       y2="105.49083" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4641"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4639"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-145.0004,-97.0943)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4637"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4635"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4633"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4631"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4629"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4627"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4625"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4623"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4621"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient4619"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,-1.44832e-12,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient4617"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,4.579205e-13,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4615"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4613"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4611"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient4609"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,-1.432388e-12,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient4607"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,4.526469e-13,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient4605"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,-1.416456e-12,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8662"
-       id="radialGradient4603"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.536723,4.473733e-13,16.87306)"
-       cx="24.837126"
-       cy="36.421127"
-       fx="24.837126"
-       fy="36.421127"
-       r="15.644737" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient4601"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(133,70.99999)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient4599"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-12,0)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient4597"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       id="linearGradient4573">
-      <stop
-         id="stop4575"
-         offset="0"
-         style="stop-color:#babdb6" />
-      <stop
-         id="stop4577"
-         offset="1"
-         style="stop-color:#555753" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4567">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4569" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4571" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4561">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4563" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.48453608;"
-         offset="1"
-         id="stop4565" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective4558" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3406"
-       id="radialGradient23380"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)"
-       cx="26.137741"
-       cy="38.807304"
-       fx="26.137741"
-       fy="38.807304"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient23365"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-5.04822e-2,1.387847e-2,-0.12844,-0.467196,35.41257,39.44172)"
-       cx="133.84108"
-       cy="23.914305"
-       fx="133.84108"
-       fy="23.914305"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient23363"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.105916,-1.91424e-2,0.104789,0.579807,17.13693,7.115158)"
-       cx="35.511295"
-       cy="21.618015"
-       fx="35.511295"
-       fy="21.618015"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient23361"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.184267e-3,-0.12286,0.544548,2.297824e-2,0.957234,26.30756)"
-       cx="16.885271"
-       cy="33.377594"
-       fx="16.885271"
-       fy="33.377594"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3421"
-       id="radialGradient23359"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.15845,-0.158988,0.432907,0.431441,-2.723645,15.00107)"
-       cx="53.556889"
-       cy="48.238270"
-       fx="53.556889"
-       fy="48.238270"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3406"
-       id="radialGradient23357"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)"
-       cx="26.137741"
-       cy="38.807304"
-       fx="26.137741"
-       fy="38.807304"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3394"
-       id="radialGradient23355"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.848684,0.95802,-0.782119,0.692834,18.69147,-20.52578)"
-       cx="37.751469"
-       cy="27.569166"
-       fx="37.751469"
-       fy="27.569166"
-       r="21.333334" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6036"
-       id="linearGradient23351"
-       gradientUnits="userSpaceOnUse"
-       x1="10.501720"
-       y1="3.6100161"
-       x2="48.798885"
-       y2="54.698483" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient23349"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       x1="21.125000"
-       y1="14.625000"
-       x2="29.000000"
-       y2="28.000000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient23347"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       x1="21.125000"
-       y1="14.625000"
-       x2="29.000000"
-       y2="28.000000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd2"
-       id="linearGradient23345"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd1"
-       id="linearGradient23343"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)"
-       x1="14.9966"
-       y1="11.1885"
-       x2="32.511"
-       y2="34.3075" />
-    <radialGradient
-       r="21.333334"
-       fy="38.807304"
-       fx="26.137741"
-       cy="38.807304"
-       cx="26.137741"
-       gradientTransform="matrix(0.769501,-1.242500,0.670300,0.415141,-21.77857,41.36563)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3449"
-       xlink:href="#linearGradient3406"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(-5.048220e-2,1.387847e-2,-0.128440,-0.467196,35.41257,39.44172)"
-       r="21.333334"
-       fy="23.914305"
-       fx="133.84108"
-       cy="23.914305"
-       cx="133.84108"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3447"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="21.618015"
-       fx="35.511295"
-       cy="21.618015"
-       cx="35.511295"
-       gradientTransform="matrix(0.105916,-1.914240e-2,0.104789,0.579807,17.13693,7.115158)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3443"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="33.377594"
-       fx="16.885271"
-       cy="33.377594"
-       cx="16.885271"
-       gradientTransform="matrix(5.184267e-3,-0.122860,0.544548,2.297824e-2,0.957234,26.30756)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3433"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="48.238270"
-       fx="53.556889"
-       cy="48.238270"
-       cx="53.556889"
-       gradientTransform="matrix(0.158450,-0.158988,0.432907,0.431441,-2.723645,15.00107)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3429"
-       xlink:href="#linearGradient3421"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(0.848684,0.958020,-0.782119,0.692834,18.69147,-20.52578)"
-       gradientUnits="userSpaceOnUse"
-       r="21.333334"
-       fy="27.569166"
-       fx="37.751469"
-       cy="27.569166"
-       cx="37.751469"
-       id="radialGradient3392"
-       xlink:href="#linearGradient3394"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6036"
-       id="linearGradient6042"
-       x1="10.501720"
-       y1="3.6100161"
-       x2="48.798885"
-       y2="54.698483"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6028"
-       id="linearGradient6034"
-       x1="28.702885"
-       y1="31.494707"
-       x2="17.742729"
-       y2="18.366575"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient4224"
-       x1="21.125000"
-       y1="14.625000"
-       x2="29.000000"
-       y2="28.000000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-5.652995,-2.604165)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient4804"
-       x1="21.125000"
-       y1="14.625000"
-       x2="29.000000"
-       y2="28.000000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-5.652995,-2.604165)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd1"
-       id="linearGradient3912"
-       gradientUnits="userSpaceOnUse"
-       x1="14.9966"
-       y1="11.1885"
-       x2="32.511"
-       y2="34.3075"
-       gradientTransform="matrix(1.190476,0.000000,0.000000,1.190476,-4.224424,-2.500000)" />
-    <linearGradient
-       id="linearGradient4798"
-       gradientUnits="userSpaceOnUse"
-       x1="14.9966"
-       y1="11.1885"
-       x2="32.511"
-       y2="34.3075">
-      <stop
-         offset="0"
-         style="stop-color:#EBEBEB"
-         id="stop3034" />
-      <stop
-         offset="0.5"
-         style="stop-color:#FFFFFF"
-         id="stop3036" />
-      <stop
-         offset="1"
-         style="stop-color:#EBEBEB"
-         id="stop3038" />
-    </linearGradient>
-    <linearGradient
-       id="aigrd2"
-       gradientUnits="userSpaceOnUse"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033">
-      <stop
-         offset="0"
-         style="stop-color:#FBFBFB"
-         id="stop3043" />
-      <stop
-         offset="0.5"
-         style="stop-color:#B6B6B6"
-         id="stop3045" />
-      <stop
-         offset="1"
-         style="stop-color:#E4E4E4"
-         id="stop3047" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4236">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.32673267;"
-         offset="0.0000000"
-         id="stop4238" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.60396039;"
-         offset="1.0000000"
-         id="stop4240" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient6028">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop6030" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop6032" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient6036">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop6038" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop6040" />
-    </linearGradient>
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3394">
-      <stop
-         id="stop3396"
-         style="stop-color:#fff307;stop-opacity:1.0000000;"
-         offset="0.0000000" />
-      <stop
-         id="stop3398"
-         style="stop-color:#166eff;stop-opacity:1.0000000;"
-         offset="0.50000000" />
-      <stop
-         id="stop3400"
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3406"
-       gradientUnits="userSpaceOnUse"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033">
-      <stop
-         offset="0.0000000"
-         style="stop-color:#b307ff;stop-opacity:0.82178217;"
-         id="stop3408" />
-      <stop
-         offset="1.0000000"
-         style="stop-color:#f0ff8b;stop-opacity:0.64356434;"
-         id="stop3410" />
-      <stop
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         id="stop3412" />
-    </linearGradient>
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4773">
-      <stop
-         id="stop3423"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.0000000" />
-      <stop
-         id="stop3427"
-         style="stop-color:#b8c04c;stop-opacity:0.0000000;"
-         offset="1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3435"
-       gradientUnits="userSpaceOnUse"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033">
-      <stop
-         offset="0.0000000"
-         style="stop-color:#ffffc8;stop-opacity:1.0000000;"
-         id="stop3437" />
-      <stop
-         offset="1.0000000"
-         style="stop-color:#9a91ef;stop-opacity:0.0000000;"
-         id="stop3439" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient23419">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop23421" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop23423" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective4764" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4768"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4706"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4644"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4582"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4520"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4227"
-       id="linearGradient4458"
-       gradientUnits="userSpaceOnUse"
-       x1="247.10906"
-       y1="-138.39033"
-       x2="249.82786"
-       y2="-138.39033" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3066"
-       id="linearGradient4456"
-       gradientUnits="userSpaceOnUse"
-       x1="-450.47763"
-       y1="-207.90897"
-       x2="-454.32587"
-       y2="-211.44472" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4227"
-       id="linearGradient4454"
-       gradientUnits="userSpaceOnUse"
-       x1="247.10906"
-       y1="-138.39033"
-       x2="249.82786"
-       y2="-138.39033" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3056"
-       id="linearGradient4450"
-       gradientUnits="userSpaceOnUse"
-       x1="-454.62939"
-       y1="-212.70671"
-       x2="-450.64621"
-       y2="-209.19533" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4275"
-       id="linearGradient4448"
-       gradientUnits="userSpaceOnUse"
-       x1="-284.96951"
-       y1="-77.512611"
-       x2="-284.24194"
-       y2="-80.599586"
-       gradientTransform="translate(-17.08724,-55.72628)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4267"
-       id="linearGradient4446"
-       gradientUnits="userSpaceOnUse"
-       x1="191.13173"
-       y1="-188.64658"
-       x2="189.64017"
-       y2="-192.71288"
-       gradientTransform="translate(-17.01418,-55.70393)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4141"
-       id="linearGradient4444"
-       gradientUnits="userSpaceOnUse"
-       x1="-456.22388"
-       y1="-244.17062"
-       x2="-451.31165"
-       y2="-244.87511" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19198"
-       id="linearGradient4442"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.797456,0.000000,0.000000,0.742875,609.5472,-38.75752)"
-       x1="-458.00912"
-       y1="-206.95709"
-       x2="-452.35226"
-       y2="-197.33253" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19198"
-       id="linearGradient4440"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.799360,0.000000,0.000000,0.747188,610.4265,-37.86474)"
-       x1="-462.03079"
-       y1="-216.85661"
-       x2="-443.46924"
-       y2="-204.17659" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient4438"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,3.345547e-14,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4307"
-       id="linearGradient4313"
-       x1="248.41544"
-       y1="-124.22470"
-       x2="248.41544"
-       y2="-125.99247"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.859423,0.000000,0.000000,0.632454,35.00386,-46.28636)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4275"
-       id="linearGradient4281"
-       x1="-284.96951"
-       y1="-77.512611"
-       x2="-284.24194"
-       y2="-80.599586"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4267"
-       id="linearGradient4273"
-       x1="191.13173"
-       y1="-188.64658"
-       x2="189.64017"
-       y2="-192.71288"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4243"
-       id="linearGradient4249"
-       x1="248.84767"
-       y1="-124.09965"
-       x2="248.86223"
-       y2="-128.60747"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.858948,0.000000,0.000000,0.586269,35.05258,-52.07290)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4227"
-       id="linearGradient4233"
-       x1="247.10906"
-       y1="-138.39033"
-       x2="249.82786"
-       y2="-138.39033"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19198"
-       id="linearGradient4197"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.799360,0.000000,0.000000,0.747188,610.4265,19.13255)"
-       x1="-462.03079"
-       y1="-216.85661"
-       x2="-443.46924"
-       y2="-204.17659" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4141"
-       id="linearGradient4147"
-       x1="-456.22388"
-       y1="-244.17062"
-       x2="-451.31165"
-       y2="-244.87511"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3066"
-       id="linearGradient4023"
-       gradientUnits="userSpaceOnUse"
-       x1="-450.47763"
-       y1="-207.90897"
-       x2="-454.32587"
-       y2="-211.44472" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3056"
-       id="linearGradient4021"
-       gradientUnits="userSpaceOnUse"
-       x1="-454.62939"
-       y1="-212.70671"
-       x2="-450.64621"
-       y2="-209.19533" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19198"
-       id="linearGradient3959"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.797456,0.000000,0.000000,0.742875,609.5472,18.23977)"
-       x1="-458.00912"
-       y1="-206.95709"
-       x2="-452.35226"
-       y2="-197.33253" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3883"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.761407e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3811"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.933907e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient3743"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.999362,0.000000,0.000000,1.000477,114.0171,-227.0066)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3741"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.534089e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3668"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.910037e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8929"
-       id="linearGradient3613"
-       gradientUnits="userSpaceOnUse"
-       x1="-13.656000"
-       y1="75.510872"
-       x2="-20.240932"
-       y2="65.832352" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient3611"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.832553,0.000000,0.000000,0.998481,60.42500,-226.9769)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3609"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.803027e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient3555"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.832553,0.000000,0.000000,0.998481,60.43196,-170.0018)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4254"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4192"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4130"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient4068"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient4006"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient4004"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3554"
-       id="linearGradient4002"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(55.95575,-56.98763)"
-       x1="181.02138"
-       y1="-52.362705"
-       x2="203.62500"
-       y2="-12.425205" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient4000"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.760179e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3554"
-       id="linearGradient3998"
-       gradientUnits="userSpaceOnUse"
-       x1="181.02138"
-       y1="-52.362705"
-       x2="203.62500"
-       y2="-12.425205"
-       gradientTransform="translate(-4.428612e-2,-56.98763)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3996"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.166383e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3994"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient3992"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,103.3564,-114.0644)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3990"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.931222e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3988"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient3986"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,47.34591,-114.0767)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3984"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.287676e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3708"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3704"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3554"
-       id="linearGradient3632"
-       gradientUnits="userSpaceOnUse"
-       x1="181.02138"
-       y1="-52.362705"
-       x2="203.62500"
-       y2="-12.425205"
-       gradientTransform="translate(56.00000,5.450779e-7)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3630"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.971920e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3554"
-       id="linearGradient3560"
-       x1="181.02138"
-       y1="-52.362705"
-       x2="203.62500"
-       y2="-12.425205"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient2808"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.534909e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient2791"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient2789"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,103.4007,-57.07667)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient2787"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.400433e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient5738"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient2971"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient2950"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient2904"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient2902"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient5732"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient10291"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.153249e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient10289"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient10287"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient10285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,49.69408,-224.5271)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient10283"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient10281"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient10279"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,492.2076,-177.7888)"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient10277"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,434.9184,-176.8611)"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient10275"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,108.0729,-224.5881)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient10273"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.216754e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient10271"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.047104e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient10269"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.136389e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9967"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.095240e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9965"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9963"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient9961"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,49.69405,-167.9586)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9959"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9957"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient9955"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,492.2075,-121.2203)"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient9953"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,434.9183,-120.2926)"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient9951"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,108.0728,-168.0196)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9949"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.255944e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9947"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.010258e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9945"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.407561e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9319"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7774"
-       id="linearGradient9317"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,457.0698,-40.47841)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9315"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient9313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,422.1275,-16.07031)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient9311"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9309"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.323062e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9307"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7145"
-       id="linearGradient9305"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,289.0697,-40.47841)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9303"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient9301"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,254.1274,-16.07031)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient9299"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9297"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.071482e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9295"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7744"
-       id="linearGradient9293"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,233.0697,-40.47841)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9291"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient9289"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,198.1274,-16.07031)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient9287"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9285"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.001522e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9283"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7754"
-       id="linearGradient9281"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,345.0108,-40.47841)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9279"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient9277"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,310.0685,-16.07031)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient9275"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9273"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.170967e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9271"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7764"
-       id="linearGradient9269"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,401.0697,-40.47841)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient9267"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient9265"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,366.1274,-16.07031)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient9263"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient9261"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.242582e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8609"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8547"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8423"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8284"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8272"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8264"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8254"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8240"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8182"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7774"
-       id="linearGradient8180"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,457.0350,71.55046)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8178"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient8176"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,422.0927,95.95860)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient8174"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.178954e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8172"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7145"
-       id="linearGradient8170"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,177.0485,15.55046)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8168"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient8166"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,142.1062,39.95860)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient8164"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.043081e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8162"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7744"
-       id="linearGradient8160"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,177.0606,15.55050)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8158"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient8156"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,142.1183,39.95864)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient8154"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-9.635224e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8142"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7764"
-       id="linearGradient8140"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,401.0349,71.55046)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8138"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient8136"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,366.0926,95.95860)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient8134"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.113686e-12,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7741"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7774"
-       id="linearGradient7739"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,457.0696,15.53428)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7737"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient7735"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,422.1273,39.94242)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7733"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-9.211314e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7660"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7145"
-       id="linearGradient7658"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,289.0695,15.53428)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7656"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient7654"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,254.1272,39.94242)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7652"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.872973e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7580"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7744"
-       id="linearGradient7578"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,233.0695,15.53428)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7576"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient7574"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,198.1272,39.94242)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7572"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.809240e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7496"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7754"
-       id="linearGradient7494"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,345.0106,15.53428)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7492"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient7490"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,310.0683,39.94242)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7488"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.561348e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7396"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7095"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.900868e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7764"
-       id="linearGradient7067"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,401.0695,15.53428)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient7055"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,47.39016,-57.08899)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7053"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.102685e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient7035"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient7013"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,1.830093e-14,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient7003"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,366.1272,39.94242)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8929"
-       id="linearGradient6973"
-       gradientUnits="userSpaceOnUse"
-       x1="-13.656000"
-       y1="75.510872"
-       x2="-20.240932"
-       y2="65.832352" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient6961"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.661058e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient5125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient5069"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient5013"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4114"
-       id="linearGradient4120"
-       x1="22.125528"
-       y1="20.934155"
-       x2="41.189976"
-       y2="47.416740"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient4104"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient4064"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient4013"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3973"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3907"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3905"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-2.861537e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3837"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3585"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3569"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3553"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3537"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient3521"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3244"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient3242"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.708228,0.000000,0.000000,1.262004,-416.4526,-251.8586)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3238"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.691986e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3043"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3037"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient3384"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient3379"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.112950,0.000000,0.000000,1.153561,34.16656,-110.5454)"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient3377"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.588875e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3088"
-       id="linearGradient3098"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(520.1691,-142.8933)"
-       x1="-252.16348"
-       y1="115.78169"
-       x2="-252.29054"
-       y2="118.12593" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3088"
-       id="linearGradient3094"
-       x1="-252.81038"
-       y1="115.17856"
-       x2="-251.20390"
-       y2="117.83466"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-5.539766,-1.997629)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3066"
-       id="linearGradient3072"
-       x1="-450.47763"
-       y1="-207.90897"
-       x2="-454.32587"
-       y2="-211.44472"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3056"
-       id="linearGradient3062"
-       x1="-454.62939"
-       y1="-212.70671"
-       x2="-450.64621"
-       y2="-209.19533"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25468"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25466"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25464"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25462"
-       gradientUnits="userSpaceOnUse"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25460"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25458"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25456"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25454"
-       gradientUnits="userSpaceOnUse"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25442"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25440"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25438"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25436"
-       gradientUnits="userSpaceOnUse"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25414"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25410"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25406"
-       gradientUnits="userSpaceOnUse"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451"
-       gradientTransform="translate(9.437144e-6,2.923441)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25396"
-       id="linearGradient25402"
-       x1="-290.94226"
-       y1="48.080093"
-       x2="-290.78210"
-       y2="50.082451"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient25370"
-       id="linearGradient25376"
-       x1="-295.45397"
-       y1="61.900581"
-       x2="-285.35447"
-       y2="61.900581"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(18.38478,-0.707107)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient25364"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient25360"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient25356"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient25352"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient25348"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient24579"
-       id="linearGradient24585"
-       x1="-300.04407"
-       y1="32.677853"
-       x2="-281.19888"
-       y2="49.294865"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(18.38478,-0.707107)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient23851"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient23841"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient22201"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-2.243418e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19995"
-       id="linearGradient20001"
-       x1="-454.64041"
-       y1="-246.35371"
-       x2="-452.14810"
-       y2="-243.47842"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19198"
-       id="linearGradient19206"
-       x1="-458.00912"
-       y1="-206.95709"
-       x2="-452.35226"
-       y2="-197.33253"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(180.6394,255.6313)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient19198"
-       id="linearGradient19204"
-       x1="-462.03079"
-       y1="-216.85661"
-       x2="-443.46924"
-       y2="-204.17659"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(180.6394,255.6313)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient16071"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.098049e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient15909"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.112950,0.000000,0.000000,1.153561,33.12280,-184.0356)"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient15907"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.076646e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient15487"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.676858e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient15483"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.068595e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient13288"
-       id="linearGradient13294"
-       x1="-321.33310"
-       y1="-53.248569"
-       x2="-295.32266"
-       y2="-9.0610695"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.112950,0.000000,0.000000,1.153561,13.71255,-110.5632)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient12537"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.991819e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient12535"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient12361"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-208.4779,-67.34494)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5453"
-       id="linearGradient12359"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-173.9653,-91.86330)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="radialGradient12357"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       cx="-215.24026"
-       cy="8.7893066"
-       fx="-215.24026"
-       fy="8.7893066"
-       r="3.2040777" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8734"
-       id="radialGradient12355"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,3.245406e-14,-12.91318)"
-       cx="-164.31250"
-       cy="-19.562500"
-       fx="-164.31250"
-       fy="-19.562500"
-       r="12.687500" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient11535"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-117.5223,-65.96566)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5453"
-       id="linearGradient11533"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-83.00982,-90.48401)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="radialGradient11531"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       cx="-215.24026"
-       cy="8.7893066"
-       fx="-215.24026"
-       fy="8.7893066"
-       r="3.2040777" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8734"
-       id="radialGradient11529"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,1.451487e-14,-12.91318)"
-       cx="-164.31250"
-       cy="-19.562500"
-       fx="-164.31250"
-       fy="-19.562500"
-       r="12.687500" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient11435"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-69.84306,-65.69002)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5453"
-       id="linearGradient11433"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-35.33052,-90.20845)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="radialGradient11431"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       cx="-215.24026"
-       cy="8.7893066"
-       fx="-215.24026"
-       fy="8.7893066"
-       r="3.2040777" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8734"
-       id="radialGradient11429"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,3.266919e-14,-12.91318)"
-       cx="-164.31250"
-       cy="-19.562500"
-       fx="-164.31250"
-       fy="-19.562500"
-       r="12.687500" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient11335"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.764215,0.000000,0.000000,0.779522,-255.4007,-67.36425)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5453"
-       id="linearGradient11333"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.748646,0.000000,0.000000,0.764968,-219.9909,-91.99309)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8734"
-       id="radialGradient11329"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,1.952605e-14,-12.91318)"
-       cx="-164.31250"
-       cy="-19.562500"
-       fx="-164.31250"
-       fy="-19.562500"
-       r="12.687500" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient11327"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient11235"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-164.2093,-66.79265)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5453"
-       id="linearGradient11233"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-129.6967,-91.31101)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="radialGradient11231"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       cx="-215.24026"
-       cy="8.7893066"
-       fx="-215.24026"
-       fy="8.7893066"
-       r="3.2040777" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8734"
-       id="radialGradient11229"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,4.030109e-14,-12.91318)"
-       cx="-164.31250"
-       cy="-19.562500"
-       fx="-164.31250"
-       fy="-19.562500"
-       r="12.687500" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient2170"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.382391e-13,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient2166"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8943"
-       id="linearGradient9778"
-       gradientUnits="userSpaceOnUse"
-       x1="-22.822500"
-       y1="68.130447"
-       x2="-14.875132"
-       y2="68.130447" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8929"
-       id="linearGradient9776"
-       gradientUnits="userSpaceOnUse"
-       x1="-13.656000"
-       y1="75.510872"
-       x2="-20.240932"
-       y2="65.832352" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient9751"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.783486,0.000000,0.000000,1.000000,-36.97870,52.75248)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8943"
-       id="linearGradient8949"
-       x1="-22.822500"
-       y1="68.130447"
-       x2="-14.875132"
-       y2="68.130447"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8929"
-       id="linearGradient8937"
-       x1="-13.656000"
-       y1="75.510872"
-       x2="-20.240932"
-       y2="65.832352"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient7335"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.783486,0.000000,0.000000,1.000000,-36.97870,52.75248)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient7271"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.708228,0.000000,0.000000,1.262004,-416.3836,-178.7204)"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024" />
-    <linearGradient
-       id="linearGradient2392">
-      <stop
-         style="stop-color:#715b26;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2394" />
-      <stop
-         style="stop-color:#312710;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2396" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient12129"
-       inkscape:collect="always">
-      <stop
-         id="stop12131"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop12133"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5510"
-       gradientUnits="userSpaceOnUse"
-       x1="12.4873"
-       y1="3.7319"
-       x2="31.0813"
-       y2="36.0328"
-       style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667">
-      <stop
-         offset="0"
-         style="stop-color:#D2D2D2;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         id="stop16177" />
-      <stop
-         offset="1"
-         style="stop-color:#EDEDED;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         id="stop16179" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5506"
-       gradientUnits="userSpaceOnUse"
-       x1="21.877"
-       y1="30.3413"
-       x2="21.9168"
-       y2="22.5769"
-       style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667">
-      <stop
-         offset="0.0000000"
-         style="stop-color:#5e4f07;stop-opacity:1.0000000;"
-         id="stop16184" />
-      <stop
-         offset="1.0000000"
-         style="stop-color:#348a31;stop-opacity:1.0000000;"
-         id="stop16186" />
-    </linearGradient>
-    <linearGradient
-       id="aigrd3"
-       gradientUnits="userSpaceOnUse"
-       x1="21.9326"
-       y1="24.6274"
-       x2="21.9326"
-       y2="7.1091"
-       style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667">
-      <stop
-         offset="0"
-         style="stop-color:#D0D6E5;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         id="stop16199" />
-      <stop
-         offset="1"
-         style="stop-color:#093A80;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         id="stop16201" />
-    </linearGradient>
-    <linearGradient
-       y2="7.1091"
-       x2="21.9326"
-       y1="24.6274"
-       x1="21.9326"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient16270"
-       xlink:href="#aigrd3"
-       inkscape:collect="always"
-       gradientTransform="matrix(1.098989,0.000000,0.000000,1.106697,2.774881e-2,1.968146)" />
-    <linearGradient
-       y2="22.5769"
-       x2="21.9168"
-       y1="30.3413"
-       x1="21.877"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient16277"
-       xlink:href="#aigrd2"
-       inkscape:collect="always"
-       gradientTransform="matrix(1.110455,0.000000,0.000000,1.118244,-0.223961,1.617860)" />
-    <linearGradient
-       gradientTransform="matrix(1.211383,0.000000,0.000000,1.211383,-2.021434,0.172946)"
-       y2="36.0328"
-       x2="31.0813"
-       y1="3.7319"
-       x1="12.4873"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient16280"
-       xlink:href="#aigrd1"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.184000,0.000000,33.97501)"
-       r="22.097088"
-       fy="41.636040"
-       fx="24.218407"
-       cy="41.636040"
-       cx="24.218407"
-       id="radialGradient12135"
-       xlink:href="#linearGradient12129"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2392"
-       id="linearGradient2398"
-       x1="27.308506"
-       y1="20.227215"
-       x2="27.238144"
-       y2="27.352215"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient2939"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,3.921342e-15,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="linearGradient12304"
-       gradientUnits="userSpaceOnUse"
-       x1="23.505463"
-       y1="4.9350243"
-       x2="28.011971"
-       y2="42.185024"
-       gradientTransform="translate(-403.4554,13.05442)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4226"
-       id="radialGradient4232"
-       cx="25.812500"
-       cy="42.000000"
-       fx="25.812500"
-       fy="42.000000"
-       r="8.5625000"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.715328,-1.262878e-15,11.95620)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4226">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4228" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop4230" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2248">
-      <stop
-         style="stop-color:#c0c0c0;stop-opacity:1;"
-         offset="0"
-         id="stop2250" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000"
-         offset="1"
-         id="stop2252" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6962">
-      <stop
-         style="stop-color:#717171;stop-opacity:1.0000000"
-         offset="0"
-         id="stop6964" />
-      <stop
-         style="stop-color:#838383;stop-opacity:0;"
-         offset="1"
-         id="stop6966" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient9203">
-      <stop
-         style="stop-color:#f9f9f9;stop-opacity:1;"
-         offset="0"
-         id="stop9205" />
-      <stop
-         style="stop-color:#f2f2f2;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop9207" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5919">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop5921" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop5923" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2924">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2926" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2928" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8929">
-      <stop
-         style="stop-color:#d9dadc;stop-opacity:1;"
-         offset="0"
-         id="stop8931" />
-      <stop
-         style="stop-color:#d9dadc;stop-opacity:0;"
-         offset="1"
-         id="stop8933" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8943">
-      <stop
-         style="stop-color:#bebebe;stop-opacity:1;"
-         offset="0"
-         id="stop8945" />
-      <stop
-         style="stop-color:#bebebe;stop-opacity:0;"
-         offset="1"
-         id="stop8947" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5453">
-      <stop
-         style="stop-color:#0a0000;stop-opacity:0.58762884;"
-         offset="0.0000000"
-         id="stop5455" />
-      <stop
-         id="stop5461"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop5465" />
-      <stop
-         style="stop-color:#0a0000;stop-opacity:0.58823532;"
-         offset="1.0000000"
-         id="stop5457" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5485">
-      <stop
-         style="stop-color:#dddddd;stop-opacity:1;"
-         offset="0"
-         id="stop5487" />
-      <stop
-         style="stop-color:#dddddd;stop-opacity:0;"
-         offset="1"
-         id="stop5489" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8734">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop8736" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop8738" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient10924">
-      <stop
-         style="stop-color:#efefef;stop-opacity:1;"
-         offset="0"
-         id="stop10926" />
-      <stop
-         style="stop-color:#efefef;stop-opacity:0;"
-         offset="1"
-         id="stop10928" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient10936">
-      <stop
-         style="stop-color:#2d589b;stop-opacity:1;"
-         offset="0"
-         id="stop10938" />
-      <stop
-         style="stop-color:#e3ebf7;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop10940" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient13288">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop13290" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop13292" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient19198">
-      <stop
-         style="stop-color:#d6d6d4;stop-opacity:1;"
-         offset="0"
-         id="stop19200" />
-      <stop
-         style="stop-color:#d6d6d4;stop-opacity:0;"
-         offset="1"
-         id="stop19202" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient19995">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop19997" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop19999" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient24579">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop24581" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop24583" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient25370">
-      <stop
-         style="stop-color:#929292;stop-opacity:1;"
-         offset="0"
-         id="stop25372" />
-      <stop
-         style="stop-color:#929292;stop-opacity:0;"
-         offset="1"
-         id="stop25374" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient25396">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop25398" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop25400" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3056">
-      <stop
-         style="stop-color:#8d8d8d;stop-opacity:1;"
-         offset="0"
-         id="stop3058" />
-      <stop
-         style="stop-color:#8d8d8d;stop-opacity:0;"
-         offset="1"
-         id="stop3060" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3066">
-      <stop
-         style="stop-color:#8d8d8d;stop-opacity:1;"
-         offset="0"
-         id="stop3068" />
-      <stop
-         style="stop-color:#8d8d8d;stop-opacity:0;"
-         offset="1"
-         id="stop3070" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3088">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3090" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3092" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4114">
-      <stop
-         style="stop-color:#aaaaaa;stop-opacity:1;"
-         offset="0"
-         id="stop4116" />
-      <stop
-         style="stop-color:#aaaaaa;stop-opacity:0;"
-         offset="1"
-         id="stop4118" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7145">
-      <stop
-         id="stop7147"
-         offset="0.0000000"
-         style="stop-color:#8f5902;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7149" />
-      <stop
-         id="stop7151"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7153"
-         offset="1.0000000"
-         style="stop-color:#8f5902;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7155">
-      <stop
-         id="stop7157"
-         offset="0.0000000"
-         style="stop-color:#204a87;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7159" />
-      <stop
-         id="stop7161"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7163"
-         offset="1.0000000"
-         style="stop-color:#204a87;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7165">
-      <stop
-         id="stop7167"
-         offset="0.0000000"
-         style="stop-color:#a40000;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7169" />
-      <stop
-         id="stop7171"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7173"
-         offset="1.0000000"
-         style="stop-color:#a40000;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7175">
-      <stop
-         id="stop7177"
-         offset="0.0000000"
-         style="stop-color:#727e0a;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7179" />
-      <stop
-         id="stop7181"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7183"
-         offset="1.0000000"
-         style="stop-color:#727e0a;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7744">
-      <stop
-         style="stop-color:#555753;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7746" />
-      <stop
-         id="stop7748"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7750" />
-      <stop
-         style="stop-color:#555753;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7752" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7754">
-      <stop
-         style="stop-color:#204a87;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7756" />
-      <stop
-         id="stop7758"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7760" />
-      <stop
-         style="stop-color:#204a87;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7762" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7764">
-      <stop
-         style="stop-color:#a40000;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7766" />
-      <stop
-         id="stop7768"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7770" />
-      <stop
-         style="stop-color:#a40000;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7772" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7774">
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7776" />
-      <stop
-         id="stop7778"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7780" />
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7782" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3554">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3556" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3558" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4141">
-      <stop
-         style="stop-color:#636363;stop-opacity:1;"
-         offset="0"
-         id="stop4143" />
-      <stop
-         style="stop-color:#636363;stop-opacity:0;"
-         offset="1"
-         id="stop4145" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4227">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop4229" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop4231" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4243">
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="0"
-         id="stop4245" />
-      <stop
-         style="stop-color:#888a85;stop-opacity:0;"
-         offset="1"
-         id="stop4247" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4267">
-      <stop
-         style="stop-color:#9db029;stop-opacity:1;"
-         offset="0"
-         id="stop4269" />
-      <stop
-         style="stop-color:#9db029;stop-opacity:0;"
-         offset="1"
-         id="stop4271" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4275">
-      <stop
-         style="stop-color:#cc0000;stop-opacity:1;"
-         offset="0"
-         id="stop4277" />
-      <stop
-         style="stop-color:#cc0000;stop-opacity:0;"
-         offset="1"
-         id="stop4279" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4307">
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="0"
-         id="stop4309" />
-      <stop
-         style="stop-color:#888a85;stop-opacity:0;"
-         offset="1"
-         id="stop4311" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective5360" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.651032,0.000000,9.455693)"
-       r="23.555494"
-       fy="27.096155"
-       fx="23.201941"
-       cy="27.096155"
-       cx="23.201941"
-       id="radialGradient4270"
-       xlink:href="#linearGradient4264"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="33.758667"
-       x2="12.221823"
-       y1="37.205811"
-       x1="12.277412"
-       id="linearGradient6005"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4184">
-      <stop
-         id="stop6000"
-         offset="0.0000000"
-         style="stop-color:#838383;stop-opacity:1.0000000;" />
-      <stop
-         id="stop4188"
-         offset="1.0000000"
-         style="stop-color:#bbbbbb;stop-opacity:0.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4228">
-      <stop
-         id="stop5996"
-         offset="0.0000000"
-         style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
-      <stop
-         id="stop4232"
-         offset="1.0000000"
-         style="stop-color:#9f9f9f;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4244">
-      <stop
-         id="stop4246"
-         offset="0.0000000"
-         style="stop-color:#e4e4e4;stop-opacity:1.0000000;" />
-      <stop
-         id="stop4248"
-         offset="1.0000000"
-         style="stop-color:#d3d3d3;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4254"
-       inkscape:collect="always">
-      <stop
-         id="stop4256"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop4258"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4264"
-       inkscape:collect="always">
-      <stop
-         id="stop4266"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop4268"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4274">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.25490198;"
-         offset="0.0000000"
-         id="stop4276" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4278" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2555">
-      <stop
-         id="stop2557"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         style="stop-color:#e6e6e6;stop-opacity:1.0000000;"
-         offset="0.50000000"
-         id="stop2561" />
-      <stop
-         id="stop2563"
-         offset="0.75000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         style="stop-color:#e1e1e1;stop-opacity:1.0000000;"
-         offset="0.84166664"
-         id="stop2565" />
-      <stop
-         id="stop2559"
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5048"
-       id="linearGradient5969"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       x1="302.85715"
-       y1="366.64789"
-       x2="302.85715"
-       y2="609.50507" />
-    <linearGradient
-       id="linearGradient5961">
-      <stop
-         style="stop-color:black;stop-opacity:0;"
-         offset="0"
-         id="stop5963" />
-      <stop
-         id="stop5965"
-         offset="0.5"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         style="stop-color:black;stop-opacity:0;"
-         offset="1"
-         id="stop5967" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5060"
-       id="radialGradient5959"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       cx="605.71429"
-       cy="486.64789"
-       fx="605.71429"
-       fy="486.64789"
-       r="117.14286" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5060"
-       id="radialGradient5951"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       cx="605.71429"
-       cy="486.64789"
-       fx="605.71429"
-       fy="486.64789"
-       r="117.14286" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective5948" />
-    <linearGradient
-       gradientTransform="matrix(0.755725,0,0,0.755725,-25.19847,17.09924)"
-       y2="21.459777"
-       x2="87.528968"
-       y1="21.459777"
-       x1="65.623963"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12941"
-       xlink:href="#linearGradient12810"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.755725,0,0,0.755725,-24.84491,17.27602)"
-       y2="36.656250"
-       x2="92.062500"
-       y1="31.656250"
-       x1="88.750000"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12934"
-       xlink:href="#linearGradient12836"
-       inkscape:collect="always" />
-    <radialGradient
-       r="7.0056136"
-       fy="33.398670"
-       fx="88.593018"
-       cy="33.398670"
-       cx="88.593018"
-       gradientTransform="matrix(0.732463,0.172296,-0.147115,0.625415,-17.70794,5.185566)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient12931"
-       xlink:href="#linearGradient12828"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.755725,0,0,0.755725,-25.19847,17.09924)"
-       y2="12.022278"
-       x2="62.591469"
-       y1="25.209778"
-       x1="84.998962"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12927"
-       xlink:href="#linearGradient12810"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.375000"
-       x2="21.500000"
-       y1="30.000000"
-       x1="21.500000"
-       gradientTransform="matrix(0.985000,0.000000,0.000000,1.022813,-1.675625,-6.638771)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12924"
-       xlink:href="#linearGradient11625"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.375000"
-       x2="21.500000"
-       y1="30.000000"
-       x1="21.500000"
-       gradientTransform="matrix(0.985000,0.000000,0.000000,1.000000,0.315001,-6.000012)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12921"
-       xlink:href="#linearGradient11625"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.375000"
-       x2="21.500000"
-       y1="30.000000"
-       x1="21.500000"
-       gradientTransform="matrix(1.016250,0.000000,0.000000,1.000000,1.658750,-6.000012)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12918"
-       xlink:href="#linearGradient11625"
-       inkscape:collect="always" />
-    <radialGradient
-       r="4.7500000"
-       fy="27.749998"
-       fx="25.000000"
-       cy="27.749998"
-       cx="25.000000"
-       gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-55.26225,-82.65742)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient12909"
-       xlink:href="#linearGradient11615"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.837825,-2.875000,0.164729)"
-       gradientUnits="userSpaceOnUse"
-       y2="39.447163"
-       x2="24.445671"
-       y1="12.947163"
-       x1="24.445671"
-       id="linearGradient11608"
-       xlink:href="#linearGradient11602"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.061966,0.000000,0.000000,0.837825,-4.389811,0.164729)"
-       gradientUnits="userSpaceOnUse"
-       y2="38.947163"
-       x2="31.799011"
-       y1="8.9471626"
-       x1="20.092352"
-       id="linearGradient11600"
-       xlink:href="#linearGradient11594"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.5659914"
-       fy="44.565483"
-       fx="30.203562"
-       cy="44.565483"
-       cx="30.203562"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-4.933466e-14,29.48178)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11532"
-       xlink:href="#linearGradient11508"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(1.995058,-1.383691e-32,0.000000,1.671510,-27.19988,-29.02822)"
-       gradientUnits="userSpaceOnUse"
-       r="20.530962"
-       fy="35.878170"
-       fx="24.445690"
-       cy="35.878170"
-       cx="24.445690"
-       id="radialGradient11526"
-       xlink:href="#linearGradient11520"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient11508"
-       inkscape:collect="always">
-      <stop
-         id="stop11510"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop11512"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11520">
-      <stop
-         id="stop11522"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop11524"
-         offset="1.0000000"
-         style="stop-color:#dcdcdc;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11594">
-      <stop
-         id="stop11596"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop11598"
-         offset="1.0000000"
-         style="stop-color:#d1d1d1;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11602">
-      <stop
-         id="stop11604"
-         offset="0.0000000"
-         style="stop-color:#f6f6f6;stop-opacity:1.0000000;" />
-      <stop
-         id="stop11606"
-         offset="1.0000000"
-         style="stop-color:#e0e0e0;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11615">
-      <stop
-         id="stop11617"
-         offset="0.0000000"
-         style="stop-color:#636363;stop-opacity:1.0000000;" />
-      <stop
-         id="stop11619"
-         offset="1.0000000"
-         style="stop-color:#000000;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11625"
-       inkscape:collect="always">
-      <stop
-         id="stop11627"
-         offset="0"
-         style="stop-color:#fce94f;stop-opacity:1;" />
-      <stop
-         id="stop11629"
-         offset="1"
-         style="stop-color:#fce94f;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient12810">
-      <stop
-         id="stop12812"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop12814"
-         offset="1.0000000"
-         style="stop-color:#e5e5e5;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient12828">
-      <stop
-         id="stop12830"
-         offset="0.0000000"
-         style="stop-color:#cccccd;stop-opacity:1.0000000;" />
-      <stop
-         style="stop-color:#adadae;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop12862" />
-      <stop
-         id="stop12832"
-         offset="1.0000000"
-         style="stop-color:#8f8f90;stop-opacity:0.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient12836"
-       inkscape:collect="always">
-      <stop
-         id="stop12838"
-         offset="0"
-         style="stop-color:#515152;stop-opacity:1;" />
-      <stop
-         id="stop12840"
-         offset="1"
-         style="stop-color:#515152;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective6114" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3788"
-       id="linearGradient3794"
-       x1="8.0536165"
-       y1="11.030003"
-       x2="10.4375"
-       y2="11.030003"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-64.70027,0)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3657"
-       id="linearGradient3668"
-       gradientUnits="userSpaceOnUse"
-       x1="10.4375"
-       y1="8.2899637"
-       x2="10.4375"
-       y2="18.984955"
-       gradientTransform="translate(-64.70027,0)" />
-    <linearGradient
-       id="linearGradient4608">
-      <stop
-         style="stop-color:#eeeeec"
-         offset="0"
-         id="stop4610" />
-      <stop
-         style="stop-color:#8a8c87;stop-opacity:1;"
-         offset="1"
-         id="stop4612" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4608"
-       id="linearGradient4641"
-       x1="58.015995"
-       y1="35.01503"
-       x2="57.954308"
-       y2="40.9986"
-       gradientUnits="userSpaceOnUse"
-       spreadMethod="reflect"
-       gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3609">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3611" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3613" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3657">
-      <stop
-         style="stop-color:#fafafa;stop-opacity:1;"
-         offset="0"
-         id="stop3659" />
-      <stop
-         style="stop-color:#bfbfbf;stop-opacity:1;"
-         offset="1"
-         id="stop3661" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3674">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="0"
-         id="stop3676" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="1"
-         id="stop3678" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3788">
-      <stop
-         style="stop-color:#cccdcb;stop-opacity:1;"
-         offset="0"
-         id="stop3790" />
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="1"
-         id="stop3792" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3676">
-      <stop
-         style="stop-color:#eeeeec"
-         offset="0"
-         id="stop4022" />
-      <stop
-         style="stop-color:#555753"
-         offset="1"
-         id="stop3680" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient1557"
-       inkscape:collect="always">
-      <stop
-         id="stop1559"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop1561"
-         offset="1"
-         style="stop-color:#888a85" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3730"
-       inkscape:collect="always">
-      <stop
-         id="stop3732"
-         offset="0"
-         style="stop-color:#eeeeec" />
-      <stop
-         id="stop3734"
-         offset="1"
-         style="stop-color:#888a85" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3628">
-      <stop
-         style="stop-color:#d3d7cf"
-         offset="0"
-         id="stop3630" />
-      <stop
-         style="stop-color:#555753"
-         offset="1"
-         id="stop3632" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3692">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3694" />
-      <stop
-         style="stop-color:#babdb6"
-         offset="1"
-         id="stop3696" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4068">
-      <stop
-         style="stop-color:#eaeae9;stop-opacity:1;"
-         offset="0"
-         id="stop4070" />
-      <stop
-         style="stop-color:#a5a7a2;stop-opacity:1;"
-         offset="1"
-         id="stop4072" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4099">
-      <stop
-         style="stop-color:#6f726f;stop-opacity:1;"
-         offset="0"
-         id="stop4101" />
-      <stop
-         style="stop-color:#6f726f;stop-opacity:0;"
-         offset="1"
-         id="stop4103" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3498">
-      <stop
-         style="stop-color:#3465a4;stop-opacity:1;"
-         offset="0"
-         id="stop3500" />
-      <stop
-         style="stop-color:#3465a4;stop-opacity:0;"
-         offset="1"
-         id="stop3502" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3510">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3512" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3514" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective6409" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3510"
-       id="linearGradient6730"
-       x1="9.485774"
-       y1="22.107626"
-       x2="7.378232"
-       y2="22.637957"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3498"
-       id="radialGradient6728"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       cx="36.82843"
-       cy="24.427677"
-       fx="36.82843"
-       fy="24.427671"
-       r="1.2404949" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3498"
-       id="radialGradient6726"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(21.09444,2.34445e-15,1.470518e-12,22.22672,-740.0468,-518.5196)"
-       cx="36.82843"
-       cy="24.427683"
-       fx="36.82843"
-       fy="24.427683"
-       r="1.2404949" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3498"
-       id="radialGradient6724"
-       cx="36.82843"
-       cy="24.427677"
-       fx="36.82843"
-       fy="24.427671"
-       r="1.2404949"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3281"
-       id="linearGradient6722"
-       x1="4.6831215"
-       y1="24.665476"
-       x2="8.3712559"
-       y2="24.317278"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4099"
-       id="linearGradient6720"
-       x1="11.125889"
-       y1="25.559732"
-       x2="9.346509"
-       y2="25.736509"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.296181,0,0,1.296181,-4.978245,-7.324566)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4068"
-       id="linearGradient6718"
-       gradientUnits="userSpaceOnUse"
-       x1="7.5763841"
-       y1="20.301662"
-       x2="7.3215322"
-       y2="27.345011" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4068"
-       id="linearGradient6716"
-       gradientUnits="userSpaceOnUse"
-       x1="7.5763841"
-       y1="20.301662"
-       x2="7.3215322"
-       y2="27.345011" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3788"
-       id="linearGradient6714"
-       x1="8.0536165"
-       y1="11.030003"
-       x2="10.4375"
-       y2="11.030003"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-64.70027,0)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3674"
-       id="radialGradient6712"
-       cx="5.0822492"
-       cy="12.516305"
-       fx="5.0822492"
-       fy="12.516305"
-       r="2.9831069"
-       gradientTransform="matrix(1.525791,4.898427e-16,-1.480441e-8,1.768964,-8.162983e-2,6.066255)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3657"
-       id="linearGradient6710"
-       gradientUnits="userSpaceOnUse"
-       x1="10.4375"
-       y1="8.2899637"
-       x2="10.4375"
-       y2="18.984955"
-       gradientTransform="translate(-64.70027,0)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3609"
-       id="radialGradient6708"
-       cx="6.4081554"
-       cy="17.403807"
-       fx="6.4081554"
-       fy="17.403807"
-       r="5.524272"
-       gradientTransform="matrix(1,0,0,0.416,2.706926e-15,10.16382)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6702">
-      <stop
-         style="stop-color:#eeeeec"
-         offset="0"
-         id="stop6704" />
-      <stop
-         style="stop-color:#8a8c87;stop-opacity:1;"
-         offset="1"
-         id="stop6706" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4608"
-       id="linearGradient6700"
-       x1="58.015995"
-       y1="35.01503"
-       x2="57.954308"
-       y2="40.9986"
-       gradientUnits="userSpaceOnUse"
-       spreadMethod="reflect"
-       gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4608"
-       id="linearGradient6698"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.769913,0,0,1.769913,-88.34438,10.67235)"
-       x1="56.302975"
-       y1="4.9369388"
-       x2="56.609135"
-       y2="8.6796741" />
-    <linearGradient
-       id="linearGradient6686">
-      <stop
-         style="stop-color:#fafafa;stop-opacity:1;"
-         offset="0"
-         id="stop6688" />
-      <stop
-         style="stop-color:#bfbfbf;stop-opacity:1;"
-         offset="1"
-         id="stop6690" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6680">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="0"
-         id="stop6682" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="1"
-         id="stop6684" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6674">
-      <stop
-         style="stop-color:#cccdcb;stop-opacity:1;"
-         offset="0"
-         id="stop6676" />
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="1"
-         id="stop6678" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3676"
-       id="radialGradient6672"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
-       cx="-1.0016617"
-       cy="0.99004257"
-       fx="-1.0016617"
-       fy="0.99004257"
-       r="9.9205227" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1557"
-       id="linearGradient6664"
-       x1="17.0625"
-       y1="34.950001"
-       x2="20.3125"
-       y2="5.375"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3730"
-       id="radialGradient6656"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
-       cx="-1.0016617"
-       cy="0.99004257"
-       fx="-1.0016617"
-       fy="0.99004257"
-       r="9.9205227" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3628"
-       id="radialGradient6648"
-       cx="12.704856"
-       cy="13.847466"
-       fx="12.704856"
-       fy="13.847466"
-       r="9.375"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3692"
-       id="linearGradient6640"
-       x1="-0.51990569"
-       y1="-0.51990569"
-       x2="-0.51990569"
-       y2="19.269905"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3670"
-       id="radialGradient6632"
-       cx="6.8797626"
-       cy="7.1986876"
-       fx="6.8797626"
-       fy="7.1986876"
-       r="9.375"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.240749,9.690094e-9,-9.043116e-9,1.157631,-1.713645,-1.134736)" />
-    <linearGradient
-       id="linearGradient3670"
-       inkscape:collect="always">
-      <stop
-         id="stop3672"
-         offset="0"
-         style="stop-color:#d3d7cf" />
-      <stop
-         id="stop3674"
-         offset="1"
-         style="stop-color:#555753" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6623">
-      <stop
-         style="stop-color:#eaeae9;stop-opacity:1;"
-         offset="0"
-         id="stop6625" />
-      <stop
-         style="stop-color:#a5a7a2;stop-opacity:1;"
-         offset="1"
-         id="stop6627" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3281">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3283" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3285" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective6599" />
-    <radialGradient
-       r="22.627417"
-       fy="41.63604"
-       fx="23.334524"
-       cy="41.63604"
-       cx="23.334524"
-       gradientTransform="matrix(1,0,0,0.25,0,31.22703)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8917"
-       xlink:href="#linearGradient23419"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="34.3075"
-       x2="32.511"
-       y1="11.1885"
-       x1="14.9966"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8919"
-       xlink:href="#aigrd1"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8921"
-       xlink:href="#aigrd2"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="28.000000"
-       x2="29.000000"
-       y1="14.625000"
-       x1="21.125000"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8923"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="28.000000"
-       x2="29.000000"
-       y1="14.625000"
-       x1="21.125000"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8925"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="54.698483"
-       x2="48.798885"
-       y1="3.6100161"
-       x1="10.501720"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8927"
-       xlink:href="#linearGradient6036"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="18.366575"
-       x2="17.742729"
-       y1="31.494707"
-       x1="28.702885"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8930"
-       xlink:href="#linearGradient6028"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="27.569166"
-       fx="37.751469"
-       cy="27.569166"
-       cx="37.751469"
-       gradientTransform="matrix(0.848684,0.95802,-0.782119,0.692834,18.69147,-20.52578)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8932"
-       xlink:href="#linearGradient3394"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="38.807304"
-       fx="26.137741"
-       cy="38.807304"
-       cx="26.137741"
-       gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8934"
-       xlink:href="#linearGradient3406"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="48.238270"
-       fx="53.556889"
-       cy="48.238270"
-       cx="53.556889"
-       gradientTransform="matrix(0.15845,-0.158988,0.432907,0.431441,-2.723645,15.00107)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8936"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="33.377594"
-       fx="16.885271"
-       cy="33.377594"
-       cx="16.885271"
-       gradientTransform="matrix(5.184267e-3,-0.12286,0.544548,2.297824e-2,0.957234,26.30756)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8938"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="21.618015"
-       fx="35.511295"
-       cy="21.618015"
-       cx="35.511295"
-       gradientTransform="matrix(0.105916,-1.91424e-2,0.104789,0.579807,17.13693,7.115158)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8940"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="23.914305"
-       fx="133.84108"
-       cy="23.914305"
-       cx="133.84108"
-       gradientTransform="matrix(-5.04822e-2,1.387847e-2,-0.12844,-0.467196,35.41257,39.44172)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8942"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1,0,0,0.201878,0,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8944"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8946"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0,0,0.776658,142.1177,39.94241)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8948"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8950"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0,0,0.767032,177.06,15.53427)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8952"
-       xlink:href="#linearGradient7754"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8954"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="609.50507"
-       x2="302.85715"
-       y1="366.64789"
-       x1="302.85715"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8956"
-       xlink:href="#linearGradient5048"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8958"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8960"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="40.943935"
-       x2="36.183067"
-       y1="28.481176"
-       x1="7.6046205"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8962"
-       xlink:href="#linearGradient4228"
-       inkscape:collect="always" />
-    <radialGradient
-       r="20.935817"
-       fy="2.9585190"
-       fx="15.571491"
-       cy="2.9585190"
-       cx="15.571491"
-       gradientTransform="matrix(1.286242,0.781698,-0.710782,1.169552,-2.354348,-4.876862)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8964"
-       xlink:href="#linearGradient4244"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="35.281250"
-       x2="24.687500"
-       y1="35.281250"
-       x1="7.0625000"
-       gradientTransform="translate(0.795493,-1.325821)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8966"
-       xlink:href="#linearGradient4184"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8968"
-       xlink:href="#aigrd2"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="26.357183"
-       x2="23.688078"
-       y1="11.318835"
-       x1="23.688078"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8970"
-       xlink:href="#linearGradient4274"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="47.620636"
-       x2="44.096100"
-       y1="4.4331360"
-       x1="12.378357"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8972"
-       xlink:href="#linearGradient4254"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="11.780679"
-       x2="21.747974"
-       y1="31.964777"
-       x1="33.431175"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8974"
-       xlink:href="#linearGradient2555"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.5659914"
-       fy="44.565483"
-       fx="30.203562"
-       cy="44.565483"
-       cx="30.203562"
-       gradientTransform="matrix(1,0,0,0.338462,0,29.48178)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8976"
-       xlink:href="#linearGradient11508"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="21.459777"
-       x2="87.528968"
-       y1="21.459777"
-       x1="65.623963"
-       gradientTransform="matrix(1.37407,0,0,1.37407,-85.1015,-12.38821)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8978"
-       xlink:href="#linearGradient12810"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="36.656250"
-       x2="92.062500"
-       y1="31.656250"
-       x1="88.750000"
-       gradientTransform="matrix(1.37407,0,0,1.37407,-84.45865,-12.06679)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8980"
-       xlink:href="#linearGradient12836"
-       inkscape:collect="always" />
-    <radialGradient
-       r="7.0056136"
-       fy="33.398670"
-       fx="88.593018"
-       cy="33.398670"
-       cx="88.593018"
-       gradientTransform="matrix(0.889444,0.209222,-0.178645,0.759454,-34.9767,-11.86445)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8982"
-       xlink:href="#linearGradient12828"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="12.022278"
-       x2="62.591469"
-       y1="25.209778"
-       x1="84.998962"
-       gradientTransform="matrix(1.37407,0,0,1.37407,-85.1015,-12.38821)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8984"
-       xlink:href="#linearGradient12810"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="609.50507"
-       x2="302.85715"
-       y1="366.64789"
-       x1="302.85715"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9016"
-       xlink:href="#linearGradient5048"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9018"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9020"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="22.585211"
-       x2="24.990499"
-       y1="34.004856"
-       x1="24.990499"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9022"
-       xlink:href="#linearGradient4210"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="47.388485"
-       x2="30.014812"
-       y1="19.912336"
-       x1="18.706615"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9024"
-       xlink:href="#linearGradient4222"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="12.636667"
-       x2="34.193642"
-       y1="12.636667"
-       x1="16.148972"
-       gradientTransform="matrix(1,0,0,1.039184,1028.0257,-231.23327)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9026"
-       xlink:href="#linearGradient4182"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="16.020695"
-       x2="22.071806"
-       y1="9.7577486"
-       x1="21.906841"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9028"
-       xlink:href="#linearGradient4987"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="16.170370"
-       x2="24.119167"
-       y1="24.720648"
-       x1="25.381256"
-       gradientTransform="matrix(1,0,0,0.986355,1028.0257,-230.87606)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9030"
-       xlink:href="#linearGradient4192"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="15.267649"
-       x2="47.065835"
-       y1="14.661557"
-       x1="36.288929"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9032"
-       xlink:href="#linearGradient4995"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.4286140"
-       fy="20.800287"
-       fx="23.943670"
-       cy="20.800287"
-       cx="23.943670"
-       gradientTransform="matrix(1.353283,0,0,0.635968,-8.45889,3.41347)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9034"
-       xlink:href="#linearGradient2884"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.5862970"
-       fy="9.0255041"
-       fx="21.578989"
-       cy="9.0255041"
-       cx="21.578989"
-       gradientTransform="matrix(0.74942,0,0,0.394055,6.226925,10.09253)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9036"
-       xlink:href="#linearGradient2869"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.4286140"
-       fy="20.800287"
-       fx="23.943670"
-       cy="20.800287"
-       cx="23.943670"
-       gradientTransform="matrix(1.353283,0,0,0.635968,-8.45889,3.41347)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9038"
-       xlink:href="#linearGradient2884"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.5862970"
-       fy="9.8105707"
-       fx="21.578989"
-       cy="9.8105707"
-       cx="21.578989"
-       gradientTransform="matrix(0.74942,0,0,0.394055,6.226925,10.09253)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9040"
-       xlink:href="#linearGradient2869"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="12.333632"
-       x2="17.696169"
-       y1="13.444801"
-       x1="30.062469"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9042"
-       xlink:href="#linearGradient4979"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="5.378334"
-       x2="1214.5341"
-       y1="5.378334"
-       x1="1114.5305"
-       gradientTransform="matrix(0.9609338,0,0,1.8379278,-1111.6001,-1207.6336)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9044"
-       xlink:href="#linearGradient3690"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="5.378334"
-       x2="1214.5341"
-       y1="5.378334"
-       x1="1114.5305"
-       gradientTransform="matrix(0.4630654,0,0,0.3674593,710.18113,7.2716162)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9046"
-       xlink:href="#linearGradient3690"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="609.50507"
-       x2="302.85715"
-       y1="366.64789"
-       x1="302.85715"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9048"
-       xlink:href="#linearGradient5048"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9050"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9052"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="22.585211"
-       x2="24.990499"
-       y1="34.004856"
-       x1="24.990499"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9054"
-       xlink:href="#linearGradient4210"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="47.388485"
-       x2="30.014812"
-       y1="19.912336"
-       x1="18.706615"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9056"
-       xlink:href="#linearGradient4222"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="12.636667"
-       x2="34.193642"
-       y1="12.636667"
-       x1="16.148972"
-       gradientTransform="matrix(1,0,0,1.039184,1028.0257,-231.23327)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9058"
-       xlink:href="#linearGradient4182"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="16.020695"
-       x2="22.071806"
-       y1="9.7577486"
-       x1="21.906841"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9060"
-       xlink:href="#linearGradient4987"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="16.170370"
-       x2="24.119167"
-       y1="24.720648"
-       x1="25.381256"
-       gradientTransform="matrix(1,0,0,0.986355,1028.0257,-230.87606)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9062"
-       xlink:href="#linearGradient4192"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="15.267649"
-       x2="47.065835"
-       y1="14.661557"
-       x1="36.288929"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9064"
-       xlink:href="#linearGradient4995"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.4286140"
-       fy="20.800287"
-       fx="23.943670"
-       cy="20.800287"
-       cx="23.943670"
-       gradientTransform="matrix(1.353283,0,0,0.635968,-8.45889,3.41347)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9066"
-       xlink:href="#linearGradient2884"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.5862970"
-       fy="9.0255041"
-       fx="21.578989"
-       cy="9.0255041"
-       cx="21.578989"
-       gradientTransform="matrix(0.74942,0,0,0.394055,6.226925,10.09253)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9068"
-       xlink:href="#linearGradient2869"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.4286140"
-       fy="20.800287"
-       fx="23.943670"
-       cy="20.800287"
-       cx="23.943670"
-       gradientTransform="matrix(1.353283,0,0,0.635968,-8.45889,3.41347)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9070"
-       xlink:href="#linearGradient2884"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.5862970"
-       fy="9.8105707"
-       fx="21.578989"
-       cy="9.8105707"
-       cx="21.578989"
-       gradientTransform="matrix(0.74942,0,0,0.394055,6.226925,10.09253)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9072"
-       xlink:href="#linearGradient2869"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="12.333632"
-       x2="17.696169"
-       y1="13.444801"
-       x1="30.062469"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9074"
-       xlink:href="#linearGradient4979"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11.689870"
-       fy="72.568001"
-       fx="14.287618"
-       cy="68.872971"
-       cx="14.287618"
-       gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9076"
-       xlink:href="#linearGradient2300"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="248.6311"
-       x2="153.0005"
-       y1="15.4238"
-       x1="99.7773"
-       gradientTransform="matrix(0.200685,0,0,0.200685,-54.33576,-1.050787)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9078"
-       xlink:href="#aigrd1"
-       inkscape:collect="always" />
-    <radialGradient
-       r="18.500000"
-       fy="35.375000"
-       fx="23.250000"
-       cy="35.375000"
-       cx="23.250000"
-       gradientTransform="matrix(1,0,0,0.398649,0,21.2728)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9080"
-       xlink:href="#linearGradient2072"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.3750000"
-       fy="32.307854"
-       fx="4.3920336"
-       cy="32.307854"
-       cx="4.3920336"
-       gradientTransform="matrix(1,0,0,0.509804,0,16.05392)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9082"
-       xlink:href="#linearGradient2315"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6.3750000"
-       fy="32.307854"
-       fx="4.3920336"
-       cy="32.307854"
-       cx="4.3920336"
-       gradientTransform="matrix(1,0,0,0.509804,0,16.05392)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9084"
-       xlink:href="#linearGradient2315"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.566757"
-       fy="26.963573"
-       fx="23.157747"
-       cy="26.963573"
-       cx="23.157747"
-       gradientTransform="matrix(1,0,0,0.663934,0,9.061528)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9086"
-       xlink:href="#linearGradient7079"
-       inkscape:collect="always" />
-    <radialGradient
-       r="14.1515"
-       fy="24.735121"
-       fx="20.655508"
-       cy="24.735121"
-       cx="20.655508"
-       gradientTransform="matrix(0.8013773,0,0,0.8013773,1475.9034,-149.67743)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9088"
-       xlink:href="#aigrd4"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="25.772396"
-       x2="29.049412"
-       y1="12.75"
-       x1="23.816254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9090"
-       xlink:href="#linearGradient7087"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-4.5986342"
-       x2="21.107563"
-       y1="31.867859"
-       x1="21.03167"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9092"
-       xlink:href="#linearGradient7054"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="34.140205"
-       x2="40.820396"
-       y1="35.24506"
-       x1="46.54464"
-       gradientTransform="matrix(0.7091211,0,0,0.7091211,1478.5851,-152.30353)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9094"
-       xlink:href="#linearGradient7069"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="32.133045"
-       x2="26.625"
-       y1="32.133045"
-       x1="43.6875"
-       gradientTransform="matrix(0.8013773,0,0,0.8013773,1474.3233,-155.46349)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9096"
-       xlink:href="#linearGradient7138"
-       inkscape:collect="always" />
-    <radialGradient
-       r="8.7662794"
-       fy="67.501709"
-       fx="12.575710"
-       cy="67.501709"
-       cx="12.575710"
-       gradientTransform="scale(1.925808,0.519262)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9098"
-       xlink:href="#linearGradient2454"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="28.205938"
-       x2="-35.658386"
-       y1="33.416473"
-       x1="-35.658386"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9100"
-       xlink:href="#linearGradient2321"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="30.962345"
-       x2="-35.074745"
-       y1="34.242237"
-       x1="-35.122688"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9102"
-       xlink:href="#linearGradient2329"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="64.892525"
-       x2="12.127711"
-       y1="53.535141"
-       x1="12.206709"
-       gradientTransform="matrix(1.816345,0,0,1.278927,1688.6456,-199.39317)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9104"
-       xlink:href="#linearGradient2701"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="33.339787"
-       x2="34.784473"
-       y1="7.2293582"
-       x1="8.6116238"
-       gradientTransform="matrix(1.129863,0,0,0.885063,1689.0206,-157.57746)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9106"
-       xlink:href="#linearGradient2245"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.246054"
-       x2="32.536823"
-       y1="5.3817744"
-       x1="10.390738"
-       gradientTransform="matrix(1.104397,0,0,0.905471,1690.6456,-156.27309)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9108"
-       xlink:href="#linearGradient2253"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.8666229"
-       x2="16.315819"
-       y1="32.622238"
-       x1="19.150396"
-       gradientTransform="matrix(1.174139,0,0,0.945431,1691.3674,-157.60461)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9110"
-       xlink:href="#linearGradient2675"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="162.45061"
-       x2="3.7069974"
-       y1="171.29134"
-       x1="3.7069976"
-       gradientTransform="matrix(5.705159,0,0,0.17528,1691.6456,-156.95246)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9112"
-       xlink:href="#linearGradient2683"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="55.200756"
-       x2="34.974548"
-       y1="13.004725"
-       x1="17.698339"
-       gradientTransform="matrix(1.108069,0,0,0.902471,1691.6456,-155.27309)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9114"
-       xlink:href="#linearGradient2415"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="26.729263"
-       x2="17.199417"
-       y1="1.6537577"
-       x1="11.492236"
-       gradientTransform="matrix(1.238977,0,0,0.895955,1691.2362,-157.60461)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9116"
-       xlink:href="#linearGradient2667"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="3.8451097"
-       x2="35.520542"
-       y1="3.9384086"
-       x1="34.300991"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9118"
-       xlink:href="#linearGradient2711"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="3.8451097"
-       x2="35.520542"
-       y1="3.9384086"
-       x1="34.300991"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9120"
-       xlink:href="#linearGradient2711"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="3.8451097"
-       x2="35.520542"
-       y1="3.9384086"
-       x1="34.300991"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9122"
-       xlink:href="#linearGradient2711"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="3.8451097"
-       x2="35.520542"
-       y1="3.9384086"
-       x1="34.300991"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9124"
-       xlink:href="#linearGradient2711"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="3.8451097"
-       x2="35.520542"
-       y1="3.9384086"
-       x1="34.300991"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9126"
-       xlink:href="#linearGradient2711"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="88.923729"
-       x2="70.951942"
-       y1="101.74152"
-       x1="70.913956"
-       gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9128"
-       xlink:href="#linearGradient2684"
-       inkscape:collect="always" />
-    <radialGradient
-       r="12.551644"
-       fy="83.990814"
-       fx="107.5884"
-       cy="83.990814"
-       cx="107.5884"
-       gradientTransform="matrix(5.324342e-2,-0.836238,2.019473,0.128568,-151.9195,108.0768)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9130"
-       xlink:href="#linearGradient2691"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="95"
-       x2="70.826942"
-       y1="124.11652"
-       x1="71.288956"
-       gradientTransform="translate(-45.00042,-71.09425)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9132"
-       xlink:href="#linearGradient5075"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="105.49083"
-       x2="174.74524"
-       y1="84.263489"
-       x1="174.83363"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9134"
-       xlink:href="#linearGradient2817"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9136"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9138"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9140"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="105.49083"
-       x2="174.74524"
-       y1="84.263489"
-       x1="174.83363"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9142"
-       xlink:href="#linearGradient2817"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9144"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9146"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9148"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <radialGradient
-       r="5.524272"
-       fy="17.403807"
-       fx="6.4081554"
-       cy="17.403807"
-       cx="6.4081554"
-       gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9158"
-       xlink:href="#linearGradient3609"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.345011"
-       x2="7.3215322"
-       y1="20.301662"
-       x1="7.5763841"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9160"
-       xlink:href="#linearGradient4068"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.345011"
-       x2="7.3215322"
-       y1="20.301662"
-       x1="7.5763841"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9162"
-       xlink:href="#linearGradient4068"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="24.317278"
-       x2="8.3712559"
-       y1="24.665476"
-       x1="4.6831215"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9164"
-       xlink:href="#linearGradient3264"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6796741"
-       x2="56.609135"
-       y1="4.9369388"
-       x1="56.302975"
-       gradientTransform="matrix(1.769913,0,0,1.769913,-88.34438,10.67235)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9166"
-       xlink:href="#linearGradient4608"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="25.736509"
-       x2="9.346509"
-       y1="25.559732"
-       x1="11.125889"
-       gradientTransform="matrix(1.296181,0,0,1.296181,-4.978245,-7.324566)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9168"
-       xlink:href="#linearGradient4099"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="22.637957"
-       x2="7.378232"
-       y1="22.107626"
-       x1="9.485774"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9170"
-       xlink:href="#linearGradient3510"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.9831069"
-       fy="12.516305"
-       fx="5.0822492"
-       cy="12.516305"
-       cx="5.0822492"
-       gradientTransform="matrix(1.525791,0,-1.480441e-8,1.768964,-8.162983e-2,6.066255)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9172"
-       xlink:href="#linearGradient3674"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.9205227"
-       fy="0.99004257"
-       fx="-1.0016617"
-       cy="0.99004257"
-       cx="-1.0016617"
-       gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9174"
-       xlink:href="#linearGradient3676"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="5.375"
-       x2="20.3125"
-       y1="34.950001"
-       x1="17.0625"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9176"
-       xlink:href="#linearGradient1557"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.9205227"
-       fy="0.99004257"
-       fx="-1.0016617"
-       cy="0.99004257"
-       cx="-1.0016617"
-       gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9178"
-       xlink:href="#linearGradient3730"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.375"
-       fy="13.847466"
-       fx="12.704856"
-       cy="13.847466"
-       cx="12.704856"
-       gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9180"
-       xlink:href="#linearGradient3628"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="19.269905"
-       x2="-0.51990569"
-       y1="-0.51990569"
-       x1="-0.51990569"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9182"
-       xlink:href="#linearGradient3692"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.375"
-       fy="7.1986876"
-       fx="6.8797626"
-       cy="7.1986876"
-       cx="6.8797626"
-       gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9184"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="1.2404949"
-       fy="24.427671"
-       fx="36.82843"
-       cy="24.427677"
-       cx="36.82843"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9186"
-       xlink:href="#linearGradient3498"
-       inkscape:collect="always" />
-    <radialGradient
-       r="1.2404949"
-       fy="24.427671"
-       fx="36.82843"
-       cy="24.427677"
-       cx="36.82843"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9188"
-       xlink:href="#linearGradient3498"
-       inkscape:collect="always" />
-    <radialGradient
-       r="1.2404949"
-       fy="24.427683"
-       fx="36.82843"
-       cy="24.427683"
-       cx="36.82843"
-       gradientTransform="matrix(21.09444,0,0,22.22672,-740.0468,-518.5196)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9190"
-       xlink:href="#linearGradient3498"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="matrix(3.000198,0,0,1,94.59141,-143.04229)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9250"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="matrix(2.498884,0,0,1.004384,-252.46439,-214.45876)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9253"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(8.905772e-6,-1.07205,4.98026,-1.250658e-6,-329.18179,69.74687)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9256"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="105.49083"
-       x2="174.74524"
-       y1="84.263489"
-       x1="174.83363"
-       gradientTransform="matrix(2.624525,0,0,1.054917,-274.50449,-219.25939)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9259"
-       xlink:href="#linearGradient2817"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.566757"
-       fy="26.963573"
-       fx="23.157747"
-       cy="26.963573"
-       cx="23.157747"
-       gradientTransform="matrix(1,0,0,0.663934,0,9.061528)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9686"
-       xlink:href="#linearGradient7079"
-       inkscape:collect="always" />
-    <radialGradient
-       r="14.1515"
-       fy="24.735121"
-       fx="20.655508"
-       cy="24.735121"
-       cx="20.655508"
-       gradientTransform="matrix(0.8013773,0,0,0.8013773,1475.9034,-149.67743)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9688"
-       xlink:href="#aigrd4"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="25.772396"
-       x2="29.049412"
-       y1="12.75"
-       x1="23.816254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9690"
-       xlink:href="#linearGradient7087"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-4.5986342"
-       x2="21.107563"
-       y1="31.867859"
-       x1="21.03167"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9692"
-       xlink:href="#linearGradient7054"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="34.140205"
-       x2="40.820396"
-       y1="35.24506"
-       x1="46.54464"
-       gradientTransform="matrix(0.7091211,0,0,0.7091211,1478.5851,-152.30353)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9694"
-       xlink:href="#linearGradient7069"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="32.133045"
-       x2="26.625"
-       y1="32.133045"
-       x1="43.6875"
-       gradientTransform="matrix(0.8013773,0,0,0.8013773,1474.3233,-155.46349)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9696"
-       xlink:href="#linearGradient7138"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="5.378334"
-       x2="1214.5341"
-       y1="5.378334"
-       x1="1114.5305"
-       gradientTransform="matrix(0.9609338,0,0,1.8379278,-1673.2125,192.64678)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9804"
-       xlink:href="#linearGradient3690"
-       inkscape:collect="always" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective4752" />
-    <marker
-       inkscape:stockid="Arrow2Mendq"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="Arrow2Mendq-8"
-       style="overflow:visible">
-      <path
-         id="path5832-7"
-         style="font-size:12px;fill:#204a87;fill-rule:evenodd;stroke:#204a87;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendq"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="marker4758"
-       style="overflow:visible">
-      <path
-         id="path4760"
-         style="font-size:12px;fill:#204a87;fill-rule:evenodd;stroke:#204a87;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendq"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="marker4762"
-       style="overflow:visible">
-      <path
-         id="path4764"
-         style="font-size:12px;fill:#204a87;fill-rule:evenodd;stroke:#204a87;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendq"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="marker4766"
-       style="overflow:visible">
-      <path
-         id="path4768"
-         style="font-size:12px;fill:#204a87;fill-rule:evenodd;stroke:#204a87;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective4953" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective5789" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective5814" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective6634" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective7451" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective7674" />
-    <marker
-       inkscape:stockid="Arrow2Mendk"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mendk"
-       style="overflow:visible;">
-      <path
-         id="path8921"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#00d400;stroke-width:0.62500000;fill:#00d400"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="marker4766L"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="marker4766L"
-       style="overflow:visible">
-      <path
-         id="path12938"
-         style="stroke-linejoin:round;font-size:12px;fill-rule:evenodd;stroke:#ff6600;stroke-width:0.625;fill:#ff6600"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendl"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mendl"
-       style="overflow:visible;">
-      <path
-         id="path17361"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#c83737;stroke-width:0.62500000;fill:#c83737"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <inkscape:perspective
-       id="perspective20356"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <inkscape:perspective
-       id="perspective20381"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <marker
-       inkscape:stockid="Arrow2Mendl"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="Arrow2Mendl-2"
-       style="overflow:visible">
-      <path
-         id="path17361-7"
-         style="font-size:12px;fill:#c83737;fill-rule:evenodd;stroke:#c83737;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mstartx"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mstartx"
-       style="overflow:visible">
-      <path
-         id="path22129"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#c83737;stroke-width:0.62500000;fill:#c83737"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendln"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mendln"
-       style="overflow:visible;">
-      <path
-         id="path22132"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#c83737;stroke-width:0.62500000;fill:#c83737"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective4842" />
-    <marker
-       inkscape:stockid="marker4766L"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="marker4766L-6"
-       style="overflow:visible">
-      <path
-         id="path12938-9"
-         style="font-size:12px;fill:#ff6600;fill-rule:evenodd;stroke:#ff6600;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       id="perspective4870" />
-    <marker
-       inkscape:stockid="Arrow2Mstartx"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="Arrow2Mstartx-8"
-       style="overflow:visible">
-      <path
-         id="path22129-7"
-         style="font-size:12px;fill:#c83737;fill-rule:evenodd;stroke:#c83737;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(0.6,0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendln"
-       orient="auto"
-       refY="0"
-       refX="0"
-       id="Arrow2Mendln-9"
-       style="overflow:visible">
-      <path
-         id="path22132-0"
-         style="font-size:12px;fill:#c83737;fill-rule:evenodd;stroke:#c83737;stroke-width:0.625;stroke-linejoin:round"
-         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
-         transform="scale(-0.6,-0.6)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2MstartxO"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2MstartxO"
-       style="overflow:visible">
-      <path
-         id="path5956"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#00d400;stroke-width:0.62500000;fill:#00d400"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Mendlnz"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mendlnz"
-       style="overflow:visible;">
-      <path
-         id="path5959"
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#00d400;stroke-width:0.62500000;fill:#00d400"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-  </defs>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>gstreamer diagrams</dc:title>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Luc Pionchon</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <dc:date>June 2008</dc:date>
-        <dc:description>This diagram uses icons from the Tango Desktop Project. http://tango.freedesktop.org</dc:description>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" />
-      </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/">
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Reproduction" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Distribution" />
-        <cc:requires
-           rdf:resource="http://creativecommons.org/ns#Notice" />
-        <cc:requires
-           rdf:resource="http://creativecommons.org/ns#Attribution" />
-        <cc:prohibits
-           rdf:resource="http://creativecommons.org/ns#CommercialUse" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
-        <cc:requires
-           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
-      </cc:License>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-492.71994"
-       x="550.91791"
-       height="78.164238"
-       width="78.164238"
-       id="rect5471"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.83576286;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-492.71994"
-       x="645.91791"
-       height="78.164238"
-       width="78.164238"
-       id="rect5485"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.83576286;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,458.77161,-1225.6546)"
-       id="g5487">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5489"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5491"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5493"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5495"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-493.71994"
-       x="172.91788"
-       height="78.164238"
-       width="78.164238"
-       id="rect10266"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.83576286;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-678.30359"
-       x="787.07178"
-       height="144.85741"
-       width="185.4816"
-       id="rect10274"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.02259612;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-773.89111"
-       x="282.68732"
-       height="58.375156"
-       width="106.05405"
-       id="rect10254"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-773.89111"
-       x="402.10828"
-       height="58.375156"
-       width="106.05405"
-       id="rect10256"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-773.89111"
-       x="521.52924"
-       height="58.375156"
-       width="106.05405"
-       id="rect10258"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-773.89111"
-       x="640.9502"
-       height="58.375156"
-       width="106.05405"
-       id="rect10260"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-773.89111"
-       x="163.26636"
-       height="58.375156"
-       width="106.05405"
-       id="rect10252"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <g
-       transform="translate(1071.1328,-335.93253)"
-       style="display:inline"
-       inkscape:label="contorno"
-       id="layer4" />
-    <flowRoot
-       style="fill:black;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:10"
-       id="flowRoot6177"
-       xml:space="preserve"><flowRegion
-         id="flowRegion6179"><rect
-           y="-251.93916"
-           x="738.47083"
-           height="36.345318"
-           width="28.08502"
-           id="rect6181" /></flowRegion><flowPara
-         id="flowPara6183" /></flowRoot>    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#eeeeec;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect4780"
-       width="950.7605"
-       height="178.42247"
-       x="65.707336"
-       y="414.31732"
-       rx="5"
-       ry="5" />
-    <rect
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect2385"
-       width="153.2551"
-       height="99.162369"
-       x="-484.37994"
-       y="-23.059189"
-       rx="5"
-       ry="5" />
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-478.60358"
-       y="-7.783432"
-       id="text3163"><tspan
-         style="font-size:12px"
-         sodipodi:role="line"
-         id="tspan3165"
-         x="-478.60358"
-         y="-7.783432">&lt;Element name&gt;</tspan></text>
-    <g
-       transform="translate(-682.21996,-497.61921)"
-       id="g3234">
-      <rect
-         y="519.57288"
-         x="197.83418"
-         height="33.867229"
-         width="49.561798"
-         id="rect2387"
-         style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text3167"
-         y="540.6366"
-         x="209.81161"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="540.6366"
-           x="209.81161"
-           id="tspan3169"
-           sodipodi:role="line">sink</tspan></text>
-    </g>
-    <g
-       transform="translate(-682.21996,-497.61921)"
-       id="g3229">
-      <rect
-         y="519.57288"
-         x="301.50095"
-         height="33.867229"
-         width="49.561798"
-         id="rect3179"
-         style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text3171"
-         y="540.6366"
-         x="320.49963"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="540.6366"
-           x="320.49963"
-           id="tspan3173"
-           sodipodi:role="line">src</tspan></text>
-    </g>
-    <rect
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:2.08029437;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3187"
-       width="152.95805"
-       height="135.21065"
-       x="-484.23145"
-       y="97.25148"
-       rx="5"
-       ry="5" />
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-478.60358"
-       y="112.37874"
-       id="text3191"><tspan
-         style="font-size:12px"
-         sodipodi:role="line"
-         id="tspan3193"
-         x="-478.60358"
-         y="112.37874">&lt;Element name&gt;</tspan></text>
-    <g
-       id="g3205"
-       transform="translate(-682.21998,-497.18103)">
-      <rect
-         y="639.73505"
-         x="197.8342"
-         height="33.867229"
-         width="49.561798"
-         id="rect3189"
-         style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text3195"
-         y="660.79877"
-         x="209.81163"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="660.79877"
-           x="209.81163"
-           id="tspan3197"
-           sodipodi:role="line">sink</tspan></text>
-    </g>
-    <rect
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:2.42145824;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3239"
-       width="152.61688"
-       height="183.60526"
-       x="-483.9447"
-       y="255.19386"
-       rx="5"
-       ry="5" />
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-478.48743"
-       y="270.15054"
-       id="text3241"><tspan
-         style="font-size:12px"
-         sodipodi:role="line"
-         id="tspan3243"
-         x="-478.48743"
-         y="270.15054">&lt;Element name&gt;</tspan></text>
-    <g
-       id="g3245"
-       transform="translate(-682.10382,-339.02141)">
-      <rect
-         y="639.73505"
-         x="197.8342"
-         height="33.867229"
-         width="49.561798"
-         id="rect3247"
-         style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text3249"
-         y="660.79877"
-         x="209.81163"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="660.79877"
-           x="209.81163"
-           id="tspan3251"
-           sodipodi:role="line">sink</tspan></text>
-    </g>
-    <g
-       id="g3253"
-       transform="translate(-682.1038,-339.84744)">
-      <g
-         id="g3255">
-        <rect
-           style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           id="rect3257"
-           width="49.561798"
-           height="33.867229"
-           x="301.50095"
-           y="639.73505" />
-      </g>
-      <text
-         id="text3259"
-         y="660.79877"
-         x="310.49963"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="660.79877"
-           x="310.49963"
-           id="tspan3261"
-           sodipodi:role="line">src_01</tspan></text>
-    </g>
-    <g
-       id="g3263"
-       transform="translate(-682.1038,-296.86872)">
-      <g
-         id="g3265">
-        <rect
-           style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           id="rect3267"
-           width="49.561798"
-           height="33.867229"
-           x="301.50095"
-           y="639.73505" />
-      </g>
-      <text
-         id="text3269"
-         y="660.79877"
-         x="311.29715"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="660.79877"
-           x="311.29715"
-           id="tspan3271"
-           sodipodi:role="line">src_02</tspan></text>
-    </g>
-    <g
-       transform="translate(-682.21996,-497.61921)"
-       id="g3323">
-      <g
-         transform="translate(-4.1e-6,244.53004)"
-         id="g3275">
-        <rect
-           style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           id="rect3277"
-           width="49.561798"
-           height="33.867229"
-           x="301.50095"
-           y="639.73505" />
-      </g>
-      <text
-         id="text3279"
-         y="905.3288"
-         x="310.49963"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="905.3288"
-           x="310.49963"
-           id="tspan3281"
-           sodipodi:role="line">src_03</tspan></text>
-    </g>
-    <g
-       transform="translate(-682.21996,-497.18103)"
-       id="g3285">
-      <g
-         id="g3287">
-        <rect
-           y="639.73505"
-           x="301.50095"
-           height="33.867229"
-           width="49.561798"
-           id="rect3289"
-           style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      </g>
-      <text
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="310.49963"
-         y="660.79877"
-         id="text3291"><tspan
-           sodipodi:role="line"
-           id="tspan3293"
-           x="310.49963"
-           y="660.79877">src_01</tspan></text>
-    </g>
-    <g
-       transform="translate(-682.21997,-454.20231)"
-       id="g3295">
-      <g
-         id="g3297">
-        <rect
-           y="639.73505"
-           x="301.50095"
-           height="33.867229"
-           width="49.561798"
-           id="rect3299"
-           style="opacity:1;fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      </g>
-      <text
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="311.29715"
-         y="660.79877"
-         id="text3301"><tspan
-           sodipodi:role="line"
-           id="tspan3303"
-           x="311.29715"
-           y="660.79877">src_02</tspan></text>
-    </g>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3369"
-       width="153.2551"
-       height="99.162369"
-       x="74.986877"
-       y="483.18698"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="80.763252"
-       y="498.46274"
-       id="text3371"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3373"
-         x="80.763252"
-         y="498.46274">file-source</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3385"
-       width="49.561798"
-       height="33.867229"
-       x="178.64783"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="197.64655"
-       y="547.86298"
-       id="text3387"><tspan
-         sodipodi:role="line"
-         id="tspan3389"
-         x="197.64655"
-         y="547.86298">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3391"
-       width="153.2551"
-       height="99.162369"
-       x="269.104"
-       y="483.18698"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="274.88037"
-       y="498.46274"
-       id="text3393"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3395"
-         x="274.88037"
-         y="498.46274">ogg-demuxer</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3399"
-       width="49.561798"
-       height="33.867229"
-       x="269.09814"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="281.07556"
-       y="548.86151"
-       id="text3401"><tspan
-         sodipodi:role="line"
-         id="tspan3403"
-         x="281.07556"
-         y="548.86151">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3407"
-       width="49.561798"
-       height="33.867229"
-       x="372.76489"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="383.76355"
-       y="547.66522"
-       id="text3409"><tspan
-         sodipodi:role="line"
-         id="tspan3411"
-         x="383.76355"
-         y="547.66522">src_01</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3413"
-       width="153.2551"
-       height="99.162369"
-       x="463.22095"
-       y="483.18698"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="468.99744"
-       y="498.46274"
-       id="text3415"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3417"
-         x="468.99744"
-         y="498.46274">vorbis-decoder</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3421"
-       width="49.561798"
-       height="33.867229"
-       x="463.21509"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="475.1925"
-       y="548.86151"
-       id="text3423"><tspan
-         sodipodi:role="line"
-         id="tspan3425"
-         x="475.1925"
-         y="548.86151">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3429"
-       width="49.561798"
-       height="33.867229"
-       x="566.88184"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="585.88062"
-       y="547.86298"
-       id="text3431"><tspan
-         sodipodi:role="line"
-         id="tspan3433"
-         x="585.88062"
-         y="547.86298">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3435"
-       width="153.2551"
-       height="99.162369"
-       x="658.03381"
-       y="483.18698"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="663.8103"
-       y="498.46274"
-       id="text3437"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3439"
-         x="663.8103"
-         y="498.46274">converter</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3443"
-       width="49.561798"
-       height="33.867229"
-       x="658.02808"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="670.00562"
-       y="548.86151"
-       id="text3445"><tspan
-         sodipodi:role="line"
-         id="tspan3447"
-         x="670.00562"
-         y="548.86151">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3451"
-       width="49.561798"
-       height="33.867229"
-       x="761.69495"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="780.6936"
-       y="547.86298"
-       id="text3453"><tspan
-         sodipodi:role="line"
-         id="tspan3455"
-         x="780.6936"
-         y="547.86298">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3457"
-       width="153.2551"
-       height="99.162369"
-       x="851.8031"
-       y="483.18698"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="857.57947"
-       y="498.46274"
-       id="text3459"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3461"
-         x="857.57947"
-         y="498.46274">audio-output</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3465"
-       width="49.561798"
-       height="33.867229"
-       x="851.79724"
-       y="528.19983" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="863.77466"
-       y="548.86151"
-       id="text3467"><tspan
-         sodipodi:role="line"
-         id="tspan3469"
-         x="863.77466"
-         y="548.86151">sink</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 228.019,545.15372 L 265.01904,545.15372"
-       id="path3481"
-       sodipodi:nodetypes="cc" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       xml:space="preserve"
-       style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="77.004333"
-       y="435.7399"
-       id="text4782"><tspan
-         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         sodipodi:role="line"
-         id="tspan4784"
-         x="77.004333"
-         y="435.7399">pipeline</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 422.08244,545.15372 L 459.08244,545.15372"
-       id="path6087"
-       sodipodi:nodetypes="cc" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 616.91234,545.15372 L 653.91234,545.15372"
-       id="path6089"
-       sodipodi:nodetypes="cc" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 810.63044,545.15372 L 847.63044,545.15372"
-       id="path6091"
-       sodipodi:nodetypes="cc" />
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(61.772614,-51.56596)"
-       id="g4840"
-       inkscape:label="Layer 1">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.55;fill:url(#radialGradient8917);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path23417"
-         sodipodi:cx="23.334524"
-         sodipodi:cy="41.63604"
-         sodipodi:rx="22.627417"
-         sodipodi:ry="5.6568542"
-         d="m 45.961941,41.63604 c 0,3.124194 -10.13064,5.656854 -22.627417,5.656854 -12.496777,0 -22.62741646,-2.53266 -22.62741646,-5.656854 0,-3.124195 10.13063946,-5.656854 22.62741646,-5.656854 12.496777,0 22.627417,2.532659 22.627417,5.656854 z"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         transform="matrix(1,0,0,1.066291,1,-2.885106)" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path3040"
-         d="M 24.347006,4.1666669 C 12.799386,4.1666669 3.5136719,13.452381 3.5136719,25 C 3.5136719,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666669 24.347006,4.1666669 L 24.347006,4.1666669 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="fill:url(#linearGradient8919);fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path3049"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="fill:url(#linearGradient8921);fill-rule:nonzero;stroke:#808080;stroke-miterlimit:4;stroke-opacity:1" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path3051"
-         d="M 24.347006,14.895835 C 18.70442,14.895835 14.24284,19.488638 14.24284,25 C 14.24284,30.642588 18.835644,35.104166 24.347006,35.104166 C 29.989592,35.104166 34.451172,30.511364 34.451172,25 C 34.451172,19.357414 29.858368,14.895835 24.347006,14.895835 L 24.347006,14.895835 z M 24.347006,30.511364 C 21.328879,30.511364 18.835644,28.018129 18.835644,25 C 18.835644,21.981873 21.328879,19.488638 24.347006,19.488638 C 27.365133,19.488638 29.858368,21.981873 29.858368,25 C 29.858368,28.018129 27.365133,30.511364 24.347006,30.511364 z"
-         style="opacity:0.10999995;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="fill:url(#linearGradient8923);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 29.922111,5.6692337 L 26.325518,19.663896 C 27.450222,19.963413 28.349661,20.659366 28.960646,21.622438 L 41.352866,14.073153 C 38.817618,9.9434382 34.748656,6.9050853 29.922111,5.6692337 z"
-         id="path3916" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path4214"
-         d="M 17.307824,43.766057 L 22.043079,30.114558 C 20.946815,29.723566 20.107654,28.956005 19.577936,27.945951 L 6.6068752,34.450599 C 8.7939325,38.774811 12.599255,42.137482 17.307824,43.766057 z"
-         style="fill:url(#linearGradient8925);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="opacity:0.54644811;fill:none;fill-rule:nonzero;stroke:url(#linearGradient8927);stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347002,5.2023655 C 13.373458,5.2023655 4.5493711,14.026454 4.5493711,24.999997 C 4.5493711,35.973541 13.373458,44.797628 24.347002,44.797628 C 35.320546,44.797628 44.144633,35.973541 44.144633,24.999997 C 44.144633,14.026454 35.320546,5.2023655 24.347002,5.2023655 L 24.347002,5.2023655 z"
-         id="path5264"
-         sodipodi:nodetypes="cccccc" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:type="arc"
-         style="opacity:0.67213111;fill:none;fill-opacity:0.31638417;fill-rule:nonzero;stroke:url(#linearGradient8930);stroke-width:0.93053865;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path6026"
-         sodipodi:cx="24.306795"
-         sodipodi:cy="24.930641"
-         sodipodi:rx="6.0987959"
-         sodipodi:ry="6.0987959"
-         d="m 30.405591,24.930641 c 0,3.368272 -2.730524,6.098796 -6.098796,6.098796 -3.368272,0 -6.098796,-2.730524 -6.098796,-6.098796 0,-3.368272 2.730524,-6.098796 6.098796,-6.098796 3.368272,0 6.098796,2.730524 6.098796,6.098796 z"
-         transform="translate(8.838835e-2,8.838865e-2)" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="opacity:0.1142857;fill:url(#radialGradient8932);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3390" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path3404"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="opacity:0.09714284;fill:url(#radialGradient8934);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="opacity:0.71428576;fill:url(#radialGradient8936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3419" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path3431"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="opacity:0.62285713;fill:url(#radialGradient8938);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="opacity:0.37142861;fill:url(#radialGradient8940);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3441" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path3445"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="opacity:0.23428572;fill:url(#radialGradient8942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(61.114563,-104.9855)"
-       id="g5800">
-      <g
-         id="g5802"
-         inkscape:label="Layer 1"
-         style="display:inline">
-        <g
-           style="fill:#a2a6a7;fill-opacity:1;display:inline"
-           id="g6589"
-           transform="matrix(1.315757,0,0,1.315757,-7.347598,-8.553446)" />
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.44999994;fill:url(#radialGradient8944);fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="path7856"
-           sodipodi:cx="30.428225"
-           sodipodi:cy="45.153286"
-           sodipodi:rx="13.474453"
-           sodipodi:ry="2.7201946"
-           d="m 43.902678,45.153286 c 0,1.502322 -6.032719,2.720195 -13.474453,2.720195 -7.441735,0 -13.474453,-1.217873 -13.474453,-2.720195 0,-1.502322 6.032718,-2.720195 13.474453,-2.720195 7.441734,0 13.474453,1.217873 13.474453,2.720195 z"
-           transform="matrix(0.853467,0,0,2.021914,-1.469485,-49.7834)" />
-        <g
-           style="display:inline"
-           id="g8425"
-           transform="translate(-55.90238,-56.01615)">
-          <rect
-             transform="matrix(0.85333,-0.521371,0.54466,0.838657,0,0)"
-             ry="1.3993458"
-             rx="1.5137454"
-             y="112.90335"
-             x="-0.94968754"
-             height="3.1126587"
-             width="13.589136"
-             id="rect8427"
-             style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-          <g
-             id="g8429">
-            <rect
-               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.55335927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               id="rect8431"
-               width="9.5848627"
-               height="2.5390387"
-               x="-5.2611275"
-               y="113.35451"
-               rx="1.1134398"
-               ry="1.2146336"
-               transform="matrix(0.844299,-0.535873,0.577335,0.816508,0,0)" />
-            <path
-               sodipodi:type="arc"
-               style="opacity:1;fill:#c2c2c2;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               id="path8433"
-               sodipodi:cx="13.727494"
-               sodipodi:cy="41.231144"
-               sodipodi:rx="5.0608273"
-               sodipodi:ry="5.0608273"
-               d="m 18.788321,41.231144 c 0,2.795018 -2.265809,5.060827 -5.060827,5.060827 -2.795017,0 -5.060827,-2.265809 -5.060827,-5.060827 0,-2.795018 2.26581,-5.060827 5.060827,-5.060827 2.795018,0 5.060827,2.265809 5.060827,5.060827 z"
-               transform="matrix(1.086779,0,0,1.086779,52.58125,47.69086)" />
-            <path
-               sodipodi:type="arc"
-               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               id="path8435"
-               sodipodi:cx="13.727494"
-               sodipodi:cy="41.231144"
-               sodipodi:rx="5.0608273"
-               sodipodi:ry="5.0608273"
-               d="m 18.788321,41.231144 c 0,2.795018 -2.265809,5.060827 -5.060827,5.060827 -2.795017,0 -5.060827,-2.265809 -5.060827,-5.060827 0,-2.795018 2.26581,-5.060827 5.060827,-5.060827 2.795018,0 5.060827,2.265809 5.060827,5.060827 z"
-               transform="matrix(0.934525,0,0,0.934525,54.59161,53.99504)" />
-            <g
-               id="g8437"
-               transform="matrix(1.003468,0,0,0.969091,-0.221812,2.72854)">
-              <path
-                 transform="matrix(0.787521,0,0,0.787521,57.14101,59.79048)"
-                 d="m 18.788321,41.231144 c 0,2.795018 -2.265809,5.060827 -5.060827,5.060827 -2.795017,0 -5.060827,-2.265809 -5.060827,-5.060827 0,-2.795018 2.26581,-5.060827 5.060827,-5.060827 2.795018,0 5.060827,2.265809 5.060827,5.060827 z"
-                 sodipodi:ry="5.0608273"
-                 sodipodi:rx="5.0608273"
-                 sodipodi:cy="41.231144"
-                 sodipodi:cx="13.727494"
-                 id="path8439"
-                 style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                 sodipodi:type="arc" />
-              <path
-                 transform="matrix(1.756842,0,0,1.756842,49.13326,25.12495)"
-                 d="m 13.000001,38.25 c 0,1.208123 -0.979377,2.1875 -2.1875,2.1875 -1.2081229,0 -2.1875,-0.979377 -2.1875,-2.1875 0,-1.208123 0.9793771,-2.1875 2.1875,-2.1875 1.208123,0 2.1875,0.979377 2.1875,2.1875 z"
-                 sodipodi:ry="2.1875"
-                 sodipodi:rx="2.1875"
-                 sodipodi:cy="38.25"
-                 sodipodi:cx="10.812501"
-                 id="path8441"
-                 style="opacity:0.46703294;fill:url(#radialGradient8946);fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                 sodipodi:type="arc" />
-            </g>
-          </g>
-        </g>
-        <rect
-           ry="0.38756484"
-           rx="2.8624377"
-           y="2.5000002"
-           x="13.520132"
-           height="40.991642"
-           width="22.029099"
-           id="rect7858"
-           style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-        <rect
-           ry="0.10631458"
-           rx="6.75"
-           y="3.512543"
-           x="14.499929"
-           height="38.97797"
-           width="20.040964"
-           id="rect7860"
-           style="opacity:0.60439561;fill:none;fill-opacity:1;stroke:url(#linearGradient8948);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.83516487;fill:url(#linearGradient8950);fill-opacity:1;stroke:#c2c2c2;stroke-width:0.27324447;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="path7862"
-           sodipodi:cx="-214.45222"
-           sodipodi:cy="9.3521948"
-           sodipodi:rx="3.2040777"
-           sodipodi:ry="3.2040777"
-           d="m -211.24815,9.3521948 c 0,1.7695632 -1.43451,3.2040782 -3.20407,3.2040782 -1.76957,0 -3.20408,-1.434515 -3.20408,-3.2040782 0,-1.7695633 1.43451,-3.2040777 3.20408,-3.2040777 1.76956,0 3.20407,1.4345144 3.20407,3.2040777 z"
-           transform="matrix(0.865538,0,0,0.865538,209.9203,22.3855)" />
-        <path
-           sodipodi:type="arc"
-           style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.27187183;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="path7864"
-           sodipodi:cx="-208.44182"
-           sodipodi:cy="19.03072"
-           sodipodi:rx="10.628699"
-           sodipodi:ry="10.628699"
-           d="m -197.81312,19.03072 c 0,5.870068 -4.75863,10.628699 -10.6287,10.628699 -5.87007,0 -10.6287,-4.758631 -10.6287,-10.628699 0,-5.870069 4.75863,-10.6286995 10.6287,-10.6286995 5.87007,0 10.6287,4.7586305 10.6287,10.6286995 z"
-           transform="matrix(0.800287,0,0,0.800287,191.3329,15.25978)" />
-        <text
-           xml:space="preserve"
-           style="font-size:1.47469485px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
-           x="20.276695"
-           y="25.876835"
-           id="text7866"
-           sodipodi:linespacing="125%"
-           transform="scale(1.077754,0.927855)"><tspan
-             sodipodi:role="line"
-             id="tspan7868"
-             x="20.276695"
-             y="25.876835">MENU</tspan></text>
-        <g
-           style="display:inline"
-           id="g7870"
-           transform="translate(607.0203,108.9958)">
-          <path
-             transform="matrix(-0.593231,-0.723251,-0.841753,0.511835,-574.4794,-69.23682)"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             inkscape:randomized="0"
-             inkscape:rounded="0"
-             inkscape:flatsided="false"
-             sodipodi:arg2="2.0033309"
-             sodipodi:arg1="0.95613337"
-             sodipodi:r2="0.3251352"
-             sodipodi:r1="0.6502704"
-             sodipodi:cy="5.75"
-             sodipodi:cx="16.875"
-             sodipodi:sides="3"
-             id="path7872"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="star" />
-          <path
-             transform="matrix(-0.59323,-0.726082,-0.841753,0.513838,-573.4796,-69.20067)"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             inkscape:randomized="0"
-             inkscape:rounded="0"
-             inkscape:flatsided="false"
-             sodipodi:arg2="2.0033309"
-             sodipodi:arg1="0.95613337"
-             sodipodi:r2="0.3251352"
-             sodipodi:r1="0.6502704"
-             sodipodi:cy="5.75"
-             sodipodi:cx="16.875"
-             sodipodi:sides="3"
-             id="path7874"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="star" />
-          <rect
-             transform="scale(-1,1)"
-             ry="0"
-             y="-78.992867"
-             x="590"
-             height="0.99286842"
-             width="0.18422361"
-             id="rect7876"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-        </g>
-        <g
-           style="display:inline"
-           id="g7878"
-           transform="translate(585.0392,109.0102)">
-          <rect
-             ry="0.56434131"
-             rx="0.52014631"
-             y="-103.5"
-             x="-568.51892"
-             height="11.985675"
-             width="16.01894"
-             id="rect7880"
-             style="opacity:1;fill:#eaeef9;fill-opacity:1;stroke:#69818f;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-100.96875"
-             x="-567"
-             height="1.96875"
-             width="13"
-             id="rect7882"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-98"
-             x="-567"
-             height="1.0042467"
-             width="4"
-             id="rect7884"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-95.998367"
-             x="-567"
-             height="0.99836552"
-             width="2"
-             id="rect7886"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-97.97435"
-             x="-555.00287"
-             height="0.97435272"
-             width="1.0028907"
-             id="rect7888"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-95.996452"
-             x="-555"
-             height="0.99644983"
-             width="0.99314684"
-             id="rect7890"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-103"
-             x="-556"
-             height="1.0185469"
-             width="2"
-             id="rect7892"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-103"
-             x="-565"
-             height="1.0061938"
-             width="7"
-             id="rect7894"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <path
-             sodipodi:nodetypes="ccssc"
-             id="path7896"
-             d="M -567.99243,-102.97657 C -567.99243,-102.97657 -553.81313,-102.99806 -553,-103 C -553,-103 -557.06089,-99.266087 -559.33679,-98.015165 C -562.46041,-96.298319 -566.42641,-97.090677 -567.96895,-92.00287 C -568.03,-91.80152 -567.97998,-102.24738 -567.99243,-102.97657 z"
-             style="opacity:0.70329674;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
-          <rect
-             y="-94"
-             x="-567"
-             height="1.0042467"
-             width="5"
-             id="rect7898"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <rect
-             y="-94"
-             x="-555"
-             height="0.99644983"
-             width="0.99314684"
-             id="rect7900"
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-        </g>
-        <rect
-           style="opacity:0.33516481;fill:url(#linearGradient8952);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="rect7902"
-           width="21.020203"
-           height="40"
-           x="13.999929"
-           y="2.9958498"
-           rx="2.8624377"
-           ry="0.23288508" />
-        <g
-           style="display:inline"
-           id="g7904"
-           transform="matrix(-1,0,0,1,-557.9747,108.994)">
-          <path
-             transform="matrix(-0.593231,-0.723251,-0.841753,0.511835,-574.4794,-69.23682)"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             inkscape:randomized="0"
-             inkscape:rounded="0"
-             inkscape:flatsided="false"
-             sodipodi:arg2="2.0033309"
-             sodipodi:arg1="0.95613337"
-             sodipodi:r2="0.3251352"
-             sodipodi:r1="0.6502704"
-             sodipodi:cy="5.75"
-             sodipodi:cx="16.875"
-             sodipodi:sides="3"
-             id="path7906"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="star" />
-          <path
-             transform="matrix(-0.59323,-0.726082,-0.841753,0.513838,-573.4796,-69.20067)"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             inkscape:randomized="0"
-             inkscape:rounded="0"
-             inkscape:flatsided="false"
-             sodipodi:arg2="2.0033309"
-             sodipodi:arg1="0.95613337"
-             sodipodi:r2="0.3251352"
-             sodipodi:r1="0.6502704"
-             sodipodi:cy="5.75"
-             sodipodi:cx="16.875"
-             sodipodi:sides="3"
-             id="path7908"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="star" />
-          <rect
-             transform="scale(-1,1)"
-             ry="0"
-             y="-78.992867"
-             x="590"
-             height="0.99286842"
-             width="0.18422361"
-             id="rect7910"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-        </g>
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.83516487;fill:url(#linearGradient8954);fill-opacity:1;stroke:#c2c2c2;stroke-width:0.22414021;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="path7912"
-           sodipodi:cx="-214.45222"
-           sodipodi:cy="9.3521948"
-           sodipodi:rx="3.2040777"
-           sodipodi:ry="3.2040777"
-           d="m -211.24815,9.3521948 c 0,1.7695632 -1.43451,3.2040782 -3.20407,3.2040782 -1.76957,0 -3.20408,-1.434515 -3.20408,-3.2040782 0,-1.7695633 1.43451,-3.2040777 3.20408,-3.2040777 1.76956,0 3.20407,1.4345144 3.20407,3.2040777 z"
-           transform="matrix(1.055159,0,0,1.055159,250.7822,20.64369)" />
-        <g
-           style="display:inline"
-           id="g7914"
-           transform="translate(1.584276e-5,8.00313e-3)">
-          <rect
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7916"
-             width="0.23366779"
-             height="0.75728565"
-             x="24.584782"
-             y="34.624207"
-             ry="0"
-             transform="matrix(1.315757,0,0,1.315757,-7.347598,-8.553446)" />
-          <g
-             id="g7918">
-            <path
-               transform="matrix(0.591247,-0.728125,0.83894,0.515285,9.532946,46.82691)"
-               d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-               inkscape:randomized="0"
-               inkscape:rounded="0"
-               inkscape:flatsided="false"
-               sodipodi:arg2="2.0033309"
-               sodipodi:arg1="0.95613337"
-               sodipodi:r2="0.3251352"
-               sodipodi:r1="0.6502704"
-               sodipodi:cy="5.75"
-               sodipodi:cx="16.875"
-               sodipodi:sides="3"
-               id="path7920"
-               style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               sodipodi:type="star" />
-            <rect
-               ry="0"
-               y="37.003597"
-               x="25.692551"
-               height="0.99640387"
-               width="0.30745003"
-               id="rect7922"
-               style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          </g>
-        </g>
-        <g
-           style="display:inline"
-           id="g8443"
-           transform="translate(-55.90238,-56.01615)">
-          <path
-             sodipodi:nodetypes="cs"
-             id="path8445"
-             d="M 97.88267,96.940154 C 104.58992,95.384481 92.027568,94.625463 91.340359,94.70701"
-             style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#c2c2c2;stroke-width:1.91250193;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <path
-             sodipodi:nodetypes="cs"
-             id="path8447"
-             d="M 97.875398,96.899543 C 104.58265,95.34387 92.020297,94.584853 91.333078,94.666399"
-             style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.78483576;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <g
-             transform="matrix(1.148447,0,0,1.148447,52.4095,48.70484)"
-             id="g8449"
-             style="fill:#c2c2c2;fill-opacity:1;display:inline">
-            <path
-               sodipodi:type="arc"
-               style="opacity:1;fill:#c2c2c2;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               id="path8451"
-               sodipodi:cx="30.828125"
-               sodipodi:cy="41.484375"
-               sodipodi:rx="4.578125"
-               sodipodi:ry="4.578125"
-               d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-               transform="matrix(1.044369,0,0,1.044369,-1.649051,-1.715604)" />
-            <path
-               sodipodi:type="arc"
-               style="opacity:1;fill:#c2c2c2;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               id="path8453"
-               sodipodi:cx="30.828125"
-               sodipodi:cy="41.484375"
-               sodipodi:rx="4.578125"
-               sodipodi:ry="4.578125"
-               d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-               transform="translate(0.25,0.34375)" />
-          </g>
-          <path
-             transform="matrix(1.02821,0,0,1.02821,55.83221,53.73015)"
-             d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-             sodipodi:ry="4.578125"
-             sodipodi:rx="4.578125"
-             sodipodi:cy="41.484375"
-             sodipodi:cx="30.828125"
-             id="path8455"
-             style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(0.984529,0,0,0.984529,57.7018,55.75757)"
-             d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-             sodipodi:ry="4.578125"
-             sodipodi:rx="4.578125"
-             sodipodi:cy="41.484375"
-             sodipodi:cx="30.828125"
-             id="path8457"
-             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <g
-             transform="matrix(1.007793,0,0,1.004691,56.19417,54.3161)"
-             id="g8459"
-             style="display:inline">
-            <rect
-               style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.49689928;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               id="rect8461"
-               width="13.480978"
-               height="3.0878816"
-               x="20.703314"
-               y="47.136684"
-               rx="1.6140188"
-               ry="1.5439408"
-               transform="matrix(0.985898,-0.167348,0.194419,0.980919,0,0)" />
-            <rect
-               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.5495854;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               id="rect8463"
-               width="9.4694977"
-               height="3.0802486"
-               x="21.659946"
-               y="47.28104"
-               rx="1.3586608"
-               ry="1.4996823"
-               transform="matrix(0.984635,-0.174627,0.177401,0.984139,0,0)" />
-          </g>
-          <g
-             transform="matrix(1.211847,0,0,1.211847,52.90119,45.21661)"
-             id="g8465"
-             style="display:inline">
-            <path
-               sodipodi:type="arc"
-               style="opacity:1;fill:#cacaca;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               id="path8467"
-               sodipodi:cx="29.265625"
-               sodipodi:cy="39.921875"
-               sodipodi:rx="0.765625"
-               sodipodi:ry="0.765625"
-               d="m 30.03125,39.921875 c 0,0.422843 -0.342782,0.765625 -0.765625,0.765625 -0.422843,0 -0.765625,-0.342782 -0.765625,-0.765625 0,-0.422843 0.342782,-0.765625 0.765625,-0.765625 0.422843,0 0.765625,0.342782 0.765625,0.765625 z"
-               transform="translate(-0.34375,-9.375e-2)" />
-            <text
-               xml:space="preserve"
-               style="font-size:1.31750739px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-               x="-40.349224"
-               y="29.42164"
-               id="text8469"
-               sodipodi:linespacing="125%"
-               transform="matrix(0,-1,1,0,0,0)"><tspan
-                 sodipodi:role="line"
-                 id="tspan8471"
-                 x="-40.349224"
-                 y="29.42164">R</tspan></text>
-          </g>
-          <path
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,63.94198,112.1245)"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             sodipodi:ry="0.46874997"
-             sodipodi:rx="0.46874997"
-             sodipodi:cy="38.90625"
-             sodipodi:cx="31.406248"
-             id="path8473"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,64.44962,111.0811)"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             sodipodi:ry="0.46874997"
-             sodipodi:rx="0.46874997"
-             sodipodi:cy="38.90625"
-             sodipodi:cx="31.406248"
-             id="path8475"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,65.15726,110.3156)"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             sodipodi:ry="0.46874997"
-             sodipodi:rx="0.46874997"
-             sodipodi:cy="38.90625"
-             sodipodi:cx="31.406248"
-             id="path8477"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,63.85072,113.2347)"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             sodipodi:ry="0.46874997"
-             sodipodi:rx="0.46874997"
-             sodipodi:cy="38.90625"
-             sodipodi:cx="31.406248"
-             id="path8479"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,64.12085,114.3221)"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             sodipodi:ry="0.46874997"
-             sodipodi:rx="0.46874997"
-             sodipodi:cy="38.90625"
-             sodipodi:cx="31.406248"
-             id="path8481"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,64.65661,115.3336)"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             sodipodi:ry="0.46874997"
-             sodipodi:rx="0.46874997"
-             sodipodi:cy="38.90625"
-             sodipodi:cx="31.406248"
-             id="path8483"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             sodipodi:type="arc" />
-        </g>
-      </g>
-      <g
-         id="g5869"
-         inkscape:label="Picture" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(62.23214,50.66364)"
-       inkscape:label="pix"
-       id="g6012">
-      <g
-         transform="matrix(2.45274e-2,0,0,2.086758e-2,45.69054,36.1536)"
-         id="g6014">
-        <rect
-           style="opacity:0.40206185;fill:url(#linearGradient8956);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="rect6016"
-           width="1339.6335"
-           height="478.35718"
-           x="-1559.2523"
-           y="-150.69685" />
-        <path
-           style="opacity:0.40206185;fill:url(#radialGradient8958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z"
-           id="path6018"
-           sodipodi:nodetypes="cccc" />
-        <path
-           sodipodi:nodetypes="cccc"
-           id="path6020"
-           d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z"
-           style="opacity:0.40206185;fill:url(#radialGradient8960);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      </g>
-      <path
-         sodipodi:nodetypes="cccsccccccccc"
-         id="path4196"
-         d="M 11.28569,7.9626278 C 10.66069,7.9626278 10.254441,8.252808 10.004442,8.8063808 C 10.004441,8.8063808 3.5356915,25.909938 3.5356915,25.909938 C 3.5356915,25.909938 3.2856915,26.581497 3.2856915,27.691188 C 3.2856915,27.691188 3.2856915,37.341156 3.2856915,37.341156 C 3.2856915,38.423769 3.943477,38.966158 4.9419415,38.966156 L 43.50444,38.966156 C 44.489293,38.966156 45.09819,38.247976 45.09819,37.122406 L 45.09819,27.472438 C 45.09819,27.472438 45.204153,26.702015 45.00444,26.159938 L 38.28569,8.9626314 C 38.101165,8.4507246 37.648785,7.9745331 37.16069,7.9626278 L 11.28569,7.9626278 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#535353;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         sodipodi:nodetypes="ccccccccc"
-         id="path4170"
-         d="M 3.2735915,26.996812 L 4.0381936,26.304597 L 41.647883,26.367097 L 45.11029,26.684395 L 45.11029,37.122927 C 45.11029,38.248496 44.503272,38.966258 43.518419,38.966258 L 4.9354314,38.966258 C 3.9369667,38.966258 3.2735915,38.424207 3.2735915,37.341594 L 3.2735915,26.996812 z"
-         style="fill:url(#linearGradient8962);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.02044296px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         sodipodi:nodetypes="csccccccs"
-         id="path3093"
-         d="M 3.5490842,25.914404 C 2.8347985,27.37869 3.5484686,28.307261 4.5847985,28.307261 C 4.5847985,28.307261 43.584797,28.307261 43.584797,28.307261 C 44.703844,28.283451 45.430035,27.295356 45.013368,26.164403 L 38.299082,8.9537044 C 38.114558,8.4417976 37.64432,7.9656058 37.156225,7.9537008 L 11.299083,7.9537008 C 10.674083,7.9537008 10.263369,8.257274 10.01337,8.8108468 C 10.01337,8.8108468 3.5490842,25.914404 3.5490842,25.914404 z"
-         style="fill:url(#radialGradient8964);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-      <rect
-         y="31.174183"
-         x="7.857996"
-         height="5.5625"
-         width="17.625"
-         id="rect4174"
-         style="opacity:1;fill:url(#linearGradient8966);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         sodipodi:nodetypes="cscc"
-         id="path4194"
-         d="M 7.8579947,36.73668 C 7.8579947,36.73668 7.8579947,32.725195 7.8579947,32.725195 C 9.6935221,35.904421 16.154485,36.73668 20.795492,36.73668 C 20.795492,36.73668 7.8579947,36.73668 7.8579947,36.73668 z"
-         style="opacity:0.81142853;fill:url(#linearGradient8968);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         sodipodi:nodetypes="cccccccc"
-         id="path4201"
-         d="M 44.796162,25.628688 C 44.859684,26.878662 44.382159,27.944528 43.474046,27.972438 C 43.474046,27.972438 5.3553296,27.972437 5.3553297,27.972438 C 4.0660978,27.972438 3.4875937,27.647491 3.271279,27.104382 C 3.3630404,28.048714 4.0970964,28.753688 5.3553297,28.753688 C 5.3553296,28.753687 43.474046,28.753688 43.474046,28.753688 C 44.550053,28.720617 45.226851,27.329664 44.82621,25.758897 L 44.796162,25.628688 z"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         id="path4211"
-         d="M 10.96875,10.15625 C 10.922675,10.356571 10.78125,10.543047 10.78125,10.75 C 10.78125,11.698605 11.37223,12.539474 12.125,13.34375 C 12.365268,13.189675 12.490117,12.989342 12.75,12.84375 C 11.809691,12.027746 11.196604,11.127168 10.96875,10.15625 z M 37.625,10.15625 C 37.396273,11.125866 36.782988,12.028676 35.84375,12.84375 C 36.117894,12.997332 36.247738,13.21199 36.5,13.375 C 37.257262,12.568344 37.8125,11.701956 37.8125,10.75 C 37.8125,10.543047 37.670906,10.356571 37.625,10.15625 z M 39.8125,18.59375 C 39.198709,22.633861 32.513887,25.84375 24.28125,25.84375 C 16.068996,25.843751 9.4211001,22.650964 8.78125,18.625 C 8.7488928,18.822132 8.65625,19.016882 8.65625,19.21875 C 8.6562503,23.536697 15.645354,27.062501 24.28125,27.0625 C 32.917146,27.0625 39.937499,23.536698 39.9375,19.21875 C 39.9375,19.005826 39.848449,18.801394 39.8125,18.59375 z"
-         style="opacity:0.69142857;fill:url(#linearGradient8970);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         transform="translate(8.838843e-2,0.176776)"
-         d="m 8.5736699,25.593554 c 0,0.561378 -0.6133786,1.016466 -1.3700194,1.016466 -0.7566409,0 -1.3700195,-0.455088 -1.3700195,-1.016466 0,-0.561379 0.6133786,-1.016466 1.3700195,-1.016466 0.7566408,0 1.3700194,0.455087 1.3700194,1.016466 z"
-         sodipodi:ry="1.016466"
-         sodipodi:rx="1.3700194"
-         sodipodi:cy="25.593554"
-         sodipodi:cx="7.2036505"
-         id="path4224"
-         style="opacity:1;fill:#ffffff;fill-opacity:0.45762706;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#ffffff;fill-opacity:0.45762706;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path4226"
-         sodipodi:cx="7.2036505"
-         sodipodi:cy="25.593554"
-         sodipodi:rx="1.3700194"
-         sodipodi:ry="1.016466"
-         d="m 8.5736699,25.593554 c 0,0.561378 -0.6133786,1.016466 -1.3700194,1.016466 -0.7566409,0 -1.3700195,-0.455088 -1.3700195,-1.016466 0,-0.561379 0.6133786,-1.016466 1.3700195,-1.016466 0.7566408,0 1.3700194,0.455087 1.3700194,1.016466 z"
-         transform="translate(33.96705,8.838804e-2)" />
-      <path
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8972);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 11.642515,8.4157227 C 11.040823,8.4157227 10.649724,8.6950813 10.409049,9.22801 C 10.409048,9.22801 3.9940341,25.818732 3.9940341,25.818732 C 3.9940341,25.818732 3.7533573,26.465247 3.7533573,27.533555 C 3.7533573,27.533555 3.7533573,36.823651 3.7533573,36.823651 C 3.7533573,38.178391 4.1974134,38.45055 5.3478414,38.45055 L 43.034746,38.45055 C 44.357872,38.45055 44.569062,38.134153 44.569062,36.613058 L 44.569062,27.322962 C 44.569062,27.322962 44.671072,26.581271 44.478807,26.059409 L 37.885616,9.2534336 C 37.707973,8.7606171 37.334964,8.427184 36.865071,8.4157227 L 11.642515,8.4157227 z"
-         id="path4252"
-         sodipodi:nodetypes="cccsccccccccc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
-         d="M 40.5,31.429166 L 40.5,36.450101"
-         id="path4282" />
-      <path
-         id="path4284"
-         d="M 38.5,31.488943 L 38.5,36.509878"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
-         d="M 36.5,31.488943 L 36.5,36.509878"
-         id="path4286" />
-      <path
-         id="path4288"
-         d="M 34.5,31.488943 L 34.5,36.509878"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
-         d="M 32.5,31.488943 L 32.5,36.509878"
-         id="path4290" />
-      <path
-         id="path4292"
-         d="M 30.5,31.488943 L 30.5,36.509878"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
-      <path
-         id="path4294"
-         d="M 39.5,31.479065 L 39.5,36.5"
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 37.5,31.538842 L 37.5,36.559777"
-         id="path4296" />
-      <path
-         id="path4298"
-         d="M 35.5,31.538842 L 35.5,36.559777"
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 33.5,31.538842 L 33.5,36.559777"
-         id="path4300" />
-      <path
-         id="path4302"
-         d="M 31.5,31.538842 L 31.5,36.559777"
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         id="path4572"
-         d="M 7.875,31.1875 L 7.875,36.71875 L 20.4375,36.71875 L 8.21875,36.375 L 7.875,31.1875 z"
-         style="opacity:0.43999999;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.20571427;fill:url(#linearGradient8974);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.93365198;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.42372879;visibility:visible;display:inline;overflow:visible"
-         id="path2545"
-         sodipodi:cx="25"
-         sodipodi:cy="19.5625"
-         sodipodi:rx="14.875"
-         sodipodi:ry="6.6875"
-         d="m 39.875,19.5625 c 0,3.693404 -6.659764,6.6875 -14.875,6.6875 -8.215236,0 -14.875,-2.994096 -14.875,-6.6875 0,-3.693404 6.659764,-6.6875 14.875,-6.6875 8.215236,0 14.875,2.994096 14.875,6.6875 z"
-         transform="matrix(1.037815,0,0,1.060747,-1.632878,-2.094626)" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(60.588806,-0.1776)"
-       id="g6162"
-       inkscape:label="Layer 1">
-      <path
-         transform="matrix(2.752736,1.43844,-2.455422,4.679605,48.40044,-223.0412)"
-         d="m 36.769553,44.565483 c 0,1.227362 -2.939694,2.222336 -6.565991,2.222336 -3.626297,0 -6.565992,-0.994974 -6.565992,-2.222336 0,-1.227362 2.939695,-2.222335 6.565992,-2.222335 3.626297,0 6.565991,0.994973 6.565991,2.222335 z"
-         sodipodi:ry="2.2223356"
-         sodipodi:rx="6.5659914"
-         sodipodi:cy="44.565483"
-         sodipodi:cx="30.203562"
-         id="path12960"
-         style="opacity:0.40641713;fill:url(#radialGradient8976);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81415844;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="ccccccc"
-         id="path12803"
-         d="M 12.80097,5.8182116 L 5.1577075,12.516803 L 5.4153448,18.657177 L 23.407072,34.845436 L 35.000785,24.110515 L 35.258424,17.411926 L 12.80097,5.8182116 z"
-         style="fill:#484848;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path12787"
-         d="M 5.0704024,12.658182 L 5.3171158,18.579297 L 23.57389,34.615652 L 23.327178,28.201111 L 5.0704024,12.658182 z"
-         style="fill:#a6a6a6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="ccccc"
-         id="path12789"
-         d="M 23.327178,28.201111 L 23.327178,34.739009 L 34.922696,24.006986 L 35.169408,17.345732 L 23.327178,28.201111 z"
-         style="fill:#7f7f7f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="ccccc"
-         id="path12791"
-         d="M 5.0704024,12.669106 L 23.57389,28.447823 L 35.169408,17.592444 L 12.71851,5.7502141 L 5.0704024,12.669106 z"
-         style="fill:url(#linearGradient8978);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="ccsccc"
-         id="path12793"
-         d="M 6.2664926,11.644777 L 9.1411708,13.645034 C 9.1411708,13.645034 9.8196319,13.891747 10.128023,13.645034 C 10.436414,13.398322 10.374736,12.658182 10.374736,12.658182 L 7.5000581,10.400285 L 6.2664926,11.644777 z"
-         style="fill:#ffc11a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="ccsccc"
-         style="fill:#ffc11a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 8.4010304,9.6710707 L 11.361588,11.671328 C 11.361588,11.671328 12.040051,11.918041 12.348442,11.671328 C 12.656831,11.424616 12.595154,10.684476 12.595154,10.684476 L 9.7204774,8.4265796 L 8.4010304,9.6710707 z"
-         id="path12795" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="ccsccc"
-         id="path12797"
-         d="M 10.583973,7.7348437 L 13.458651,9.8209807 C 13.458651,9.8209807 14.137112,10.067694 14.445505,9.8209807 C 14.753896,9.5742672 14.692216,8.8341268 14.692216,8.8341268 L 11.731658,6.4903526 L 10.583973,7.7348437 z"
-         style="fill:#ffc11a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="opacity:0.34224596;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 12.829749,6.3689141 L 5.7478543,13.004915 L 5.9865695,18.350786 L 23.25803,33.865361 L 34.343751,23.57536 L 34.582465,17.96991 L 12.829749,6.3689141 z"
-         id="path12820"
-         sodipodi:nodetypes="ccccccc" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="csc"
-         id="path12822"
-         d="M 31.564353,28.210626 C 31.564353,28.210626 37.404149,30.529369 40.495806,35.252734 C 43.587462,39.976098 45.305051,46.846447 45.305051,46.846447"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8980);stroke-width:5;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path12824"
-         d="M 32.200708,26.732644 C 31.367882,26.833528 30.70943,27.486206 30.601215,28.318112 C 30.492999,29.150018 30.962562,29.949431 31.741863,30.260022 C 31.741863,30.260022 36.625199,32.925232 38.260739,35.423974 C 40.0495,38.156803 41.243238,42.622122 41.243238,42.622122 C 41.496652,43.6041 42.498135,44.194717 43.480113,43.941304 C 44.462091,43.687889 45.052708,42.686407 44.799295,41.704429 C 44.799295,41.704429 43.698802,36.992826 41.35795,33.416522 C 38.863875,29.606131 33.118401,26.876032 33.118401,26.876032 C 32.829855,26.750352 32.51384,26.700975 32.200708,26.732644 z"
-         style="fill:url(#radialGradient8982);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:nodetypes="cscscscscc" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="cczccc"
-         style="fill:#a0a0a1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 15.925782,15.865453 L 30.975286,27.214258 C 32.702277,28.324466 34.36759,27.029223 35.416121,25.733979 C 36.464653,24.438734 36.279618,22.896778 35.169408,22.03328 L 19.133053,13.39832 L 15.925782,15.865453 z"
-         id="path12801" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:nodetypes="cczccc"
-         id="path12799"
-         d="M 15.309,15.865453 L 30.728571,25.240552 C 31.592068,25.857335 33.442415,25.117197 34.182556,24.253702 C 34.922696,23.390204 34.305913,22.156639 33.689131,21.786569 L 19.009696,13.02825 L 15.309,15.865453 z"
-         style="fill:url(#linearGradient8984);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <g
-       transform="translate(-933.23991,212.5635)"
-       id="g7625">
-      <rect
-         ry="5"
-         rx="5"
-         y="-42.146938"
-         x="1121.116"
-         height="99.162369"
-         width="153.2551"
-         id="rect7152"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <text
-         id="text7154"
-         y="-26.871181"
-         x="1126.8923"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           y="-26.871181"
-           x="1126.8923"
-           id="tspan7156"
-           sodipodi:role="line"
-           style="font-size:14px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold">file-source</tspan></text>
-      <g
-         id="g7164"
-         transform="translate(118.50928,215.35846)">
-        <g
-           id="g7166"
-           transform="matrix(2.105461e-2,0,0,2.086758e-2,1070.6274,-195.7891)"
-           style="display:inline">
-          <rect
-             y="-150.69685"
-             x="-1559.2523"
-             height="478.35718"
-             width="1339.6335"
-             id="rect7168"
-             style="opacity:0.40206185;fill:url(#linearGradient9016);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-          <path
-             sodipodi:nodetypes="cccc"
-             id="path7170"
-             d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z"
-             style="opacity:0.40206185;fill:url(#radialGradient9018);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-          <path
-             style="opacity:0.40206185;fill:url(#radialGradient9020);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z"
-             id="path7172"
-             sodipodi:nodetypes="cccc" />
-        </g>
-        <rect
-           style="fill:url(#linearGradient9022);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           id="rect7174"
-           width="31.978371"
-           height="23.112879"
-           x="1035.488"
-           y="-215.91727"
-           rx="2.4241352"
-           ry="2.394444" />
-        <rect
-           ry="1.2846882"
-           rx="1.2846882"
-           y="-214.94901"
-           x="1036.5247"
-           height="21.075352"
-           width="29.804138"
-           id="rect7176"
-           style="opacity:0.48101268;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9024);stroke-width:1.00000107;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-        <path
-           style="fill:url(#linearGradient9026);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9028);stroke-width:1.00000083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           d="M 1036.7955,-214.64552 L 1041.8454,-221.45636 L 1060.641,-221.55737 L 1065.861,-214.78376 L 1036.7955,-214.64552 z"
-           id="path7178"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="fill:url(#linearGradient9030);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           d="M 1066.302,-214.867 L 1071.495,-207.67234 L 1031.9866,-207.67234 L 1036.6507,-214.87194 L 1066.302,-214.867 z"
-           id="path7180"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="fill:url(#linearGradient9032);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           d="M 1060.875,-221.5786 L 1065.5579,-214.65633 L 1074.5915,-210.2715 L 1066.477,-219.18416 L 1060.875,-221.5786 z"
-           id="path7182"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           id="path7184"
-           d="M 1041.6434,-221.47758 L 1037.6676,-214.75734 L 1028.533,-210.37252 L 1036.6475,-219.28517 L 1041.6434,-221.47758 z"
-           style="fill:#f8e8cf;fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path7186"
-           d="M 1065.0507,-214.75665 L 1069.5046,-208.69969 L 1033.674,-208.69969 L 1037.815,-214.88001 L 1065.0507,-214.75665 z"
-           style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f4e3ca;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-        <g
-           transform="matrix(0.676538,0,0,1,1032.0206,-231.1927)"
-           id="g7188">
-          <path
-             id="path7190"
-             d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z"
-             style="opacity:1;fill:url(#radialGradient9034);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-          <path
-             style="opacity:1;fill:url(#radialGradient9036);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z"
-             id="path7192" />
-        </g>
-        <g
-           id="g7194"
-           transform="matrix(0.676538,0,0,1,1038.5206,-231.1927)">
-          <path
-             style="opacity:1;fill:url(#radialGradient9038);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z"
-             id="path7196" />
-          <path
-             id="path7198"
-             d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z"
-             style="opacity:1;fill:url(#radialGradient9040);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        </g>
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path7200"
-           d="M 1037.678,-214.8209 L 1041.0623,-220.59968 L 1061.5405,-220.6749 L 1065.3825,-214.82282 L 1037.678,-214.8209 z"
-           style="opacity:0.87974686;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9042);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      </g>
-      <rect
-         style="opacity:0.64876033;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9044);stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="rect7601"
-         width="95.13578"
-         height="149.21901"
-         x="-40.129608"
-         y="-1272.3579"
-         rx="2.9648066"
-         ry="2.9648066"
-         transform="matrix(0,1,-1,0,0,0)" />
-      <rect
-         y="-7.6716423"
-         x="1224.4877"
-         height="33.861797"
-         width="49.884918"
-         id="rect7158"
-         style="fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text7160"
-         y="12.805272"
-         x="1241.1472"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           y="12.805272"
-           x="1241.1472"
-           id="tspan7162"
-           sodipodi:role="line"
-           style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">src</tspan></text>
-      <rect
-         style="opacity:0.47520662;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9046);stroke-width:2.00374508;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="rect7611"
-         width="45.845081"
-         height="29.833549"
-         x="1226.5129"
-         y="-5.6688371"
-         rx="0"
-         ry="0" />
-    </g>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       ry="5"
-       rx="5"
-       y="-171.33693"
-       x="164.58557"
-       height="290.7514"
-       width="790.17462"
-       id="rect4673"
-       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.01112818999999998;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3530"
-       width="153.2551"
-       height="99.162369"
-       x="185.83698"
-       y="-59.909706"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="191.6134"
-       y="-42.633949"
-       id="text3532"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3534"
-         x="191.6134"
-         y="-42.633949">file-source</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3538"
-       width="49.561798"
-       height="33.867229"
-       x="289.49799"
-       y="-27.26214" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="308.49664"
-       y="-7.5990381"
-       id="text3540"><tspan
-         sodipodi:role="line"
-         id="tspan3542"
-         x="308.49664"
-         y="-7.5990381">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3544"
-       width="153.2551"
-       height="99.162369"
-       x="379.95404"
-       y="-59.909706"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="385.73041"
-       y="-42.633949"
-       id="text3546"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3548"
-         x="385.73041"
-         y="-42.633949">ogg-demuxer</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3552"
-       width="49.561798"
-       height="33.867229"
-       x="379.94818"
-       y="-27.26214" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="391.9256"
-       y="-6.600503"
-       id="text3554"><tspan
-         sodipodi:role="line"
-         id="tspan3556"
-         x="391.9256"
-         y="-6.600503">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3560"
-       width="49.561798"
-       height="33.867229"
-       x="483.61493"
-       y="-48.764091" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="492.61359"
-       y="-27.700373"
-       id="text3562"><tspan
-         sodipodi:role="line"
-         id="tspan3564"
-         x="492.61359"
-         y="-27.700373">src_01</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3566"
-       width="153.2551"
-       height="99.162369"
-       x="586.65533"
-       y="-122.78056"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="592.43182"
-       y="-105.5048"
-       id="text3568"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3570"
-         x="592.43182"
-         y="-105.5048">vorbis-decoder</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3574"
-       width="49.561798"
-       height="33.867229"
-       x="586.64948"
-       y="-90.132973" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="598.62689"
-       y="-69.471352"
-       id="text3576"><tspan
-         sodipodi:role="line"
-         id="tspan3578"
-         x="598.62689"
-         y="-69.471352">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3582"
-       width="49.561798"
-       height="33.867229"
-       x="690.31622"
-       y="-90.132973" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="709.31488"
-       y="-70.469887"
-       id="text3584"><tspan
-         sodipodi:role="line"
-         id="tspan3586"
-         x="709.31488"
-         y="-70.469887">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3610"
-       width="153.2551"
-       height="99.162369"
-       x="780.29425"
-       y="-122.78056"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="786.07062"
-       y="-105.5048"
-       id="text3612"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3614"
-         x="786.07062"
-         y="-105.5048">audio-sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3618"
-       width="49.561798"
-       height="33.867229"
-       x="780.28839"
-       y="-90.132973" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="792.26581"
-       y="-69.471352"
-       id="text3620"><tspan
-         sodipodi:role="line"
-         id="tspan3622"
-         x="792.26581"
-         y="-69.471352">sink</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 338.86911,-10.30825 L 375.86911,-10.30825"
-       id="path3624"
-       sodipodi:nodetypes="cc" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="173.85449"
-       y="-148.00755"
-       id="text3626"><tspan
-         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         sodipodi:role="line"
-         id="tspan3628"
-         x="173.85449"
-         y="-148.00755">pipeline</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 741.29421,-73.1791 L 778.29421,-73.1791"
-       id="path3632"
-       sodipodi:nodetypes="cc" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 740.57991,51.61323 L 777.57991,51.61323"
-       id="path3634"
-       sodipodi:nodetypes="cc" />
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(-816.76968,195.18659)"
-       id="g7012">
-      <g
-         style="display:inline"
-         transform="matrix(2.105461e-2,0,0,2.086758e-2,1070.6274,-195.7891)"
-         id="g6707">
-        <rect
-           style="opacity:0.40206185;fill:url(#linearGradient9048);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="rect6709"
-           width="1339.6335"
-           height="478.35718"
-           x="-1559.2523"
-           y="-150.69685" />
-        <path
-           style="opacity:0.40206185;fill:url(#radialGradient9050);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z"
-           id="path6711"
-           sodipodi:nodetypes="cccc" />
-        <path
-           sodipodi:nodetypes="cccc"
-           id="path6713"
-           d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z"
-           style="opacity:0.40206185;fill:url(#radialGradient9052);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      </g>
-      <rect
-         ry="2.394444"
-         rx="2.4241352"
-         y="-215.91727"
-         x="1035.488"
-         height="23.112879"
-         width="31.978371"
-         id="rect3115"
-         style="fill:url(#linearGradient9054);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-      <rect
-         style="opacity:0.48101268;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9056);stroke-width:1.00000107;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         id="rect4220"
-         width="29.804138"
-         height="21.075352"
-         x="1036.5247"
-         y="-214.94901"
-         rx="1.2846882"
-         ry="1.2846882" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path4162"
-         d="M 1036.7955,-214.64552 L 1041.8454,-221.45636 L 1060.641,-221.55737 L 1065.861,-214.78376 L 1036.7955,-214.64552 z"
-         style="fill:url(#linearGradient9058);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9060);stroke-width:1.00000083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path4164"
-         d="M 1066.302,-214.867 L 1071.495,-207.67234 L 1031.9866,-207.67234 L 1036.6507,-214.87194 L 1066.302,-214.867 z"
-         style="fill:url(#linearGradient9062);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path4178"
-         d="M 1060.875,-221.5786 L 1065.5579,-214.65633 L 1074.5915,-210.2715 L 1066.477,-219.18416 L 1060.875,-221.5786 z"
-         style="fill:url(#linearGradient9064);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         style="fill:#f8e8cf;fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         d="M 1041.6434,-221.47758 L 1037.6676,-214.75734 L 1028.533,-210.37252 L 1036.6475,-219.28517 L 1041.6434,-221.47758 z"
-         id="path4180" />
-      <path
-         style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f4e3ca;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         d="M 1065.0507,-214.75665 L 1069.5046,-208.69969 L 1033.674,-208.69969 L 1037.815,-214.88001 L 1065.0507,-214.75665 z"
-         id="path4954"
-         sodipodi:nodetypes="ccccc" />
-      <g
-         id="g2892"
-         transform="matrix(0.676538,0,0,1,1032.0206,-231.1927)">
-        <path
-           style="opacity:1;fill:url(#radialGradient9066);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z"
-           id="path2882" />
-        <path
-           id="path2141"
-           d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z"
-           style="opacity:1;fill:url(#radialGradient9068);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      </g>
-      <g
-         transform="matrix(0.676538,0,0,1,1038.5206,-231.1927)"
-         id="g2900">
-        <path
-           id="path2902"
-           d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z"
-           style="opacity:1;fill:url(#radialGradient9070);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           style="opacity:1;fill:url(#radialGradient9072);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z"
-           id="path2904" />
-      </g>
-      <path
-         style="opacity:0.87974686;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9074);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 1037.678,-214.8209 L 1041.0623,-220.59968 L 1061.5405,-220.6749 L 1065.3825,-214.82282 L 1037.678,-214.8209 z"
-         id="path4966"
-         sodipodi:nodetypes="ccccc" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(-830.81219,194.07975)"
-       id="g7032">
-      <g
-         inkscape:label="shadow"
-         id="layer2"
-         transform="matrix(0.8882175,0,0,0.8882175,1264.3555,-226.72473)">
-        <path
-           transform="matrix(1.18638,0,0,1.18638,-4.539687,-7.794678)"
-           d="m 44.285715,38.714287 c 0,5.43296 -8.922325,9.837245 -19.928572,9.837245 -11.006246,0 -19.9285713,-4.404285 -19.9285713,-9.837245 0,-5.432961 8.9223253,-9.837245 19.9285713,-9.837245 11.006247,0 19.928572,4.404284 19.928572,9.837245 z"
-           sodipodi:ry="9.837245"
-           sodipodi:rx="19.928572"
-           sodipodi:cy="38.714287"
-           sodipodi:cx="24.357143"
-           id="path1538"
-           style="fill:url(#radialGradient9076);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.50000042;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-      </g>
-      <g
-         id="g3839"
-         inkscape:label="Layer 1"
-         transform="matrix(0.8882175,0,0,0.8882175,1264.3555,-226.72473)">
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           style="opacity:1;fill:url(#linearGradient9078);fill-opacity:1;fill-rule:nonzero;stroke:#3f4561;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 22.699525,0.94746963 C 22.22635,0.97984519 21.766437,1.0531317 21.301673,1.1063165 L 21.269903,1.1063165 L 20.157975,7.1742671 C 18.345621,7.5870046 16.640562,8.2874574 15.106644,9.2392765 L 10.118853,5.6493371 C 8.770521,6.6961412 7.543552,7.9170049 6.465374,9.2392765 L 9.928236,14.290607 C 8.876814,15.89739 8.086153,17.732094 7.640841,19.659632 C 7.640765,19.668743 7.640779,19.689813 7.640841,19.691401 L 1.60466,20.644482 C 1.494303,21.545851 1.445813,22.477386 1.445813,23.408418 C 1.445813,24.170171 1.466846,24.921747 1.541121,25.664043 L 7.577303,26.744202 C 8.0066,28.840363 8.822112,30.797987 9.960006,32.526228 L 6.370066,37.450482 C 7.398201,38.726866 8.585171,39.888962 9.864698,40.913343 L 14.947798,37.418712 C 16.724273,38.551956 18.707343,39.346604 20.856901,39.737877 L 21.809983,45.742288 C 22.487237,45.803935 23.181758,45.805827 23.874992,45.805827 C 24.853677,45.805826 25.788512,45.768738 26.734236,45.64698 L 27.877933,39.515491 C 29.91886,39.007587 31.836112,38.126493 33.501113,36.942172 L 38.393596,40.500342 C 39.662366,39.420897 40.822583,38.180154 41.824689,36.846863 L 38.266519,31.700225 C 39.230125,30.036028 39.897817,28.199859 40.23622,26.235892 L 46.240632,25.282811 C 46.29329,24.656221 46.30417,24.048546 46.30417,23.408418 C 46.30417,22.296018 46.174875,21.205317 46.018246,20.136172 L 39.918526,19.024244 C 39.440518,17.259164 38.656214,15.612364 37.662901,14.13176 L 41.25284,9.2075071 C 40.140075,7.8466524 38.870718,6.5895264 37.472284,5.5222596 L 32.293876,9.0804296 C 30.805549,8.200202 29.203897,7.5248159 27.464931,7.1424978 L 26.51185,1.1063165 C 25.644369,1.0042729 24.769749,0.94746963 23.874992,0.94746963 C 23.633166,0.94746964 23.384286,0.93986063 23.144296,0.94746963 C 23.027301,0.95117908 22.911525,0.94066346 22.794833,0.94746963 C 22.763228,0.94931296 22.73107,0.94531125 22.699525,0.94746963 z M 23.525529,16.387386 C 23.641592,16.381497 23.757473,16.387386 23.874992,16.387386 C 27.635598,16.387386 30.705408,19.457196 30.705408,23.217802 C 30.705409,26.978407 27.635597,30.016448 23.874992,30.016448 C 20.114387,30.016449 17.076346,26.978407 17.076346,23.217802 C 17.076347,19.574716 19.927558,16.569963 23.525529,16.387386 z"
-           id="path3243" />
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           sodipodi:type="arc"
-           style="opacity:0.64772728;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.62180054;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path3283"
-           sodipodi:cx="23.511301"
-           sodipodi:cy="23.781593"
-           sodipodi:rx="12.727922"
-           sodipodi:ry="12.727922"
-           d="m 36.239223,23.781593 c 0,7.029438 -5.698484,12.727923 -12.727922,12.727923 -7.029437,0 -12.727922,-5.698485 -12.727922,-12.727923 0,-7.029437 5.698485,-12.727922 12.727922,-12.727922 7.029438,0 12.727922,5.698485 12.727922,12.727922 z"
-           transform="matrix(0.616598,0,0,0.616598,9.38202,8.539674)" />
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path3285"
-           d="M 21.995808,2.1484671 L 21.103024,8.0235243 C 19.404254,8.4103946 16.279442,9.5936035 14.841657,10.485771 L 10.091975,6.9406268 C 8.828145,7.9218257 8.741474,7.9883656 7.730867,9.2277688 L 11.165063,14.320988 C 10.179537,15.827071 8.995796,18.510982 8.570778,20.42893 C 8.570778,20.42893 2.552988,21.443355 2.552988,21.443355 C 2.449547,22.288234 2.49926,24.096528 2.56888,24.792303 L 8.317097,25.82782 C 8.71949,27.79261 10.225324,30.955232 11.291904,32.575161 L 7.656902,37.377719 C 8.620601,38.57411 8.813474,38.683589 10.01281,39.64377 L 14.873441,36.082733 C 16.538581,37.144954 19.84373,38.437109 21.858571,38.80386 L 22.656299,44.604952 C 23.291109,44.662736 25.044829,44.824827 25.931283,44.710701 L 26.824066,38.671821 C 28.737084,38.195749 32.042539,36.838896 33.603191,35.728798 L 38.458624,39.236958 C 39.647878,38.225166 39.658533,38.072709 40.597835,36.822978 L 36.999815,31.708667 C 37.90303,30.148767 39.070902,27.098068 39.388097,25.257187 L 45.279046,24.279744 C 45.328399,23.692424 45.330802,22.054578 45.18399,21.052439 L 39.182092,20.016922 C 38.73404,18.362463 37.196418,15.381153 36.265359,13.993342 L 40.080075,9.1907857 C 39.037052,7.915218 38.64924,7.7402002 37.338448,6.7398212 L 32.313994,10.337839 C 30.918941,9.5127782 28.137095,8.2550417 26.507114,7.8966842 L 25.619528,2.1484671 C 24.806414,2.0528187 22.460488,2.0952921 21.995808,2.1484671 z"
-           style="opacity:0.34659089;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999923;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
-        <path
-           style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 10.102903,6.2970655 C 8.7545689,7.3438694 8.1656464,7.9719226 7.0874684,9.2941942 L 10.489927,14.259153 C 9.4385072,15.857755 8.3316275,18.426114 8.1423859,19.987706 C 8.1423859,19.987706 2.0798859,21.0319 2.0798859,21.0319 C 2.0109129,21.595256 1.90625,22.884803 1.90625,22.884803 L 2.0830267,24.447303 C 2.5107567,24.535638 2.9231817,24.617818 3.3642767,24.666053 L 3.8642767,23.134803 C 4.2083177,23.163279 4.5439297,23.197303 4.8955267,23.197303 C 5.2467347,23.197303 5.6139847,23.163473 5.9580267,23.134803 L 6.4267767,24.666053 C 6.8680647,24.617818 7.3115487,24.535638 7.7392767,24.447303 L 7.7392767,22.884803 C 8.4250337,22.72518 9.0712777,22.497045 9.7080267,22.228553 L 10.645527,23.509803 C 11.047878,23.327709 11.421123,23.133984 11.801777,22.916053 L 11.301777,21.416053 C 11.89901,21.053803 12.463529,20.620706 12.989277,20.166053 L 14.270527,21.103553 C 14.596162,20.806973 14.91164,20.491691 15.208027,20.166053 L 14.270527,18.916053 C 14.725373,18.390305 15.127027,17.826171 15.489277,17.228553 L 16.989277,17.697303 C 17.207208,17.316456 17.432571,16.943209 17.614277,16.541053 L 16.333027,15.603553 C 16.601517,14.966804 16.798016,14.320561 16.958027,13.634803 L 18.551777,13.634803 C 18.640112,13.207076 18.691236,12.763591 18.739277,12.322303 L 17.239277,11.853553 C 17.268139,11.509705 17.301777,11.142456 17.301777,10.791053 C 17.301776,10.43965 17.267753,10.104039 17.239277,9.7598034 L 18.739277,9.2910534 C 18.69373,8.8711662 18.633686,8.4490548 18.551777,8.0410534 C 17.404349,8.4403544 15.999117,9.1941729 14.983265,9.8245243 L 10.102903,6.2970655 z"
-           id="path3767"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           sodipodi:nodetypes="cccccccccsccccccccccccccccccccsccccc" />
-        <path
-           style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 37.236641,17.217754 C 36.85286,17.39913 36.490003,17.603509 36.123236,17.813295 L 36.692886,19.548136 C 35.995792,19.970436 35.338156,20.467825 34.725008,20.998151 L 33.249099,19.910639 C 32.869013,20.256538 32.507327,20.618223 32.161588,20.998151 L 33.249099,22.474059 C 32.718773,23.087371 32.221547,23.745002 31.799084,24.441937 L 31.255328,24.260685 C 31.207646,24.960968 31.018949,25.62217 30.737466,26.228563 L 30.841038,26.306242 C 30.527881,27.048922 30.27649,27.83664 30.090137,28.636624 L 28.614229,28.636624 C 28.477946,28.722076 28.343676,28.821684 28.199938,28.895555 C 28.121568,29.310822 28.065026,29.712881 28.018687,30.138426 L 29.77942,30.708074 C 29.746033,31.10935 29.727633,31.515269 29.727633,31.925052 C 29.727631,32.334993 29.746034,32.740753 29.77942,33.142029 L 28.018687,33.711677 C 28.074705,34.226432 28.148678,34.740347 28.251725,35.239372 L 30.090137,35.213479 C 30.218255,35.763466 30.393202,36.320918 30.582107,36.844746 C 31.327023,36.557466 32.05594,36.214561 32.731236,35.809021 C 32.319649,34.59298 32.083908,33.279913 32.083908,31.925052 C 32.083909,26.727119 35.376289,22.288397 39.981313,20.583861 L 38.893802,20.402608 C 38.671014,19.579946 38.382478,18.774017 38.013435,18.020441 C 38.002581,17.998277 37.99851,17.96486 37.987542,17.942761 L 37.935756,17.890975 L 37.236641,17.217754 z"
-           id="path3770"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-      </g>
-    </g>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3848"
-       width="49.561798"
-       height="33.867229"
-       x="483.42755"
-       y="-5.2878809" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="492.42621"
-       y="15.77584"
-       id="text3850"><tspan
-         sodipodi:role="line"
-         id="tspan3852"
-         x="492.42621"
-         y="15.77584">src_02</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 532.61231,15.70274 L 583.15071,50.6503"
-       id="path3854"
-       sodipodi:nodetypes="cc" />
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3856"
-       width="153.2551"
-       height="99.162369"
-       x="586.65533"
-       y="2.011771"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="592.43182"
-       y="19.287527"
-       id="text3858"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3860"
-         x="592.43182"
-         y="19.287527">theora-decoder</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3864"
-       width="49.561798"
-       height="33.867229"
-       x="586.64948"
-       y="34.65934" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="598.62689"
-       y="55.320976"
-       id="text3866"><tspan
-         sodipodi:role="line"
-         id="tspan3868"
-         x="598.62689"
-         y="55.320976">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3872"
-       width="49.561798"
-       height="33.867229"
-       x="690.31622"
-       y="34.65934" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="709.31488"
-       y="54.322441"
-       id="text3874"><tspan
-         sodipodi:role="line"
-         id="tspan3876"
-         x="709.31488"
-         y="54.322441">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:0.11764706000000000;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748000000006;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3878"
-       width="153.2551"
-       height="99.162369"
-       x="780.29999"
-       y="2.011771"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="786.07635"
-       y="19.287542"
-       id="text3880"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3882"
-         x="786.07635"
-         y="19.287542">video-sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="rect3886"
-       width="49.561798"
-       height="33.867229"
-       x="780.29413"
-       y="34.65934" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="792.27167"
-       y="55.320976"
-       id="text3888"><tspan
-         sodipodi:role="line"
-         id="tspan3890"
-         x="792.27167"
-         y="55.320976">sink</tspan></text>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(-830.81219,185.30822)"
-       id="g7053">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.3;fill:url(#radialGradient9080);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path1344"
-         sodipodi:cx="23.25"
-         sodipodi:cy="35.375"
-         sodipodi:rx="18.5"
-         sodipodi:ry="7.375"
-         d="m 41.75,35.375 c 0,4.0731 -8.282732,7.375 -18.5,7.375 -10.217268,0 -18.5,-3.3019 -18.5,-7.375 0,-4.0731 8.282732,-7.375 18.5,-7.375 10.217268,0 18.5,3.3019 18.5,7.375 z"
-         transform="matrix(0.9587652,0,0,0.9587652,1470.52,-281.13949)" />
-      <path
-         sodipodi:nodetypes="cccccccccccccc"
-         id="path7042"
-         d="M 1510.4286,-276.38353 C 1510.4286,-276.38353 1488.3171,-273.66577 1488.3171,-273.66577 L 1488.3171,-252.78267 C 1486.739,-253.31732 1484.5474,-253.45709 1482.145,-252.96243 C 1477.9683,-252.10245 1474.9755,-249.799 1475.4337,-247.83903 C 1475.8918,-245.87906 1479.6462,-244.97163 1483.8229,-245.83162 C 1487.7698,-246.64429 1491.1901,-248.74416 1491.112,-250.62544 L 1491.2618,-268.87194 C 1491.2618,-268.87194 1507.4941,-271.64786 1507.4941,-271.64786 L 1507.4941,-255.07598 C 1497.6668,-256.51412 1494.75,-252.30204 1495.2082,-250.34207 C 1495.6664,-248.3821 1499.4207,-247.47468 1503.5974,-248.33466 C 1507.3034,-249.09772 1509.9563,-250.98393 1510.2189,-252.76895 L 1510.4286,-276.38353 z"
-         style="fill:#9db029;fill-opacity:1;fill-rule:nonzero;stroke:#596616;stroke-width:0.95876521;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block" />
-      <path
-         style="opacity:0.51176471;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.95876521;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block"
-         d="M 1509.5696,-275.32842 C 1509.5696,-275.32842 1489.2612,-272.61066 1489.2612,-272.61066 L 1489.2612,-251.67282 C 1482.0079,-253.49957 1476.0944,-249.91406 1476.5301,-248.05018 C 1477.2055,-244.86801 1490.3156,-246.9934 1490.2413,-251.05952 L 1490.3838,-269.72971 C 1490.3838,-269.72971 1508.4568,-272.50278 1508.4568,-272.50278 L 1508.4568,-253.8671 C 1501.2026,-255.7143 1495.7383,-252.54747 1496.174,-250.6836 C 1496.7296,-247.62127 1508.0418,-248.65738 1509.3701,-253.23118 L 1509.5696,-275.32842 z"
-         id="path2311"
-         sodipodi:nodetypes="ccccccccccc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.51176471;fill:url(#radialGradient9082);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         id="path2313"
-         sodipodi:cx="5.875"
-         sodipodi:cy="32.75"
-         sodipodi:rx="6.375"
-         sodipodi:ry="3.25"
-         d="M 12.25,32.75 C 12.25,34.544925 9.3958153,36 5.875,36 2.3541847,36 -0.5,34.544925 -0.5,32.75 c 0,-1.794925 2.8541847,-3.25 6.375,-3.25 3.5208153,0 6.375,1.455075 6.375,3.25 z"
-         transform="matrix(0.7042284,-0.1070413,0.1070413,0.7042284,1474.2624,-272.13586)" />
-      <path
-         transform="matrix(0.7042284,-0.1070413,0.1070413,0.7042284,1493.2867,-274.85362)"
-         d="M 12.25,32.75 C 12.25,34.544925 9.3958153,36 5.875,36 2.3541847,36 -0.5,34.544925 -0.5,32.75 c 0,-1.794925 2.8541847,-3.25 6.375,-3.25 3.5208153,0 6.375,1.455075 6.375,3.25 z"
-         sodipodi:ry="3.25"
-         sodipodi:rx="6.375"
-         sodipodi:cy="32.75"
-         sodipodi:cx="5.875"
-         id="path2323"
-         style="opacity:0.51176471;fill:url(#radialGradient9084);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         sodipodi:type="arc" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(-830.81219,188.92104)"
-       id="g7042">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.70329674;fill:url(#radialGradient9086);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path7077"
-         sodipodi:cx="23.157747"
-         sodipodi:cy="26.963573"
-         sodipodi:rx="21.566757"
-         sodipodi:ry="14.318913"
-         d="m 44.724504,26.963573 c 0,7.908118 -9.655766,14.318914 -21.566757,14.318914 -11.910991,0 -21.5667569,-6.410796 -21.5667569,-14.318914 0,-7.908117 9.6557659,-14.318913 21.5667569,-14.318913 11.910991,0 21.566757,6.410796 21.566757,14.318913 z"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         transform="matrix(0.8013773,0,0,0.8013773,1475.315,-156.45514)" />
-      <path
-         transform="matrix(1.0051171,0,0,1.2356645,1466.4725,-162.09851)"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-         sodipodi:ry="8.25"
-         sodipodi:rx="14.75"
-         sodipodi:cy="21"
-         sodipodi:cx="25.75"
-         id="path7028"
-         style="fill:#a1a39f;fill-opacity:1;fill-rule:evenodd;stroke:#6d6f6a;stroke-width:0.7190817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:type="arc"
-         style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11522388;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path3999"
-         sodipodi:cx="25.75"
-         sodipodi:cy="21"
-         sodipodi:rx="14.75"
-         sodipodi:ry="8.25"
-         d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         transform="matrix(0.6122611,0,0,0.802831,1476.1749,-155.02827)" />
-      <path
-         style="fill:url(#radialGradient9088);fill-rule:nonzero;stroke:#3b3d39;stroke-width:0.8013773;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 1511.2073,-124.02847 C 1511.2073,-124.02847 1504.5368,-127.02323 1500.2637,-126.64635 C 1495.7095,-126.24466 1488.1014,-125.97524 1485.1192,-130.68476 C 1497.7795,-126.86662 1503.6206,-133.20569 1512.1892,-129.63534 C 1512.1892,-129.63534 1511.2073,-124.02847 1511.2073,-124.02847 z"
-         id="path6456"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         sodipodi:nodetypes="czccc" />
-      <path
-         transform="matrix(0.6098233,0,0,0.7906893,1476.6513,-156.59802)"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-         sodipodi:ry="8.25"
-         sodipodi:rx="14.75"
-         sodipodi:cy="21"
-         sodipodi:cx="25.75"
-         id="path7026"
-         style="fill:url(#linearGradient9090);fill-opacity:1;fill-rule:evenodd;stroke:#757972;stroke-width:1.23408842;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.8013773;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 1491.2274,-150.88061 C 1483.5682,-150.45935 1477.5288,-145.74008 1477.5288,-140.03697 C 1477.5288,-134.05786 1484.1706,-129.19333 1492.3543,-129.19334 C 1500.538,-129.19334 1507.1798,-134.05786 1507.1798,-140.03697 C 1507.1798,-146.01609 1500.538,-150.88061 1492.3543,-150.88061 C 1492.3223,-150.88061 1492.286,-150.88076 1492.2541,-150.88061 C 1492.0633,-150.87973 1491.8671,-150.88673 1491.6781,-150.88061 C 1491.5858,-150.87762 1491.4945,-150.88483 1491.4027,-150.88061 C 1491.3421,-150.87783 1491.2877,-150.88393 1491.2274,-150.88061 z M 1490.1255,-149.1276 C 1490.1761,-149.13169 1490.2245,-149.12482 1490.2757,-149.1276 C 1490.3832,-149.13343 1490.4917,-149.1276 1490.6013,-149.1276 C 1492.9384,-149.1276 1494.8336,-147.76349 1494.8336,-146.09739 C 1494.8336,-144.43129 1492.9384,-143.09222 1490.6013,-143.09222 C 1488.2641,-143.09222 1486.369,-144.43129 1486.369,-146.09739 C 1486.369,-147.64817 1488.0134,-148.95707 1490.1255,-149.1276 z M 1499.3413,-145.44627 C 1499.3947,-145.45105 1499.4376,-145.44286 1499.4916,-145.44627 C 1499.5851,-145.45218 1499.672,-145.44455 1499.767,-145.44627 C 1499.8057,-145.44697 1499.8283,-145.44627 1499.8672,-145.44627 C 1502.3542,-145.44627 1504.3749,-143.99241 1504.3749,-142.21572 C 1504.3749,-140.43903 1502.3542,-139.01021 1499.8672,-139.01021 C 1497.3802,-139.01021 1495.3595,-140.43903 1495.3595,-142.21572 C 1495.3595,-143.85694 1497.1159,-145.24717 1499.3413,-145.44627 z M 1483.9398,-142.91692 C 1484.1144,-142.9312 1484.3109,-142.91692 1484.4908,-142.91692 C 1487.0491,-142.91692 1489.1237,-141.44051 1489.1237,-139.61124 C 1489.1237,-137.78198 1487.0491,-136.30556 1484.4908,-136.30556 C 1481.9325,-136.30556 1479.8578,-137.78198 1479.8578,-139.61124 C 1479.8578,-141.31189 1481.6317,-142.72807 1483.9398,-142.91692 z M 1493.1807,-138.80986 C 1493.1999,-138.8121 1493.2115,-138.80779 1493.2308,-138.80986 C 1493.233,-138.80996 1493.2538,-138.80989 1493.2558,-138.80986 C 1493.2579,-138.80983 1493.2787,-138.80978 1493.2809,-138.80986 C 1493.2859,-138.80978 1493.3034,-138.80977 1493.3059,-138.80986 C 1493.3269,-138.80972 1493.36,-138.81017 1493.3811,-138.80986 C 1493.3836,-138.80993 1493.4011,-138.80993 1493.4061,-138.80986 C 1493.5992,-138.82571 1493.7831,-138.80986 1493.9821,-138.80986 C 1496.8123,-138.80986 1499.1159,-137.18342 1499.1159,-135.15358 C 1499.1159,-133.12374 1496.8123,-131.47225 1493.9821,-131.47225 C 1491.1519,-131.47225 1488.8483,-133.12374 1488.8483,-135.15358 C 1488.8483,-136.9823 1490.7407,-138.52634 1493.1807,-138.80986 z"
-         id="path7012"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:type="arc"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9092);stroke-width:1.05932879;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path7044"
-         sodipodi:cx="22.185474"
-         sodipodi:cy="19.008621"
-         sodipodi:rx="18.473166"
-         sodipodi:ry="13.435029"
-         d="m 40.65864,19.008621 c 0,7.419962 -8.270718,13.435029 -18.473166,13.435029 -10.202447,0 -18.4731651,-6.015067 -18.4731651,-13.435029 0,-7.419961 8.2707181,-13.4350288 18.4731651,-13.4350288 10.202448,0 18.473166,6.0150678 18.473166,13.4350288 z"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         transform="matrix(0.7617356,0,0,0.7512912,1475.4861,-154.40517)" />
-      <path
-         style="fill:url(#linearGradient9094);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 1511.8879,-129.42361 L 1511.0211,-124.57528 C 1508.9303,-125.27684 1507.6697,-125.83197 1505.3544,-126.38388 L 1505.6204,-130.32076 C 1507.1418,-130.48208 1509.5177,-130.20718 1511.8879,-129.42361 z"
-         id="path7067"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         sodipodi:nodetypes="ccccc" />
-      <path
-         style="opacity:0.70329674;fill:url(#linearGradient9096);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 1511.8879,-129.56898 L 1511.7376,-128.86778 C 1505.2425,-131.29506 1499.2633,-129.04946 1493.0054,-128.86778 C 1501.5089,-129.57506 1504.297,-131.84542 1511.8879,-129.56898 z"
-         id="path7136"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         sodipodi:nodetypes="cccc" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(-826.81219,187.77171)"
-       id="g7082">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.50857143;fill:url(#radialGradient9098);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
-         id="path2452"
-         sodipodi:cx="24.218407"
-         sodipodi:cy="35.051105"
-         sodipodi:rx="16.882174"
-         sodipodi:ry="4.552"
-         d="m 41.10058,35.051105 c 0,2.514001 -7.558406,4.552001 -16.882173,4.552001 -9.323767,0 -16.8821739,-2.038 -16.8821739,-4.552001 0,-2.514 7.5584069,-4.552 16.8821739,-4.552 9.323767,0 16.882173,2.038 16.882173,4.552 z"
-         transform="matrix(1.050251,0,0,1.867888,1685.2,-187.2542)" />
-      <path
-         sodipodi:type="arc"
-         style="fill:#adb0aa;fill-opacity:1;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path2407"
-         sodipodi:cx="-35.658386"
-         sodipodi:cy="29.716238"
-         sodipodi:rx="9.3944187"
-         sodipodi:ry="3.939595"
-         d="m -26.263968,29.716238 c 0,2.175778 -4.206024,3.939595 -9.394418,3.939595 -5.188394,0 -9.394419,-1.763817 -9.394419,-3.939595 0,-2.175778 4.206025,-3.939595 9.394419,-3.939595 5.188394,0 9.394418,1.763817 9.394418,3.939595 z"
-         transform="translate(1746.179,-151.06966)" />
-      <path
-         transform="matrix(0.902373,0,0,0.82765,1742.6978,-146.28017)"
-         d="m -26.263968,29.716238 c 0,2.175778 -4.206024,3.939595 -9.394418,3.939595 -5.188394,0 -9.394419,-1.763817 -9.394419,-3.939595 0,-2.175778 4.206025,-3.939595 9.394419,-3.939595 5.188394,0 9.394418,1.763817 9.394418,3.939595 z"
-         sodipodi:ry="3.939595"
-         sodipodi:rx="9.3944187"
-         sodipodi:cy="29.716238"
-         sodipodi:cx="-35.658386"
-         id="path1825"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9100);stroke-width:1.15713382;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:type="arc"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9102);stroke-width:1.18333709;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path2983"
-         sodipodi:cx="-35.658386"
-         sodipodi:cy="29.716238"
-         sodipodi:rx="9.3944187"
-         sodipodi:ry="3.939595"
-         d="m -26.263968,29.716238 c 0,2.175778 -4.206024,3.939595 -9.394418,3.939595 -5.188394,0 -9.394419,-1.763817 -9.394419,-3.939595 0,-2.175778 4.206025,-3.939595 9.394419,-3.939595 5.188394,0 9.394418,1.763817 9.394418,3.939595 z"
-         transform="matrix(0.837548,0,0,0.852655,1740.3237,-148.14194)" />
-      <rect
-         y="-128.06947"
-         x="1706.118"
-         height="6.3650389"
-         width="9.0396729"
-         id="rect2699"
-         style="fill:url(#linearGradient9104);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         style="fill:url(#linearGradient9106);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9108);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 1693.7265,-154.57747 L 1727.3147,-154.57747 C 1728.226,-154.57747 1728.9388,-153.99399 1728.9814,-153.17588 L 1730.3135,-127.59777 C 1730.3717,-126.48003 1729.4124,-125.57746 1728.2932,-125.57746 L 1692.748,-125.57746 C 1691.6288,-125.57746 1690.6695,-126.48003 1690.7277,-127.59777 L 1692.0598,-153.17588 C 1692.1,-153.94942 1692.6073,-154.57747 1693.7265,-154.57747 z"
-         id="rect2404"
-         sodipodi:nodetypes="cssssssss" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path2377"
-         d="M 1695.0561,-151.96726 L 1693.8139,-129.92195 L 1725.4643,-129.92195 L 1724.1293,-151.87383 L 1695.0561,-151.96726 z"
-         style="fill:url(#linearGradient9110);fill-opacity:1;fill-rule:evenodd;stroke:#000079;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         sodipodi:nodetypes="cc"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient9112);stroke-width:0.99618119;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.24840764"
-         d="M 1692.823,-127.5373 L 1728.2515,-127.5373"
-         id="path2393" />
-      <path
-         sodipodi:nodetypes="cssssssss"
-         id="path2397"
-         d="M 1693.5602,-153.56675 L 1727.4057,-153.60455 C 1727.6894,-153.60487 1727.965,-153.3673 1727.9878,-152.95201 L 1729.3497,-128.14876 C 1729.4077,-127.09173 1728.8099,-126.36289 1727.7513,-126.36289 L 1693.2274,-126.36289 C 1692.1687,-126.36289 1691.6343,-127.09168 1691.6915,-128.14876 L 1693.0156,-152.64293 C 1693.0543,-153.35876 1693.182,-153.56633 1693.5602,-153.56675 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9114);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         style="opacity:0.53142856;fill:url(#linearGradient9116);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 1695.3571,-151.52673 L 1694.5546,-133.6564 C 1705.5992,-136.05703 1709.9761,-144.1486 1723.7086,-146.80315 L 1723.5472,-151.46066 L 1695.3571,-151.52673 z"
-         id="path2443" />
-      <path
-         transform="matrix(1.331237,0,0,0.658449,1680.2263,-153.41922)"
-         d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-         sodipodi:ry="0.83968931"
-         sodipodi:rx="0.83968931"
-         sodipodi:cy="3.9384086"
-         sodipodi:cx="34.780815"
-         id="path2709"
-         style="fill:url(#linearGradient9118);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:type="arc"
-         style="fill:url(#linearGradient9120);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path2719"
-         sodipodi:cx="34.780815"
-         sodipodi:cy="3.9384086"
-         sodipodi:rx="0.83968931"
-         sodipodi:ry="0.83968931"
-         d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-         transform="matrix(1.331237,0,0,0.658449,1680.3399,-151.31344)" />
-      <path
-         transform="matrix(1.331237,0,0,0.658449,1680.4535,-149.31344)"
-         d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-         sodipodi:ry="0.83968931"
-         sodipodi:rx="0.83968931"
-         sodipodi:cy="3.9384086"
-         sodipodi:cx="34.780815"
-         id="path2723"
-         style="fill:url(#linearGradient9122);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:type="arc"
-         style="fill:url(#linearGradient9124);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path2727"
-         sodipodi:cx="34.780815"
-         sodipodi:cy="3.9384086"
-         sodipodi:rx="0.83968931"
-         sodipodi:ry="0.83968931"
-         d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-         transform="matrix(1.331237,0,0,0.658449,1680.5671,-147.31344)" />
-      <path
-         transform="matrix(1.331237,0,0,0.658449,1680.6807,-145.31344)"
-         d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-         sodipodi:ry="0.83968931"
-         sodipodi:rx="0.83968931"
-         sodipodi:cy="3.9384086"
-         sodipodi:cx="34.780815"
-         id="path2731"
-         style="fill:url(#linearGradient9126);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         id="text2735"
-         d="M 1708.6456,-128.95542 L 1708.9273,-128.95542 C 1709.0111,-128.95542 1709.0753,-128.93676 1709.12,-128.89943 C 1709.1649,-128.8624 1709.1874,-128.8095 1709.1874,-128.74072 C 1709.1874,-128.67165 1709.1649,-128.61845 1709.12,-128.58112 C 1709.0753,-128.54409 1709.0111,-128.52558 1708.9273,-128.52558 L 1708.8153,-128.52558 L 1708.8153,-128.2972 L 1708.6456,-128.2972 L 1708.6456,-128.95542 M 1708.8153,-128.83242 L 1708.8153,-128.64858 L 1708.9092,-128.64858 C 1708.9422,-128.64858 1708.9676,-128.65651 1708.9855,-128.67238 C 1709.0034,-128.68855 1709.0124,-128.71133 1709.0124,-128.74072 C 1709.0124,-128.77011 1709.0034,-128.79274 1708.9855,-128.80861 C 1708.9676,-128.82448 1708.9422,-128.83242 1708.9092,-128.83242 L 1708.8153,-128.83242 M 1709.6076,-128.84432 C 1709.5558,-128.84432 1709.5157,-128.82522 1709.4872,-128.78701 C 1709.4587,-128.7488 1709.4445,-128.69502 1709.4445,-128.62565 C 1709.4445,-128.55658 1709.4587,-128.50294 1709.4872,-128.46473 C 1709.5157,-128.42653 1709.5558,-128.40742 1709.6076,-128.40742 C 1709.6596,-128.40742 1709.6999,-128.42653 1709.7284,-128.46473 C 1709.7569,-128.50294 1709.7711,-128.55658 1709.7711,-128.62565 C 1709.7711,-128.69502 1709.7569,-128.7488 1709.7284,-128.78701 C 1709.6999,-128.82522 1709.6596,-128.84432 1709.6076,-128.84432 M 1709.6076,-128.96733 C 1709.7134,-128.96733 1709.7963,-128.93705 1709.8562,-128.87651 C 1709.9162,-128.81596 1709.9462,-128.73234 1709.9462,-128.62565 C 1709.9462,-128.51926 1709.9162,-128.43579 1709.8562,-128.37524 C 1709.7963,-128.31469 1709.7134,-128.28442 1709.6076,-128.28442 C 1709.5021,-128.28442 1709.4192,-128.31469 1709.3589,-128.37524 C 1709.299,-128.43579 1709.269,-128.51926 1709.269,-128.62565 C 1709.269,-128.73234 1709.299,-128.81596 1709.3589,-128.87651 C 1709.4192,-128.93705 1709.5021,-128.96733 1709.6076,-128.96733 M 1710.074,-128.95542 L 1710.2636,-128.95542 L 1710.503,-128.50397 L 1710.503,-128.95542 L 1710.6639,-128.95542 L 1710.6639,-128.2972 L 1710.4743,-128.2972 L 1710.2349,-128.74866 L 1710.2349,-128.2972 L 1710.074,-128.2972 L 1710.074,-128.95542 M 1710.7371,-128.95542 L 1710.9227,-128.95542 L 1711.0726,-128.72088 L 1711.2225,-128.95542 L 1711.4085,-128.95542 L 1711.1577,-128.57451 L 1711.1577,-128.2972 L 1710.9879,-128.2972 L 1710.9879,-128.57451 L 1710.7371,-128.95542"
-         style="font-size:0.9029026px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(226.32061,-143.29228)"
-       style="display:inline"
-       inkscape:label="Layer 1"
-       id="g4318">
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9128);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z"
-         id="path2682"
-         sodipodi:nodetypes="cccc" />
-      <path
-         sodipodi:nodetypes="cccc"
-         id="path3375"
-         d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z"
-         style="fill:url(#radialGradient9130);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:nodetypes="cccc"
-         id="path2479"
-         d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9132);stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:nodetypes="cccccccc"
-         id="path2481"
-         d="M 12.99946,10.87449 L 12.99946,36.93699 L 35.59321,23.90574 L 12.99946,10.87449 z M 13.99946,12.62449 L 33.56196,23.90574 L 13.99946,35.18699 L 13.99946,12.62449 z"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:nodetypes="cccc"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path2339"
-         d="M 13.9375,12.5625 L 13.9375,24.25 C 18.206698,24.205215 23.101656,23.904436 31,22.375 L 13.9375,12.5625 z"
-         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(193.47491,-142.94801)"
-       id="g2837">
-      <path
-         style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9134);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 26.086565,12.829103 L 26.086565,34.982359 L 34.912658,34.982359 L 34.912658,12.829103 L 26.086565,12.829103 z"
-         id="path2815"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:url(#radialGradient9136);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 26.4996,13.40575 L 26.4996,34.40575 L 34.4996,34.40575 L 34.4996,13.40575 L 26.4996,13.40575 z"
-         id="path2827" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path2762"
-         d="M 26.4996,13.407946 L 26.4996,34.50001 L 34.4996,34.50001 L 34.4996,13.407946 L 26.4996,13.407946 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9138);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9140);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 27.4996,14.40575 L 27.4996,33.40575 L 33.4996,33.40575 L 33.4996,14.40575 L 27.4996,14.40575 z"
-         id="path2811" />
-      <path
-         style="opacity:0.5;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         d="M 28.019106,14.942758 L 28.019106,23.328389 L 33.013048,22.70967 L 33.013048,14.85437 L 28.019106,14.942758 z"
-         id="path4470"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true"
-         sodipodi:nodetypes="ccccc" />
-    </g>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(180.50261,-142.94801)"
-       inkscape:r_cy="true"
-       inkscape:r_cx="true"
-       id="use2844">
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path2848"
-         d="M 26.086565,12.829103 L 26.086565,34.982359 L 34.912658,34.982359 L 34.912658,12.829103 L 26.086565,12.829103 z"
-         style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9142);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path2850"
-         d="M 26.4996,13.40575 L 26.4996,34.40575 L 34.4996,34.40575 L 34.4996,13.40575 L 26.4996,13.40575 z"
-         style="fill:url(#radialGradient9144);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9146);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 26.4996,13.407946 L 26.4996,34.50001 L 34.4996,34.50001 L 34.4996,13.407946 L 26.4996,13.407946 z"
-         id="path2852"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path2854"
-         d="M 27.4996,14.40575 L 27.4996,33.40575 L 33.4996,33.40575 L 33.4996,14.40575 L 27.4996,14.40575 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9148);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path2856"
-         d="M 28.019106,14.942758 L 28.019106,25.007768 L 33.013048,24.389049 L 33.013048,14.85437 L 28.019106,14.942758 z"
-         style="opacity:0.5;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-    </g>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       inkscape:r_cy="true"
-       inkscape:r_cx="true"
-       id="path4663"
-       d="M 175.60121,-130.11891 L 175.60121,-107.96565 L 196.59741,-107.96565 L 196.59741,-130.11891 L 175.60121,-130.11891 z"
-       style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9259);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       id="path4665"
-       d="M 176.09741,-129.54228 L 176.09741,-108.54228 L 196.09741,-108.54228 L 196.09741,-129.54228 L 176.09741,-129.54228 z"
-       style="fill:url(#radialGradient9256);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       inkscape:r_cx="true"
-       inkscape:r_cy="true" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9253);stroke-width:0.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 176.09411,-129.58831 L 176.09411,-108.49625 L 196.08521,-108.49625 L 196.08521,-129.58831 L 176.09411,-129.58831 z"
-       id="path4667"
-       inkscape:r_cx="true"
-       inkscape:r_cy="true" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       id="path4669"
-       d="M 177.09681,-128.54228 L 177.09681,-109.54228 L 195.09801,-109.54228 L 195.09801,-128.54228 L 177.09681,-128.54228 z"
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9250);stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       inkscape:r_cx="true"
-       inkscape:r_cy="true" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       sodipodi:nodetypes="ccccc"
-       inkscape:r_cy="true"
-       inkscape:r_cx="true"
-       id="path4671"
-       d="M 177.59741,-124.27671 L 177.59741,-113.71947 L 194.59741,-116.5098 L 194.59741,-124.3651 L 177.59741,-124.27671 z"
-       style="opacity:0.5;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       transform="translate(866.48891,-98.34908)"
-       id="g6482"
-       inkscape:label="Layer 1">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.42857145;fill:url(#radialGradient9158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path3607"
-         sodipodi:cx="6.4081554"
-         sodipodi:cy="17.403807"
-         sodipodi:rx="5.524272"
-         sodipodi:ry="2.2980971"
-         d="m 11.932427,17.403807 c 0,1.269204 -2.4733004,2.298097 -5.5242716,2.298097 -3.0509711,0 -5.52427192,-1.028893 -5.52427192,-2.298097 0,-1.269204 2.47330082,-2.298097 5.52427192,-2.298097 3.0509712,0 5.5242716,1.028893 5.5242716,2.298097 z"
-         transform="matrix(2.901907,0,0,3.804948,-4.8525,-32.31157)" />
-      <g
-         id="g4090"
-         transform="matrix(1.296182,0,0,1.296182,-4.176277,-7.324567)">
-        <path
-           transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)"
-           d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-           sodipodi:ry="6.3639612"
-           sodipodi:rx="3.6239223"
-           sodipodi:cy="24.665476"
-           sodipodi:cx="8.7504463"
-           id="path4076"
-           style="opacity:1;fill:url(#linearGradient9160);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.57792485;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="opacity:1;fill:url(#linearGradient9162);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path4060"
-           sodipodi:cx="8.7504463"
-           sodipodi:cy="24.665476"
-           sodipodi:rx="3.6239223"
-           sodipodi:ry="6.3639612"
-           d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-           transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)" />
-        <path
-           transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)"
-           d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-           sodipodi:ry="6.3639612"
-           sodipodi:rx="3.6239223"
-           sodipodi:cy="24.665476"
-           sodipodi:cx="8.7504463"
-           id="path4058"
-           style="opacity:1;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.39560439;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9164);stroke-width:0.68416733;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path3279"
-           sodipodi:cx="8.7504463"
-           sodipodi:cy="24.665476"
-           sodipodi:rx="3.6239223"
-           sodipodi:ry="6.3639612"
-           d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-           transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)" />
-      </g>
-      <path
-         style="fill:url(#linearGradient9166);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9168);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 9.4806798,18.24261 L 16.570367,12.118401 L 16.341232,37.201244 L 9.1369775,31.676187 C 6.6164956,29.613972 6.1582259,20.41939 9.4806798,18.24261 z"
-         id="path4542"
-         sodipodi:nodetypes="ccccc" />
-      <path
-         style="fill:url(#linearGradient9170);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 7.5383505,21.987453 L 11.593316,18.948432 L 11.341702,22.484506 L 7.3782322,23.145502 L 7.5383505,21.987453 z"
-         id="path4544"
-         sodipodi:nodetypes="ccccc" />
-      <path
-         style="opacity:0.7692308;fill:url(#radialGradient9172);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 8.203516,30.371178 L 12.644321,33.939519 L 12.087496,31.511626 L 7.6110912,29.008887 L 8.203516,30.371178 z"
-         id="path3672"
-         sodipodi:nodetypes="ccccc" />
-      <g
-         style="display:inline"
-         id="g4006"
-         transform="matrix(1.096894,0,0,1.509271,-4.216951,-12.11812)">
-        <path
-           sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
-           id="path3726"
-           d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z"
-           style="opacity:1;fill:url(#radialGradient9174);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9176);stroke-width:1.47668338;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
-           id="path6495"
-           d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z"
-           style="opacity:1;fill:url(#radialGradient9178);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09104455;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)"
-           d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
-           sodipodi:ry="9.375"
-           sodipodi:rx="9.375"
-           sodipodi:cy="9.375"
-           sodipodi:cx="9.375"
-           id="path3636"
-           style="opacity:1;fill:url(#radialGradient9180);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9182);stroke-width:0.8383193;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           transform="matrix(0.367272,0,0,0.32,18.56254,21.125)"
-           d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
-           sodipodi:ry="9.375"
-           sodipodi:rx="9.375"
-           sodipodi:cy="9.375"
-           sodipodi:cx="9.375"
-           id="path3519"
-           style="opacity:1;fill:url(#radialGradient9184);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.57905483;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-           sodipodi:ry="0.5"
-           sodipodi:rx="0.5"
-           sodipodi:cy="16.5"
-           sodipodi:cx="16.5"
-           id="path3718"
-           style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc"
-           transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)" />
-        <path
-           transform="translate(15.22159,0.25)"
-           d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-           sodipodi:ry="0.5"
-           sodipodi:rx="0.5"
-           sodipodi:cy="16.5"
-           sodipodi:cx="16.5"
-           id="path3720"
-           style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           transform="translate(15.22159,14.96875)"
-           d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-           sodipodi:ry="0.5"
-           sodipodi:rx="0.5"
-           sodipodi:cy="16.5"
-           sodipodi:cx="16.5"
-           id="path3722"
-           style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)"
-           d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-           sodipodi:ry="0.5"
-           sodipodi:rx="0.5"
-           sodipodi:cy="16.5"
-           sodipodi:cx="16.5"
-           id="path3724"
-           style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-      </g>
-      <path
-         sodipodi:nodetypes="csc"
-         id="path3488"
-         d="M 36.087935,32.865672 C 37.005198,30.700908 37.568925,27.707589 37.568925,24.427683 C 37.568925,21.147777 37.005198,18.154458 36.087935,15.989694"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient9186);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient9188);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 39.838951,35.702755 C 41.064624,32.810137 41.817892,28.81038 41.817892,24.427678 C 41.817892,20.044976 41.064624,16.045219 39.838951,13.152601"
-         id="path3494"
-         sodipodi:nodetypes="csc" />
-      <path
-         sodipodi:nodetypes="csc"
-         id="path3496"
-         d="M 43.487454,39.708054 C 45.148528,35.787876 46.169383,30.367266 46.169383,24.427674 C 46.169383,18.488083 45.148528,13.067472 43.487454,9.1472948"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient9190);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       id="text6835"
-       y="111.17413"
-       x="170.37872"
-       style="font-size:10px;font-style:italic;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:14px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans"
-         y="111.17413"
-         x="170.37872"
-         id="tspan6837"
-         sodipodi:role="line">Gstreamer pipeline for a basic ogg player</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       d="M 532.93871,-33.63525 L 583.47711,-68.58281"
-       id="path7621"
-       sodipodi:nodetypes="cc" />
-    <g
-       transform="translate(0,-1.2932313)"
-       id="g9665">
-      <rect
-         ry="5"
-         rx="5"
-         y="171.70979"
-         x="389.42743"
-         height="99.162369"
-         width="153.2551"
-         id="rect8054"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <text
-         id="text8056"
-         y="186.98555"
-         x="395.20392"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           y="186.98555"
-           x="395.20392"
-           id="tspan8058"
-           sodipodi:role="line"
-           style="font-size:14px;font-weight:bold;fill:#ffffff;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">theora-decoder</tspan></text>
-      <rect
-         y="204.35736"
-         x="389.42157"
-         height="33.867229"
-         width="49.561798"
-         id="rect8060"
-         style="fill:#c5d8ec;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text8062"
-         y="225.019"
-         x="402.26154"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         xml:space="preserve"><tspan
-           y="225.019"
-           x="402.26154"
-           id="tspan8064"
-           sodipodi:role="line">sink</tspan></text>
-      <rect
-         y="204.35736"
-         x="493.08832"
-         height="33.867229"
-         width="49.561798"
-         id="rect8066"
-         style="fill:#c5d8ec;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         id="text8068"
-         y="224.02046"
-         x="509.5318"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         xml:space="preserve"><tspan
-           y="224.02046"
-           x="509.5318"
-           id="tspan8070"
-           sodipodi:role="line">src</tspan></text>
-      <g
-         id="g8072"
-         transform="translate(-1028.0402,358.61906)">
-        <path
-           transform="matrix(0.8013773,0,0,0.8013773,1475.315,-156.45514)"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           d="m 44.724504,26.963573 c 0,7.908118 -9.655766,14.318914 -21.566757,14.318914 -11.910991,0 -21.5667569,-6.410796 -21.5667569,-14.318914 0,-7.908117 9.6557659,-14.318913 21.5667569,-14.318913 11.910991,0 21.566757,6.410796 21.566757,14.318913 z"
-           sodipodi:ry="14.318913"
-           sodipodi:rx="21.566757"
-           sodipodi:cy="26.963573"
-           sodipodi:cx="23.157747"
-           id="path8074"
-           style="opacity:0.70329674;fill:url(#radialGradient9686);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="fill:#a1a39f;fill-opacity:1;fill-rule:evenodd;stroke:#6d6f6a;stroke-width:0.7190817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path8076"
-           sodipodi:cx="25.75"
-           sodipodi:cy="21"
-           sodipodi:rx="14.75"
-           sodipodi:ry="8.25"
-           d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           transform="matrix(1.0051171,0,0,1.2356645,1466.4725,-162.09851)" />
-        <path
-           transform="matrix(0.6122611,0,0,0.802831,1476.1749,-155.02827)"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-           sodipodi:ry="8.25"
-           sodipodi:rx="14.75"
-           sodipodi:cy="21"
-           sodipodi:cx="25.75"
-           id="path8078"
-           style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11522388;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:nodetypes="czccc"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path8080"
-           d="M 1511.2073,-124.02847 C 1511.2073,-124.02847 1504.5368,-127.02323 1500.2637,-126.64635 C 1495.7095,-126.24466 1488.1014,-125.97524 1485.1192,-130.68476 C 1497.7795,-126.86662 1503.6206,-133.20569 1512.1892,-129.63534 C 1512.1892,-129.63534 1511.2073,-124.02847 1511.2073,-124.02847 z"
-           style="fill:url(#radialGradient9688);fill-rule:nonzero;stroke:#3b3d39;stroke-width:0.8013773;stroke-miterlimit:4;stroke-opacity:1" />
-        <path
-           sodipodi:type="arc"
-           style="fill:url(#linearGradient9690);fill-opacity:1;fill-rule:evenodd;stroke:#757972;stroke-width:1.23408842;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path8082"
-           sodipodi:cx="25.75"
-           sodipodi:cy="21"
-           sodipodi:rx="14.75"
-           sodipodi:ry="8.25"
-           d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           transform="matrix(0.6098233,0,0,0.7906893,1476.6513,-156.59802)" />
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path8084"
-           d="M 1491.2274,-150.88061 C 1483.5682,-150.45935 1477.5288,-145.74008 1477.5288,-140.03697 C 1477.5288,-134.05786 1484.1706,-129.19333 1492.3543,-129.19334 C 1500.538,-129.19334 1507.1798,-134.05786 1507.1798,-140.03697 C 1507.1798,-146.01609 1500.538,-150.88061 1492.3543,-150.88061 C 1492.3223,-150.88061 1492.286,-150.88076 1492.2541,-150.88061 C 1492.0633,-150.87973 1491.8671,-150.88673 1491.6781,-150.88061 C 1491.5858,-150.87762 1491.4945,-150.88483 1491.4027,-150.88061 C 1491.3421,-150.87783 1491.2877,-150.88393 1491.2274,-150.88061 z M 1490.1255,-149.1276 C 1490.1761,-149.13169 1490.2245,-149.12482 1490.2757,-149.1276 C 1490.3832,-149.13343 1490.4917,-149.1276 1490.6013,-149.1276 C 1492.9384,-149.1276 1494.8336,-147.76349 1494.8336,-146.09739 C 1494.8336,-144.43129 1492.9384,-143.09222 1490.6013,-143.09222 C 1488.2641,-143.09222 1486.369,-144.43129 1486.369,-146.09739 C 1486.369,-147.64817 1488.0134,-148.95707 1490.1255,-149.1276 z M 1499.3413,-145.44627 C 1499.3947,-145.45105 1499.4376,-145.44286 1499.4916,-145.44627 C 1499.5851,-145.45218 1499.672,-145.44455 1499.767,-145.44627 C 1499.8057,-145.44697 1499.8283,-145.44627 1499.8672,-145.44627 C 1502.3542,-145.44627 1504.3749,-143.99241 1504.3749,-142.21572 C 1504.3749,-140.43903 1502.3542,-139.01021 1499.8672,-139.01021 C 1497.3802,-139.01021 1495.3595,-140.43903 1495.3595,-142.21572 C 1495.3595,-143.85694 1497.1159,-145.24717 1499.3413,-145.44627 z M 1483.9398,-142.91692 C 1484.1144,-142.9312 1484.3109,-142.91692 1484.4908,-142.91692 C 1487.0491,-142.91692 1489.1237,-141.44051 1489.1237,-139.61124 C 1489.1237,-137.78198 1487.0491,-136.30556 1484.4908,-136.30556 C 1481.9325,-136.30556 1479.8578,-137.78198 1479.8578,-139.61124 C 1479.8578,-141.31189 1481.6317,-142.72807 1483.9398,-142.91692 z M 1493.1807,-138.80986 C 1493.1999,-138.8121 1493.2115,-138.80779 1493.2308,-138.80986 C 1493.233,-138.80996 1493.2538,-138.80989 1493.2558,-138.80986 C 1493.2579,-138.80983 1493.2787,-138.80978 1493.2809,-138.80986 C 1493.2859,-138.80978 1493.3034,-138.80977 1493.3059,-138.80986 C 1493.3269,-138.80972 1493.36,-138.81017 1493.3811,-138.80986 C 1493.3836,-138.80993 1493.4011,-138.80993 1493.4061,-138.80986 C 1493.5992,-138.82571 1493.7831,-138.80986 1493.9821,-138.80986 C 1496.8123,-138.80986 1499.1159,-137.18342 1499.1159,-135.15358 C 1499.1159,-133.12374 1496.8123,-131.47225 1493.9821,-131.47225 C 1491.1519,-131.47225 1488.8483,-133.12374 1488.8483,-135.15358 C 1488.8483,-136.9823 1490.7407,-138.52634 1493.1807,-138.80986 z"
-           style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.8013773;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           transform="matrix(0.7617356,0,0,0.7512912,1475.4861,-154.40517)"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           d="m 40.65864,19.008621 c 0,7.419962 -8.270718,13.435029 -18.473166,13.435029 -10.202447,0 -18.4731651,-6.015067 -18.4731651,-13.435029 0,-7.419961 8.2707181,-13.4350288 18.4731651,-13.4350288 10.202448,0 18.473166,6.0150678 18.473166,13.4350288 z"
-           sodipodi:ry="13.435029"
-           sodipodi:rx="18.473166"
-           sodipodi:cy="19.008621"
-           sodipodi:cx="22.185474"
-           id="path8086"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9692);stroke-width:1.05932879;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path8088"
-           d="M 1511.8879,-129.42361 L 1511.0211,-124.57528 C 1508.9303,-125.27684 1507.6697,-125.83197 1505.3544,-126.38388 L 1505.6204,-130.32076 C 1507.1418,-130.48208 1509.5177,-130.20718 1511.8879,-129.42361 z"
-           style="fill:url(#linearGradient9694);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           sodipodi:nodetypes="cccc"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path8090"
-           d="M 1511.8879,-129.56898 L 1511.7376,-128.86778 C 1505.2425,-131.29506 1499.2633,-129.04946 1493.0054,-128.86778 C 1501.5089,-129.57506 1504.297,-131.84542 1511.8879,-129.56898 z"
-           style="opacity:0.70329674;fill:url(#linearGradient9696);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      </g>
-    </g>
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       id="text9661"
-       y="432.28882"
-       x="719.18652"
-       style="font-size:10px;font-style:italic;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:14px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans"
-         y="432.28882"
-         x="719.18652"
-         id="tspan9663"
-         sodipodi:role="line">Gstreamer &quot;hello world&quot; pipeline diagram</tspan></text>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-677.41626"
-       x="165.11099"
-       height="145.29628"
-       width="584.3609"
-       id="rect9698"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.58331978;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <g
-       transform="translate(-243.07076,1.8484469)"
-       id="g10276">
-      <rect
-         ry="5"
-         rx="5"
-         y="-603.7594"
-         x="-279.2139"
-         height="99.162369"
-         width="153.2551"
-         id="rect9710"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <text
-         id="text9712"
-         y="-584.65027"
-         x="-270.83246"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         xml:space="preserve"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           y="-584.65027"
-           x="-270.83246"
-           id="tspan9714"
-           sodipodi:role="line"
-           style="font-size:14px;font-weight:bold;fill:#ffffff;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">file-source</tspan></text>
-      <rect
-         style="opacity:0.64876033;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9804);stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="rect9754"
-         width="95.13578"
-         height="149.21901"
-         x="-601.74207"
-         y="127.92242"
-         rx="2.9648066"
-         ry="2.9648066"
-         transform="matrix(0,1,-1,0,0,0)" />
-    </g>
-    <g
-       transform="matrix(1.0922594,0,0,1.0922594,-60.796755,-214.22628)"
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="g12322">
-      <path
-         d="M 898.12621,-471.2939 C 897.89934,-475.93582 899.91669,-486.74453 904.5586,-485.72567 C 906.53722,-485.29096 905.99722,-482.56382 905.35059,-479.61253 C 904.47981,-475.63899 902.97326,-471.30069 902.97326,-471.30069 C 902.97326,-471.30069 908.63403,-471.07451 908.52059,-471.30069 C 909.08639,-478.43269 910.5848,-486.19503 914.74716,-485.61291 C 918.19837,-485.13066 913.76838,-471.30069 913.76838,-471.30069 C 913.76838,-471.30069 918.0272,-471.30069 918.92175,-471.30069 C 918.73701,-473.64611 920.00175,-479.10854 920.71155,-483.05898 C 921.42135,-487.00943 919.90937,-488.73741 916.73121,-488.76798 C 913.55307,-488.79854 910.4048,-486.02114 910.4048,-486.02114 C 910.52842,-488.39712 907.39645,-488.77206 907.39645,-488.77206 C 904.04781,-488.98465 900.83841,-486.73095 900.83841,-486.73095 L 901.13591,-488.47658 L 896.09258,-488.47658 C 896.09258,-488.47658 895.84465,-485.69986 894.82443,-480.63207 C 893.80422,-475.56427 892.44032,-471.30069 892.44032,-471.30069 L 898.12621,-471.2939 z"
-         id="path9974"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 932.65662,-488.90315 C 925.75082,-488.90315 922.67183,-484.02757 922.67183,-479.04673 C 922.67183,-474.06588 925.61429,-470.78244 931.61467,-470.78244 C 934.43351,-470.78244 936.02972,-473.38663 936.02972,-473.38663 C 936.02972,-473.38663 936.12074,-474.09916 935.58822,-473.80233 C 935.05569,-473.50551 933.60484,-472.88401 931.70977,-472.88401 C 929.81469,-472.88401 927.76611,-474.68669 927.76611,-479.15947 C 927.76611,-479.15947 938.74667,-479.15947 938.63391,-479.15947 C 939.19972,-480.97101 939.56244,-488.90315 932.65662,-488.90315 z M 933.66394,-481.17546 L 928.39305,-481.17546 C 928.39305,-484.81753 931.30698,-487.56845 933.29104,-486.5917 C 935.0978,-485.75284 933.66394,-481.17546 933.66394,-481.17546 z"
-         id="path9976"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 867.78941,-488.90315 C 860.88361,-488.90315 857.80462,-484.02757 857.80462,-479.04673 C 857.80462,-474.06588 860.74708,-470.78244 866.74746,-470.78244 C 869.5663,-470.78244 871.16251,-473.38663 871.16251,-473.38663 C 871.16251,-473.38663 871.25353,-474.09916 870.72101,-473.80233 C 870.18848,-473.50551 868.73763,-472.88401 866.84256,-472.88401 C 864.94748,-472.88401 862.8989,-474.68669 862.8989,-479.15947 C 862.8989,-479.15947 873.87946,-479.15947 873.7667,-479.15947 C 874.33251,-480.97101 874.69523,-488.90315 867.78941,-488.90315 z M 868.79673,-481.17546 L 863.52584,-481.17546 C 863.52584,-484.81753 865.98536,-487.17721 867.96941,-486.19978 C 869.77618,-485.3616 868.79673,-481.17546 868.79673,-481.17546 z"
-         id="path9978"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 945.11181,-471.0195 L 939.54342,-471.0195 C 939.54342,-471.0195 942.79425,-482.69695 943.07749,-488.42224 C 943.02859,-488.37334 947.90688,-488.42224 947.90688,-488.42224 C 947.90688,-488.42224 947.48778,-487.13169 947.30574,-486.00484 C 948.68528,-487.53244 949.1526,-488.90655 952.89723,-488.90655 C 952.94613,-488.90655 952.89723,-484.07784 952.89723,-484.07784 C 952.89723,-484.07784 949.39916,-484.94386 948.14257,-483.68796 C 946.88597,-482.43205 945.53905,-481.42406 945.11181,-471.0195 z"
-         id="path9980"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 848.99966,-471.0195 L 843.43127,-471.0195 C 843.43127,-471.0195 846.6821,-482.69695 846.96535,-488.42224 C 846.91644,-488.37334 851.79472,-488.42224 851.79472,-488.42224 C 851.79472,-488.42224 851.37563,-487.13169 851.1936,-486.00484 C 852.57313,-487.53244 853.04044,-488.90655 856.78508,-488.90655 C 856.83399,-488.90655 856.78508,-484.07784 856.78508,-484.07784 C 856.78508,-484.07784 853.28701,-484.94386 852.03041,-483.68796 C 850.77383,-482.43205 849.4269,-481.42406 848.99966,-471.0195 z"
-         id="path9982"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 842.20864,-494.42263 L 837.65435,-492.84341 L 836.60764,-488.60224 L 833.70526,-488.60224 L 833.70526,-485.81397 L 835.99701,-485.81397 C 835.99701,-485.81397 833.55311,-477.06878 834.01092,-474.39462 C 834.4694,-471.49224 837.29571,-470.88161 838.97614,-470.95769 C 840.65658,-471.03376 841.11507,-472.25571 841.03831,-472.71419 C 840.96156,-473.17267 838.66981,-472.27677 838.44091,-474.33961 C 838.28807,-475.56156 840.35092,-485.81397 840.35092,-485.81397 L 843.9407,-485.81397 L 843.9407,-488.60224 L 841.11439,-488.60224 L 842.20864,-494.42263 z"
-         id="path9984"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 889.67174,-471.28915 C 890.3469,-471.8468 889.89589,-472.96212 889.31174,-473.0966 C 888.65288,-474.46255 890.68584,-482.44495 890.68584,-484.63006 C 890.68584,-486.81517 887.01999,-491.19897 879.45804,-487.07463 C 878.72514,-486.60868 878.9948,-485.84658 879.17548,-485.59186 C 879.35615,-485.33715 879.69577,-485.16734 879.85471,-485.33715 C 880.56588,-486.11216 883.65981,-486.92181 885.10998,-485.3942 C 886.10303,-484.47724 886.0582,-482.70578 885.37013,-482.01839 C 884.53059,-481.94231 876.25,-482.18549 875.25695,-476.91528 C 873.54391,-467.55742 884.03271,-472.48529 884.57542,-472.86702 C 885.11812,-473.24875 885.05496,-471.76258 885.93593,-471.13632 C 888.32753,-470.92779 889.20035,-470.89994 889.67174,-471.28915 z M 884.43617,-475.19884 C 883.58713,-472.96279 880.43479,-473.30445 880.248,-474.88708 C 879.56876,-480.17969 885.03051,-479.7837 885.03051,-479.7837 C 885.03051,-479.7837 885.28522,-477.4349 884.43617,-475.19884 z"
-         id="path9986"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 829.33368,-483.44682 L 830.91767,-486.12235 C 830.91767,-486.12235 829.62711,-488.86986 825.81591,-488.86986 C 822.00471,-488.86986 819.80602,-486.12167 819.80602,-482.85997 C 819.80602,-479.59826 827.06164,-477.14283 825.30309,-473.91848 C 822.3715,-470.91353 819.27689,-475.81491 819.33802,-476.13688 C 819.11659,-475.81763 817.59917,-473.72626 817.67253,-473.72626 C 818.03932,-472.99336 819.37062,-470.66968 823.61722,-470.62078 C 827.13499,-470.58003 829.26101,-473.18559 829.33437,-476.40993 C 829.40773,-480.73395 823.10439,-482.93332 823.03104,-484.91195 C 822.95768,-486.89057 827.20903,-489.16397 829.33368,-483.44682 z"
-         id="path9988"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         style="font-size:14px;fill:#2e3436"
-         d="M 821.0266,-489.81537 C 820.34737,-490.45249 819.83794,-489.60276 818.30965,-488.96632 C 816.78137,-488.32986 816.27194,-488.4141 814.74365,-488.6267 C 812.23863,-489.17891 807.83581,-489.01386 806.67771,-488.45689 C 798.9439,-485.35141 803.09065,-479.60574 804.35335,-478.45918 C 804.34249,-478.45918 802.46983,-477.47225 802.1961,-475.92223 C 801.84425,-473.93002 802.76054,-472.85208 802.78907,-472.82422 C 800.26231,-472.69313 798.63757,-470.1521 799.02881,-468.0716 C 799.44994,-465.8308 802.12137,-464.04304 805.94616,-464.0281 C 814.03181,-463.85218 814.45091,-469.02253 814.45091,-469.02253 C 815.55738,-475.31091 810.22469,-475.60096 806.42435,-475.30548 C 805.04889,-476.53422 806.12209,-477.6801 806.06368,-477.6801 C 818.90399,-477.37716 815.67149,-485.94099 815.67149,-485.94099 C 817.83962,-486.46876 822.08757,-488.7965 821.0266,-489.81537 z M 803.82831,-471.79994 C 808.85806,-470.89247 810.88219,-472.04582 811.22656,-469.4817 C 811.37532,-466.97939 809.25133,-466.26415 806.78095,-466.11064 C 804.31056,-465.95713 802.51058,-467.20557 802.41142,-468.81061 C 802.31292,-470.41565 803.71487,-470.24991 803.82831,-471.79994 z M 811.59811,-482.73839 C 811.13351,-480.68165 809.70846,-479.24982 808.41452,-479.54189 C 807.12057,-479.83464 806.4488,-481.73854 806.91272,-483.79596 C 807.37733,-485.85337 808.80236,-487.2852 810.09631,-486.99313 C 811.39026,-486.70038 812.0627,-484.7958 811.59811,-482.73839 z"
-         id="path9990" />
-      <path
-         d="M 794.60358,-507.62294 C 790.92958,-507.62294 785.55409,-510.61634 780.31513,-510.61634 C 775.07616,-510.61634 771.94691,-507.62294 771.40216,-507.21472 C 770.8581,-506.8065 770.51711,-505.24221 772.15069,-505.71836 C 773.78425,-506.19451 775.14409,-506.19451 777.72994,-506.19451 C 780.3158,-506.19451 786.50706,-502.65636 792.76692,-502.65636 C 799.02677,-502.65636 804.26505,-507.48641 805.42179,-509.1879 C 806.57854,-510.88939 805.48972,-511.43347 804.60535,-511.02456 C 803.7203,-510.61634 798.00588,-507.62294 794.60358,-507.62294 z"
-         id="path9992"
-         style="font-size:14px;fill:#cc0000" />
-      <path
-         d="M 810.56431,-498.30244 C 806.7042,-498.30244 801.05701,-501.29516 795.55315,-501.29516 C 790.04929,-501.29516 786.7611,-498.30244 786.18918,-497.89354 C 785.61726,-497.48464 785.2593,-495.92103 786.97506,-496.39718 C 788.69081,-496.87332 790.11992,-496.87332 792.8362,-496.87332 C 795.55247,-496.87332 802.05754,-493.33517 808.63323,-493.33517 C 815.20893,-493.33517 820.71347,-498.16524 821.92863,-499.86605 C 823.14379,-501.56754 821.99996,-502.11228 821.07076,-501.70338 C 820.14156,-501.29449 814.13845,-498.30244 810.56431,-498.30244 z"
-         id="path9994"
-         style="font-size:14px;fill:#73d216" />
-      <path
-         d="M 788.35119,-488.01742 C 784.34844,-488.01742 778.49206,-491.25127 772.78442,-491.25127 C 767.07678,-491.25127 763.66633,-488.01742 763.07335,-487.57659 C 762.48037,-487.13577 762.10951,-485.44583 763.88844,-485.96069 C 765.66804,-486.47487 767.15013,-486.47487 769.96694,-486.47487 C 772.78374,-486.47487 779.52993,-482.65348 786.35015,-482.65348 C 793.16971,-482.65348 798.87734,-487.87071 800.13801,-489.70804 C 801.39867,-491.54538 800.21204,-492.13292 799.24821,-491.6921 C 798.28436,-491.25127 792.05779,-488.01742 788.35119,-488.01742 z"
-         id="path9996"
-         style="font-size:14px;fill:#204a87" />
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text9998"
-       y="-791.21509"
-       x="502.08981"
-       style="font-size:18px;font-style:normal;font-weight:bold;opacity:0.6;fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         id="tspan10058"
-         y="-791.21509"
-         x="502.08981"
-         sodipodi:role="line">Multimedia applications</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10006"
-       y="-740.84125"
-       x="215.66447"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-740.84125"
-         x="215.66447"
-         id="tspan10008"
-         sodipodi:role="line">media player</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10010"
-       y="-748.84125"
-       x="335.5127"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan12570"
-         y="-748.84125"
-         x="337.74121"
-         sodipodi:role="line">VoIP &amp; video </tspan><tspan
-         id="tspan12572"
-         y="-731.34125"
-         x="337.74121"
-         sodipodi:role="line">conferencing </tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10014"
-       y="-748.23431"
-       x="455.39166"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan10124"
-         y="-748.23431"
-         x="455.39166"
-         sodipodi:role="line">streaming</tspan><tspan
-         id="tspan10292"
-         y="-730.73431"
-         x="455.39166"
-         sodipodi:role="line">server</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10022"
-       y="-739.48431"
-       x="574.35461"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-739.48431"
-         x="574.35461"
-         id="tspan10024"
-         sodipodi:role="line">video editor</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10034"
-       y="-627.43823"
-       x="170.62811"
-       style="font-size:18px;font-style:normal;font-weight:bold;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         style="font-size:14"
-         y="-627.43823"
-         x="170.62811"
-         id="tspan10036"
-         sodipodi:role="line">pipeline architecture</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10054"
-       y="-654.41718"
-       x="792.44446"
-       style="font-size:14px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         style="font-size:18px"
-         y="-654.41718"
-         x="792.44446"
-         id="tspan10056"
-         sodipodi:role="line">gstreamer tools</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10060"
-       y="-390.03003"
-       x="933.3949"
-       style="font-size:18px;font-style:normal;font-weight:bold;text-align:end;text-anchor:end;opacity:0.6;fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         id="tspan10172"
-         y="-390.03003"
-         x="933.3949"
-         sodipodi:role="line">3rd party plugins</tspan></text>
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10066"
-       d="M 216.29339,-687.06015 L 216.29339,-678.17218"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="translate(-17.789353,29.355293)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path10064"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10068"
-       d="M 216.29307,-714.71262 L 216.29307,-705.67218"
-       style="opacity:0.6;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(-6.4256897,29.427681)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path10070"
-       style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10120"
-       y="-740.31488"
-       x="693.98065"
-       style="font-size:14px;font-style:normal;font-weight:bold;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         y="-740.31488"
-         x="693.98065"
-         id="tspan10122"
-         sodipodi:role="line">(...)</tspan></text>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,-13.78846,-1226.2938)"
-       id="g10128">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10130"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path10132"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path10134"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10136"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,78.731729,-1226.0597)"
-       id="g10140">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10142"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path10144"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path10146"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10148"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,178.17356,-1226.0597)"
-       id="g10150">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10152"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path10154"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path10156"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10158"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,271.32726,-1226.0597)"
-       id="g10160">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10162"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path10164"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path10166"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path10168"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="translate(101.6316,29.355296)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path10210"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10212"
-       d="M 335.71434,-687.06015 L 335.71434,-678.17218"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10214"
-       d="M 335.71402,-714.71262 L 335.71402,-705.67218"
-       style="opacity:0.6;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(112.99527,29.427684)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path10216"
-       style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="translate(221.05256,29.355296)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path10220"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10222"
-       d="M 455.1353,-687.06015 L 455.1353,-678.17218"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10224"
-       d="M 455.13498,-714.71262 L 455.13498,-705.67218"
-       style="opacity:0.6;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(232.41622,29.427684)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path10226"
-       style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="translate(340.47352,28.551936)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path10230"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10232"
-       d="M 574.55626,-687.86351 L 574.55626,-678.97554"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10234"
-       d="M 574.55594,-715.51598 L 574.55594,-706.47554"
-       style="opacity:0.6;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(351.83719,28.624324)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path10236"
-       style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="translate(459.89449,28.551936)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path10240"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10242"
-       d="M 693.97722,-687.86351 L 693.97722,-678.97554"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path10244"
-       d="M 693.9769,-715.51598 L 693.9769,-706.47554"
-       style="opacity:0.6;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(471.25815,28.624324)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path10246"
-       style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text10282"
-       y="-629.50519"
-       x="793.2309"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-629.50519"
-         x="793.2309"
-         id="tspan10284"
-         sodipodi:role="line">gst-inspect</tspan><tspan
-         id="tspan10286"
-         y="-612.00519"
-         x="793.2309"
-         sodipodi:role="line">gst-launch</tspan><tspan
-         id="tspan10288"
-         y="-594.50519"
-         x="793.2309"
-         sodipodi:role="line">gst-editor</tspan><tspan
-         id="tspan12116"
-         y="-577.00519"
-         x="793.2309"
-         sodipodi:role="line">...</tspan></text>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-493.71994"
-       x="265.91788"
-       height="78.164238"
-       width="78.164238"
-       id="rect10308"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.83576286;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-493.71994"
-       x="365.91788"
-       height="78.164238"
-       width="78.164238"
-       id="rect10310"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.83576286;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-492.71994"
-       x="457.91788"
-       height="78.164238"
-       width="78.164238"
-       id="rect10312"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.83576286;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <flowRoot
-       style="fill:black;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:14"
-       id="flowRoot10316"
-       xml:space="preserve"><flowRegion
-         id="flowRegion10318"><rect
-           y="-862.34497"
-           x="128.06566"
-           height="138.11003"
-           width="598.89526"
-           id="rect10320" /></flowRegion><flowPara
-         id="flowPara10322" /></flowRoot>    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(0.2661835,0,0,0.2661835,-49.85864,-345.77017)"
-       id="g12033">
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect4673"
-         id="use11925"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3530"
-         id="use11927"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3532"
-         id="use11929"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3538"
-         id="use11931"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3540"
-         id="use11933"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3544"
-         id="use11935"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3546"
-         id="use11937"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3552"
-         id="use11939"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3554"
-         id="use11941"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3560"
-         id="use11943"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3562"
-         id="use11945"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3566"
-         id="use11947"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3568"
-         id="use11949"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3574"
-         id="use11951"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3576"
-         id="use11953"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3582"
-         id="use11955"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3584"
-         id="use11957"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3610"
-         id="use11959"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3612"
-         id="use11961"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3618"
-         id="use11963"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3620"
-         id="use11965"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3624"
-         id="use11967"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3626"
-         id="use11969"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3632"
-         id="use11971"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3634"
-         id="use11973"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7012"
-         id="use11975"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7032"
-         id="use11977"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3848"
-         id="use11979"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3850"
-         id="use11981"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3854"
-         id="use11983"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3856"
-         id="use11985"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3858"
-         id="use11987"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3864"
-         id="use11989"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3866"
-         id="use11991"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3872"
-         id="use11993"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3874"
-         id="use11995"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3878"
-         id="use11997"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3880"
-         id="use11999"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3886"
-         id="use12001"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3888"
-         id="use12003"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7053"
-         id="use12005"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7042"
-         id="use12007"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7082"
-         id="use12009"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g4318"
-         id="use12011"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g2837"
-         id="use12013"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#use2844"
-         id="use12015"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4663"
-         id="use12017"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4665"
-         id="use12019"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4667"
-         id="use12021"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4669"
-         id="use12023"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4671"
-         id="use12025"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g6482"
-         id="use12027"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path7621"
-         id="use12031"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12191"
-       y="-656.06134"
-       x="170.63666"
-       style="font-size:14px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         style="font-size:18px"
-         y="-656.06134"
-         x="170.63666"
-         id="tspan12193"
-         sodipodi:role="line">gstreamer core framework</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12199"
-       y="-464.5477"
-       x="176.68259"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan12219"
-         y="-464.5477"
-         x="176.68259"
-         sodipodi:role="line">- file:</tspan><tspan
-         style="font-size:12px"
-         id="tspan12249"
-         y="-449.5477"
-         x="176.68259"
-         sodipodi:role="line">- http:</tspan><tspan
-         style="font-size:12px"
-         id="tspan12223"
-         y="-434.5477"
-         x="176.68259"
-         sodipodi:role="line">- rtsp:</tspan><tspan
-         id="tspan4611"
-         style="font-size:12px"
-         y="-419.5477"
-         x="176.68259"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12205"
-       y="-464.5477"
-       x="272.05746"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan12209"
-         y="-464.5477"
-         x="272.05746"
-         sodipodi:role="line">- alsa</tspan><tspan
-         style="font-size:12px"
-         id="tspan12243"
-         y="-449.5477"
-         x="272.05746"
-         sodipodi:role="line">- v4l2</tspan><tspan
-         id="tspan4613"
-         style="font-size:12px"
-         y="-434.5477"
-         x="272.05746"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12231"
-       y="-477.5694"
-       x="179.66054"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-477.5694"
-         x="179.66054"
-         id="tspan12233"
-         sodipodi:role="line">protocols</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12245"
-       y="-477.5694"
-       x="278.33115"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-477.5694"
-         x="278.33115"
-         id="tspan12247"
-         sodipodi:role="line">sources</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12255"
-       y="-477.5694"
-       x="377.89603"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan12259"
-         y="-477.5694"
-         x="377.89603"
-         sodipodi:role="line">formats</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12261"
-       y="-477.5694"
-       x="473.44916"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-477.5694"
-         x="473.44916"
-         id="tspan12263"
-         sodipodi:role="line">codecs</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12275"
-       y="-477.5694"
-       x="571.01495"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-477.5694"
-         x="571.01495"
-         id="tspan12277"
-         sodipodi:role="line">filters</tspan></text>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(0,-1,-1,0,54.265564,-413.86986)"
-       id="g12336">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path12338"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path12340"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path12342"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path12344"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(0,-1,-1,0,54.265564,-379.88653)"
-       id="g12348">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path12350"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path12352"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path12354"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path12356"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(0,-1,-1,0,54.265564,-345.90325)"
-       id="g12358">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path12360"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path12362"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path12364"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path12366"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text12580"
-       y="-652.47449"
-       x="572.29089"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:justify;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="text-align:start;text-anchor:start"
-         y="-652.47449"
-         x="572.29089"
-         id="tspan12582"
-         sodipodi:role="line">media agnostic</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan5501"
-         y="-634.97449"
-         x="572.29089"
-         sodipodi:role="line">base classes</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan5675"
-         y="-617.47449"
-         x="572.29089"
-         sodipodi:role="line">message bus</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan4595"
-         y="-599.97449"
-         x="572.29089"
-         sodipodi:role="line">media type negotiation</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan4597"
-         y="-582.47449"
-         x="572.29089"
-         sodipodi:role="line">plugin system</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan4601"
-         y="-564.97449"
-         x="572.29089"
-         sodipodi:role="line">data transport</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         y="-547.47449"
-         x="572.29089"
-         sodipodi:role="line"
-         id="tspan5025">synchronization</tspan></text>
-    <g
-       transform="translate(7,0)"
-       id="g5667">
-      <text
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:bold;text-align:end;text-anchor:end;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="937.65387"
-         y="-473.46512"
-         id="text10038"
-         inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-         inkscape:export-xdpi="91.230003"
-         inkscape:export-ydpi="91.230003"><tspan
-           sodipodi:role="line"
-           x="937.65387"
-           y="-473.46512"
-           id="tspan10170">gstreamer plugins</tspan></text>
-      <text
-         xml:space="preserve"
-         style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         x="751.36243"
-         y="-454.21878"
-         id="text4102"
-         inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-         inkscape:export-xdpi="91.230003"
-         inkscape:export-ydpi="91.230003"><tspan
-           sodipodi:role="line"
-           x="751.36243"
-           y="-454.21878"
-           id="tspan4108">gstreamer includes over 250 plugins</tspan></text>
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text4607"
-       y="-477.5694"
-       x="667.54492"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-477.5694"
-         x="667.54492"
-         id="tspan4609"
-         sodipodi:role="line">sinks</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text4615"
-       y="-464.5477"
-       x="367.60016"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan4621"
-         style="font-size:12px"
-         y="-464.5477"
-         x="367.60016"
-         sodipodi:role="line">- avi</tspan><tspan
-         id="tspan4651"
-         style="font-size:12px"
-         y="-449.5477"
-         x="367.60016"
-         sodipodi:role="line">- mp4</tspan><tspan
-         id="tspan4653"
-         style="font-size:12px"
-         y="-434.5477"
-         x="367.60016"
-         sodipodi:role="line">- ogg</tspan><tspan
-         id="tspan4655"
-         style="font-size:12px"
-         y="-419.5477"
-         x="367.60016"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text4623"
-       y="-464.57175"
-       x="465.44891"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan4625"
-         y="-464.57175"
-         x="465.44891"
-         sodipodi:role="line">- mp3</tspan><tspan
-         style="font-size:12px"
-         id="tspan4627"
-         y="-449.57175"
-         x="465.44891"
-         sodipodi:role="line">- mpeg4</tspan><tspan
-         id="tspan4657"
-         style="font-size:12px"
-         y="-434.57175"
-         x="465.44891"
-         sodipodi:role="line">- vorbis</tspan><tspan
-         id="tspan4629"
-         style="font-size:12px"
-         y="-419.57175"
-         x="465.44891"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text4631"
-       y="-464.5477"
-       x="554.7406"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan4633"
-         y="-464.5477"
-         x="554.7406"
-         sodipodi:role="line">- converters</tspan><tspan
-         style="font-size:12px"
-         id="tspan4635"
-         y="-449.5477"
-         x="554.7406"
-         sodipodi:role="line">- mixers</tspan><tspan
-         id="tspan4659"
-         style="font-size:12px"
-         y="-434.5477"
-         x="554.7406"
-         sodipodi:role="line">- effects</tspan><tspan
-         id="tspan4637"
-         style="font-size:12px"
-         y="-419.5477"
-         x="554.7406"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="text4639"
-       y="-464.5477"
-       x="651.1012"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan4641"
-         y="-464.5477"
-         x="651.1012"
-         sodipodi:role="line">- alsa</tspan><tspan
-         style="font-size:12px"
-         id="tspan4643"
-         y="-449.5477"
-         x="651.1012"
-         sodipodi:role="line">- xvideo</tspan><tspan
-         id="tspan4645"
-         style="font-size:12px"
-         y="-434.5477"
-         x="651.1012"
-         sodipodi:role="line">- ...</tspan></text>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-413.57666"
-       x="173.06117"
-       height="37.87767"
-       width="77.87767"
-       id="rect4667"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2.12232995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,364.21039,-1225.3218)"
-       id="g5473">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5475"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5477"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5479"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5481"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-407.63782"
-       x="315"
-       height="37.87767"
-       width="77.87767"
-       id="rect5657"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2.12232995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-412.57666"
-       x="458.06116"
-       height="37.87767"
-       width="77.87767"
-       id="rect5659"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2.12232995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-412.57666"
-       x="551.06116"
-       height="37.87767"
-       width="77.87767"
-       id="rect5661"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2.12232995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-412.57666"
-       x="646.06116"
-       height="37.87767"
-       width="77.87767"
-       id="rect5663"
-       style="opacity:0.6;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2.12232995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5677"
-       d="M 354.12534,-522.26802 L 354.12534,-531.15599"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,120.0426,-1238.6835)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path5679"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5681"
-       d="M 354,-407.92529 L 354,-503.92529"
-       style="opacity:0.6;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#f57900;stroke-width:1.78131342;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="matrix(1,0,0,-1,131.40626,-1238.7559)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path5683"
-       style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1068.5056"
-       x="496.26672"
-       height="84.476593"
-       width="78.152527"
-       id="rect5687"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.07903409;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1068.5056"
-       x="579.91064"
-       height="84.476593"
-       width="78.152527"
-       id="rect5689"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.07903409;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,392.46241,-1802.0774)"
-       id="g5691">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5693"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5695"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5697"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5699"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1069.5864"
-       x="161.69099"
-       height="84.476593"
-       width="78.152527"
-       id="rect5701"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.07903409;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1350.6531"
-       x="162.17255"
-       height="59.05331"
-       width="97.885414"
-       id="rect5703"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1350.3138"
-       x="379.3735"
-       height="58.375156"
-       width="106.05405"
-       id="rect5705"
-       style="opacity:0.5;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1350.3925"
-       x="492.2431"
-       height="58.532215"
-       width="89.809647"
-       id="rect5707"
-       style="opacity:0.5;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1350.3923"
-       x="588.78973"
-       height="58.532154"
-       width="89.815567"
-       id="rect5709"
-       style="opacity:0.5;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1350.5883"
-       x="685.14661"
-       height="58.923706"
-       width="56.332069"
-       id="rect5711"
-       style="opacity:0.5;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1350.3138"
-       x="266.42538"
-       height="58.375156"
-       width="106.05405"
-       id="rect5713"
-       style="opacity:0.5;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1253.8427"
-       x="161.84093"
-       height="145.3037"
-       width="580.00708"
-       id="rect5715"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <g
-       transform="matrix(0,-1.6161303,1.6161303,0,622.49018,231.45347)"
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="g5717">
-      <path
-         d="M 898.12621,-471.2939 C 897.89934,-475.93582 899.91669,-486.74453 904.5586,-485.72567 C 906.53722,-485.29096 905.99722,-482.56382 905.35059,-479.61253 C 904.47981,-475.63899 902.97326,-471.30069 902.97326,-471.30069 C 902.97326,-471.30069 908.63403,-471.07451 908.52059,-471.30069 C 909.08639,-478.43269 910.5848,-486.19503 914.74716,-485.61291 C 918.19837,-485.13066 913.76838,-471.30069 913.76838,-471.30069 C 913.76838,-471.30069 918.0272,-471.30069 918.92175,-471.30069 C 918.73701,-473.64611 920.00175,-479.10854 920.71155,-483.05898 C 921.42135,-487.00943 919.90937,-488.73741 916.73121,-488.76798 C 913.55307,-488.79854 910.4048,-486.02114 910.4048,-486.02114 C 910.52842,-488.39712 907.39645,-488.77206 907.39645,-488.77206 C 904.04781,-488.98465 900.83841,-486.73095 900.83841,-486.73095 L 901.13591,-488.47658 L 896.09258,-488.47658 C 896.09258,-488.47658 895.84465,-485.69986 894.82443,-480.63207 C 893.80422,-475.56427 892.44032,-471.30069 892.44032,-471.30069 L 898.12621,-471.2939 z"
-         id="path5719"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 932.65662,-488.90315 C 925.75082,-488.90315 922.67183,-484.02757 922.67183,-479.04673 C 922.67183,-474.06588 925.61429,-470.78244 931.61467,-470.78244 C 934.43351,-470.78244 936.02972,-473.38663 936.02972,-473.38663 C 936.02972,-473.38663 936.12074,-474.09916 935.58822,-473.80233 C 935.05569,-473.50551 933.60484,-472.88401 931.70977,-472.88401 C 929.81469,-472.88401 927.76611,-474.68669 927.76611,-479.15947 C 927.76611,-479.15947 938.74667,-479.15947 938.63391,-479.15947 C 939.19972,-480.97101 939.56244,-488.90315 932.65662,-488.90315 z M 933.66394,-481.17546 L 928.39305,-481.17546 C 928.39305,-484.81753 931.30698,-487.56845 933.29104,-486.5917 C 935.0978,-485.75284 933.66394,-481.17546 933.66394,-481.17546 z"
-         id="path5721"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 867.78941,-488.90315 C 860.88361,-488.90315 857.80462,-484.02757 857.80462,-479.04673 C 857.80462,-474.06588 860.74708,-470.78244 866.74746,-470.78244 C 869.5663,-470.78244 871.16251,-473.38663 871.16251,-473.38663 C 871.16251,-473.38663 871.25353,-474.09916 870.72101,-473.80233 C 870.18848,-473.50551 868.73763,-472.88401 866.84256,-472.88401 C 864.94748,-472.88401 862.8989,-474.68669 862.8989,-479.15947 C 862.8989,-479.15947 873.87946,-479.15947 873.7667,-479.15947 C 874.33251,-480.97101 874.69523,-488.90315 867.78941,-488.90315 z M 868.79673,-481.17546 L 863.52584,-481.17546 C 863.52584,-484.81753 865.98536,-487.17721 867.96941,-486.19978 C 869.77618,-485.3616 868.79673,-481.17546 868.79673,-481.17546 z"
-         id="path5723"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 945.11181,-471.0195 L 939.54342,-471.0195 C 939.54342,-471.0195 942.79425,-482.69695 943.07749,-488.42224 C 943.02859,-488.37334 947.90688,-488.42224 947.90688,-488.42224 C 947.90688,-488.42224 947.48778,-487.13169 947.30574,-486.00484 C 948.68528,-487.53244 949.1526,-488.90655 952.89723,-488.90655 C 952.94613,-488.90655 952.89723,-484.07784 952.89723,-484.07784 C 952.89723,-484.07784 949.39916,-484.94386 948.14257,-483.68796 C 946.88597,-482.43205 945.53905,-481.42406 945.11181,-471.0195 z"
-         id="path5725"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 848.99966,-471.0195 L 843.43127,-471.0195 C 843.43127,-471.0195 846.6821,-482.69695 846.96535,-488.42224 C 846.91644,-488.37334 851.79472,-488.42224 851.79472,-488.42224 C 851.79472,-488.42224 851.37563,-487.13169 851.1936,-486.00484 C 852.57313,-487.53244 853.04044,-488.90655 856.78508,-488.90655 C 856.83399,-488.90655 856.78508,-484.07784 856.78508,-484.07784 C 856.78508,-484.07784 853.28701,-484.94386 852.03041,-483.68796 C 850.77383,-482.43205 849.4269,-481.42406 848.99966,-471.0195 z"
-         id="path5727"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 842.20864,-494.42263 L 837.65435,-492.84341 L 836.60764,-488.60224 L 833.70526,-488.60224 L 833.70526,-485.81397 L 835.99701,-485.81397 C 835.99701,-485.81397 833.55311,-477.06878 834.01092,-474.39462 C 834.4694,-471.49224 837.29571,-470.88161 838.97614,-470.95769 C 840.65658,-471.03376 841.11507,-472.25571 841.03831,-472.71419 C 840.96156,-473.17267 838.66981,-472.27677 838.44091,-474.33961 C 838.28807,-475.56156 840.35092,-485.81397 840.35092,-485.81397 L 843.9407,-485.81397 L 843.9407,-488.60224 L 841.11439,-488.60224 L 842.20864,-494.42263 z"
-         id="path5729"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 889.67174,-471.28915 C 890.3469,-471.8468 889.89589,-472.96212 889.31174,-473.0966 C 888.65288,-474.46255 890.68584,-482.44495 890.68584,-484.63006 C 890.68584,-486.81517 887.01999,-491.19897 879.45804,-487.07463 C 878.72514,-486.60868 878.9948,-485.84658 879.17548,-485.59186 C 879.35615,-485.33715 879.69577,-485.16734 879.85471,-485.33715 C 880.56588,-486.11216 883.65981,-486.92181 885.10998,-485.3942 C 886.10303,-484.47724 886.0582,-482.70578 885.37013,-482.01839 C 884.53059,-481.94231 876.25,-482.18549 875.25695,-476.91528 C 873.54391,-467.55742 884.03271,-472.48529 884.57542,-472.86702 C 885.11812,-473.24875 885.05496,-471.76258 885.93593,-471.13632 C 888.32753,-470.92779 889.20035,-470.89994 889.67174,-471.28915 z M 884.43617,-475.19884 C 883.58713,-472.96279 880.43479,-473.30445 880.248,-474.88708 C 879.56876,-480.17969 885.03051,-479.7837 885.03051,-479.7837 C 885.03051,-479.7837 885.28522,-477.4349 884.43617,-475.19884 z"
-         id="path5731"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 829.33368,-483.44682 L 830.91767,-486.12235 C 830.91767,-486.12235 829.62711,-488.86986 825.81591,-488.86986 C 822.00471,-488.86986 819.80602,-486.12167 819.80602,-482.85997 C 819.80602,-479.59826 827.06164,-477.14283 825.30309,-473.91848 C 822.3715,-470.91353 819.27689,-475.81491 819.33802,-476.13688 C 819.11659,-475.81763 817.59917,-473.72626 817.67253,-473.72626 C 818.03932,-472.99336 819.37062,-470.66968 823.61722,-470.62078 C 827.13499,-470.58003 829.26101,-473.18559 829.33437,-476.40993 C 829.40773,-480.73395 823.10439,-482.93332 823.03104,-484.91195 C 822.95768,-486.89057 827.20903,-489.16397 829.33368,-483.44682 z"
-         id="path5733"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         style="font-size:14px;fill:#2e3436"
-         d="M 821.0266,-489.81537 C 820.34737,-490.45249 819.83794,-489.60276 818.30965,-488.96632 C 816.78137,-488.32986 816.27194,-488.4141 814.74365,-488.6267 C 812.23863,-489.17891 807.83581,-489.01386 806.67771,-488.45689 C 798.9439,-485.35141 803.09065,-479.60574 804.35335,-478.45918 C 804.34249,-478.45918 802.46983,-477.47225 802.1961,-475.92223 C 801.84425,-473.93002 802.76054,-472.85208 802.78907,-472.82422 C 800.26231,-472.69313 798.63757,-470.1521 799.02881,-468.0716 C 799.44994,-465.8308 802.12137,-464.04304 805.94616,-464.0281 C 814.03181,-463.85218 814.45091,-469.02253 814.45091,-469.02253 C 815.55738,-475.31091 810.22469,-475.60096 806.42435,-475.30548 C 805.04889,-476.53422 806.12209,-477.6801 806.06368,-477.6801 C 818.90399,-477.37716 815.67149,-485.94099 815.67149,-485.94099 C 817.83962,-486.46876 822.08757,-488.7965 821.0266,-489.81537 z M 803.82831,-471.79994 C 808.85806,-470.89247 810.88219,-472.04582 811.22656,-469.4817 C 811.37532,-466.97939 809.25133,-466.26415 806.78095,-466.11064 C 804.31056,-465.95713 802.51058,-467.20557 802.41142,-468.81061 C 802.31292,-470.41565 803.71487,-470.24991 803.82831,-471.79994 z M 811.59811,-482.73839 C 811.13351,-480.68165 809.70846,-479.24982 808.41452,-479.54189 C 807.12057,-479.83464 806.4488,-481.73854 806.91272,-483.79596 C 807.37733,-485.85337 808.80236,-487.2852 810.09631,-486.99313 C 811.39026,-486.70038 812.0627,-484.7958 811.59811,-482.73839 z"
-         id="path5735" />
-      <path
-         d="M 794.60358,-507.62294 C 790.92958,-507.62294 785.55409,-510.61634 780.31513,-510.61634 C 775.07616,-510.61634 771.94691,-507.62294 771.40216,-507.21472 C 770.8581,-506.8065 770.51711,-505.24221 772.15069,-505.71836 C 773.78425,-506.19451 775.14409,-506.19451 777.72994,-506.19451 C 780.3158,-506.19451 786.50706,-502.65636 792.76692,-502.65636 C 799.02677,-502.65636 804.26505,-507.48641 805.42179,-509.1879 C 806.57854,-510.88939 805.48972,-511.43347 804.60535,-511.02456 C 803.7203,-510.61634 798.00588,-507.62294 794.60358,-507.62294 z"
-         id="path5737"
-         style="font-size:14px;fill:#cc0000" />
-      <path
-         d="M 810.56431,-498.30244 C 806.7042,-498.30244 801.05701,-501.29516 795.55315,-501.29516 C 790.04929,-501.29516 786.7611,-498.30244 786.18918,-497.89354 C 785.61726,-497.48464 785.2593,-495.92103 786.97506,-496.39718 C 788.69081,-496.87332 790.11992,-496.87332 792.8362,-496.87332 C 795.55247,-496.87332 802.05754,-493.33517 808.63323,-493.33517 C 815.20893,-493.33517 820.71347,-498.16524 821.92863,-499.86605 C 823.14379,-501.56754 821.99996,-502.11228 821.07076,-501.70338 C 820.14156,-501.29449 814.13845,-498.30244 810.56431,-498.30244 z"
-         id="path5739"
-         style="font-size:14px;fill:#73d216" />
-      <path
-         d="M 788.35119,-488.01742 C 784.34844,-488.01742 778.49206,-491.25127 772.78442,-491.25127 C 767.07678,-491.25127 763.66633,-488.01742 763.07335,-487.57659 C 762.48037,-487.13577 762.10951,-485.44583 763.88844,-485.96069 C 765.66804,-486.47487 767.15013,-486.47487 769.96694,-486.47487 C 772.78374,-486.47487 779.52993,-482.65348 786.35015,-482.65348 C 793.16971,-482.65348 798.87734,-487.87071 800.13801,-489.70804 C 801.39867,-491.54538 800.21204,-492.13292 799.24821,-491.6921 C 798.28436,-491.25127 792.05779,-488.01742 788.35119,-488.01742 z"
-         id="path5741"
-         style="font-size:14px;fill:#204a87" />
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5743"
-       y="-1368.0675"
-       x="497.82346"
-       style="font-size:18px;font-style:normal;font-weight:bold;opacity:0.5;fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         id="tspan5745"
-         y="-1368.0675"
-         x="497.82346"
-         sodipodi:role="line">multimedia applications</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5747"
-       y="-1317.264"
-       x="318.82349"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1317.264"
-         x="318.82349"
-         id="tspan5749"
-         sodipodi:role="line">media player</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5751"
-       y="-1326.014"
-       x="432.01428"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan5753"
-         y="-1326.014"
-         x="434.2428"
-         sodipodi:role="line">VoIP &amp; video </tspan><tspan
-         id="tspan5755"
-         y="-1308.514"
-         x="434.2428"
-         sodipodi:role="line">conferencing </tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5757"
-       y="-1324.6571"
-       x="537.4043"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan5759"
-         y="-1324.6571"
-         x="537.4043"
-         sodipodi:role="line">streaming</tspan><tspan
-         id="tspan5761"
-         y="-1307.1571"
-         x="537.4043"
-         sodipodi:role="line">server</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5763"
-       y="-1315.9071"
-       x="633.49585"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1315.9071"
-         x="633.49585"
-         id="tspan5765"
-         sodipodi:role="line">video editor</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5767"
-       y="-1203.861"
-       x="168.36176"
-       style="font-size:18px;font-style:normal;font-weight:bold;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         style="font-size:14px"
-         y="-1203.861"
-         x="168.36176"
-         id="tspan5769"
-         sodipodi:role="line">pipeline architecture</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5771"
-       y="-1368.1378"
-       x="162"
-       style="font-size:14px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         style="font-size:18px;fill:#204a87"
-         y="-1368.1378"
-         x="162"
-         id="tspan5773"
-         sodipodi:role="line">gstreamer tools</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5775"
-       y="-956.63782"
-       x="742.71094"
-       style="font-size:18px;font-style:normal;font-weight:bold;text-align:end;text-anchor:end;opacity:0.5;fill:#f57900;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         id="tspan5777"
-         y="-956.63782"
-         x="742.71094"
-         sodipodi:role="line">3rd party </tspan><tspan
-         id="tspan6195"
-         y="-956.63782"
-         x="742.71094"
-         sodipodi:role="line">plugins</tspan></text>
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5779"
-       d="M 319.45241,-1263.4829 L 319.45241,-1254.5949"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="translate(85.369675,-547.0675)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path5781"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5783"
-       d="M 319.45241,-1291.1354 L 319.45241,-1282.0949"
-       style="opacity:0.5;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(96.733337,-546.99511)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path5785"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5787"
-       y="-1316.7377"
-       x="714.90118"
-       style="font-size:14px;font-style:normal;font-weight:bold;text-align:center;text-anchor:middle;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         y="-1316.7377"
-         x="714.90118"
-         id="tspan5789"
-         sodipodi:role="line">(...)</tspan></text>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,-25.819906,-1802.7166)"
-       id="g5791">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5793"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5795"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5797"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5799"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,57.836573,-1802.4825)"
-       id="g5801">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5803"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5805"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5807"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5809"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,141.49302,-1802.4825)"
-       id="g5811">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5813"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5815"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5817"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5819"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,225.14948,-1802.4825)"
-       id="g5821">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5823"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path5825"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path5827"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path5829"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="translate(198.31779,-547.06749)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path5831"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5833"
-       d="M 432.40053,-1263.4829 L 432.40053,-1254.5949"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5835"
-       d="M 432.40053,-1291.1354 L 432.40053,-1282.0949"
-       style="opacity:0.5;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(209.68146,-546.99511)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path5837"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="translate(303.06519,-547.06749)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path5839"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5841"
-       d="M 537.14793,-1263.4829 L 537.14793,-1254.5949"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5843"
-       d="M 537.14793,-1291.1354 L 537.14793,-1282.0949"
-       style="opacity:0.5;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(314.42886,-546.99511)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path5845"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="translate(399.61478,-547.87085)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path5847"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5849"
-       d="M 633.69752,-1264.2863 L 633.69752,-1255.3983"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5851"
-       d="M 633.69752,-1291.9387 L 633.69752,-1282.8983"
-       style="opacity:0.5;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(410.97845,-547.79847)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path5853"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="translate(480.81846,-547.87085)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path5855"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5857"
-       d="M 714.90119,-1264.2863 L 714.90119,-1255.3983"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path5859"
-       d="M 714.90119,-1291.9387 L 714.90119,-1282.8983"
-       style="opacity:0.5;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="translate(492.18212,-547.79847)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path5861"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5863"
-       y="-1334.764"
-       x="169.93443"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1334.764"
-         x="169.93443"
-         id="tspan5865"
-         sodipodi:role="line">gst-inspect</tspan><tspan
-         id="tspan5867"
-         y="-1317.264"
-         x="169.93443"
-         sodipodi:role="line">gst-launch</tspan><tspan
-         id="tspan5871"
-         y="-1299.764"
-         x="169.93443"
-         sodipodi:role="line">gst-editor</tspan></text>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1069.5864"
-       x="245.33493"
-       height="84.476593"
-       width="78.152527"
-       id="rect5873"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.07903409;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1069.5864"
-       x="328.97882"
-       height="84.476593"
-       width="78.152527"
-       id="rect5875"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.07903409;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1068.5056"
-       x="412.62274"
-       height="84.476593"
-       width="78.152527"
-       id="rect5877"
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.07903409;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(0.2661835,0,0,0.2661835,-53.124993,-922.19296)"
-       id="g5879">
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect4673"
-         id="use5881"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3530"
-         id="use5883"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3532"
-         id="use5885"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3538"
-         id="use5887"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3540"
-         id="use5889"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3544"
-         id="use5891"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3546"
-         id="use5893"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3552"
-         id="use5895"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3554"
-         id="use5897"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3560"
-         id="use5899"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3562"
-         id="use5901"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3566"
-         id="use5903"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3568"
-         id="use5905"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3574"
-         id="use5907"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3576"
-         id="use5909"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3582"
-         id="use5911"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3584"
-         id="use5913"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3610"
-         id="use5915"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3612"
-         id="use5917"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3618"
-         id="use5919"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3620"
-         id="use5921"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3624"
-         id="use5923"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3626"
-         id="use5925"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3632"
-         id="use5927"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3634"
-         id="use5929"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7012"
-         id="use5931"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7032"
-         id="use5933"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3848"
-         id="use5935"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3850"
-         id="use5937"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path3854"
-         id="use5939"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3856"
-         id="use5941"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3858"
-         id="use5943"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3864"
-         id="use5945"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3866"
-         id="use5947"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3872"
-         id="use5949"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3874"
-         id="use5951"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3878"
-         id="use5953"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3880"
-         id="use5955"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#rect3886"
-         id="use5957"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#text3888"
-         id="use5959"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7053"
-         id="use5961"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7042"
-         id="use5963"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g7082"
-         id="use5965"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g4318"
-         id="use5967"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g2837"
-         id="use5969"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#use2844"
-         id="use5971"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4663"
-         id="use5973"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4665"
-         id="use5975"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4667"
-         id="use5977"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4669"
-         id="use5979"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path4671"
-         id="use5981"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#g6482"
-         id="use5983"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-      <use
-         x="0"
-         y="0"
-         xlink:href="#path7621"
-         id="use5985"
-         transform="translate(669.40487,-864.72194)"
-         width="744.09448"
-         height="1052.3622" />
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5987"
-       y="-1232.4841"
-       x="167.3703"
-       style="font-size:14px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       xml:space="preserve"><tspan
-         style="font-size:18px"
-         y="-1232.4841"
-         x="167.3703"
-         id="tspan5989"
-         sodipodi:role="line">gstreamer core framework</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text5991"
-       y="-1034.9705"
-       x="166.41623"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan5993"
-         y="-1034.9705"
-         x="166.41623"
-         sodipodi:role="line">- file:</tspan><tspan
-         style="font-size:12px"
-         id="tspan5995"
-         y="-1019.9705"
-         x="166.41623"
-         sodipodi:role="line">- http:</tspan><tspan
-         style="font-size:12px"
-         id="tspan5997"
-         y="-1004.9705"
-         x="166.41623"
-         sodipodi:role="line">- rtsp:</tspan><tspan
-         id="tspan5999"
-         style="font-size:12px"
-         y="-989.97046"
-         x="166.41623"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6001"
-       y="-1034.9705"
-       x="250.79111"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan6003"
-         y="-1034.9705"
-         x="250.79111"
-         sodipodi:role="line">- alsa</tspan><tspan
-         style="font-size:12px"
-         id="tspan6005"
-         y="-1019.9705"
-         x="250.79111"
-         sodipodi:role="line">- v4l2</tspan><tspan
-         id="tspan6167"
-         style="font-size:12px"
-         y="-1004.9705"
-         x="250.79111"
-         sodipodi:role="line">- tcp/udp</tspan><tspan
-         id="tspan6007"
-         style="font-size:12px"
-         y="-989.97046"
-         x="250.79111"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6009"
-       y="-1053.9922"
-       x="168.23218"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1053.9922"
-         x="168.23218"
-         id="tspan6011"
-         sodipodi:role="line">protocols</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6013"
-       y="-1053.9922"
-       x="257.436"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1053.9922"
-         x="257.436"
-         id="tspan6015"
-         sodipodi:role="line">sources</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6017"
-       y="-1053.9922"
-       x="341.21552"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan6019"
-         y="-1053.9922"
-         x="341.21552"
-         sodipodi:role="line">formats</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6021"
-       y="-1053.9922"
-       x="427.27139"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1053.9922"
-         x="427.27139"
-         id="tspan6023"
-         sodipodi:role="line">codecs</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6025"
-       y="-1053.9922"
-       x="515.61047"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1053.9922"
-         x="515.61047"
-         id="tspan6027"
-         sodipodi:role="line">filters</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6059"
-       y="-1228.8972"
-       x="569.02454"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:justify;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="text-align:start;text-anchor:start"
-         y="-1228.8972"
-         x="569.02454"
-         id="tspan6061"
-         sodipodi:role="line">media agnostic</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan6063"
-         y="-1211.3972"
-         x="569.02454"
-         sodipodi:role="line">base classes</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan6065"
-         y="-1193.8972"
-         x="569.02454"
-         sodipodi:role="line">message bus</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan6067"
-         y="-1176.3972"
-         x="569.02454"
-         sodipodi:role="line">media type negotiation</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan6069"
-         y="-1158.8972"
-         x="569.02454"
-         sodipodi:role="line">plugin system</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         id="tspan6073"
-         y="-1141.3972"
-         x="569.02454"
-         sodipodi:role="line">data transport</tspan><tspan
-         style="text-align:start;text-anchor:start"
-         y="-1123.8972"
-         x="569.02454"
-         sodipodi:role="line"
-         id="tspan5021">synchronization</tspan></text>
-    <g
-       transform="translate(0,11)"
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="g6181">
-      <text
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:bold;text-align:end;text-anchor:end;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="346.1875"
-         y="-967.63782"
-         id="text6077"
-         inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-         inkscape:export-xdpi="91.230003"
-         inkscape:export-ydpi="91.230003"><tspan
-           sodipodi:role="line"
-           x="346.1875"
-           y="-967.63782"
-           id="tspan6079">gstreamer plugins</tspan></text>
-      <text
-         xml:space="preserve"
-         style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         x="159.89606"
-         y="-948.39148"
-         id="text6081"
-         inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-         inkscape:export-xdpi="91.230003"
-         inkscape:export-ydpi="91.230003"><tspan
-           sodipodi:role="line"
-           x="159.89606"
-           y="-948.39148"
-           id="tspan6083">gstreamer includes over 250 plugins</tspan></text>
-    </g>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6085"
-       y="-1053.9922"
-       x="601.23566"
-       style="font-size:14px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         y="-1053.9922"
-         x="601.23566"
-         id="tspan6087"
-         sodipodi:role="line">sinks</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6089"
-       y="-1034.9705"
-       x="333.3338"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         id="tspan6091"
-         style="font-size:12px"
-         y="-1034.9705"
-         x="333.3338"
-         sodipodi:role="line">- avi</tspan><tspan
-         id="tspan6093"
-         style="font-size:12px"
-         y="-1019.9705"
-         x="333.3338"
-         sodipodi:role="line">- mp4</tspan><tspan
-         id="tspan6095"
-         style="font-size:12px"
-         y="-1004.9705"
-         x="333.3338"
-         sodipodi:role="line">- ogg</tspan><tspan
-         id="tspan6097"
-         style="font-size:12px"
-         y="-989.97046"
-         x="333.3338"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6099"
-       y="-1035.1814"
-       x="417.18256"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan6101"
-         y="-1035.1814"
-         x="417.18256"
-         sodipodi:role="line">- mp3</tspan><tspan
-         style="font-size:12px"
-         id="tspan6103"
-         y="-1020.1814"
-         x="417.18256"
-         sodipodi:role="line">- mpeg4</tspan><tspan
-         id="tspan6105"
-         style="font-size:12px"
-         y="-1005.1814"
-         x="417.18256"
-         sodipodi:role="line">- vorbis</tspan><tspan
-         id="tspan6107"
-         style="font-size:12px"
-         y="-990.1814"
-         x="417.18256"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6109"
-       y="-1035.6619"
-       x="499.47424"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan6111"
-         y="-1035.6619"
-         x="499.47424"
-         sodipodi:role="line">- converters</tspan><tspan
-         style="font-size:12px"
-         id="tspan6113"
-         y="-1020.6619"
-         x="499.47424"
-         sodipodi:role="line">- mixers</tspan><tspan
-         id="tspan6115"
-         style="font-size:12px"
-         y="-1005.6619"
-         x="499.47424"
-         sodipodi:role="line">- effects</tspan><tspan
-         id="tspan6117"
-         style="font-size:12px"
-         y="-990.66187"
-         x="499.47424"
-         sodipodi:role="line">- ...</tspan></text>
-    <text
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       id="text6119"
-       y="-1034.9705"
-       x="583.83484"
-       style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       xml:space="preserve"><tspan
-         style="font-size:12px"
-         id="tspan6121"
-         y="-1034.9705"
-         x="583.83484"
-         sodipodi:role="line">- alsa</tspan><tspan
-         style="font-size:12px"
-         id="tspan6123"
-         y="-1019.9705"
-         x="583.83484"
-         sodipodi:role="line">- xvideo</tspan><tspan
-         id="tspan6169"
-         style="font-size:12px"
-         y="-1004.9705"
-         x="583.83484"
-         sodipodi:role="line">- tcp/udp</tspan><tspan
-         id="tspan6125"
-         style="font-size:12px"
-         y="-989.97046"
-         x="583.83484"
-         sodipodi:role="line">- ...</tspan></text>
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,308.80595,-1801.7446)"
-       id="g6129">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path6131"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path6133"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path6135"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path6137"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <rect
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       ry="5"
-       rx="5"
-       y="-1068.1346"
-       x="664.19647"
-       height="84.462128"
-       width="76.924461"
-       id="rect6139"
-       style="opacity:0.5;fill:#fcaf3e;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2.09387493000000013;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path6147"
-       d="M 702.6725,-1098.6908 L 702.6725,-1107.5787"
-       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="matrix(1,0,0,-1,468.58975,-1815.1063)"
-       d="M 239.9574,-724.04565 A 5.8746634,5.8746634 0 1 1 228.20807,-724.04565 A 5.8746634,5.8746634 0 1 1 239.9574,-724.04565 z"
-       sodipodi:ry="5.8746634"
-       sodipodi:rx="5.8746634"
-       sodipodi:cy="-724.04565"
-       sodipodi:cx="234.08273"
-       id="path6149"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:nodetypes="cc"
-       id="path6151"
-       d="M 702.54716,-1068.4106 L 702.54716,-1081.1207"
-       style="opacity:0.5;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#f57900;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    <path
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       sodipodi:open="true"
-       sodipodi:end="6.2831853"
-       sodipodi:start="3.1415927"
-       transform="matrix(1,0,0,-1,479.95341,-1815.1787)"
-       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
-       sodipodi:ry="9.2349148"
-       sodipodi:rx="9.2349148"
-       sodipodi:cy="-724.11804"
-       sodipodi:cx="222.71907"
-       id="path6153"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f57900;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069000000014;stroke-opacity:1"
-       sodipodi:type="arc" />
-    <g
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/gstreamer-overview.png"
-       transform="translate(-14.644014,-559)"
-       id="g6155">
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path6157"
-         sodipodi:cx="234.08273"
-         sodipodi:cy="-724.04565"
-         sodipodi:rx="5.8746634"
-         sodipodi:ry="5.8746634"
-         d="m 239.9574,-724.04565 c 0,3.24448 -2.63018,5.87466 -5.87467,5.87466 -3.24448,0 -5.87466,-2.63018 -5.87466,-5.87466 0,-3.24449 2.63018,-5.87467 5.87466,-5.87467 3.24449,0 5.87467,2.63018 5.87467,5.87467 z"
-         transform="translate(-7.529188,12.389655)" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
-         id="path6159"
-         sodipodi:nodetypes="cc" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
-         id="path6161"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         id="path6163"
-         sodipodi:cx="222.71907"
-         sodipodi:cy="-724.11804"
-         sodipodi:rx="9.2349148"
-         sodipodi:ry="9.2349148"
-         d="m 213.48416,-724.11804 c 0,-5.10031 4.13461,-9.23492 9.23491,-9.23492 5.1003,0 9.23492,4.13462 9.23492,9.23492"
-         transform="translate(3.8344747,12.462043)"
-         sodipodi:start="3.1415927"
-         sodipodi:end="6.2831853"
-         sodipodi:open="true" />
-    </g>
-    <g
-       transform="matrix(1.6161303,0,0,1.6161303,-1783.2868,660.51777)"
-       inkscape:export-ydpi="91.230003"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       id="g12872">
-      <path
-         d="M 898.12621,-471.2939 C 897.89934,-475.93582 899.91669,-486.74453 904.5586,-485.72567 C 906.53722,-485.29096 905.99722,-482.56382 905.35059,-479.61253 C 904.47981,-475.63899 902.97326,-471.30069 902.97326,-471.30069 C 902.97326,-471.30069 908.63403,-471.07451 908.52059,-471.30069 C 909.08639,-478.43269 910.5848,-486.19503 914.74716,-485.61291 C 918.19837,-485.13066 913.76838,-471.30069 913.76838,-471.30069 C 913.76838,-471.30069 918.0272,-471.30069 918.92175,-471.30069 C 918.73701,-473.64611 920.00175,-479.10854 920.71155,-483.05898 C 921.42135,-487.00943 919.90937,-488.73741 916.73121,-488.76798 C 913.55307,-488.79854 910.4048,-486.02114 910.4048,-486.02114 C 910.52842,-488.39712 907.39645,-488.77206 907.39645,-488.77206 C 904.04781,-488.98465 900.83841,-486.73095 900.83841,-486.73095 L 901.13591,-488.47658 L 896.09258,-488.47658 C 896.09258,-488.47658 895.84465,-485.69986 894.82443,-480.63207 C 893.80422,-475.56427 892.44032,-471.30069 892.44032,-471.30069 L 898.12621,-471.2939 z"
-         id="path12874"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 932.65662,-488.90315 C 925.75082,-488.90315 922.67183,-484.02757 922.67183,-479.04673 C 922.67183,-474.06588 925.61429,-470.78244 931.61467,-470.78244 C 934.43351,-470.78244 936.02972,-473.38663 936.02972,-473.38663 C 936.02972,-473.38663 936.12074,-474.09916 935.58822,-473.80233 C 935.05569,-473.50551 933.60484,-472.88401 931.70977,-472.88401 C 929.81469,-472.88401 927.76611,-474.68669 927.76611,-479.15947 C 927.76611,-479.15947 938.74667,-479.15947 938.63391,-479.15947 C 939.19972,-480.97101 939.56244,-488.90315 932.65662,-488.90315 z M 933.66394,-481.17546 L 928.39305,-481.17546 C 928.39305,-484.81753 931.30698,-487.56845 933.29104,-486.5917 C 935.0978,-485.75284 933.66394,-481.17546 933.66394,-481.17546 z"
-         id="path12876"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 867.78941,-488.90315 C 860.88361,-488.90315 857.80462,-484.02757 857.80462,-479.04673 C 857.80462,-474.06588 860.74708,-470.78244 866.74746,-470.78244 C 869.5663,-470.78244 871.16251,-473.38663 871.16251,-473.38663 C 871.16251,-473.38663 871.25353,-474.09916 870.72101,-473.80233 C 870.18848,-473.50551 868.73763,-472.88401 866.84256,-472.88401 C 864.94748,-472.88401 862.8989,-474.68669 862.8989,-479.15947 C 862.8989,-479.15947 873.87946,-479.15947 873.7667,-479.15947 C 874.33251,-480.97101 874.69523,-488.90315 867.78941,-488.90315 z M 868.79673,-481.17546 L 863.52584,-481.17546 C 863.52584,-484.81753 865.98536,-487.17721 867.96941,-486.19978 C 869.77618,-485.3616 868.79673,-481.17546 868.79673,-481.17546 z"
-         id="path12878"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 945.11181,-471.0195 L 939.54342,-471.0195 C 939.54342,-471.0195 942.79425,-482.69695 943.07749,-488.42224 C 943.02859,-488.37334 947.90688,-488.42224 947.90688,-488.42224 C 947.90688,-488.42224 947.48778,-487.13169 947.30574,-486.00484 C 948.68528,-487.53244 949.1526,-488.90655 952.89723,-488.90655 C 952.94613,-488.90655 952.89723,-484.07784 952.89723,-484.07784 C 952.89723,-484.07784 949.39916,-484.94386 948.14257,-483.68796 C 946.88597,-482.43205 945.53905,-481.42406 945.11181,-471.0195 z"
-         id="path12880"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 848.99966,-471.0195 L 843.43127,-471.0195 C 843.43127,-471.0195 846.6821,-482.69695 846.96535,-488.42224 C 846.91644,-488.37334 851.79472,-488.42224 851.79472,-488.42224 C 851.79472,-488.42224 851.37563,-487.13169 851.1936,-486.00484 C 852.57313,-487.53244 853.04044,-488.90655 856.78508,-488.90655 C 856.83399,-488.90655 856.78508,-484.07784 856.78508,-484.07784 C 856.78508,-484.07784 853.28701,-484.94386 852.03041,-483.68796 C 850.77383,-482.43205 849.4269,-481.42406 848.99966,-471.0195 z"
-         id="path12882"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 842.20864,-494.42263 L 837.65435,-492.84341 L 836.60764,-488.60224 L 833.70526,-488.60224 L 833.70526,-485.81397 L 835.99701,-485.81397 C 835.99701,-485.81397 833.55311,-477.06878 834.01092,-474.39462 C 834.4694,-471.49224 837.29571,-470.88161 838.97614,-470.95769 C 840.65658,-471.03376 841.11507,-472.25571 841.03831,-472.71419 C 840.96156,-473.17267 838.66981,-472.27677 838.44091,-474.33961 C 838.28807,-475.56156 840.35092,-485.81397 840.35092,-485.81397 L 843.9407,-485.81397 L 843.9407,-488.60224 L 841.11439,-488.60224 L 842.20864,-494.42263 z"
-         id="path12884"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 889.67174,-471.28915 C 890.3469,-471.8468 889.89589,-472.96212 889.31174,-473.0966 C 888.65288,-474.46255 890.68584,-482.44495 890.68584,-484.63006 C 890.68584,-486.81517 887.01999,-491.19897 879.45804,-487.07463 C 878.72514,-486.60868 878.9948,-485.84658 879.17548,-485.59186 C 879.35615,-485.33715 879.69577,-485.16734 879.85471,-485.33715 C 880.56588,-486.11216 883.65981,-486.92181 885.10998,-485.3942 C 886.10303,-484.47724 886.0582,-482.70578 885.37013,-482.01839 C 884.53059,-481.94231 876.25,-482.18549 875.25695,-476.91528 C 873.54391,-467.55742 884.03271,-472.48529 884.57542,-472.86702 C 885.11812,-473.24875 885.05496,-471.76258 885.93593,-471.13632 C 888.32753,-470.92779 889.20035,-470.89994 889.67174,-471.28915 z M 884.43617,-475.19884 C 883.58713,-472.96279 880.43479,-473.30445 880.248,-474.88708 C 879.56876,-480.17969 885.03051,-479.7837 885.03051,-479.7837 C 885.03051,-479.7837 885.28522,-477.4349 884.43617,-475.19884 z"
-         id="path12886"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         d="M 829.33368,-483.44682 L 830.91767,-486.12235 C 830.91767,-486.12235 829.62711,-488.86986 825.81591,-488.86986 C 822.00471,-488.86986 819.80602,-486.12167 819.80602,-482.85997 C 819.80602,-479.59826 827.06164,-477.14283 825.30309,-473.91848 C 822.3715,-470.91353 819.27689,-475.81491 819.33802,-476.13688 C 819.11659,-475.81763 817.59917,-473.72626 817.67253,-473.72626 C 818.03932,-472.99336 819.37062,-470.66968 823.61722,-470.62078 C 827.13499,-470.58003 829.26101,-473.18559 829.33437,-476.40993 C 829.40773,-480.73395 823.10439,-482.93332 823.03104,-484.91195 C 822.95768,-486.89057 827.20903,-489.16397 829.33368,-483.44682 z"
-         id="path12888"
-         style="font-size:14px;fill:#888a85" />
-      <path
-         style="font-size:14px;fill:#2e3436"
-         d="M 821.0266,-489.81537 C 820.34737,-490.45249 819.83794,-489.60276 818.30965,-488.96632 C 816.78137,-488.32986 816.27194,-488.4141 814.74365,-488.6267 C 812.23863,-489.17891 807.83581,-489.01386 806.67771,-488.45689 C 798.9439,-485.35141 803.09065,-479.60574 804.35335,-478.45918 C 804.34249,-478.45918 802.46983,-477.47225 802.1961,-475.92223 C 801.84425,-473.93002 802.76054,-472.85208 802.78907,-472.82422 C 800.26231,-472.69313 798.63757,-470.1521 799.02881,-468.0716 C 799.44994,-465.8308 802.12137,-464.04304 805.94616,-464.0281 C 814.03181,-463.85218 814.45091,-469.02253 814.45091,-469.02253 C 815.55738,-475.31091 810.22469,-475.60096 806.42435,-475.30548 C 805.04889,-476.53422 806.12209,-477.6801 806.06368,-477.6801 C 818.90399,-477.37716 815.67149,-485.94099 815.67149,-485.94099 C 817.83962,-486.46876 822.08757,-488.7965 821.0266,-489.81537 z M 803.82831,-471.79994 C 808.85806,-470.89247 810.88219,-472.04582 811.22656,-469.4817 C 811.37532,-466.97939 809.25133,-466.26415 806.78095,-466.11064 C 804.31056,-465.95713 802.51058,-467.20557 802.41142,-468.81061 C 802.31292,-470.41565 803.71487,-470.24991 803.82831,-471.79994 z M 811.59811,-482.73839 C 811.13351,-480.68165 809.70846,-479.24982 808.41452,-479.54189 C 807.12057,-479.83464 806.4488,-481.73854 806.91272,-483.79596 C 807.37733,-485.85337 808.80236,-487.2852 810.09631,-486.99313 C 811.39026,-486.70038 812.0627,-484.7958 811.59811,-482.73839 z"
-         id="path12890" />
-      <path
-         d="M 794.60358,-507.62294 C 790.92958,-507.62294 785.55409,-510.61634 780.31513,-510.61634 C 775.07616,-510.61634 771.94691,-507.62294 771.40216,-507.21472 C 770.8581,-506.8065 770.51711,-505.24221 772.15069,-505.71836 C 773.78425,-506.19451 775.14409,-506.19451 777.72994,-506.19451 C 780.3158,-506.19451 786.50706,-502.65636 792.76692,-502.65636 C 799.02677,-502.65636 804.26505,-507.48641 805.42179,-509.1879 C 806.57854,-510.88939 805.48972,-511.43347 804.60535,-511.02456 C 803.7203,-510.61634 798.00588,-507.62294 794.60358,-507.62294 z"
-         id="path12892"
-         style="font-size:14px;fill:#cc0000" />
-      <path
-         d="M 810.56431,-498.30244 C 806.7042,-498.30244 801.05701,-501.29516 795.55315,-501.29516 C 790.04929,-501.29516 786.7611,-498.30244 786.18918,-497.89354 C 785.61726,-497.48464 785.2593,-495.92103 786.97506,-496.39718 C 788.69081,-496.87332 790.11992,-496.87332 792.8362,-496.87332 C 795.55247,-496.87332 802.05754,-493.33517 808.63323,-493.33517 C 815.20893,-493.33517 820.71347,-498.16524 821.92863,-499.86605 C 823.14379,-501.56754 821.99996,-502.11228 821.07076,-501.70338 C 820.14156,-501.29449 814.13845,-498.30244 810.56431,-498.30244 z"
-         id="path12894"
-         style="font-size:14px;fill:#73d216" />
-      <path
-         d="M 788.35119,-488.01742 C 784.34844,-488.01742 778.49206,-491.25127 772.78442,-491.25127 C 767.07678,-491.25127 763.66633,-488.01742 763.07335,-487.57659 C 762.48037,-487.13577 762.10951,-485.44583 763.88844,-485.96069 C 765.66804,-486.47487 767.15013,-486.47487 769.96694,-486.47487 C 772.78374,-486.47487 779.52993,-482.65348 786.35015,-482.65348 C 793.16971,-482.65348 798.87734,-487.87071 800.13801,-489.70804 C 801.39867,-491.54538 800.21204,-492.13292 799.24821,-491.6921 C 798.28436,-491.25127 792.05779,-488.01742 788.35119,-488.01742 z"
-         id="path12896"
-         style="font-size:14px;fill:#204a87" />
-    </g>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#eeeeec;fill-opacity:0.11764706000000000;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect4780-0"
-       width="752.95264"
-       height="178.42247"
-       x="60"
-       y="782.36218"
-       rx="3.9597385"
-       ry="5" />
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3369-4"
-       width="153.2551"
-       height="99.162369"
-       x="66.326935"
-       y="837.34937"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="72.103302"
-       y="852.62512"
-       id="text3371-8"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3373-0"
-         x="72.103302"
-         y="852.62512">file-source</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3385-4"
-       width="49.561798"
-       height="33.867229"
-       x="169.98788"
-       y="882.36218" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="188.9866"
-       y="902.02533"
-       id="text3387-2"><tspan
-         sodipodi:role="line"
-         id="tspan3389-9"
-         x="188.9866"
-         y="902.02533">src</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3391-6"
-       width="153.2551"
-       height="99.162369"
-       x="260.44406"
-       y="837.34937"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="266.22043"
-       y="852.62512"
-       id="text3393-1"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3395-0"
-         x="266.22043"
-         y="852.62512">ogg-demuxer</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3399-4"
-       width="49.561798"
-       height="33.867229"
-       x="260.4382"
-       y="882.36218" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="272.41562"
-       y="903.02386"
-       id="text3401-2"><tspan
-         sodipodi:role="line"
-         id="tspan3403-2"
-         x="272.41562"
-         y="903.02386">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3407-2"
-       width="49.561798"
-       height="33.867229"
-       x="364.10495"
-       y="882.36218" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="375.10361"
-       y="901.82758"
-       id="text3409-0"><tspan
-         sodipodi:role="line"
-         id="tspan3411-5"
-         x="375.10361"
-         y="901.82758">src_01</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3413-5"
-       width="153.2551"
-       height="99.162369"
-       x="454.561"
-       y="837.34937"
-       rx="5"
-       ry="5" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="460.33749"
-       y="852.62512"
-       id="text3415-2"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3417-9"
-         x="460.33749"
-         y="852.62512">vorbis-decoder</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3421-0"
-       width="49.561798"
-       height="33.867229"
-       x="454.55515"
-       y="882.36218" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="466.53256"
-       y="903.02386"
-       id="text3423-2"><tspan
-         sodipodi:role="line"
-         id="tspan3425-8"
-         x="466.53256"
-         y="903.02386">sink</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect3429-3"
-       width="49.561798"
-       height="33.867229"
-       x="558.22192"
-       y="882.36218" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="577.2207"
-       y="902.02533"
-       id="text3431-8"><tspan
-         sodipodi:role="line"
-         id="tspan3433-0"
-         x="577.2207"
-         y="902.02533">src</tspan></text>
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-       x="661.3457"
-       y="903.02386"
-       id="text3445-9"><tspan
-         sodipodi:role="line"
-         id="tspan3447-6"
-         x="661.3457"
-         y="903.02386">sink</tspan></text>
-    <g
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       transform="translate(-194,40)"
-       id="g4937">
-      <rect
-         ry="5"
-         rx="5"
-         y="797.34937"
-         x="843.14319"
-         height="99.162369"
-         width="153.2551"
-         id="rect3457-4"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <text
-         id="text3459-9"
-         y="812.62512"
-         x="848.91956"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         xml:space="preserve"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           y="812.62512"
-           x="848.91956"
-           id="tspan3461-9"
-           sodipodi:role="line"
-           style="font-size:14px;fill:#204a87">audio-output</tspan></text>
-      <rect
-         y="842.36218"
-         x="843.13733"
-         height="33.867229"
-         width="49.561798"
-         id="rect3465-3"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <text
-         id="text3467-6"
-         y="863.02386"
-         x="855.11475"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         xml:space="preserve"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90"><tspan
-           y="863.02386"
-           x="855.11475"
-           id="tspan3469-0"
-           sodipodi:role="line">sink</tspan></text>
-    </g>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:none;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:3.28930069;marker-end:url(#Arrow2Mendq)"
-       d="m 219.35906,899.31607 37.00004,0"
-       id="path3481-5"
-       sodipodi:nodetypes="cc" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="70"
-       y="802.36218"
-       id="text4782-0"><tspan
-         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         sodipodi:role="line"
-         id="tspan4784-2"
-         x="70"
-         y="802.36218">pipeline</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:none;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:3.28930069;marker-end:url(#Arrow2Mendq)"
-       d="m 413.4225,907.31607 37,0"
-       id="path6087-9"
-       sodipodi:nodetypes="cc" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:none;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:3.28930069;marker-end:url(#Arrow2Mendq)"
-       d="m 608.2524,907.31607 36.99996,0"
-       id="path6089-4"
-       sodipodi:nodetypes="cc" />
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#eeeeec;fill-opacity:0.11764706000000000;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect4780-0-9"
-       width="752.95264"
-       height="48.42247"
-       x="60"
-       y="722.36218"
-       rx="3.9597385"
-       ry="1.3569611" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="70.344391"
-       y="743.90228"
-       id="text4782-0-7"><tspan
-         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         sodipodi:role="line"
-         id="tspan4784-2-8"
-         x="70.344391"
-         y="743.90228">bus</tspan></text>
-    <rect
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       style="fill:#eeeeec;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
-       id="rect4780-0-9-6"
-       width="752.95264"
-       height="48.42247"
-       x="59.655609"
-       y="660.82208"
-       rx="3.9597385"
-       ry="1.3569611" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="70"
-       y="682.36218"
-       id="text4782-0-7-4"><tspan
-         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         sodipodi:role="line"
-         id="tspan4784-2-8-4"
-         x="70"
-         y="682.36218">application</tspan></text>
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="411.80399"
-       y="953.02637"
-       id="text3393-1-4"><tspan
-         style="font-size:14px;fill:#204a87"
-         sodipodi:role="line"
-         id="tspan3395-0-9"
-         x="411.80399"
-         y="953.02637">buffers</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       sodipodi:nodetypes="cc"
-       id="path6657"
-       d="m 335,836.47893 0,-88.46755"
-       style="stroke-linejoin:miter;marker-end:url(#marker4766L);stroke-opacity:1;stroke:#ff6600;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:2;fill:none" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#ff6600;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="344"
-       y="749.36218"
-       id="text3393-1-4-6"><tspan
-         style="font-size:14px;fill:#ff6600"
-         sodipodi:role="line"
-         id="tspan3395-0-9-0"
-         x="344"
-         y="749.36218">messages</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       sodipodi:nodetypes="cc"
-       id="path7468"
-       d="m 726,710.26235 0,123.06146"
-       style="fill:#008000;stroke:#00d400;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Mendk)" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#00aa00;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="632.87537"
-       y="818.78131"
-       id="text3393-1-4-6-5"><tspan
-         style="font-size:14px;fill:#00aa00"
-         sodipodi:role="line"
-         id="tspan3395-0-9-0-4"
-         x="632.87537"
-         y="818.78131">queries</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       sodipodi:nodetypes="cc"
-       id="path15921"
-       d="m 531.28769,710.07844 0,123.29289"
-       style="fill:none;stroke:#c83737;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Mendl)" />
-    <text
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#c83737;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="439.32886"
-       y="818.60706"
-       id="text3393-1-4-6-5-7"><tspan
-         style="font-size:14px;fill:#c83737"
-         sodipodi:role="line"
-         id="tspan3395-0-9-0-4-5"
-         x="439.32886"
-         y="818.60706">events</tspan></text>
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       id="path15921-4"
-       d="m 417.44946,890.07242 33.87087,0"
-       style="fill:none;stroke:#c83737;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow2Mstartx);marker-end:url(#Arrow2Mendln)"
-       sodipodi:nodetypes="cc" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       sodipodi:nodetypes="cc"
-       id="path6657-2"
-       d="m 335.01089,753.82151 0,-40.82638"
-       style="fill:none;stroke:#ff6600;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#marker4766L)" />
-    <path
-       inkscape:export-ydpi="90"
-       inkscape:export-xdpi="90"
-       inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/communication.png"
-       id="path15921-4-3"
-       d="m 610.80289,889.75891 33.87087,0"
-       style="stroke-linejoin:miter;marker-end:url(#Arrow2Mendlnz);stroke-opacity:1;marker-start:url(#Arrow2MstartxO);stroke:#00d400;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:2;fill:none"
-       sodipodi:nodetypes="cc" />
-  </g>
-</svg>
diff --git a/docs/manual/diagrams-pipelines.svg b/docs/manual/diagrams-pipelines.svg
deleted file mode 100644 (file)
index 30696ac..0000000
+++ /dev/null
@@ -1,12768 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="744.09448819"
-   height="1052.3622047"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.48.3.1 r9886"
-   sodipodi:docname="diagrams-pipelines.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/diagrams-pipelines.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.1">
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#000000"
-     borderopacity="0.61568627"
-     gridtolerance="10000"
-     guidetolerance="10"
-     objecttolerance="10"
-     inkscape:pageopacity="1"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.84909913"
-     inkscape:cx="666.06009"
-     inkscape:cy="-1652.0123"
-     inkscape:document-units="px"
-     inkscape:current-layer="g9183"
-     showgrid="true"
-     showguides="true"
-     inkscape:guide-bbox="true"
-     inkscape:window-width="1400"
-     inkscape:window-height="993"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     showborder="false"
-     inkscape:showpageshadow="false"
-     borderlayer="false"
-     inkscape:snap-global="true"
-     inkscape:window-maximized="0">
-    <inkscape:grid
-       type="xygrid"
-       id="grid5665"
-       visible="false"
-       enabled="false"
-       color="#0000ff"
-       opacity="0.04705882"
-       empcolor="#0000ff"
-       empopacity="0.14901961" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="49.982762,799.72419"
-       id="guide12829" />
-  </sodipodi:namedview>
-  <defs
-     id="defs4">
-    <linearGradient
-       id="linearGradient10080">
-      <stop
-         style="stop-color:#a40000;stop-opacity:0;"
-         offset="0"
-         id="stop10082" />
-      <stop
-         style="stop-color:#a40000;stop-opacity:1;"
-         offset="1"
-         id="stop10084" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient10072">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop10074" />
-      <stop
-         style="stop-color:#ad7fa8;stop-opacity:0;"
-         offset="1"
-         id="stop10076" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3690">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop3692" />
-      <stop
-         style="stop-color:white;stop-opacity:0.25098041;"
-         offset="1"
-         id="stop7595" />
-    </linearGradient>
-    <marker
-       style="overflow:visible;"
-       id="Arrow2Mend"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mend">
-      <path
-         transform="scale(0.6) rotate(180) translate(0,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         id="path3513" />
-    </marker>
-    <marker
-       style="overflow:visible;"
-       id="Arrow2Lend"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2Lend">
-      <path
-         transform="scale(1.1) rotate(180) translate(1,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         id="path3507" />
-    </marker>
-    <inkscape:perspective
-       id="perspective10"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <marker
-       style="overflow:visible;"
-       id="Arrow2Mendq"
-       refX="0.0"
-       refY="0.0"
-       orient="auto"
-       inkscape:stockid="Arrow2Mendq">
-      <path
-         transform="scale(0.6) rotate(180) translate(0,0)"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         style="stroke-linejoin:round;font-size:12.0;fill-rule:evenodd;stroke:#204a87;stroke-width:0.62500000;fill:#204a87"
-         id="path5832" />
-    </marker>
-    <radialGradient
-       r="17.576654"
-       fy="35.373093"
-       fx="22.930462"
-       cy="35.373093"
-       cx="22.930462"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.333333,2.658463e-16,23.58206)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2252"
-       xlink:href="#linearGradient4946"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4182">
-      <stop
-         style="stop-color:#a36d18;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop4184" />
-      <stop
-         style="stop-color:#d79020;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4186" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4192">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4194" />
-      <stop
-         style="stop-color:#f1d19e;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4196" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4210">
-      <stop
-         style="stop-color:#eaba6f;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop4212" />
-      <stop
-         style="stop-color:#b97a1b;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4214" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4222">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop4224" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.68639052;"
-         offset="1.0000000"
-         id="stop4226" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4946">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4948" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop4950" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4979">
-      <stop
-         style="stop-color:#fbf0e0;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop4981" />
-      <stop
-         style="stop-color:#f0ce99;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4983" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4987">
-      <stop
-         style="stop-color:#a0670c;stop-opacity:1;"
-         offset="0"
-         id="stop4989" />
-      <stop
-         style="stop-color:#a0670c;stop-opacity:0;"
-         offset="1"
-         id="stop4991" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4995">
-      <stop
-         style="stop-color:#de9523;stop-opacity:1;"
-         offset="0"
-         id="stop4997" />
-      <stop
-         style="stop-color:#a36d18;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4999" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2869">
-      <stop
-         id="stop2871"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2873"
-         offset="1.0000000"
-         style="stop-color:#cccccc;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2884"
-       inkscape:collect="always">
-      <stop
-         id="stop2886"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop2888"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5048">
-      <stop
-         id="stop5050"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop5056" />
-      <stop
-         id="stop5052"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5060"
-       inkscape:collect="always">
-      <stop
-         id="stop5062"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop5064"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective3711"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       y2="39.684914"
-       x2="34.534348"
-       y1="12.284524"
-       x1="14.462892"
-       gradientTransform="matrix(1.241935,0,0,1.241935,-5.027508,-7.208988)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3760"
-       xlink:href="#linearGradient3264"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.200685,0.000000,0.000000,0.200685,-0.585758,-1.050787)"
-       y2="248.6311"
-       x2="153.0005"
-       y1="15.4238"
-       x1="99.7773"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient53551"
-       xlink:href="#aigrd1"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="248.6311"
-       x2="153.0005"
-       y1="15.4238"
-       x1="99.7773"
-       gradientUnits="userSpaceOnUse"
-       id="aigrd1">
-      <stop
-         id="stop53300"
-         style="stop-color:#184375"
-         offset="0" />
-      <stop
-         id="stop53302"
-         style="stop-color:#C8BDDC"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2300">
-      <stop
-         style="stop-color:#000000;stop-opacity:0.32673267;"
-         offset="0.0000000"
-         id="stop2302" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop2304" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3264">
-      <stop
-         id="stop3266"
-         offset="0"
-         style="stop-color:#c9c9c9;stop-opacity:1;" />
-      <stop
-         style="stop-color:#f8f8f8;stop-opacity:1;"
-         offset="0.25"
-         id="stop3276" />
-      <stop
-         style="stop-color:#e2e2e2;stop-opacity:1;"
-         offset="0.5"
-         id="stop3272" />
-      <stop
-         id="stop3274"
-         offset="0.75"
-         style="stop-color:#b0b0b0;stop-opacity:1;" />
-      <stop
-         id="stop3268"
-         offset="1"
-         style="stop-color:#c9c9c9;stop-opacity:1;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective3815"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       id="linearGradient2315"
-       inkscape:collect="always">
-      <stop
-         id="stop2317"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2319"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2072"
-       inkscape:collect="always">
-      <stop
-         id="stop2074"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop2076"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective3911"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       id="linearGradient7054"
-       inkscape:collect="always">
-      <stop
-         id="stop7056"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop7058"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       fy="22.6138"
-       fx="9.3418"
-       r="14.1515"
-       cy="22.6138"
-       cx="9.3418"
-       id="aigrd4">
-      <stop
-         id="stop6452"
-         style="stop-color:#767676"
-         offset="0" />
-      <stop
-         id="stop6454"
-         style="stop-color:#484848"
-         offset="1" />
-    </radialGradient>
-    <linearGradient
-       id="linearGradient7069"
-       inkscape:collect="always">
-      <stop
-         id="stop7071"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1;" />
-      <stop
-         id="stop7073"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7079"
-       inkscape:collect="always">
-      <stop
-         id="stop7081"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop7083"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7087">
-      <stop
-         id="stop7089"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1;" />
-      <stop
-         id="stop7091"
-         offset="1"
-         style="stop-color:#b8b9b6;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7138"
-       inkscape:collect="always">
-      <stop
-         id="stop7140"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop7142"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective3968"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       id="linearGradient2245">
-      <stop
-         id="stop2247"
-         offset="0.0000000"
-         style="stop-color:#dde1d9;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2249"
-         offset="1.0000000"
-         style="stop-color:#cacdc6;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2253">
-      <stop
-         id="stop2255"
-         offset="0.0000000"
-         style="stop-color:#8f8f8f;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2257"
-         offset="1.0000000"
-         style="stop-color:#494949;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2415"
-       inkscape:collect="always">
-      <stop
-         id="stop2417"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2419"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2454"
-       inkscape:collect="always">
-      <stop
-         id="stop2456"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop2458"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2667">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2669" />
-      <stop
-         style="stop-color:#fcfcff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop2671" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2675">
-      <stop
-         style="stop-color:#5b5b97;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2677" />
-      <stop
-         style="stop-color:#1b1b43;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2679" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2683">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop2685" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop2687" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2701">
-      <stop
-         style="stop-color:#585956;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2703" />
-      <stop
-         style="stop-color:#bbbeb8;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2705" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2711">
-      <stop
-         style="stop-color:#909090;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2713" />
-      <stop
-         style="stop-color:#bebebe;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop2715" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2321">
-      <stop
-         style="stop-color:#7b7f7a;stop-opacity:1;"
-         offset="0"
-         id="stop2323" />
-      <stop
-         style="stop-color:#7b7f7a;stop-opacity:0;"
-         offset="1"
-         id="stop2325" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2329">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop2331" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop2333" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective4076"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       id="linearGradient19149">
-      <stop
-         id="stop19151"
-         offset="0.0000000"
-         style="stop-color:#adadad;stop-opacity:1.0000000;" />
-      <stop
-         id="stop19153"
-         offset="1.0000000"
-         style="stop-color:#747474;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient19270">
-      <stop
-         style="stop-color:#aaaaaa;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop19272" />
-      <stop
-         style="stop-color:#505050;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop19274" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient19474">
-      <stop
-         id="stop19476"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-      <stop
-         id="stop19478"
-         offset="1.0000000"
-         style="stop-color:#939393;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2497">
-      <stop
-         id="stop2499"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.60824740;" />
-      <stop
-         id="stop2501"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective4196"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       id="linearGradient3340">
-      <stop
-         id="stop3342"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3344"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0.62886596;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2691">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop2693" />
-      <stop
-         style="stop-color:#d3d7cf"
-         offset="1"
-         id="stop2695" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5075">
-      <stop
-         id="stop5077"
-         offset="0"
-         style="stop-color:#adb0a8;stop-opacity:1;" />
-      <stop
-         id="stop5079"
-         offset="1"
-         style="stop-color:#464744;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2584">
-      <stop
-         id="stop2586"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop2588"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2684">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2686" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="1"
-         id="stop2688" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective4294"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,186.6949)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2831"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(-4e-4,-26.09426)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2825"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-145.0004,-97.0943)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2806"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2797"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2795"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2793"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2791"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2753"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2751"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2749"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,-1.44832e-12,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2747"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,4.579205e-13,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2745"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4441"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2731"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2729"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,-1.432388e-12,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2727"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,4.526469e-13,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2725"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,-1.416456e-12,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2139"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.536723,4.473733e-13,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2137"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133.0000,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2124"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12.00000,0.000000)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2122"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2112"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient8662"
-       inkscape:collect="always">
-      <stop
-         id="stop8664"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop8666"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3081"
-       inkscape:collect="always">
-      <stop
-         id="stop3083"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3085"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2679">
-      <stop
-         style="stop-color:#f7f7f7;stop-opacity:1"
-         offset="0"
-         id="stop2681" />
-      <stop
-         style="stop-color:#ccd0c7;stop-opacity:1"
-         offset="1"
-         id="stop2683" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2697">
-      <stop
-         style="stop-color:#babdb6"
-         offset="0"
-         id="stop2699" />
-      <stop
-         style="stop-color:#555753"
-         offset="1"
-         id="stop2701" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4414">
-      <stop
-         id="stop4416"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop4418"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2817">
-      <stop
-         id="stop2819"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop2821"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0.48453608;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective4408"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="matrix(3.000198,0,0,1,-67.006,-9.426e-2)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3421"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4655"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4653"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4651"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="105.49083"
-       x2="174.74524"
-       y1="84.263489"
-       x1="174.83363"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4649"
-       xlink:href="#linearGradient2817"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,186.6949)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4647"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(-4e-4,-26.09426)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4645"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="105.49083"
-       x2="174.74524"
-       y1="84.263489"
-       x1="174.83363"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4643"
-       xlink:href="#linearGradient2817"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4641"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-145.0004,-97.0943)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4639"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4637"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4635"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4633"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4631"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4629"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4627"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4625"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4623"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4621"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,-1.44832e-12,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4619"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,4.579205e-13,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4617"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4615"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4613"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4611"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,-1.432388e-12,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4609"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,4.526469e-13,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4607"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,-1.416456e-12,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4605"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <radialGradient
-       r="15.644737"
-       fy="36.421127"
-       fx="24.837126"
-       cy="36.421127"
-       cx="24.837126"
-       gradientTransform="matrix(1,0,0,0.536723,4.473733e-13,16.87306)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4603"
-       xlink:href="#linearGradient8662"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="52.510574"
-       x2="14"
-       y1="15.291994"
-       x1="15.089521"
-       gradientTransform="translate(133,70.99999)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4601"
-       xlink:href="#linearGradient3081"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="93.204849"
-       x2="169"
-       y1="110.33805"
-       x1="169"
-       gradientTransform="translate(-12,0)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4599"
-       xlink:href="#linearGradient2697"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11"
-       fy="100.20107"
-       fx="169.77171"
-       cy="100.20107"
-       cx="169.77171"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-42.61165,283.7891)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4597"
-       xlink:href="#linearGradient2679"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4573">
-      <stop
-         style="stop-color:#babdb6"
-         offset="0"
-         id="stop4575" />
-      <stop
-         style="stop-color:#555753"
-         offset="1"
-         id="stop4577" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4567">
-      <stop
-         id="stop4569"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop4571"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4561">
-      <stop
-         id="stop4563"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop4565"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0.48453608;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective4558"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <radialGradient
-       r="21.333334"
-       fy="38.807304"
-       fx="26.137741"
-       cy="38.807304"
-       cx="26.137741"
-       gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23380"
-       xlink:href="#linearGradient3406"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="23.914305"
-       fx="133.84108"
-       cy="23.914305"
-       cx="133.84108"
-       gradientTransform="matrix(-5.04822e-2,1.387847e-2,-0.12844,-0.467196,35.41257,39.44172)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23365"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="21.618015"
-       fx="35.511295"
-       cy="21.618015"
-       cx="35.511295"
-       gradientTransform="matrix(0.105916,-1.91424e-2,0.104789,0.579807,17.13693,7.115158)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23363"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="33.377594"
-       fx="16.885271"
-       cy="33.377594"
-       cx="16.885271"
-       gradientTransform="matrix(5.184267e-3,-0.12286,0.544548,2.297824e-2,0.957234,26.30756)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23361"
-       xlink:href="#linearGradient3435"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="48.238270"
-       fx="53.556889"
-       cy="48.238270"
-       cx="53.556889"
-       gradientTransform="matrix(0.15845,-0.158988,0.432907,0.431441,-2.723645,15.00107)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23359"
-       xlink:href="#linearGradient3421"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="38.807304"
-       fx="26.137741"
-       cy="38.807304"
-       cx="26.137741"
-       gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23357"
-       xlink:href="#linearGradient3406"
-       inkscape:collect="always" />
-    <radialGradient
-       r="21.333334"
-       fy="27.569166"
-       fx="37.751469"
-       cy="27.569166"
-       cx="37.751469"
-       gradientTransform="matrix(0.848684,0.95802,-0.782119,0.692834,18.69147,-20.52578)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23355"
-       xlink:href="#linearGradient3394"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="54.698483"
-       x2="48.798885"
-       y1="3.6100161"
-       x1="10.501720"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient23351"
-       xlink:href="#linearGradient6036"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="28.000000"
-       x2="29.000000"
-       y1="14.625000"
-       x1="21.125000"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient23349"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="28.000000"
-       x2="29.000000"
-       y1="14.625000"
-       x1="21.125000"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient23347"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient23345"
-       xlink:href="#aigrd2"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="34.3075"
-       x2="32.511"
-       y1="11.1885"
-       x1="14.9966"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient23343"
-       xlink:href="#aigrd1"
-       inkscape:collect="always" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3406"
-       id="radialGradient3449"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.769501,-1.242500,0.670300,0.415141,-21.77857,41.36563)"
-       cx="26.137741"
-       cy="38.807304"
-       fx="26.137741"
-       fy="38.807304"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient3447"
-       gradientUnits="userSpaceOnUse"
-       cx="133.84108"
-       cy="23.914305"
-       fx="133.84108"
-       fy="23.914305"
-       r="21.333334"
-       gradientTransform="matrix(-5.048220e-2,1.387847e-2,-0.128440,-0.467196,35.41257,39.44172)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient3443"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.105916,-1.914240e-2,0.104789,0.579807,17.13693,7.115158)"
-       cx="35.511295"
-       cy="21.618015"
-       fx="35.511295"
-       fy="21.618015"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient3433"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.184267e-3,-0.122860,0.544548,2.297824e-2,0.957234,26.30756)"
-       cx="16.885271"
-       cy="33.377594"
-       fx="16.885271"
-       fy="33.377594"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3421"
-       id="radialGradient3429"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.158450,-0.158988,0.432907,0.431441,-2.723645,15.00107)"
-       cx="53.556889"
-       cy="48.238270"
-       fx="53.556889"
-       fy="48.238270"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3394"
-       id="radialGradient3392"
-       cx="37.751469"
-       cy="27.569166"
-       fx="37.751469"
-       fy="27.569166"
-       r="21.333334"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.848684,0.958020,-0.782119,0.692834,18.69147,-20.52578)" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="54.698483"
-       x2="48.798885"
-       y1="3.6100161"
-       x1="10.501720"
-       id="linearGradient6042"
-       xlink:href="#linearGradient6036"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="18.366575"
-       x2="17.742729"
-       y1="31.494707"
-       x1="28.702885"
-       id="linearGradient6034"
-       xlink:href="#linearGradient6028"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-5.652995,-2.604165)"
-       gradientUnits="userSpaceOnUse"
-       y2="28.000000"
-       x2="29.000000"
-       y1="14.625000"
-       x1="21.125000"
-       id="linearGradient4224"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.250000,0.000000,0.000000,1.250000,-5.652995,-2.604165)"
-       gradientUnits="userSpaceOnUse"
-       y2="28.000000"
-       x2="29.000000"
-       y1="14.625000"
-       x1="21.125000"
-       id="linearGradient4804"
-       xlink:href="#linearGradient4236"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.190476,0.000000,0.000000,1.190476,-4.224424,-2.500000)"
-       y2="34.3075"
-       x2="32.511"
-       y1="11.1885"
-       x1="14.9966"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3912"
-       xlink:href="#aigrd1"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="34.3075"
-       x2="32.511"
-       y1="11.1885"
-       x1="14.9966"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4798">
-      <stop
-         id="stop3034"
-         style="stop-color:#EBEBEB"
-         offset="0" />
-      <stop
-         id="stop3036"
-         style="stop-color:#FFFFFF"
-         offset="0.5" />
-      <stop
-         id="stop3038"
-         style="stop-color:#EBEBEB"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientUnits="userSpaceOnUse"
-       id="aigrd2">
-      <stop
-         id="stop3043"
-         style="stop-color:#FBFBFB"
-         offset="0" />
-      <stop
-         id="stop3045"
-         style="stop-color:#B6B6B6"
-         offset="0.5" />
-      <stop
-         id="stop3047"
-         style="stop-color:#E4E4E4"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4236">
-      <stop
-         id="stop4238"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.32673267;" />
-      <stop
-         id="stop4240"
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.60396039;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6028"
-       inkscape:collect="always">
-      <stop
-         id="stop6030"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop6032"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6036"
-       inkscape:collect="always">
-      <stop
-         id="stop6038"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop6040"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3394"
-       gradientUnits="userSpaceOnUse"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033">
-      <stop
-         offset="0.0000000"
-         style="stop-color:#fff307;stop-opacity:1.0000000;"
-         id="stop3396" />
-      <stop
-         offset="0.50000000"
-         style="stop-color:#166eff;stop-opacity:1.0000000;"
-         id="stop3398" />
-      <stop
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         id="stop3400" />
-    </linearGradient>
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3406">
-      <stop
-         id="stop3408"
-         style="stop-color:#b307ff;stop-opacity:0.82178217;"
-         offset="0.0000000" />
-      <stop
-         id="stop3410"
-         style="stop-color:#f0ff8b;stop-opacity:0.64356434;"
-         offset="1.0000000" />
-      <stop
-         id="stop3412"
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"
-         offset="1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4773"
-       gradientUnits="userSpaceOnUse"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033">
-      <stop
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         id="stop3423" />
-      <stop
-         offset="1.0000000"
-         style="stop-color:#b8c04c;stop-opacity:0.0000000;"
-         id="stop3427" />
-    </linearGradient>
-    <linearGradient
-       y2="14.2033"
-       x2="35.3912"
-       y1="32.4165"
-       x1="12.2744"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3435">
-      <stop
-         id="stop3437"
-         style="stop-color:#ffffc8;stop-opacity:1.0000000;"
-         offset="0.0000000" />
-      <stop
-         id="stop3439"
-         style="stop-color:#9a91ef;stop-opacity:0.0000000;"
-         offset="1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient23419"
-       inkscape:collect="always">
-      <stop
-         id="stop23421"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop23423"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective4764"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4768"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4706"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4644"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4582"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4520"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-138.39033"
-       x2="249.82786"
-       y1="-138.39033"
-       x1="247.10906"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4458"
-       xlink:href="#linearGradient4227"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-211.44472"
-       x2="-454.32587"
-       y1="-207.90897"
-       x1="-450.47763"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4456"
-       xlink:href="#linearGradient3066"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-138.39033"
-       x2="249.82786"
-       y1="-138.39033"
-       x1="247.10906"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4454"
-       xlink:href="#linearGradient4227"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-209.19533"
-       x2="-450.64621"
-       y1="-212.70671"
-       x1="-454.62939"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4450"
-       xlink:href="#linearGradient3056"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-17.08724,-55.72628)"
-       y2="-80.599586"
-       x2="-284.24194"
-       y1="-77.512611"
-       x1="-284.96951"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4448"
-       xlink:href="#linearGradient4275"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-17.01418,-55.70393)"
-       y2="-192.71288"
-       x2="189.64017"
-       y1="-188.64658"
-       x1="191.13173"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4446"
-       xlink:href="#linearGradient4267"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-244.87511"
-       x2="-451.31165"
-       y1="-244.17062"
-       x1="-456.22388"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4444"
-       xlink:href="#linearGradient4141"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-197.33253"
-       x2="-452.35226"
-       y1="-206.95709"
-       x1="-458.00912"
-       gradientTransform="matrix(0.797456,0.000000,0.000000,0.742875,609.5472,-38.75752)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4442"
-       xlink:href="#linearGradient19198"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-204.17659"
-       x2="-443.46924"
-       y1="-216.85661"
-       x1="-462.03079"
-       gradientTransform="matrix(0.799360,0.000000,0.000000,0.747188,610.4265,-37.86474)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4440"
-       xlink:href="#linearGradient19198"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,3.345547e-14,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4438"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.859423,0.000000,0.000000,0.632454,35.00386,-46.28636)"
-       gradientUnits="userSpaceOnUse"
-       y2="-125.99247"
-       x2="248.41544"
-       y1="-124.22470"
-       x1="248.41544"
-       id="linearGradient4313"
-       xlink:href="#linearGradient4307"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-80.599586"
-       x2="-284.24194"
-       y1="-77.512611"
-       x1="-284.96951"
-       id="linearGradient4281"
-       xlink:href="#linearGradient4275"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-192.71288"
-       x2="189.64017"
-       y1="-188.64658"
-       x1="191.13173"
-       id="linearGradient4273"
-       xlink:href="#linearGradient4267"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.858948,0.000000,0.000000,0.586269,35.05258,-52.07290)"
-       gradientUnits="userSpaceOnUse"
-       y2="-128.60747"
-       x2="248.86223"
-       y1="-124.09965"
-       x1="248.84767"
-       id="linearGradient4249"
-       xlink:href="#linearGradient4243"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-138.39033"
-       x2="249.82786"
-       y1="-138.39033"
-       x1="247.10906"
-       id="linearGradient4233"
-       xlink:href="#linearGradient4227"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-204.17659"
-       x2="-443.46924"
-       y1="-216.85661"
-       x1="-462.03079"
-       gradientTransform="matrix(0.799360,0.000000,0.000000,0.747188,610.4265,19.13255)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4197"
-       xlink:href="#linearGradient19198"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-244.87511"
-       x2="-451.31165"
-       y1="-244.17062"
-       x1="-456.22388"
-       id="linearGradient4147"
-       xlink:href="#linearGradient4141"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-211.44472"
-       x2="-454.32587"
-       y1="-207.90897"
-       x1="-450.47763"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4023"
-       xlink:href="#linearGradient3066"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-209.19533"
-       x2="-450.64621"
-       y1="-212.70671"
-       x1="-454.62939"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4021"
-       xlink:href="#linearGradient3056"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-197.33253"
-       x2="-452.35226"
-       y1="-206.95709"
-       x1="-458.00912"
-       gradientTransform="matrix(0.797456,0.000000,0.000000,0.742875,609.5472,18.23977)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3959"
-       xlink:href="#linearGradient19198"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.761407e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3883"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.933907e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3811"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(0.999362,0.000000,0.000000,1.000477,114.0171,-227.0066)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3743"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.534089e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3741"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.910037e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3668"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="65.832352"
-       x2="-20.240932"
-       y1="75.510872"
-       x1="-13.656000"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3613"
-       xlink:href="#linearGradient8929"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(0.832553,0.000000,0.000000,0.998481,60.42500,-226.9769)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3611"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.803027e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3609"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(0.832553,0.000000,0.000000,0.998481,60.43196,-170.0018)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3555"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4254"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4192"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4130"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4068"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4006"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4004"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-12.425205"
-       x2="203.62500"
-       y1="-52.362705"
-       x1="181.02138"
-       gradientTransform="translate(55.95575,-56.98763)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4002"
-       xlink:href="#linearGradient3554"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.760179e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4000"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-4.428612e-2,-56.98763)"
-       y2="-12.425205"
-       x2="203.62500"
-       y1="-52.362705"
-       x1="181.02138"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3998"
-       xlink:href="#linearGradient3554"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.166383e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3996"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3994"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,103.3564,-114.0644)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3992"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.931222e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3990"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3988"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,47.34591,-114.0767)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3986"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.287676e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3984"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3708"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3704"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(56.00000,5.450779e-7)"
-       y2="-12.425205"
-       x2="203.62500"
-       y1="-52.362705"
-       x1="181.02138"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3632"
-       xlink:href="#linearGradient3554"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.971920e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3630"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-12.425205"
-       x2="203.62500"
-       y1="-52.362705"
-       x1="181.02138"
-       id="linearGradient3560"
-       xlink:href="#linearGradient3554"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.534909e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2808"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2791"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,103.4007,-57.07667)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2789"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.400433e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2787"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5738"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2971"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2950"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2904"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2902"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5732"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.153249e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient10291"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10289"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10287"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,49.69408,-224.5271)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10285"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10283"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10281"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,492.2076,-177.7888)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10279"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,434.9184,-176.8611)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10277"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,108.0729,-224.5881)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient10275"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.216754e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient10273"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.047104e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient10271"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.136389e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient10269"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.095240e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9967"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9965"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9963"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,49.69405,-167.9586)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9961"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9959"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9957"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,492.2075,-121.2203)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9955"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       gradientTransform="matrix(0.789519,0.000000,0.000000,0.818328,434.9183,-120.2926)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9953"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.211805,0.000000,0.000000,0.895257,108.0728,-168.0196)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9951"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-5.255944e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9949"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.010258e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9947"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.407561e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9945"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9319"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,457.0698,-40.47841)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9317"
-       xlink:href="#linearGradient7774"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9315"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,422.1275,-16.07031)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9313"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9311"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.323062e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9309"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9307"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,289.0697,-40.47841)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9305"
-       xlink:href="#linearGradient7145"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9303"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,254.1274,-16.07031)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9301"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9299"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.071482e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9297"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9295"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,233.0697,-40.47841)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9293"
-       xlink:href="#linearGradient7744"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9291"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,198.1274,-16.07031)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9289"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9287"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.001522e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9285"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9283"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,345.0108,-40.47841)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9281"
-       xlink:href="#linearGradient7754"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9279"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,310.0685,-16.07031)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9277"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9275"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.170967e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9273"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9271"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,401.0697,-40.47841)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9269"
-       xlink:href="#linearGradient7764"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9267"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,366.1274,-16.07031)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9265"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9263"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.242582e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient9261"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8609"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8547"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8423"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8284"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8272"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8264"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8254"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8240"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8182"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,457.0350,71.55046)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8180"
-       xlink:href="#linearGradient7774"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8178"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,422.0927,95.95860)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8176"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.178954e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8174"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8172"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,177.0485,15.55046)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8170"
-       xlink:href="#linearGradient7145"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8168"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,142.1062,39.95860)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8166"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.043081e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8164"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8162"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,177.0606,15.55050)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8160"
-       xlink:href="#linearGradient7744"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8158"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,142.1183,39.95864)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8156"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-9.635224e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8154"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8142"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,401.0349,71.55046)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8140"
-       xlink:href="#linearGradient7764"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8138"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,366.0926,95.95860)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8136"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.113686e-12,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient8134"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7741"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,457.0696,15.53428)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7739"
-       xlink:href="#linearGradient7774"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7737"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,422.1273,39.94242)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7735"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-9.211314e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7733"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7660"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,289.0695,15.53428)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7658"
-       xlink:href="#linearGradient7145"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7656"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,254.1272,39.94242)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7654"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.872973e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7652"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7580"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,233.0695,15.53428)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7578"
-       xlink:href="#linearGradient7744"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7576"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,198.1272,39.94242)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7574"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.809240e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7572"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7496"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,345.0106,15.53428)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7494"
-       xlink:href="#linearGradient7754"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7492"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,310.0683,39.94242)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7490"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.561348e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7488"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7396"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-8.900868e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7095"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.730619,0.000000,0.000000,0.767032,401.0695,15.53428)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7067"
-       xlink:href="#linearGradient7764"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.387332,0.000000,0.000000,1.024650,47.39016,-57.08899)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7055"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.102685e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7053"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7035"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,1.830093e-14,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7013"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.743403,0.000000,0.000000,0.776658,366.1272,39.94242)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7003"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="65.832352"
-       x2="-20.240932"
-       y1="75.510872"
-       x1="-13.656000"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6973"
-       xlink:href="#linearGradient8929"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.661058e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6961"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient5125"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient5069"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient5013"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="47.416740"
-       x2="41.189976"
-       y1="20.934155"
-       x1="22.125528"
-       id="linearGradient4120"
-       xlink:href="#linearGradient4114"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4104"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4064"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4013"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3973"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3907"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-2.861537e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3905"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3837"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3585"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3569"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3553"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3537"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3521"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3244"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.708228,0.000000,0.000000,1.262004,-416.4526,-251.8586)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3242"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.691986e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3238"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3043"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3037"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3384"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       gradientTransform="matrix(1.112950,0.000000,0.000000,1.153561,34.16656,-110.5454)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3379"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.588875e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3377"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="118.12593"
-       x2="-252.29054"
-       y1="115.78169"
-       x1="-252.16348"
-       gradientTransform="translate(520.1691,-142.8933)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3098"
-       xlink:href="#linearGradient3088"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-5.539766,-1.997629)"
-       gradientUnits="userSpaceOnUse"
-       y2="117.83466"
-       x2="-251.20390"
-       y1="115.17856"
-       x1="-252.81038"
-       id="linearGradient3094"
-       xlink:href="#linearGradient3088"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-211.44472"
-       x2="-454.32587"
-       y1="-207.90897"
-       x1="-450.47763"
-       id="linearGradient3072"
-       xlink:href="#linearGradient3066"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-209.19533"
-       x2="-450.64621"
-       y1="-212.70671"
-       x1="-454.62939"
-       id="linearGradient3062"
-       xlink:href="#linearGradient3056"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25468"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25466"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25464"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25462"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25460"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25458"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25456"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25454"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25442"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25440"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25438"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25436"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.005056e-2,9.090695)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25414"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientTransform="translate(-8.007488e-2,5.926971)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25410"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(9.437144e-6,2.923441)"
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25406"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="50.082451"
-       x2="-290.78210"
-       y1="48.080093"
-       x1="-290.94226"
-       id="linearGradient25402"
-       xlink:href="#linearGradient25396"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(18.38478,-0.707107)"
-       gradientUnits="userSpaceOnUse"
-       y2="61.900581"
-       x2="-285.35447"
-       y1="61.900581"
-       x1="-295.45397"
-       id="linearGradient25376"
-       xlink:href="#linearGradient25370"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25364"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25360"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25356"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient25352"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="8.6301003"
-       x2="-215.08304"
-       y1="16.861975"
-       x1="-210.71640"
-       id="linearGradient25348"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(18.38478,-0.707107)"
-       gradientUnits="userSpaceOnUse"
-       y2="49.294865"
-       x2="-281.19888"
-       y1="32.677853"
-       x1="-300.04407"
-       id="linearGradient24585"
-       xlink:href="#linearGradient24579"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23851"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient23841"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-2.243418e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient22201"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="-243.47842"
-       x2="-452.14810"
-       y1="-246.35371"
-       x1="-454.64041"
-       id="linearGradient20001"
-       xlink:href="#linearGradient19995"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(180.6394,255.6313)"
-       gradientUnits="userSpaceOnUse"
-       y2="-197.33253"
-       x2="-452.35226"
-       y1="-206.95709"
-       x1="-458.00912"
-       id="linearGradient19206"
-       xlink:href="#linearGradient19198"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(180.6394,255.6313)"
-       gradientUnits="userSpaceOnUse"
-       y2="-204.17659"
-       x2="-443.46924"
-       y1="-216.85661"
-       x1="-462.03079"
-       id="linearGradient19204"
-       xlink:href="#linearGradient19198"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-4.098049e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient16071"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       gradientTransform="matrix(1.112950,0.000000,0.000000,1.153561,33.12280,-184.0356)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient15909"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.076646e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient15907"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.676858e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient15487"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-3.068595e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient15483"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.112950,0.000000,0.000000,1.153561,13.71255,-110.5632)"
-       gradientUnits="userSpaceOnUse"
-       y2="-9.0610695"
-       x2="-295.32266"
-       y1="-53.248569"
-       x1="-321.33310"
-       id="linearGradient13294"
-       xlink:href="#linearGradient13288"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.991819e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient12537"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient12535"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-208.4779,-67.34494)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12361"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-173.9653,-91.86330)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12359"
-       xlink:href="#linearGradient5453"
-       inkscape:collect="always" />
-    <radialGradient
-       r="3.2040777"
-       fy="8.7893066"
-       fx="-215.24026"
-       cy="8.7893066"
-       cx="-215.24026"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient12357"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="12.687500"
-       fy="-19.562500"
-       fx="-164.31250"
-       cy="-19.562500"
-       cx="-164.31250"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,3.245406e-14,-12.91318)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient12355"
-       xlink:href="#linearGradient8734"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-117.5223,-65.96566)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11535"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-83.00982,-90.48401)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11533"
-       xlink:href="#linearGradient5453"
-       inkscape:collect="always" />
-    <radialGradient
-       r="3.2040777"
-       fy="8.7893066"
-       fx="-215.24026"
-       cy="8.7893066"
-       cx="-215.24026"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11531"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="12.687500"
-       fy="-19.562500"
-       fx="-164.31250"
-       cy="-19.562500"
-       cx="-164.31250"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,1.451487e-14,-12.91318)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11529"
-       xlink:href="#linearGradient8734"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-69.84306,-65.69002)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11435"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-35.33052,-90.20845)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11433"
-       xlink:href="#linearGradient5453"
-       inkscape:collect="always" />
-    <radialGradient
-       r="3.2040777"
-       fy="8.7893066"
-       fx="-215.24026"
-       cy="8.7893066"
-       cx="-215.24026"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11431"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="12.687500"
-       fy="-19.562500"
-       fx="-164.31250"
-       cy="-19.562500"
-       cx="-164.31250"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,3.266919e-14,-12.91318)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11429"
-       xlink:href="#linearGradient8734"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.764215,0.000000,0.000000,0.779522,-255.4007,-67.36425)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11335"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.748646,0.000000,0.000000,0.764968,-219.9909,-91.99309)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11333"
-       xlink:href="#linearGradient5453"
-       inkscape:collect="always" />
-    <radialGradient
-       r="12.687500"
-       fy="-19.562500"
-       fx="-164.31250"
-       cy="-19.562500"
-       cx="-164.31250"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,1.952605e-14,-12.91318)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11329"
-       xlink:href="#linearGradient8734"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11327"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="31.094299"
-       x2="-132.63971"
-       y1="-46.437500"
-       x1="-171.66670"
-       gradientTransform="matrix(0.775165,0.000000,0.000000,0.779522,-164.2093,-66.79265)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11235"
-       xlink:href="#linearGradient10924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="9.7278442"
-       x2="-194.25365"
-       y1="9.7278442"
-       x1="-223.18059"
-       spreadMethod="pad"
-       gradientTransform="matrix(0.752486,0.000000,0.000000,0.764968,-129.6967,-91.31101)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11233"
-       xlink:href="#linearGradient5453"
-       inkscape:collect="always" />
-    <radialGradient
-       r="3.2040777"
-       fy="8.7893066"
-       fx="-215.24026"
-       cy="8.7893066"
-       cx="-215.24026"
-       gradientTransform="matrix(1.087839,0.843258,-0.612654,0.790351,24.29137,183.3457)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11231"
-       xlink:href="#linearGradient5485"
-       inkscape:collect="always" />
-    <radialGradient
-       r="12.687500"
-       fy="-19.562500"
-       fx="-164.31250"
-       cy="-19.562500"
-       cx="-164.31250"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.339901,4.030109e-14,-12.91318)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient11229"
-       xlink:href="#linearGradient8734"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,-1.382391e-13,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2170"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <radialGradient
-       r="2.1875000"
-       fy="37.354755"
-       fx="10.268794"
-       cy="37.354755"
-       cx="10.268794"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2166"
-       xlink:href="#linearGradient2924"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="68.130447"
-       x2="-14.875132"
-       y1="68.130447"
-       x1="-22.822500"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9778"
-       xlink:href="#linearGradient8943"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="65.832352"
-       x2="-20.240932"
-       y1="75.510872"
-       x1="-13.656000"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9776"
-       xlink:href="#linearGradient8929"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(0.783486,0.000000,0.000000,1.000000,-36.97870,52.75248)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient9751"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="68.130447"
-       x2="-14.875132"
-       y1="68.130447"
-       x1="-22.822500"
-       id="linearGradient8949"
-       xlink:href="#linearGradient8943"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="65.832352"
-       x2="-20.240932"
-       y1="75.510872"
-       x1="-13.656000"
-       id="linearGradient8937"
-       xlink:href="#linearGradient8929"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(0.783486,0.000000,0.000000,1.000000,-36.97870,52.75248)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7335"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientTransform="matrix(1.708228,0.000000,0.000000,1.262004,-416.3836,-178.7204)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7271"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2392">
-      <stop
-         id="stop2394"
-         offset="0.0000000"
-         style="stop-color:#715b26;stop-opacity:1.0000000;" />
-      <stop
-         id="stop2396"
-         offset="1.0000000"
-         style="stop-color:#312710;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient12129">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop12131" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop12133" />
-    </linearGradient>
-    <linearGradient
-       style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-       y2="36.0328"
-       x2="31.0813"
-       y1="3.7319"
-       x1="12.4873"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5510">
-      <stop
-         id="stop16177"
-         style="stop-color:#D2D2D2;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         offset="0" />
-      <stop
-         id="stop16179"
-         style="stop-color:#EDEDED;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-       y2="22.5769"
-       x2="21.9168"
-       y1="30.3413"
-       x1="21.877"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5506">
-      <stop
-         id="stop16184"
-         style="stop-color:#5e4f07;stop-opacity:1.0000000;"
-         offset="0.0000000" />
-      <stop
-         id="stop16186"
-         style="stop-color:#348a31;stop-opacity:1.0000000;"
-         offset="1.0000000" />
-    </linearGradient>
-    <linearGradient
-       style="stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-       y2="7.1091"
-       x2="21.9326"
-       y1="24.6274"
-       x1="21.9326"
-       gradientUnits="userSpaceOnUse"
-       id="aigrd3">
-      <stop
-         id="stop16199"
-         style="stop-color:#D0D6E5;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         offset="0" />
-      <stop
-         id="stop16201"
-         style="stop-color:#093A80;stroke-dasharray:none;stroke-miterlimit:4.0000000;stroke-width:1.2166667"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(1.098989,0.000000,0.000000,1.106697,2.774881e-2,1.968146)"
-       inkscape:collect="always"
-       xlink:href="#aigrd3"
-       id="linearGradient16270"
-       gradientUnits="userSpaceOnUse"
-       x1="21.9326"
-       y1="24.6274"
-       x2="21.9326"
-       y2="7.1091" />
-    <linearGradient
-       gradientTransform="matrix(1.110455,0.000000,0.000000,1.118244,-0.223961,1.617860)"
-       inkscape:collect="always"
-       xlink:href="#aigrd2"
-       id="linearGradient16277"
-       gradientUnits="userSpaceOnUse"
-       x1="21.877"
-       y1="30.3413"
-       x2="21.9168"
-       y2="22.5769" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd1"
-       id="linearGradient16280"
-       gradientUnits="userSpaceOnUse"
-       x1="12.4873"
-       y1="3.7319"
-       x2="31.0813"
-       y2="36.0328"
-       gradientTransform="matrix(1.211383,0.000000,0.000000,1.211383,-2.021434,0.172946)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12129"
-       id="radialGradient12135"
-       cx="24.218407"
-       cy="41.636040"
-       fx="24.218407"
-       fy="41.636040"
-       r="22.097088"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.184000,0.000000,33.97501)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.352215"
-       x2="27.238144"
-       y1="20.227215"
-       x1="27.308506"
-       id="linearGradient2398"
-       xlink:href="#linearGradient2392"
-       inkscape:collect="always" />
-    <radialGradient
-       r="13.474453"
-       fy="45.153286"
-       fx="30.428225"
-       cy="45.153286"
-       cx="30.428225"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.201878,3.921342e-15,36.03783)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2939"
-       xlink:href="#linearGradient5919"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-403.4554,13.05442)"
-       y2="42.185024"
-       x2="28.011971"
-       y1="4.9350243"
-       x1="23.505463"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12304"
-       xlink:href="#linearGradient9203"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.715328,-1.262878e-15,11.95620)"
-       r="8.5625000"
-       fy="42.000000"
-       fx="25.812500"
-       cy="42.000000"
-       cx="25.812500"
-       id="radialGradient4232"
-       xlink:href="#linearGradient4226"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4226"
-       inkscape:collect="always">
-      <stop
-         id="stop4228"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop4230"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2248">
-      <stop
-         id="stop2250"
-         offset="0"
-         style="stop-color:#c0c0c0;stop-opacity:1;" />
-      <stop
-         id="stop2252"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6962">
-      <stop
-         id="stop6964"
-         offset="0"
-         style="stop-color:#717171;stop-opacity:1.0000000" />
-      <stop
-         id="stop6966"
-         offset="1"
-         style="stop-color:#838383;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient9203">
-      <stop
-         id="stop9205"
-         offset="0"
-         style="stop-color:#f9f9f9;stop-opacity:1;" />
-      <stop
-         id="stop9207"
-         offset="1.0000000"
-         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5919"
-       inkscape:collect="always">
-      <stop
-         id="stop5921"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop5923"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2924"
-       inkscape:collect="always">
-      <stop
-         id="stop2926"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2928"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8929"
-       inkscape:collect="always">
-      <stop
-         id="stop8931"
-         offset="0"
-         style="stop-color:#d9dadc;stop-opacity:1;" />
-      <stop
-         id="stop8933"
-         offset="1"
-         style="stop-color:#d9dadc;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8943"
-       inkscape:collect="always">
-      <stop
-         id="stop8945"
-         offset="0"
-         style="stop-color:#bebebe;stop-opacity:1;" />
-      <stop
-         id="stop8947"
-         offset="1"
-         style="stop-color:#bebebe;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5453">
-      <stop
-         id="stop5455"
-         offset="0.0000000"
-         style="stop-color:#0a0000;stop-opacity:0.58762884;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop5461" />
-      <stop
-         id="stop5465"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop5457"
-         offset="1.0000000"
-         style="stop-color:#0a0000;stop-opacity:0.58823532;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5485"
-       inkscape:collect="always">
-      <stop
-         id="stop5487"
-         offset="0"
-         style="stop-color:#dddddd;stop-opacity:1;" />
-      <stop
-         id="stop5489"
-         offset="1"
-         style="stop-color:#dddddd;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8734"
-       inkscape:collect="always">
-      <stop
-         id="stop8736"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop8738"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient10924"
-       inkscape:collect="always">
-      <stop
-         id="stop10926"
-         offset="0"
-         style="stop-color:#efefef;stop-opacity:1;" />
-      <stop
-         id="stop10928"
-         offset="1"
-         style="stop-color:#efefef;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient10936">
-      <stop
-         id="stop10938"
-         offset="0"
-         style="stop-color:#2d589b;stop-opacity:1;" />
-      <stop
-         id="stop10940"
-         offset="1.0000000"
-         style="stop-color:#e3ebf7;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient13288"
-       inkscape:collect="always">
-      <stop
-         id="stop13290"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop13292"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient19198"
-       inkscape:collect="always">
-      <stop
-         id="stop19200"
-         offset="0"
-         style="stop-color:#d6d6d4;stop-opacity:1;" />
-      <stop
-         id="stop19202"
-         offset="1"
-         style="stop-color:#d6d6d4;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient19995"
-       inkscape:collect="always">
-      <stop
-         id="stop19997"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop19999"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient24579"
-       inkscape:collect="always">
-      <stop
-         id="stop24581"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop24583"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient25370"
-       inkscape:collect="always">
-      <stop
-         id="stop25372"
-         offset="0"
-         style="stop-color:#929292;stop-opacity:1;" />
-      <stop
-         id="stop25374"
-         offset="1"
-         style="stop-color:#929292;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient25396"
-       inkscape:collect="always">
-      <stop
-         id="stop25398"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop25400"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3056"
-       inkscape:collect="always">
-      <stop
-         id="stop3058"
-         offset="0"
-         style="stop-color:#8d8d8d;stop-opacity:1;" />
-      <stop
-         id="stop3060"
-         offset="1"
-         style="stop-color:#8d8d8d;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3066"
-       inkscape:collect="always">
-      <stop
-         id="stop3068"
-         offset="0"
-         style="stop-color:#8d8d8d;stop-opacity:1;" />
-      <stop
-         id="stop3070"
-         offset="1"
-         style="stop-color:#8d8d8d;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3088"
-       inkscape:collect="always">
-      <stop
-         id="stop3090"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3092"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4114"
-       inkscape:collect="always">
-      <stop
-         id="stop4116"
-         offset="0"
-         style="stop-color:#aaaaaa;stop-opacity:1;" />
-      <stop
-         id="stop4118"
-         offset="1"
-         style="stop-color:#aaaaaa;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7145">
-      <stop
-         style="stop-color:#8f5902;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7147" />
-      <stop
-         id="stop7149"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7151" />
-      <stop
-         style="stop-color:#8f5902;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7153" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7155">
-      <stop
-         style="stop-color:#204a87;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7157" />
-      <stop
-         id="stop7159"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7161" />
-      <stop
-         style="stop-color:#204a87;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7163" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7165">
-      <stop
-         style="stop-color:#a40000;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7167" />
-      <stop
-         id="stop7169"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7171" />
-      <stop
-         style="stop-color:#a40000;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7173" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7175">
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1.0000000"
-         offset="0.0000000"
-         id="stop7177" />
-      <stop
-         id="stop7179"
-         offset="0.10000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.88000000"
-         id="stop7181" />
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1.0000000"
-         offset="1.0000000"
-         id="stop7183" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7744">
-      <stop
-         id="stop7746"
-         offset="0.0000000"
-         style="stop-color:#555753;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7748" />
-      <stop
-         id="stop7750"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7752"
-         offset="1.0000000"
-         style="stop-color:#555753;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7754">
-      <stop
-         id="stop7756"
-         offset="0.0000000"
-         style="stop-color:#204a87;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7758" />
-      <stop
-         id="stop7760"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7762"
-         offset="1.0000000"
-         style="stop-color:#204a87;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7764">
-      <stop
-         id="stop7766"
-         offset="0.0000000"
-         style="stop-color:#a40000;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7768" />
-      <stop
-         id="stop7770"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7772"
-         offset="1.0000000"
-         style="stop-color:#a40000;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient7774">
-      <stop
-         id="stop7776"
-         offset="0.0000000"
-         style="stop-color:#727e0a;stop-opacity:1.0000000" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.0000000;"
-         offset="0.10000000"
-         id="stop7778" />
-      <stop
-         id="stop7780"
-         offset="0.88000000"
-         style="stop-color:#000000;stop-opacity:0.0000000;" />
-      <stop
-         id="stop7782"
-         offset="1.0000000"
-         style="stop-color:#727e0a;stop-opacity:1.0000000" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3554"
-       inkscape:collect="always">
-      <stop
-         id="stop3556"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3558"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4141"
-       inkscape:collect="always">
-      <stop
-         id="stop4143"
-         offset="0"
-         style="stop-color:#636363;stop-opacity:1;" />
-      <stop
-         id="stop4145"
-         offset="1"
-         style="stop-color:#636363;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4227"
-       inkscape:collect="always">
-      <stop
-         id="stop4229"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop4231"
-         offset="1"
-         style="stop-color:#2e3436;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4243"
-       inkscape:collect="always">
-      <stop
-         id="stop4245"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1;" />
-      <stop
-         id="stop4247"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4267"
-       inkscape:collect="always">
-      <stop
-         id="stop4269"
-         offset="0"
-         style="stop-color:#9db029;stop-opacity:1;" />
-      <stop
-         id="stop4271"
-         offset="1"
-         style="stop-color:#9db029;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4275"
-       inkscape:collect="always">
-      <stop
-         id="stop4277"
-         offset="0"
-         style="stop-color:#cc0000;stop-opacity:1;" />
-      <stop
-         id="stop4279"
-         offset="1"
-         style="stop-color:#cc0000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4307"
-       inkscape:collect="always">
-      <stop
-         id="stop4309"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1;" />
-      <stop
-         id="stop4311"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective5360"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4264"
-       id="radialGradient4270"
-       cx="23.201941"
-       cy="27.096155"
-       fx="23.201941"
-       fy="27.096155"
-       r="23.555494"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.651032,0.000000,9.455693)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient6005"
-       x1="12.277412"
-       y1="37.205811"
-       x2="12.221823"
-       y2="33.758667"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient4184">
-      <stop
-         style="stop-color:#838383;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop6000" />
-      <stop
-         style="stop-color:#bbbbbb;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop4188" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4228">
-      <stop
-         style="stop-color:#bbbbbb;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop5996" />
-      <stop
-         style="stop-color:#9f9f9f;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4232" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4244">
-      <stop
-         style="stop-color:#e4e4e4;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop4246" />
-      <stop
-         style="stop-color:#d3d3d3;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4248" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4254">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop4256" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4258" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4264">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4266" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop4268" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4274">
-      <stop
-         id="stop4276"
-         offset="0.0000000"
-         style="stop-color:#ffffff;stop-opacity:0.25490198;" />
-      <stop
-         id="stop4278"
-         offset="1.0000000"
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2555">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2557" />
-      <stop
-         id="stop2561"
-         offset="0.50000000"
-         style="stop-color:#e6e6e6;stop-opacity:1.0000000;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.75000000"
-         id="stop2563" />
-      <stop
-         id="stop2565"
-         offset="0.84166664"
-         style="stop-color:#e1e1e1;stop-opacity:1.0000000;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop2559" />
-    </linearGradient>
-    <linearGradient
-       y2="609.50507"
-       x2="302.85715"
-       y1="366.64789"
-       x1="302.85715"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5969"
-       xlink:href="#linearGradient5048"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient5961">
-      <stop
-         id="stop5963"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop5965" />
-      <stop
-         id="stop5967"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient5959"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <radialGradient
-       r="117.14286"
-       fy="486.64789"
-       fx="605.71429"
-       cy="486.64789"
-       cx="605.71429"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient5951"
-       xlink:href="#linearGradient5060"
-       inkscape:collect="always" />
-    <inkscape:perspective
-       id="perspective5948"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12810"
-       id="linearGradient12941"
-       gradientUnits="userSpaceOnUse"
-       x1="65.623963"
-       y1="21.459777"
-       x2="87.528968"
-       y2="21.459777"
-       gradientTransform="matrix(0.755725,0,0,0.755725,-25.19847,17.09924)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12836"
-       id="linearGradient12934"
-       gradientUnits="userSpaceOnUse"
-       x1="88.750000"
-       y1="31.656250"
-       x2="92.062500"
-       y2="36.656250"
-       gradientTransform="matrix(0.755725,0,0,0.755725,-24.84491,17.27602)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12828"
-       id="radialGradient12931"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.732463,0.172296,-0.147115,0.625415,-17.70794,5.185566)"
-       cx="88.593018"
-       cy="33.398670"
-       fx="88.593018"
-       fy="33.398670"
-       r="7.0056136" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12810"
-       id="linearGradient12927"
-       gradientUnits="userSpaceOnUse"
-       x1="84.998962"
-       y1="25.209778"
-       x2="62.591469"
-       y2="12.022278"
-       gradientTransform="matrix(0.755725,0,0,0.755725,-25.19847,17.09924)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11625"
-       id="linearGradient12924"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.985000,0.000000,0.000000,1.022813,-1.675625,-6.638771)"
-       x1="21.500000"
-       y1="30.000000"
-       x2="21.500000"
-       y2="27.375000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11625"
-       id="linearGradient12921"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.985000,0.000000,0.000000,1.000000,0.315001,-6.000012)"
-       x1="21.500000"
-       y1="30.000000"
-       x2="21.500000"
-       y2="27.375000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11625"
-       id="linearGradient12918"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.016250,0.000000,0.000000,1.000000,1.658750,-6.000012)"
-       x1="21.500000"
-       y1="30.000000"
-       x2="21.500000"
-       y2="27.375000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11615"
-       id="radialGradient12909"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.070491,2.727143e-15,-3.444813e-15,3.878514,-55.26225,-82.65742)"
-       cx="25.000000"
-       cy="27.749998"
-       fx="25.000000"
-       fy="27.749998"
-       r="4.7500000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11602"
-       id="linearGradient11608"
-       x1="24.445671"
-       y1="12.947163"
-       x2="24.445671"
-       y2="39.447163"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.837825,-2.875000,0.164729)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11594"
-       id="linearGradient11600"
-       x1="20.092352"
-       y1="8.9471626"
-       x2="31.799011"
-       y2="38.947163"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.061966,0.000000,0.000000,0.837825,-4.389811,0.164729)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11508"
-       id="radialGradient11532"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-4.933466e-14,29.48178)"
-       cx="30.203562"
-       cy="44.565483"
-       fx="30.203562"
-       fy="44.565483"
-       r="6.5659914" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11520"
-       id="radialGradient11526"
-       cx="24.445690"
-       cy="35.878170"
-       fx="24.445690"
-       fy="35.878170"
-       r="20.530962"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.995058,-1.383691e-32,0.000000,1.671510,-27.19988,-29.02822)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient11508">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop11510" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop11512" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11520">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop11522" />
-      <stop
-         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop11524" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11594">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop11596" />
-      <stop
-         style="stop-color:#d1d1d1;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop11598" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11602">
-      <stop
-         style="stop-color:#f6f6f6;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop11604" />
-      <stop
-         style="stop-color:#e0e0e0;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop11606" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient11615">
-      <stop
-         style="stop-color:#636363;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop11617" />
-      <stop
-         style="stop-color:#000000;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop11619" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient11625">
-      <stop
-         style="stop-color:#fce94f;stop-opacity:1;"
-         offset="0"
-         id="stop11627" />
-      <stop
-         style="stop-color:#fce94f;stop-opacity:0;"
-         offset="1"
-         id="stop11629" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient12810">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop12812" />
-      <stop
-         style="stop-color:#e5e5e5;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop12814" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient12828">
-      <stop
-         style="stop-color:#cccccd;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop12830" />
-      <stop
-         id="stop12862"
-         offset="0.0000000"
-         style="stop-color:#adadae;stop-opacity:1.0000000;" />
-      <stop
-         style="stop-color:#8f8f90;stop-opacity:0.0000000;"
-         offset="1.0000000"
-         id="stop12832" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient12836">
-      <stop
-         style="stop-color:#515152;stop-opacity:1;"
-         offset="0"
-         id="stop12838" />
-      <stop
-         style="stop-color:#515152;stop-opacity:0;"
-         offset="1"
-         id="stop12840" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective6114"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       gradientTransform="translate(-64.70027,0)"
-       gradientUnits="userSpaceOnUse"
-       y2="11.030003"
-       x2="10.4375"
-       y1="11.030003"
-       x1="8.0536165"
-       id="linearGradient3794"
-       xlink:href="#linearGradient3788"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-64.70027,0)"
-       y2="18.984955"
-       x2="10.4375"
-       y1="8.2899637"
-       x1="10.4375"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3668"
-       xlink:href="#linearGradient3657"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4608">
-      <stop
-         id="stop4610"
-         offset="0"
-         style="stop-color:#eeeeec" />
-      <stop
-         id="stop4612"
-         offset="1"
-         style="stop-color:#8a8c87;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)"
-       spreadMethod="reflect"
-       gradientUnits="userSpaceOnUse"
-       y2="40.9986"
-       x2="57.954308"
-       y1="35.01503"
-       x1="58.015995"
-       id="linearGradient4641"
-       xlink:href="#linearGradient4608"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient3609"
-       inkscape:collect="always">
-      <stop
-         id="stop3611"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop3613"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3657">
-      <stop
-         id="stop3659"
-         offset="0"
-         style="stop-color:#fafafa;stop-opacity:1;" />
-      <stop
-         id="stop3661"
-         offset="1"
-         style="stop-color:#bfbfbf;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3674">
-      <stop
-         id="stop3676"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-      <stop
-         id="stop3678"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3788">
-      <stop
-         id="stop3790"
-         offset="0"
-         style="stop-color:#cccdcb;stop-opacity:1;" />
-      <stop
-         id="stop3792"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3676"
-       inkscape:collect="always">
-      <stop
-         id="stop4022"
-         offset="0"
-         style="stop-color:#eeeeec" />
-      <stop
-         id="stop3680"
-         offset="1"
-         style="stop-color:#555753" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient1557">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop1559" />
-      <stop
-         style="stop-color:#888a85"
-         offset="1"
-         id="stop1561" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3730">
-      <stop
-         style="stop-color:#eeeeec"
-         offset="0"
-         id="stop3732" />
-      <stop
-         style="stop-color:#888a85"
-         offset="1"
-         id="stop3734" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3628"
-       inkscape:collect="always">
-      <stop
-         id="stop3630"
-         offset="0"
-         style="stop-color:#d3d7cf" />
-      <stop
-         id="stop3632"
-         offset="1"
-         style="stop-color:#555753" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3692"
-       inkscape:collect="always">
-      <stop
-         id="stop3694"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop3696"
-         offset="1"
-         style="stop-color:#babdb6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4068">
-      <stop
-         id="stop4070"
-         offset="0"
-         style="stop-color:#eaeae9;stop-opacity:1;" />
-      <stop
-         id="stop4072"
-         offset="1"
-         style="stop-color:#a5a7a2;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4099"
-       inkscape:collect="always">
-      <stop
-         id="stop4101"
-         offset="0"
-         style="stop-color:#6f726f;stop-opacity:1;" />
-      <stop
-         id="stop4103"
-         offset="1"
-         style="stop-color:#6f726f;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3498"
-       inkscape:collect="always">
-      <stop
-         id="stop3500"
-         offset="0"
-         style="stop-color:#3465a4;stop-opacity:1;" />
-      <stop
-         id="stop3502"
-         offset="1"
-         style="stop-color:#3465a4;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3510"
-       inkscape:collect="always">
-      <stop
-         id="stop3512"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3514"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective6409"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="22.637957"
-       x2="7.378232"
-       y1="22.107626"
-       x1="9.485774"
-       id="linearGradient6730"
-       xlink:href="#linearGradient3510"
-       inkscape:collect="always" />
-    <radialGradient
-       r="1.2404949"
-       fy="24.427671"
-       fx="36.82843"
-       cy="24.427677"
-       cx="36.82843"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6728"
-       xlink:href="#linearGradient3498"
-       inkscape:collect="always" />
-    <radialGradient
-       r="1.2404949"
-       fy="24.427683"
-       fx="36.82843"
-       cy="24.427683"
-       cx="36.82843"
-       gradientTransform="matrix(21.09444,2.34445e-15,1.470518e-12,22.22672,-740.0468,-518.5196)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6726"
-       xlink:href="#linearGradient3498"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       r="1.2404949"
-       fy="24.427671"
-       fx="36.82843"
-       cy="24.427677"
-       cx="36.82843"
-       id="radialGradient6724"
-       xlink:href="#linearGradient3498"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="24.317278"
-       x2="8.3712559"
-       y1="24.665476"
-       x1="4.6831215"
-       id="linearGradient6722"
-       xlink:href="#linearGradient3281"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.296181,0,0,1.296181,-4.978245,-7.324566)"
-       gradientUnits="userSpaceOnUse"
-       y2="25.736509"
-       x2="9.346509"
-       y1="25.559732"
-       x1="11.125889"
-       id="linearGradient6720"
-       xlink:href="#linearGradient4099"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.345011"
-       x2="7.3215322"
-       y1="20.301662"
-       x1="7.5763841"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6718"
-       xlink:href="#linearGradient4068"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.345011"
-       x2="7.3215322"
-       y1="20.301662"
-       x1="7.5763841"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6716"
-       xlink:href="#linearGradient4068"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-64.70027,0)"
-       gradientUnits="userSpaceOnUse"
-       y2="11.030003"
-       x2="10.4375"
-       y1="11.030003"
-       x1="8.0536165"
-       id="linearGradient6714"
-       xlink:href="#linearGradient3788"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525791,4.898427e-16,-1.480441e-8,1.768964,-8.162983e-2,6.066255)"
-       r="2.9831069"
-       fy="12.516305"
-       fx="5.0822492"
-       cy="12.516305"
-       cx="5.0822492"
-       id="radialGradient6712"
-       xlink:href="#linearGradient3674"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-64.70027,0)"
-       y2="18.984955"
-       x2="10.4375"
-       y1="8.2899637"
-       x1="10.4375"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6710"
-       xlink:href="#linearGradient3657"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.416,2.706926e-15,10.16382)"
-       r="5.524272"
-       fy="17.403807"
-       fx="6.4081554"
-       cy="17.403807"
-       cx="6.4081554"
-       id="radialGradient6708"
-       xlink:href="#linearGradient3609"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient6702">
-      <stop
-         id="stop6704"
-         offset="0"
-         style="stop-color:#eeeeec" />
-      <stop
-         id="stop6706"
-         offset="1"
-         style="stop-color:#8a8c87;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(0.997993,0,0,1,-97.71685,-9.352993)"
-       spreadMethod="reflect"
-       gradientUnits="userSpaceOnUse"
-       y2="40.9986"
-       x2="57.954308"
-       y1="35.01503"
-       x1="58.015995"
-       id="linearGradient6700"
-       xlink:href="#linearGradient4608"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="8.6796741"
-       x2="56.609135"
-       y1="4.9369388"
-       x1="56.302975"
-       gradientTransform="matrix(1.769913,0,0,1.769913,-88.34438,10.67235)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6698"
-       xlink:href="#linearGradient4608"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient6686">
-      <stop
-         id="stop6688"
-         offset="0"
-         style="stop-color:#fafafa;stop-opacity:1;" />
-      <stop
-         id="stop6690"
-         offset="1"
-         style="stop-color:#bfbfbf;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6680">
-      <stop
-         id="stop6682"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-      <stop
-         id="stop6684"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6674">
-      <stop
-         id="stop6676"
-         offset="0"
-         style="stop-color:#cccdcb;stop-opacity:1;" />
-      <stop
-         id="stop6678"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       r="9.9205227"
-       fy="0.99004257"
-       fx="-1.0016617"
-       cy="0.99004257"
-       cx="-1.0016617"
-       gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6672"
-       xlink:href="#linearGradient3676"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="5.375"
-       x2="20.3125"
-       y1="34.950001"
-       x1="17.0625"
-       id="linearGradient6664"
-       xlink:href="#linearGradient1557"
-       inkscape:collect="always" />
-    <radialGradient
-       r="9.9205227"
-       fy="0.99004257"
-       fx="-1.0016617"
-       cy="0.99004257"
-       cx="-1.0016617"
-       gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6656"
-       xlink:href="#linearGradient3730"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)"
-       gradientUnits="userSpaceOnUse"
-       r="9.375"
-       fy="13.847466"
-       fx="12.704856"
-       cy="13.847466"
-       cx="12.704856"
-       id="radialGradient6648"
-       xlink:href="#linearGradient3628"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="19.269905"
-       x2="-0.51990569"
-       y1="-0.51990569"
-       x1="-0.51990569"
-       id="linearGradient6640"
-       xlink:href="#linearGradient3692"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(1.240749,9.690094e-9,-9.043116e-9,1.157631,-1.713645,-1.134736)"
-       gradientUnits="userSpaceOnUse"
-       r="9.375"
-       fy="7.1986876"
-       fx="6.8797626"
-       cy="7.1986876"
-       cx="6.8797626"
-       id="radialGradient6632"
-       xlink:href="#linearGradient3670"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3670">
-      <stop
-         style="stop-color:#d3d7cf"
-         offset="0"
-         id="stop3672" />
-      <stop
-         style="stop-color:#555753"
-         offset="1"
-         id="stop3674" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient6623">
-      <stop
-         id="stop6625"
-         offset="0"
-         style="stop-color:#eaeae9;stop-opacity:1;" />
-      <stop
-         id="stop6627"
-         offset="1"
-         style="stop-color:#a5a7a2;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3281"
-       inkscape:collect="always">
-      <stop
-         id="stop3283"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3285"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <inkscape:perspective
-       id="perspective6599"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 24 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient23419"
-       id="radialGradient8917"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.25,0,31.22703)"
-       cx="23.334524"
-       cy="41.63604"
-       fx="23.334524"
-       fy="41.63604"
-       r="22.627417" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd1"
-       id="linearGradient8919"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.5)"
-       x1="14.9966"
-       y1="11.1885"
-       x2="32.511"
-       y2="34.3075" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd2"
-       id="linearGradient8921"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient8923"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       x1="21.125000"
-       y1="14.625000"
-       x2="29.000000"
-       y2="28.000000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4236"
-       id="linearGradient8925"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.25,0,0,1.25,-5.652995,-2.604165)"
-       x1="21.125000"
-       y1="14.625000"
-       x2="29.000000"
-       y2="28.000000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6036"
-       id="linearGradient8927"
-       gradientUnits="userSpaceOnUse"
-       x1="10.501720"
-       y1="3.6100161"
-       x2="48.798885"
-       y2="54.698483" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6028"
-       id="linearGradient8930"
-       gradientUnits="userSpaceOnUse"
-       x1="28.702885"
-       y1="31.494707"
-       x2="17.742729"
-       y2="18.366575" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3394"
-       id="radialGradient8932"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.848684,0.95802,-0.782119,0.692834,18.69147,-20.52578)"
-       cx="37.751469"
-       cy="27.569166"
-       fx="37.751469"
-       fy="27.569166"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3406"
-       id="radialGradient8934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.769501,-1.2425,0.6703,0.415141,-21.77857,41.36563)"
-       cx="26.137741"
-       cy="38.807304"
-       fx="26.137741"
-       fy="38.807304"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="radialGradient8936"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.15845,-0.158988,0.432907,0.431441,-2.723645,15.00107)"
-       cx="53.556889"
-       cy="48.238270"
-       fx="53.556889"
-       fy="48.238270"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient8938"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.184267e-3,-0.12286,0.544548,2.297824e-2,0.957234,26.30756)"
-       cx="16.885271"
-       cy="33.377594"
-       fx="16.885271"
-       fy="33.377594"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient8940"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.105916,-1.91424e-2,0.104789,0.579807,17.13693,7.115158)"
-       cx="35.511295"
-       cy="21.618015"
-       fx="35.511295"
-       fy="21.618015"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3435"
-       id="radialGradient8942"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-5.04822e-2,1.387847e-2,-0.12844,-0.467196,35.41257,39.44172)"
-       cx="133.84108"
-       cy="23.914305"
-       fx="133.84108"
-       fy="23.914305"
-       r="21.333334" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5919"
-       id="radialGradient8944"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.201878,0,36.03783)"
-       cx="30.428225"
-       cy="45.153286"
-       fx="30.428225"
-       fy="45.153286"
-       r="13.474453" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2924"
-       id="radialGradient8946"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.495075,4.547273e-2,-1.300942e-2,0.999915,-25.42067,-0.463789)"
-       cx="10.268794"
-       cy="37.354755"
-       fx="10.268794"
-       fy="37.354755"
-       r="2.1875000" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10924"
-       id="linearGradient8948"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.743403,0,0,0.776658,142.1177,39.94241)"
-       x1="-171.66670"
-       y1="-46.437500"
-       x2="-132.63971"
-       y2="31.094299" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8950"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7754"
-       id="linearGradient8952"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.730619,0,0,0.767032,177.06,15.53427)"
-       spreadMethod="pad"
-       x1="-223.18059"
-       y1="9.7278442"
-       x2="-194.25365"
-       y2="9.7278442" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5485"
-       id="linearGradient8954"
-       gradientUnits="userSpaceOnUse"
-       x1="-210.71640"
-       y1="16.861975"
-       x2="-215.08304"
-       y2="8.6301003" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5048"
-       id="linearGradient8956"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       x1="302.85715"
-       y1="366.64789"
-       x2="302.85715"
-       y2="609.50507" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5060"
-       id="radialGradient8958"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       cx="605.71429"
-       cy="486.64789"
-       fx="605.71429"
-       fy="486.64789"
-       r="117.14286" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5060"
-       id="radialGradient8960"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       cx="605.71429"
-       cy="486.64789"
-       fx="605.71429"
-       fy="486.64789"
-       r="117.14286" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4228"
-       id="linearGradient8962"
-       gradientUnits="userSpaceOnUse"
-       x1="7.6046205"
-       y1="28.481176"
-       x2="36.183067"
-       y2="40.943935" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4244"
-       id="radialGradient8964"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.286242,0.781698,-0.710782,1.169552,-2.354348,-4.876862)"
-       cx="15.571491"
-       cy="2.9585190"
-       fx="15.571491"
-       fy="2.9585190"
-       r="20.935817" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4184"
-       id="linearGradient8966"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0.795493,-1.325821)"
-       x1="7.0625000"
-       y1="35.281250"
-       x2="24.687500"
-       y2="35.281250" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd2"
-       id="linearGradient8968"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.190476,0,0,1.190476,-4.224424,-2.500001)"
-       x1="12.2744"
-       y1="32.4165"
-       x2="35.3912"
-       y2="14.2033" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4274"
-       id="linearGradient8970"
-       gradientUnits="userSpaceOnUse"
-       x1="23.688078"
-       y1="11.318835"
-       x2="23.688078"
-       y2="26.357183" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4254"
-       id="linearGradient8972"
-       gradientUnits="userSpaceOnUse"
-       x1="12.378357"
-       y1="4.4331360"
-       x2="44.096100"
-       y2="47.620636" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2555"
-       id="linearGradient8974"
-       gradientUnits="userSpaceOnUse"
-       x1="33.431175"
-       y1="31.964777"
-       x2="21.747974"
-       y2="11.780679" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient11508"
-       id="radialGradient8976"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.338462,0,29.48178)"
-       cx="30.203562"
-       cy="44.565483"
-       fx="30.203562"
-       fy="44.565483"
-       r="6.5659914" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12810"
-       id="linearGradient8978"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.37407,0,0,1.37407,-85.1015,-12.38821)"
-       x1="65.623963"
-       y1="21.459777"
-       x2="87.528968"
-       y2="21.459777" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12836"
-       id="linearGradient8980"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.37407,0,0,1.37407,-84.45865,-12.06679)"
-       x1="88.750000"
-       y1="31.656250"
-       x2="92.062500"
-       y2="36.656250" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12828"
-       id="radialGradient8982"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.889444,0.209222,-0.178645,0.759454,-34.9767,-11.86445)"
-       cx="88.593018"
-       cy="33.398670"
-       fx="88.593018"
-       fy="33.398670"
-       r="7.0056136" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient12810"
-       id="linearGradient8984"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.37407,0,0,1.37407,-85.1015,-12.38821)"
-       x1="84.998962"
-       y1="25.209778"
-       x2="62.591469"
-       y2="12.022278" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5048"
-       id="linearGradient9048"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
-       x1="302.85715"
-       y1="366.64789"
-       x2="302.85715"
-       y2="609.50507" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5060"
-       id="radialGradient9050"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
-       cx="605.71429"
-       cy="486.64789"
-       fx="605.71429"
-       fy="486.64789"
-       r="117.14286" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5060"
-       id="radialGradient9052"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
-       cx="605.71429"
-       cy="486.64789"
-       fx="605.71429"
-       fy="486.64789"
-       r="117.14286" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4210"
-       id="linearGradient9054"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       x1="24.990499"
-       y1="34.004856"
-       x2="24.990499"
-       y2="22.585211" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4222"
-       id="linearGradient9056"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       x1="18.706615"
-       y1="19.912336"
-       x2="30.014812"
-       y2="47.388485" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4182"
-       id="linearGradient9058"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,1.039184,1028.0257,-231.23327)"
-       x1="16.148972"
-       y1="12.636667"
-       x2="34.193642"
-       y2="12.636667" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4987"
-       id="linearGradient9060"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       x1="21.906841"
-       y1="9.7577486"
-       x2="22.071806"
-       y2="16.020695" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4192"
-       id="linearGradient9062"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.986355,1028.0257,-230.87606)"
-       x1="25.381256"
-       y1="24.720648"
-       x2="24.119167"
-       y2="16.170370" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4995"
-       id="linearGradient9064"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       x1="36.288929"
-       y1="14.661557"
-       x2="47.065835"
-       y2="15.267649" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2884"
-       id="radialGradient9066"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.353283,0,0,0.635968,-8.45889,3.41347)"
-       cx="23.943670"
-       cy="20.800287"
-       fx="23.943670"
-       fy="20.800287"
-       r="6.4286140" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2869"
-       id="radialGradient9068"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.74942,0,0,0.394055,6.226925,10.09253)"
-       cx="21.578989"
-       cy="9.0255041"
-       fx="21.578989"
-       fy="9.0255041"
-       r="9.5862970" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2884"
-       id="radialGradient9070"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.353283,0,0,0.635968,-8.45889,3.41347)"
-       cx="23.943670"
-       cy="20.800287"
-       fx="23.943670"
-       fy="20.800287"
-       r="6.4286140" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2869"
-       id="radialGradient9072"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.74942,0,0,0.394055,6.226925,10.09253)"
-       cx="21.578989"
-       cy="9.8105707"
-       fx="21.578989"
-       fy="9.8105707"
-       r="9.5862970" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4979"
-       id="linearGradient9074"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(1028.0257,-231.1927)"
-       x1="30.062469"
-       y1="13.444801"
-       x2="17.696169"
-       y2="12.333632" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2300"
-       id="radialGradient9076"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.399258,-2.234445e-7,8.196178e-8,0.513264,4.365074,4.839285)"
-       cx="14.287618"
-       cy="68.872971"
-       fx="14.287618"
-       fy="72.568001"
-       r="11.689870" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd1"
-       id="linearGradient9078"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.200685,0,0,0.200685,-54.33576,-1.050787)"
-       x1="99.7773"
-       y1="15.4238"
-       x2="153.0005"
-       y2="248.6311" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2072"
-       id="radialGradient9080"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.398649,0,21.2728)"
-       cx="23.250000"
-       cy="35.375000"
-       fx="23.250000"
-       fy="35.375000"
-       r="18.500000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2315"
-       id="radialGradient9082"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.509804,0,16.05392)"
-       cx="4.3920336"
-       cy="32.307854"
-       fx="4.3920336"
-       fy="32.307854"
-       r="6.3750000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2315"
-       id="radialGradient9084"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.509804,0,16.05392)"
-       cx="4.3920336"
-       cy="32.307854"
-       fx="4.3920336"
-       fy="32.307854"
-       r="6.3750000" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7079"
-       id="radialGradient9086"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.663934,0,9.061528)"
-       cx="23.157747"
-       cy="26.963573"
-       fx="23.157747"
-       fy="26.963573"
-       r="21.566757" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#aigrd4"
-       id="radialGradient9088"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8013773,0,0,0.8013773,1475.9034,-149.67743)"
-       cx="20.655508"
-       cy="24.735121"
-       fx="20.655508"
-       fy="24.735121"
-       r="14.1515" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7087"
-       id="linearGradient9090"
-       gradientUnits="userSpaceOnUse"
-       x1="23.816254"
-       y1="12.75"
-       x2="29.049412"
-       y2="25.772396" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7054"
-       id="linearGradient9092"
-       gradientUnits="userSpaceOnUse"
-       x1="21.03167"
-       y1="31.867859"
-       x2="21.107563"
-       y2="-4.5986342" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7069"
-       id="linearGradient9094"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7091211,0,0,0.7091211,1478.5851,-152.30353)"
-       x1="46.54464"
-       y1="35.24506"
-       x2="40.820396"
-       y2="34.140205" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7138"
-       id="linearGradient9096"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8013773,0,0,0.8013773,1474.3233,-155.46349)"
-       x1="43.6875"
-       y1="32.133045"
-       x2="26.625"
-       y2="32.133045" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2454"
-       id="radialGradient9098"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="scale(1.925808,0.519262)"
-       cx="12.575710"
-       cy="67.501709"
-       fx="12.575710"
-       fy="67.501709"
-       r="8.7662794" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2321"
-       id="linearGradient9100"
-       gradientUnits="userSpaceOnUse"
-       x1="-35.658386"
-       y1="33.416473"
-       x2="-35.658386"
-       y2="28.205938" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2329"
-       id="linearGradient9102"
-       gradientUnits="userSpaceOnUse"
-       x1="-35.122688"
-       y1="34.242237"
-       x2="-35.074745"
-       y2="30.962345" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2701"
-       id="linearGradient9104"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.816345,0,0,1.278927,1688.6456,-199.39317)"
-       x1="12.206709"
-       y1="53.535141"
-       x2="12.127711"
-       y2="64.892525" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2245"
-       id="linearGradient9106"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.129863,0,0,0.885063,1689.0206,-157.57746)"
-       x1="8.6116238"
-       y1="7.2293582"
-       x2="34.784473"
-       y2="33.339787" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2253"
-       id="linearGradient9108"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.104397,0,0,0.905471,1690.6456,-156.27309)"
-       x1="10.390738"
-       y1="5.3817744"
-       x2="32.536823"
-       y2="31.246054" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2675"
-       id="linearGradient9110"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.174139,0,0,0.945431,1691.3674,-157.60461)"
-       x1="19.150396"
-       y1="32.622238"
-       x2="16.315819"
-       y2="8.8666229" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2683"
-       id="linearGradient9112"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.705159,0,0,0.17528,1691.6456,-156.95246)"
-       x1="3.7069976"
-       y1="171.29134"
-       x2="3.7069974"
-       y2="162.45061" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2415"
-       id="linearGradient9114"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.108069,0,0,0.902471,1691.6456,-155.27309)"
-       x1="17.698339"
-       y1="13.004725"
-       x2="34.974548"
-       y2="55.200756" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2667"
-       id="linearGradient9116"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.238977,0,0,0.895955,1691.2362,-157.60461)"
-       x1="11.492236"
-       y1="1.6537577"
-       x2="17.199417"
-       y2="26.729263" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2711"
-       id="linearGradient9118"
-       gradientUnits="userSpaceOnUse"
-       x1="34.300991"
-       y1="3.9384086"
-       x2="35.520542"
-       y2="3.8451097" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2711"
-       id="linearGradient9120"
-       gradientUnits="userSpaceOnUse"
-       x1="34.300991"
-       y1="3.9384086"
-       x2="35.520542"
-       y2="3.8451097" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2711"
-       id="linearGradient9122"
-       gradientUnits="userSpaceOnUse"
-       x1="34.300991"
-       y1="3.9384086"
-       x2="35.520542"
-       y2="3.8451097" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2711"
-       id="linearGradient9124"
-       gradientUnits="userSpaceOnUse"
-       x1="34.300991"
-       y1="3.9384086"
-       x2="35.520542"
-       y2="3.8451097" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2711"
-       id="linearGradient9126"
-       gradientUnits="userSpaceOnUse"
-       x1="34.300991"
-       y1="3.9384086"
-       x2="35.520542"
-       y2="3.8451097" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2684"
-       id="linearGradient9128"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.128181,0,0,1.128181,-53.99314,-83.36009)"
-       x1="70.913956"
-       y1="101.74152"
-       x2="70.951942"
-       y2="88.923729" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2691"
-       id="radialGradient9130"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.324342e-2,-0.836238,2.019473,0.128568,-151.9195,108.0768)"
-       cx="107.5884"
-       cy="83.990814"
-       fx="107.5884"
-       fy="83.990814"
-       r="12.551644" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5075"
-       id="linearGradient9132"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-45.00042,-71.09425)"
-       x1="71.288956"
-       y1="124.11652"
-       x2="70.826942"
-       y2="95" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2817"
-       id="linearGradient9134"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       x1="174.83363"
-       y1="84.263489"
-       x2="174.74524"
-       y2="105.49083" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient9136"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient9138"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient9140"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2817"
-       id="linearGradient9142"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)"
-       x1="174.83363"
-       y1="84.263489"
-       x2="174.74524"
-       y2="105.49083" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient9144"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient9146"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient9148"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-4e-4,-9.426e-2)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3609"
-       id="radialGradient9158"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.416,0,10.16382)"
-       cx="6.4081554"
-       cy="17.403807"
-       fx="6.4081554"
-       fy="17.403807"
-       r="5.524272" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4068"
-       id="linearGradient9160"
-       gradientUnits="userSpaceOnUse"
-       x1="7.5763841"
-       y1="20.301662"
-       x2="7.3215322"
-       y2="27.345011" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4068"
-       id="linearGradient9162"
-       gradientUnits="userSpaceOnUse"
-       x1="7.5763841"
-       y1="20.301662"
-       x2="7.3215322"
-       y2="27.345011" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3264"
-       id="linearGradient9164"
-       gradientUnits="userSpaceOnUse"
-       x1="4.6831215"
-       y1="24.665476"
-       x2="8.3712559"
-       y2="24.317278" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4608"
-       id="linearGradient9166"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.769913,0,0,1.769913,-88.34438,10.67235)"
-       x1="56.302975"
-       y1="4.9369388"
-       x2="56.609135"
-       y2="8.6796741" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4099"
-       id="linearGradient9168"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.296181,0,0,1.296181,-4.978245,-7.324566)"
-       x1="11.125889"
-       y1="25.559732"
-       x2="9.346509"
-       y2="25.736509" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3510"
-       id="linearGradient9170"
-       gradientUnits="userSpaceOnUse"
-       x1="9.485774"
-       y1="22.107626"
-       x2="7.378232"
-       y2="22.637957" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3674"
-       id="radialGradient9172"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.525791,0,-1.480441e-8,1.768964,-8.162983e-2,6.066255)"
-       cx="5.0822492"
-       cy="12.516305"
-       fx="5.0822492"
-       fy="12.516305"
-       r="2.9831069" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3676"
-       id="radialGradient9174"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.127582,1.416065,-1.630141,-0.146854,17.48751,15.56121)"
-       cx="-1.0016617"
-       cy="0.99004257"
-       fx="-1.0016617"
-       fy="0.99004257"
-       r="9.9205227" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient1557"
-       id="linearGradient9176"
-       gradientUnits="userSpaceOnUse"
-       x1="17.0625"
-       y1="34.950001"
-       x2="20.3125"
-       y2="5.375" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3730"
-       id="radialGradient9178"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.310032,2.110862,-2.082775,-0.305867,17.75288,16.41459)"
-       cx="-1.0016617"
-       cy="0.99004257"
-       fx="-1.0016617"
-       fy="0.99004257"
-       r="9.9205227" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3628"
-       id="radialGradient9180"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(6.370852e-2,-1.424475,1.547293,6.92112e-2,-9.530629,30.98681)"
-       cx="12.704856"
-       cy="13.847466"
-       fx="12.704856"
-       fy="13.847466"
-       r="9.375" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3692"
-       id="linearGradient9182"
-       gradientUnits="userSpaceOnUse"
-       x1="-0.51990569"
-       y1="-0.51990569"
-       x2="-0.51990569"
-       y2="19.269905" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9203"
-       id="radialGradient9184"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.240749,0,0,1.157631,-1.713645,-1.134736)"
-       cx="6.8797626"
-       cy="7.1986876"
-       fx="6.8797626"
-       fy="7.1986876"
-       r="9.375" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3498"
-       id="radialGradient9186"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       cx="36.82843"
-       cy="24.427677"
-       fx="36.82843"
-       fy="24.427671"
-       r="1.2404949" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3498"
-       id="radialGradient9188"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(13.39869,-4.118282e-6,6.831725e-6,22.22678,-456.6246,-518.5208)"
-       cx="36.82843"
-       cy="24.427677"
-       fx="36.82843"
-       fy="24.427671"
-       r="1.2404949" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3498"
-       id="radialGradient9190"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(21.09444,0,0,22.22672,-740.0468,-518.5196)"
-       cx="36.82843"
-       cy="24.427683"
-       fx="36.82843"
-       fy="24.427683"
-       r="1.2404949" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3081"
-       id="linearGradient9250"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.000198,0,0,1,94.59141,-143.04229)"
-       x1="15.089521"
-       y1="15.291994"
-       x2="14"
-       y2="52.510574" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2697"
-       id="linearGradient9253"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.498884,0,0,1.004384,-252.46439,-214.45876)"
-       x1="169"
-       y1="110.33805"
-       x2="169"
-       y2="93.204849" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2679"
-       id="radialGradient9256"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(8.905772e-6,-1.07205,4.98026,-1.250658e-6,-329.18179,69.74687)"
-       cx="169.77171"
-       cy="100.20107"
-       fx="169.77171"
-       fy="100.20107"
-       r="11" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2817"
-       id="linearGradient9259"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.624525,0,0,1.054917,-274.50449,-219.25939)"
-       x1="174.83363"
-       y1="84.263489"
-       x2="174.74524"
-       y2="105.49083" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient10080"
-       id="linearGradient10086"
-       x1="220.77719"
-       y1="2435.0949"
-       x2="325.9518"
-       y2="2435.0949"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>gstreamer diagrams</dc:title>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Luc Pionchon</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <dc:date>June 2008</dc:date>
-        <dc:description>This diagram uses icons from the Tango Desktop Project. http://tango.freedesktop.org</dc:description>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" />
-      </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/">
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Reproduction" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#Distribution" />
-        <cc:requires
-           rdf:resource="http://creativecommons.org/ns#Notice" />
-        <cc:requires
-           rdf:resource="http://creativecommons.org/ns#Attribution" />
-        <cc:prohibits
-           rdf:resource="http://creativecommons.org/ns#CommercialUse" />
-        <cc:permits
-           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
-        <cc:requires
-           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
-      </cc:License>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:groupmode="layer"
-     inkscape:label="Layer 1">
-    <g
-       id="layer4"
-       inkscape:label="contorno"
-       style="display:inline"
-       transform="translate(1071.1328,-335.93253)" />
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot6177"
-       style="fill:black;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:10"><flowRegion
-         id="flowRegion6179"><rect
-           id="rect6181"
-           width="28.08502"
-           height="36.345318"
-           x="738.47083"
-           y="-251.93916" /></flowRegion><flowPara
-         id="flowPara6183" /></flowRoot>    <g
-       inkscape:label="Layer 1"
-       id="g4840"
-       transform="translate(-80.486016,-590.47976)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <path
-         transform="matrix(1,0,0,1.066291,1,-2.885106)"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         d="m 45.961941,41.63604 c 0,3.124194 -10.13064,5.656854 -22.627417,5.656854 -12.496777,0 -22.62741646,-2.53266 -22.62741646,-5.656854 0,-3.124195 10.13063946,-5.656854 22.62741646,-5.656854 12.496777,0 22.627417,2.532659 22.627417,5.656854 z"
-         sodipodi:ry="5.6568542"
-         sodipodi:rx="22.627417"
-         sodipodi:cy="41.63604"
-         sodipodi:cx="23.334524"
-         id="path23417"
-         style="opacity:0.55;fill:url(#radialGradient8917);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         style="fill:url(#linearGradient8919);fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
-         d="M 24.347006,4.1666669 C 12.799386,4.1666669 3.5136719,13.452381 3.5136719,25 C 3.5136719,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666669 24.347006,4.1666669 L 24.347006,4.1666669 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3040"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:url(#linearGradient8921);fill-rule:nonzero;stroke:#808080;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3049"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="opacity:0.10999995;fill-rule:nonzero;stroke:none;stroke-miterlimit:4"
-         d="M 24.347006,14.895835 C 18.70442,14.895835 14.24284,19.488638 14.24284,25 C 14.24284,30.642588 18.835644,35.104166 24.347006,35.104166 C 29.989592,35.104166 34.451172,30.511364 34.451172,25 C 34.451172,19.357414 29.858368,14.895835 24.347006,14.895835 L 24.347006,14.895835 z M 24.347006,30.511364 C 21.328879,30.511364 18.835644,28.018129 18.835644,25 C 18.835644,21.981873 21.328879,19.488638 24.347006,19.488638 C 27.365133,19.488638 29.858368,21.981873 29.858368,25 C 29.858368,28.018129 27.365133,30.511364 24.347006,30.511364 z"
-         id="path3051"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         id="path3916"
-         d="M 29.922111,5.6692337 L 26.325518,19.663896 C 27.450222,19.963413 28.349661,20.659366 28.960646,21.622438 L 41.352866,14.073153 C 38.817618,9.9434382 34.748656,6.9050853 29.922111,5.6692337 z"
-         style="fill:url(#linearGradient8923);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:url(#linearGradient8925);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 17.307824,43.766057 L 22.043079,30.114558 C 20.946815,29.723566 20.107654,28.956005 19.577936,27.945951 L 6.6068752,34.450599 C 8.7939325,38.774811 12.599255,42.137482 17.307824,43.766057 z"
-         id="path4214"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:nodetypes="cccccc"
-         id="path5264"
-         d="M 24.347002,5.2023655 C 13.373458,5.2023655 4.5493711,14.026454 4.5493711,24.999997 C 4.5493711,35.973541 13.373458,44.797628 24.347002,44.797628 C 35.320546,44.797628 44.144633,35.973541 44.144633,24.999997 C 44.144633,14.026454 35.320546,5.2023655 24.347002,5.2023655 L 24.347002,5.2023655 z"
-         style="opacity:0.54644811;fill:none;fill-rule:nonzero;stroke:url(#linearGradient8927);stroke-miterlimit:4;stroke-opacity:1"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         transform="translate(8.838835e-2,8.838865e-2)"
-         d="m 30.405591,24.930641 c 0,3.368272 -2.730524,6.098796 -6.098796,6.098796 -3.368272,0 -6.098796,-2.730524 -6.098796,-6.098796 0,-3.368272 2.730524,-6.098796 6.098796,-6.098796 3.368272,0 6.098796,2.730524 6.098796,6.098796 z"
-         sodipodi:ry="6.0987959"
-         sodipodi:rx="6.0987959"
-         sodipodi:cy="24.930641"
-         sodipodi:cx="24.306795"
-         id="path6026"
-         style="opacity:0.67213111;fill:none;fill-opacity:0.31638417;fill-rule:nonzero;stroke:url(#linearGradient8930);stroke-width:0.93053865;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         id="path3390"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="opacity:0.1142857;fill:url(#radialGradient8932);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="opacity:0.09714284;fill:url(#radialGradient8934);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3404"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         id="path3419"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="opacity:0.71428576;fill:url(#radialGradient8936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="opacity:0.62285713;fill:url(#radialGradient8938);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3431"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         id="path3441"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         style="opacity:0.37142861;fill:url(#radialGradient8940);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="opacity:0.23428572;fill:url(#radialGradient8942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4;stroke-opacity:1"
-         d="M 24.347006,4.1666665 C 12.799386,4.1666665 3.513672,13.452381 3.513672,25 C 3.513672,36.54762 12.799386,45.833335 24.347006,45.833335 C 35.894626,45.833335 45.180341,36.54762 45.180341,25 C 45.180341,13.452381 35.894626,4.1666665 24.347006,4.1666665 L 24.347006,4.1666665 z M 24.347006,30.000001 C 21.608911,30.000001 19.347006,27.738096 19.347006,25 C 19.347006,22.261905 21.608911,20 24.347006,20 C 27.085101,20 29.347006,22.261905 29.347006,25 C 29.347006,27.738096 27.085101,30.000001 24.347006,30.000001 z"
-         id="path3445"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-    </g>
-    <g
-       id="g5800"
-       transform="translate(-81.144067,-643.89929)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         style="display:inline"
-         inkscape:label="Layer 1"
-         id="g5802">
-        <g
-           transform="matrix(1.315757,0,0,1.315757,-7.347598,-8.553446)"
-           id="g6589"
-           style="fill:#a2a6a7;fill-opacity:1;display:inline" />
-        <path
-           transform="matrix(0.853467,0,0,2.021914,-1.469485,-49.7834)"
-           d="m 43.902678,45.153286 c 0,1.502322 -6.032719,2.720195 -13.474453,2.720195 -7.441735,0 -13.474453,-1.217873 -13.474453,-2.720195 0,-1.502322 6.032718,-2.720195 13.474453,-2.720195 7.441734,0 13.474453,1.217873 13.474453,2.720195 z"
-           sodipodi:ry="2.7201946"
-           sodipodi:rx="13.474453"
-           sodipodi:cy="45.153286"
-           sodipodi:cx="30.428225"
-           id="path7856"
-           style="opacity:0.44999994;fill:url(#radialGradient8944);fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           sodipodi:type="arc" />
-        <g
-           transform="translate(-55.90238,-56.01615)"
-           id="g8425"
-           style="display:inline">
-          <rect
-             style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             id="rect8427"
-             width="13.589136"
-             height="3.1126587"
-             x="-0.94968754"
-             y="112.90335"
-             rx="1.5137454"
-             ry="1.3993458"
-             transform="matrix(0.85333,-0.521371,0.54466,0.838657,0,0)" />
-          <g
-             id="g8429">
-            <rect
-               transform="matrix(0.844299,-0.535873,0.577335,0.816508,0,0)"
-               ry="1.2146336"
-               rx="1.1134398"
-               y="113.35451"
-               x="-5.2611275"
-               height="2.5390387"
-               width="9.5848627"
-               id="rect8431"
-               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.55335927;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-            <path
-               transform="matrix(1.086779,0,0,1.086779,52.58125,47.69086)"
-               d="m 18.788321,41.231144 c 0,2.795018 -2.265809,5.060827 -5.060827,5.060827 -2.795017,0 -5.060827,-2.265809 -5.060827,-5.060827 0,-2.795018 2.26581,-5.060827 5.060827,-5.060827 2.795018,0 5.060827,2.265809 5.060827,5.060827 z"
-               sodipodi:ry="5.0608273"
-               sodipodi:rx="5.0608273"
-               sodipodi:cy="41.231144"
-               sodipodi:cx="13.727494"
-               id="path8433"
-               style="opacity:1;fill:#c2c2c2;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               sodipodi:type="arc" />
-            <path
-               transform="matrix(0.934525,0,0,0.934525,54.59161,53.99504)"
-               d="m 18.788321,41.231144 c 0,2.795018 -2.265809,5.060827 -5.060827,5.060827 -2.795017,0 -5.060827,-2.265809 -5.060827,-5.060827 0,-2.795018 2.26581,-5.060827 5.060827,-5.060827 2.795018,0 5.060827,2.265809 5.060827,5.060827 z"
-               sodipodi:ry="5.0608273"
-               sodipodi:rx="5.0608273"
-               sodipodi:cy="41.231144"
-               sodipodi:cx="13.727494"
-               id="path8435"
-               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               sodipodi:type="arc" />
-            <g
-               transform="matrix(1.003468,0,0,0.969091,-0.221812,2.72854)"
-               id="g8437">
-              <path
-                 sodipodi:type="arc"
-                 style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                 id="path8439"
-                 sodipodi:cx="13.727494"
-                 sodipodi:cy="41.231144"
-                 sodipodi:rx="5.0608273"
-                 sodipodi:ry="5.0608273"
-                 d="m 18.788321,41.231144 c 0,2.795018 -2.265809,5.060827 -5.060827,5.060827 -2.795017,0 -5.060827,-2.265809 -5.060827,-5.060827 0,-2.795018 2.26581,-5.060827 5.060827,-5.060827 2.795018,0 5.060827,2.265809 5.060827,5.060827 z"
-                 transform="matrix(0.787521,0,0,0.787521,57.14101,59.79048)" />
-              <path
-                 sodipodi:type="arc"
-                 style="opacity:0.46703294;fill:url(#radialGradient8946);fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-                 id="path8441"
-                 sodipodi:cx="10.812501"
-                 sodipodi:cy="38.25"
-                 sodipodi:rx="2.1875"
-                 sodipodi:ry="2.1875"
-                 d="m 13.000001,38.25 c 0,1.208123 -0.979377,2.1875 -2.1875,2.1875 -1.2081229,0 -2.1875,-0.979377 -2.1875,-2.1875 0,-1.208123 0.9793771,-2.1875 2.1875,-2.1875 1.208123,0 2.1875,0.979377 2.1875,2.1875 z"
-                 transform="matrix(1.756842,0,0,1.756842,49.13326,25.12495)" />
-            </g>
-          </g>
-        </g>
-        <rect
-           style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="rect7858"
-           width="22.029099"
-           height="40.991642"
-           x="13.520132"
-           y="2.5000002"
-           rx="2.8624377"
-           ry="0.38756484" />
-        <rect
-           style="opacity:0.60439561;fill:none;fill-opacity:1;stroke:url(#linearGradient8948);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           id="rect7860"
-           width="20.040964"
-           height="38.97797"
-           x="14.499929"
-           y="3.512543"
-           rx="6.75"
-           ry="0.10631458" />
-        <path
-           transform="matrix(0.865538,0,0,0.865538,209.9203,22.3855)"
-           d="m -211.24815,9.3521948 c 0,1.7695632 -1.43451,3.2040782 -3.20407,3.2040782 -1.76957,0 -3.20408,-1.434515 -3.20408,-3.2040782 0,-1.7695633 1.43451,-3.2040777 3.20408,-3.2040777 1.76956,0 3.20407,1.4345144 3.20407,3.2040777 z"
-           sodipodi:ry="3.2040777"
-           sodipodi:rx="3.2040777"
-           sodipodi:cy="9.3521948"
-           sodipodi:cx="-214.45222"
-           id="path7862"
-           style="opacity:0.83516487;fill:url(#linearGradient8950);fill-opacity:1;stroke:#c2c2c2;stroke-width:0.27324447;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           sodipodi:type="arc" />
-        <path
-           transform="matrix(0.800287,0,0,0.800287,191.3329,15.25978)"
-           d="m -197.81312,19.03072 c 0,5.870068 -4.75863,10.628699 -10.6287,10.628699 -5.87007,0 -10.6287,-4.758631 -10.6287,-10.628699 0,-5.870069 4.75863,-10.6286995 10.6287,-10.6286995 5.87007,0 10.6287,4.7586305 10.6287,10.6286995 z"
-           sodipodi:ry="10.628699"
-           sodipodi:rx="10.628699"
-           sodipodi:cy="19.03072"
-           sodipodi:cx="-208.44182"
-           id="path7864"
-           style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.27187183;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           sodipodi:type="arc" />
-        <text
-           transform="scale(1.077754,0.927855)"
-           sodipodi:linespacing="125%"
-           id="text7866"
-           y="25.876835"
-           x="20.276695"
-           style="font-size:1.47469485px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
-           xml:space="preserve"><tspan
-             y="25.876835"
-             x="20.276695"
-             id="tspan7868"
-             sodipodi:role="line">MENU</tspan></text>
-        <g
-           transform="translate(607.0203,108.9958)"
-           id="g7870"
-           style="display:inline">
-          <path
-             sodipodi:type="star"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path7872"
-             sodipodi:sides="3"
-             sodipodi:cx="16.875"
-             sodipodi:cy="5.75"
-             sodipodi:r1="0.6502704"
-             sodipodi:r2="0.3251352"
-             sodipodi:arg1="0.95613337"
-             sodipodi:arg2="2.0033309"
-             inkscape:flatsided="false"
-             inkscape:rounded="0"
-             inkscape:randomized="0"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             transform="matrix(-0.593231,-0.723251,-0.841753,0.511835,-574.4794,-69.23682)" />
-          <path
-             sodipodi:type="star"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path7874"
-             sodipodi:sides="3"
-             sodipodi:cx="16.875"
-             sodipodi:cy="5.75"
-             sodipodi:r1="0.6502704"
-             sodipodi:r2="0.3251352"
-             sodipodi:arg1="0.95613337"
-             sodipodi:arg2="2.0033309"
-             inkscape:flatsided="false"
-             inkscape:rounded="0"
-             inkscape:randomized="0"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             transform="matrix(-0.59323,-0.726082,-0.841753,0.513838,-573.4796,-69.20067)" />
-          <rect
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             id="rect7876"
-             width="0.18422361"
-             height="0.99286842"
-             x="590"
-             y="-78.992867"
-             ry="0"
-             transform="scale(-1,1)" />
-        </g>
-        <g
-           transform="translate(585.0392,109.0102)"
-           id="g7878"
-           style="display:inline">
-          <rect
-             style="opacity:1;fill:#eaeef9;fill-opacity:1;stroke:#69818f;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7880"
-             width="16.01894"
-             height="11.985675"
-             x="-568.51892"
-             y="-103.5"
-             rx="0.52014631"
-             ry="0.56434131" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7882"
-             width="13"
-             height="1.96875"
-             x="-567"
-             y="-100.96875" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7884"
-             width="4"
-             height="1.0042467"
-             x="-567"
-             y="-98" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7886"
-             width="2"
-             height="0.99836552"
-             x="-567"
-             y="-95.998367" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7888"
-             width="1.0028907"
-             height="0.97435272"
-             x="-555.00287"
-             y="-97.97435" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7890"
-             width="0.99314684"
-             height="0.99644983"
-             x="-555"
-             y="-95.996452" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7892"
-             width="2"
-             height="1.0185469"
-             x="-556"
-             y="-103" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7894"
-             width="7"
-             height="1.0061938"
-             x="-565"
-             y="-103" />
-          <path
-             style="opacity:0.70329674;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
-             d="M -567.99243,-102.97657 C -567.99243,-102.97657 -553.81313,-102.99806 -553,-103 C -553,-103 -557.06089,-99.266087 -559.33679,-98.015165 C -562.46041,-96.298319 -566.42641,-97.090677 -567.96895,-92.00287 C -568.03,-91.80152 -567.97998,-102.24738 -567.99243,-102.97657 z"
-             id="path7896"
-             sodipodi:nodetypes="ccssc" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7898"
-             width="5"
-             height="1.0042467"
-             x="-567"
-             y="-94" />
-          <rect
-             style="opacity:0.83516487;fill:#3e4b8f;fill-opacity:1;stroke:none;stroke-width:0.213;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="rect7900"
-             width="0.99314684"
-             height="0.99644983"
-             x="-555"
-             y="-94" />
-        </g>
-        <rect
-           ry="0.23288508"
-           rx="2.8624377"
-           y="2.9958498"
-           x="13.999929"
-           height="40"
-           width="21.020203"
-           id="rect7902"
-           style="opacity:0.33516481;fill:url(#linearGradient8952);fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-        <g
-           transform="matrix(-1,0,0,1,-557.9747,108.994)"
-           id="g7904"
-           style="display:inline">
-          <path
-             sodipodi:type="star"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path7906"
-             sodipodi:sides="3"
-             sodipodi:cx="16.875"
-             sodipodi:cy="5.75"
-             sodipodi:r1="0.6502704"
-             sodipodi:r2="0.3251352"
-             sodipodi:arg1="0.95613337"
-             sodipodi:arg2="2.0033309"
-             inkscape:flatsided="false"
-             inkscape:rounded="0"
-             inkscape:randomized="0"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             transform="matrix(-0.593231,-0.723251,-0.841753,0.511835,-574.4794,-69.23682)" />
-          <path
-             sodipodi:type="star"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path7908"
-             sodipodi:sides="3"
-             sodipodi:cx="16.875"
-             sodipodi:cy="5.75"
-             sodipodi:r1="0.6502704"
-             sodipodi:r2="0.3251352"
-             sodipodi:arg1="0.95613337"
-             sodipodi:arg2="2.0033309"
-             inkscape:flatsided="false"
-             inkscape:rounded="0"
-             inkscape:randomized="0"
-             d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-             transform="matrix(-0.59323,-0.726082,-0.841753,0.513838,-573.4796,-69.20067)" />
-          <rect
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-             id="rect7910"
-             width="0.18422361"
-             height="0.99286842"
-             x="590"
-             y="-78.992867"
-             ry="0"
-             transform="scale(-1,1)" />
-        </g>
-        <path
-           transform="matrix(1.055159,0,0,1.055159,250.7822,20.64369)"
-           d="m -211.24815,9.3521948 c 0,1.7695632 -1.43451,3.2040782 -3.20407,3.2040782 -1.76957,0 -3.20408,-1.434515 -3.20408,-3.2040782 0,-1.7695633 1.43451,-3.2040777 3.20408,-3.2040777 1.76956,0 3.20407,1.4345144 3.20407,3.2040777 z"
-           sodipodi:ry="3.2040777"
-           sodipodi:rx="3.2040777"
-           sodipodi:cy="9.3521948"
-           sodipodi:cx="-214.45222"
-           id="path7912"
-           style="opacity:0.83516487;fill:url(#linearGradient8954);fill-opacity:1;stroke:#c2c2c2;stroke-width:0.22414021;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-           sodipodi:type="arc" />
-        <g
-           transform="translate(1.584276e-5,8.00313e-3)"
-           id="g7914"
-           style="display:inline">
-          <rect
-             transform="matrix(1.315757,0,0,1.315757,-7.347598,-8.553446)"
-             ry="0"
-             y="34.624207"
-             x="24.584782"
-             height="0.75728565"
-             width="0.23366779"
-             id="rect7916"
-             style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
-          <g
-             id="g7918">
-            <path
-               sodipodi:type="star"
-               style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               id="path7920"
-               sodipodi:sides="3"
-               sodipodi:cx="16.875"
-               sodipodi:cy="5.75"
-               sodipodi:r1="0.6502704"
-               sodipodi:r2="0.3251352"
-               sodipodi:arg1="0.95613337"
-               sodipodi:arg2="2.0033309"
-               inkscape:flatsided="false"
-               inkscape:rounded="0"
-               inkscape:randomized="0"
-               d="M 17.25,6.28125 16.738712,6.0451923 16.227424,5.8091345 16.6875,5.484375 l 0.460076,-0.3247596 0.05121,0.5608173 z"
-               transform="matrix(0.591247,-0.728125,0.83894,0.515285,9.532946,46.82691)" />
-            <rect
-               style="opacity:1;fill:#a2a6a7;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               id="rect7922"
-               width="0.30745003"
-               height="0.99640387"
-               x="25.692551"
-               y="37.003597"
-               ry="0" />
-          </g>
-        </g>
-        <g
-           transform="translate(-55.90238,-56.01615)"
-           id="g8443"
-           style="display:inline">
-          <path
-             style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#c2c2c2;stroke-width:1.91250193;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             d="M 97.88267,96.940154 C 104.58992,95.384481 92.027568,94.625463 91.340359,94.70701"
-             id="path8445"
-             sodipodi:nodetypes="cs" />
-          <path
-             style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.78483576;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             d="M 97.875398,96.899543 C 104.58265,95.34387 92.020297,94.584853 91.333078,94.666399"
-             id="path8447"
-             sodipodi:nodetypes="cs" />
-          <g
-             style="fill:#c2c2c2;fill-opacity:1;display:inline"
-             id="g8449"
-             transform="matrix(1.148447,0,0,1.148447,52.4095,48.70484)">
-            <path
-               transform="matrix(1.044369,0,0,1.044369,-1.649051,-1.715604)"
-               d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-               sodipodi:ry="4.578125"
-               sodipodi:rx="4.578125"
-               sodipodi:cy="41.484375"
-               sodipodi:cx="30.828125"
-               id="path8451"
-               style="opacity:1;fill:#c2c2c2;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-               sodipodi:type="arc" />
-            <path
-               transform="translate(0.25,0.34375)"
-               d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-               sodipodi:ry="4.578125"
-               sodipodi:rx="4.578125"
-               sodipodi:cy="41.484375"
-               sodipodi:cx="30.828125"
-               id="path8453"
-               style="opacity:1;fill:#c2c2c2;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               sodipodi:type="arc" />
-          </g>
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8455"
-             sodipodi:cx="30.828125"
-             sodipodi:cy="41.484375"
-             sodipodi:rx="4.578125"
-             sodipodi:ry="4.578125"
-             d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-             transform="matrix(1.02821,0,0,1.02821,55.83221,53.73015)" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8457"
-             sodipodi:cx="30.828125"
-             sodipodi:cy="41.484375"
-             sodipodi:rx="4.578125"
-             sodipodi:ry="4.578125"
-             d="m 35.40625,41.484375 c 0,2.528429 -2.049696,4.578125 -4.578125,4.578125 -2.528429,0 -4.578125,-2.049696 -4.578125,-4.578125 0,-2.528429 2.049696,-4.578125 4.578125,-4.578125 2.528429,0 4.578125,2.049696 4.578125,4.578125 z"
-             transform="matrix(0.984529,0,0,0.984529,57.7018,55.75757)" />
-          <g
-             style="display:inline"
-             id="g8459"
-             transform="matrix(1.007793,0,0,1.004691,56.19417,54.3161)">
-            <rect
-               transform="matrix(0.985898,-0.167348,0.194419,0.980919,0,0)"
-               ry="1.5439408"
-               rx="1.6140188"
-               y="47.136684"
-               x="20.703314"
-               height="3.0878816"
-               width="13.480978"
-               id="rect8461"
-               style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.49689928;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-            <rect
-               transform="matrix(0.984635,-0.174627,0.177401,0.984139,0,0)"
-               ry="1.4996823"
-               rx="1.3586608"
-               y="47.28104"
-               x="21.659946"
-               height="3.0802486"
-               width="9.4694977"
-               id="rect8463"
-               style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#c2c2c2;stroke-width:0.5495854;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-          </g>
-          <g
-             style="display:inline"
-             id="g8465"
-             transform="matrix(1.211847,0,0,1.211847,52.90119,45.21661)">
-            <path
-               transform="translate(-0.34375,-9.375e-2)"
-               d="m 30.03125,39.921875 c 0,0.422843 -0.342782,0.765625 -0.765625,0.765625 -0.422843,0 -0.765625,-0.342782 -0.765625,-0.765625 0,-0.422843 0.342782,-0.765625 0.765625,-0.765625 0.422843,0 0.765625,0.342782 0.765625,0.765625 z"
-               sodipodi:ry="0.765625"
-               sodipodi:rx="0.765625"
-               sodipodi:cy="39.921875"
-               sodipodi:cx="29.265625"
-               id="path8467"
-               style="opacity:1;fill:#cacaca;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-               sodipodi:type="arc" />
-            <text
-               transform="matrix(0,-1,1,0,0,0)"
-               sodipodi:linespacing="125%"
-               id="text8469"
-               y="29.42164"
-               x="-40.349224"
-               style="font-size:1.31750739px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-               xml:space="preserve"><tspan
-                 y="29.42164"
-                 x="-40.349224"
-                 id="tspan8471"
-                 sodipodi:role="line">R</tspan></text>
-          </g>
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8473"
-             sodipodi:cx="31.406248"
-             sodipodi:cy="38.90625"
-             sodipodi:rx="0.46874997"
-             sodipodi:ry="0.46874997"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,63.94198,112.1245)" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8475"
-             sodipodi:cx="31.406248"
-             sodipodi:cy="38.90625"
-             sodipodi:rx="0.46874997"
-             sodipodi:ry="0.46874997"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,64.44962,111.0811)" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8477"
-             sodipodi:cx="31.406248"
-             sodipodi:cy="38.90625"
-             sodipodi:rx="0.46874997"
-             sodipodi:ry="0.46874997"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,65.15726,110.3156)" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8479"
-             sodipodi:cx="31.406248"
-             sodipodi:cy="38.90625"
-             sodipodi:rx="0.46874997"
-             sodipodi:ry="0.46874997"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,63.85072,113.2347)" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8481"
-             sodipodi:cx="31.406248"
-             sodipodi:cy="38.90625"
-             sodipodi:rx="0.46874997"
-             sodipodi:ry="0.46874997"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,64.12085,114.3221)" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:#8d8d8d;fill-opacity:1;stroke:none;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-             id="path8483"
-             sodipodi:cx="31.406248"
-             sodipodi:cy="38.90625"
-             sodipodi:rx="0.46874997"
-             sodipodi:ry="0.46874997"
-             d="m 31.874998,38.90625 c 0,0.258883 -0.209866,0.46875 -0.46875,0.46875 -0.258883,0 -0.46875,-0.209867 -0.46875,-0.46875 0,-0.258883 0.209867,-0.46875 0.46875,-0.46875 0.258884,0 0.46875,0.209867 0.46875,0.46875 z"
-             transform="matrix(4.648302e-8,-0.525081,0.525081,4.648302e-8,64.65661,115.3336)" />
-        </g>
-      </g>
-      <g
-         inkscape:label="Picture"
-         id="g5869" />
-    </g>
-    <g
-       id="g6012"
-       inkscape:label="pix"
-       transform="translate(-80.02649,-488.25015)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         id="g6014"
-         transform="matrix(2.45274e-2,0,0,2.086758e-2,45.69054,36.1536)">
-        <rect
-           y="-150.69685"
-           x="-1559.2523"
-           height="478.35718"
-           width="1339.6335"
-           id="rect6016"
-           style="opacity:0.40206185;fill:url(#linearGradient8956);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           sodipodi:nodetypes="cccc"
-           id="path6018"
-           d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z"
-           style="opacity:0.40206185;fill:url(#radialGradient8958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           style="opacity:0.40206185;fill:url(#radialGradient8960);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z"
-           id="path6020"
-           sodipodi:nodetypes="cccc" />
-      </g>
-      <path
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#535353;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         d="M 11.28569,7.9626278 C 10.66069,7.9626278 10.254441,8.252808 10.004442,8.8063808 C 10.004441,8.8063808 3.5356915,25.909938 3.5356915,25.909938 C 3.5356915,25.909938 3.2856915,26.581497 3.2856915,27.691188 C 3.2856915,27.691188 3.2856915,37.341156 3.2856915,37.341156 C 3.2856915,38.423769 3.943477,38.966158 4.9419415,38.966156 L 43.50444,38.966156 C 44.489293,38.966156 45.09819,38.247976 45.09819,37.122406 L 45.09819,27.472438 C 45.09819,27.472438 45.204153,26.702015 45.00444,26.159938 L 38.28569,8.9626314 C 38.101165,8.4507246 37.648785,7.9745331 37.16069,7.9626278 L 11.28569,7.9626278 z"
-         id="path4196"
-         sodipodi:nodetypes="cccsccccccccc" />
-      <path
-         style="fill:url(#linearGradient8962);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.02044296px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 3.2735915,26.996812 L 4.0381936,26.304597 L 41.647883,26.367097 L 45.11029,26.684395 L 45.11029,37.122927 C 45.11029,38.248496 44.503272,38.966258 43.518419,38.966258 L 4.9354314,38.966258 C 3.9369667,38.966258 3.2735915,38.424207 3.2735915,37.341594 L 3.2735915,26.996812 z"
-         id="path4170"
-         sodipodi:nodetypes="ccccccccc" />
-      <path
-         style="fill:url(#radialGradient8964);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 3.5490842,25.914404 C 2.8347985,27.37869 3.5484686,28.307261 4.5847985,28.307261 C 4.5847985,28.307261 43.584797,28.307261 43.584797,28.307261 C 44.703844,28.283451 45.430035,27.295356 45.013368,26.164403 L 38.299082,8.9537044 C 38.114558,8.4417976 37.64432,7.9656058 37.156225,7.9537008 L 11.299083,7.9537008 C 10.674083,7.9537008 10.263369,8.257274 10.01337,8.8108468 C 10.01337,8.8108468 3.5490842,25.914404 3.5490842,25.914404 z"
-         id="path3093"
-         sodipodi:nodetypes="csccccccs" />
-      <rect
-         style="opacity:1;fill:url(#linearGradient8966);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="rect4174"
-         width="17.625"
-         height="5.5625"
-         x="7.857996"
-         y="31.174183" />
-      <path
-         style="opacity:0.81142853;fill:url(#linearGradient8968);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 7.8579947,36.73668 C 7.8579947,36.73668 7.8579947,32.725195 7.8579947,32.725195 C 9.6935221,35.904421 16.154485,36.73668 20.795492,36.73668 C 20.795492,36.73668 7.8579947,36.73668 7.8579947,36.73668 z"
-         id="path4194"
-         sodipodi:nodetypes="cscc" />
-      <path
-         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 44.796162,25.628688 C 44.859684,26.878662 44.382159,27.944528 43.474046,27.972438 C 43.474046,27.972438 5.3553296,27.972437 5.3553297,27.972438 C 4.0660978,27.972438 3.4875937,27.647491 3.271279,27.104382 C 3.3630404,28.048714 4.0970964,28.753688 5.3553297,28.753688 C 5.3553296,28.753687 43.474046,28.753688 43.474046,28.753688 C 44.550053,28.720617 45.226851,27.329664 44.82621,25.758897 L 44.796162,25.628688 z"
-         id="path4201"
-         sodipodi:nodetypes="cccccccc" />
-      <path
-         style="opacity:0.69142857;fill:url(#linearGradient8970);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 10.96875,10.15625 C 10.922675,10.356571 10.78125,10.543047 10.78125,10.75 C 10.78125,11.698605 11.37223,12.539474 12.125,13.34375 C 12.365268,13.189675 12.490117,12.989342 12.75,12.84375 C 11.809691,12.027746 11.196604,11.127168 10.96875,10.15625 z M 37.625,10.15625 C 37.396273,11.125866 36.782988,12.028676 35.84375,12.84375 C 36.117894,12.997332 36.247738,13.21199 36.5,13.375 C 37.257262,12.568344 37.8125,11.701956 37.8125,10.75 C 37.8125,10.543047 37.670906,10.356571 37.625,10.15625 z M 39.8125,18.59375 C 39.198709,22.633861 32.513887,25.84375 24.28125,25.84375 C 16.068996,25.843751 9.4211001,22.650964 8.78125,18.625 C 8.7488928,18.822132 8.65625,19.016882 8.65625,19.21875 C 8.6562503,23.536697 15.645354,27.062501 24.28125,27.0625 C 32.917146,27.0625 39.937499,23.536698 39.9375,19.21875 C 39.9375,19.005826 39.848449,18.801394 39.8125,18.59375 z"
-         id="path4211" />
-      <path
-         sodipodi:type="arc"
-         style="opacity:1;fill:#ffffff;fill-opacity:0.45762706;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path4224"
-         sodipodi:cx="7.2036505"
-         sodipodi:cy="25.593554"
-         sodipodi:rx="1.3700194"
-         sodipodi:ry="1.016466"
-         d="m 8.5736699,25.593554 c 0,0.561378 -0.6133786,1.016466 -1.3700194,1.016466 -0.7566409,0 -1.3700195,-0.455088 -1.3700195,-1.016466 0,-0.561379 0.6133786,-1.016466 1.3700195,-1.016466 0.7566408,0 1.3700194,0.455087 1.3700194,1.016466 z"
-         transform="translate(8.838843e-2,0.176776)" />
-      <path
-         transform="translate(33.96705,8.838804e-2)"
-         d="m 8.5736699,25.593554 c 0,0.561378 -0.6133786,1.016466 -1.3700194,1.016466 -0.7566409,0 -1.3700195,-0.455088 -1.3700195,-1.016466 0,-0.561379 0.6133786,-1.016466 1.3700195,-1.016466 0.7566408,0 1.3700194,0.455087 1.3700194,1.016466 z"
-         sodipodi:ry="1.016466"
-         sodipodi:rx="1.3700194"
-         sodipodi:cy="25.593554"
-         sodipodi:cx="7.2036505"
-         id="path4226"
-         style="opacity:1;fill:#ffffff;fill-opacity:0.45762706;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:nodetypes="cccsccccccccc"
-         id="path4252"
-         d="M 11.642515,8.4157227 C 11.040823,8.4157227 10.649724,8.6950813 10.409049,9.22801 C 10.409048,9.22801 3.9940341,25.818732 3.9940341,25.818732 C 3.9940341,25.818732 3.7533573,26.465247 3.7533573,27.533555 C 3.7533573,27.533555 3.7533573,36.823651 3.7533573,36.823651 C 3.7533573,38.178391 4.1974134,38.45055 5.3478414,38.45055 L 43.034746,38.45055 C 44.357872,38.45055 44.569062,38.134153 44.569062,36.613058 L 44.569062,27.322962 C 44.569062,27.322962 44.671072,26.581271 44.478807,26.059409 L 37.885616,9.2534336 C 37.707973,8.7606171 37.334964,8.427184 36.865071,8.4157227 L 11.642515,8.4157227 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8972);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-      <path
-         id="path4282"
-         d="M 40.5,31.429166 L 40.5,36.450101"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
-         d="M 38.5,31.488943 L 38.5,36.509878"
-         id="path4284" />
-      <path
-         id="path4286"
-         d="M 36.5,31.488943 L 36.5,36.509878"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
-         d="M 34.5,31.488943 L 34.5,36.509878"
-         id="path4288" />
-      <path
-         id="path4290"
-         d="M 32.5,31.488943 L 32.5,36.509878"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885" />
-      <path
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.42372885"
-         d="M 30.5,31.488943 L 30.5,36.509878"
-         id="path4292" />
-      <path
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 39.5,31.479065 L 39.5,36.5"
-         id="path4294" />
-      <path
-         id="path4296"
-         d="M 37.5,31.538842 L 37.5,36.559777"
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 35.5,31.538842 L 35.5,36.559777"
-         id="path4298" />
-      <path
-         id="path4300"
-         d="M 33.5,31.538842 L 33.5,36.559777"
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         style="opacity:0.09714284;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000048px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 31.5,31.538842 L 31.5,36.559777"
-         id="path4302" />
-      <path
-         style="opacity:0.43999999;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 7.875,31.1875 L 7.875,36.71875 L 20.4375,36.71875 L 8.21875,36.375 L 7.875,31.1875 z"
-         id="path4572" />
-      <path
-         transform="matrix(1.037815,0,0,1.060747,-1.632878,-2.094626)"
-         d="m 39.875,19.5625 c 0,3.693404 -6.659764,6.6875 -14.875,6.6875 -8.215236,0 -14.875,-2.994096 -14.875,-6.6875 0,-3.693404 6.659764,-6.6875 14.875,-6.6875 8.215236,0 14.875,2.994096 14.875,6.6875 z"
-         sodipodi:ry="6.6875"
-         sodipodi:rx="14.875"
-         sodipodi:cy="19.5625"
-         sodipodi:cx="25"
-         id="path2545"
-         style="opacity:0.20571427;fill:url(#linearGradient8974);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.93365198;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.42372879;visibility:visible;display:inline;overflow:visible"
-         sodipodi:type="arc" />
-    </g>
-    <g
-       inkscape:label="Layer 1"
-       id="g6162"
-       transform="translate(-81.669824,-539.09139)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <path
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         sodipodi:type="arc"
-         style="opacity:0.40641713;fill:url(#radialGradient8976);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.81415844;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         id="path12960"
-         sodipodi:cx="30.203562"
-         sodipodi:cy="44.565483"
-         sodipodi:rx="6.5659914"
-         sodipodi:ry="2.2223356"
-         d="m 36.769553,44.565483 c 0,1.227362 -2.939694,2.222336 -6.565991,2.222336 -3.626297,0 -6.565992,-0.994974 -6.565992,-2.222336 0,-1.227362 2.939695,-2.222335 6.565992,-2.222335 3.626297,0 6.565991,0.994973 6.565991,2.222335 z"
-         transform="matrix(2.752736,1.43844,-2.455422,4.679605,48.40044,-223.0412)" />
-      <path
-         style="fill:#484848;fill-opacity:1;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 12.80097,5.8182116 L 5.1577075,12.516803 L 5.4153448,18.657177 L 23.407072,34.845436 L 35.000785,24.110515 L 35.258424,17.411926 L 12.80097,5.8182116 z"
-         id="path12803"
-         sodipodi:nodetypes="ccccccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:#a6a6a6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 5.0704024,12.658182 L 5.3171158,18.579297 L 23.57389,34.615652 L 23.327178,28.201111 L 5.0704024,12.658182 z"
-         id="path12787"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:#7f7f7f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 23.327178,28.201111 L 23.327178,34.739009 L 34.922696,24.006986 L 35.169408,17.345732 L 23.327178,28.201111 z"
-         id="path12789"
-         sodipodi:nodetypes="ccccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:url(#linearGradient8978);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 5.0704024,12.669106 L 23.57389,28.447823 L 35.169408,17.592444 L 12.71851,5.7502141 L 5.0704024,12.669106 z"
-         id="path12791"
-         sodipodi:nodetypes="ccccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:#ffc11a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 6.2664926,11.644777 L 9.1411708,13.645034 C 9.1411708,13.645034 9.8196319,13.891747 10.128023,13.645034 C 10.436414,13.398322 10.374736,12.658182 10.374736,12.658182 L 7.5000581,10.400285 L 6.2664926,11.644777 z"
-         id="path12793"
-         sodipodi:nodetypes="ccsccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         id="path12795"
-         d="M 8.4010304,9.6710707 L 11.361588,11.671328 C 11.361588,11.671328 12.040051,11.918041 12.348442,11.671328 C 12.656831,11.424616 12.595154,10.684476 12.595154,10.684476 L 9.7204774,8.4265796 L 8.4010304,9.6710707 z"
-         style="fill:#ffc11a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:nodetypes="ccsccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:#ffc11a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 10.583973,7.7348437 L 13.458651,9.8209807 C 13.458651,9.8209807 14.137112,10.067694 14.445505,9.8209807 C 14.753896,9.5742672 14.692216,8.8341268 14.692216,8.8341268 L 11.731658,6.4903526 L 10.583973,7.7348437 z"
-         id="path12797"
-         sodipodi:nodetypes="ccsccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:nodetypes="ccccccc"
-         id="path12820"
-         d="M 12.829749,6.3689141 L 5.7478543,13.004915 L 5.9865695,18.350786 L 23.25803,33.865361 L 34.343751,23.57536 L 34.582465,17.96991 L 12.829749,6.3689141 z"
-         style="opacity:0.34224596;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8980);stroke-width:5;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 31.564353,28.210626 C 31.564353,28.210626 37.404149,30.529369 40.495806,35.252734 C 43.587462,39.976098 45.305051,46.846447 45.305051,46.846447"
-         id="path12822"
-         sodipodi:nodetypes="csc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         sodipodi:nodetypes="cscscscscc"
-         style="fill:url(#radialGradient8982);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 32.200708,26.732644 C 31.367882,26.833528 30.70943,27.486206 30.601215,28.318112 C 30.492999,29.150018 30.962562,29.949431 31.741863,30.260022 C 31.741863,30.260022 36.625199,32.925232 38.260739,35.423974 C 40.0495,38.156803 41.243238,42.622122 41.243238,42.622122 C 41.496652,43.6041 42.498135,44.194717 43.480113,43.941304 C 44.462091,43.687889 45.052708,42.686407 44.799295,41.704429 C 44.799295,41.704429 43.698802,36.992826 41.35795,33.416522 C 38.863875,29.606131 33.118401,26.876032 33.118401,26.876032 C 32.829855,26.750352 32.51384,26.700975 32.200708,26.732644 z"
-         id="path12824"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         id="path12801"
-         d="M 15.925782,15.865453 L 30.975286,27.214258 C 32.702277,28.324466 34.36759,27.029223 35.416121,25.733979 C 36.464653,24.438734 36.279618,22.896778 35.169408,22.03328 L 19.133053,13.39832 L 15.925782,15.865453 z"
-         style="fill:#a0a0a1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         sodipodi:nodetypes="cczccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         style="fill:url(#linearGradient8984);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 15.309,15.865453 L 30.728571,25.240552 C 31.592068,25.857335 33.442415,25.117197 34.182556,24.253702 C 34.922696,23.390204 34.305913,22.156639 33.689131,21.786569 L 19.009696,13.02825 L 15.309,15.865453 z"
-         id="path12799"
-         sodipodi:nodetypes="cczccc"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-    </g>
-    <g
-       id="g12659"
-       transform="translate(-110.75798,-523.53448)">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         ry="5"
-         rx="5"
-         y="-171.33693"
-         x="164.58557"
-         height="290.7514"
-         width="790.17462"
-         id="rect4673"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2.01112819;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3530"
-         width="153.2551"
-         height="99.162369"
-         x="185.83698"
-         y="-59.909706"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="191.6134"
-         y="-42.633949"
-         id="text3532"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3534"
-           x="191.6134"
-           y="-42.633949">file-source</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3538"
-         width="49.561798"
-         height="33.867229"
-         x="289.49799"
-         y="-27.26214" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="308.49664"
-         y="-7.5990381"
-         id="text3540"><tspan
-           sodipodi:role="line"
-           id="tspan3542"
-           x="308.49664"
-           y="-7.5990381">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3544"
-         width="153.2551"
-         height="99.162369"
-         x="379.95404"
-         y="-59.909706"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="385.73041"
-         y="-42.633949"
-         id="text3546"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3548"
-           x="385.73041"
-           y="-42.633949">ogg-demuxer</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3552"
-         width="49.561798"
-         height="33.867229"
-         x="379.94818"
-         y="-27.26214" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="391.9256"
-         y="-6.600503"
-         id="text3554"><tspan
-           sodipodi:role="line"
-           id="tspan3556"
-           x="391.9256"
-           y="-6.600503">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3560"
-         width="49.561798"
-         height="33.867229"
-         x="483.61493"
-         y="-48.764091" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="492.61359"
-         y="-27.700373"
-         id="text3562"><tspan
-           sodipodi:role="line"
-           id="tspan3564"
-           x="492.61359"
-           y="-27.700373">src_01</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3566"
-         width="153.2551"
-         height="99.162369"
-         x="586.65533"
-         y="-122.78056"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="592.43182"
-         y="-105.5048"
-         id="text3568"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3570"
-           x="592.43182"
-           y="-105.5048">vorbis-decoder</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3574"
-         width="49.561798"
-         height="33.867229"
-         x="586.64948"
-         y="-90.132973" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="598.62689"
-         y="-69.471352"
-         id="text3576"><tspan
-           sodipodi:role="line"
-           id="tspan3578"
-           x="598.62689"
-           y="-69.471352">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3582"
-         width="49.561798"
-         height="33.867229"
-         x="690.31622"
-         y="-90.132973" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="709.31488"
-         y="-70.469887"
-         id="text3584"><tspan
-           sodipodi:role="line"
-           id="tspan3586"
-           x="709.31488"
-           y="-70.469887">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3610"
-         width="153.2551"
-         height="99.162369"
-         x="780.29425"
-         y="-122.78056"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="786.07062"
-         y="-105.5048"
-         id="text3612"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3614"
-           x="786.07062"
-           y="-105.5048">audio-sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3618"
-         width="49.561798"
-         height="33.867229"
-         x="780.28839"
-         y="-90.132973" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="792.26581"
-         y="-69.471352"
-         id="text3620"><tspan
-           sodipodi:role="line"
-           id="tspan3622"
-           x="792.26581"
-           y="-69.471352">sink</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 338.86911,-10.30825 L 375.86911,-10.30825"
-         id="path3624"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="173.85449"
-         y="-148.00755"
-         id="text3626"><tspan
-           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           sodipodi:role="line"
-           id="tspan3628"
-           x="173.85449"
-           y="-148.00755">pipeline</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 741.29421,-73.1791 L 778.29421,-73.1791"
-         id="path3632"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 740.57991,51.61323 L 777.57991,51.61323"
-         id="path3634"
-         sodipodi:nodetypes="cc" />
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(-816.76968,195.18659)"
-         id="g7012">
-        <g
-           style="display:inline"
-           transform="matrix(2.105461e-2,0,0,2.086758e-2,1070.6274,-195.7891)"
-           id="g6707">
-          <rect
-             style="opacity:0.40206185;fill:url(#linearGradient9048);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             id="rect6709"
-             width="1339.6335"
-             height="478.35718"
-             x="-1559.2523"
-             y="-150.69685" />
-          <path
-             style="opacity:0.40206185;fill:url(#radialGradient9050);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z"
-             id="path6711"
-             sodipodi:nodetypes="cccc" />
-          <path
-             sodipodi:nodetypes="cccc"
-             id="path6713"
-             d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z"
-             style="opacity:0.40206185;fill:url(#radialGradient9052);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        </g>
-        <rect
-           ry="2.394444"
-           rx="2.4241352"
-           y="-215.91727"
-           x="1035.488"
-           height="23.112879"
-           width="31.978371"
-           id="rect3115"
-           style="fill:url(#linearGradient9054);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000072;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-        <rect
-           style="opacity:0.48101268;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9056);stroke-width:1.00000107;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           id="rect4220"
-           width="29.804138"
-           height="21.075352"
-           x="1036.5247"
-           y="-214.94901"
-           rx="1.2846882"
-           ry="1.2846882" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path4162"
-           d="M 1036.7955,-214.64552 L 1041.8454,-221.45636 L 1060.641,-221.55737 L 1065.861,-214.78376 L 1036.7955,-214.64552 z"
-           style="fill:url(#linearGradient9058);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9060);stroke-width:1.00000083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path4164"
-           d="M 1066.302,-214.867 L 1071.495,-207.67234 L 1031.9866,-207.67234 L 1036.6507,-214.87194 L 1066.302,-214.867 z"
-           style="fill:url(#linearGradient9062);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path4178"
-           d="M 1060.875,-221.5786 L 1065.5579,-214.65633 L 1074.5915,-210.2715 L 1066.477,-219.18416 L 1060.875,-221.5786 z"
-           style="fill:url(#linearGradient9064);fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           style="fill:#f8e8cf;fill-opacity:1;fill-rule:nonzero;stroke:#a0670c;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           d="M 1041.6434,-221.47758 L 1037.6676,-214.75734 L 1028.533,-210.37252 L 1036.6475,-219.28517 L 1041.6434,-221.47758 z"
-           id="path4180" />
-        <path
-           style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#f4e3ca;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           d="M 1065.0507,-214.75665 L 1069.5046,-208.69969 L 1033.674,-208.69969 L 1037.815,-214.88001 L 1065.0507,-214.75665 z"
-           id="path4954"
-           sodipodi:nodetypes="ccccc" />
-        <g
-           id="g2892"
-           transform="matrix(0.676538,0,0,1,1032.0206,-231.1927)">
-          <path
-             style="opacity:1;fill:url(#radialGradient9066);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z"
-             id="path2882" />
-          <path
-             id="path2141"
-             d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z"
-             style="opacity:1;fill:url(#radialGradient9068);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        </g>
-        <g
-           transform="matrix(0.676538,0,0,1,1038.5206,-231.1927)"
-           id="g2900">
-          <path
-             id="path2902"
-             d="M 23.926073,12.101621 C 18.588065,12.101621 14.282569,14.129809 14.282569,16.641813 L 33.604773,16.641813 C 33.604773,14.129809 29.264081,12.101621 23.926073,12.101621 z"
-             style="opacity:1;fill:url(#radialGradient9070);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-          <path
-             style="opacity:1;fill:url(#radialGradient9072);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 23.931961,12.861168 C 20.379986,12.861168 17.515057,14.210748 17.515057,15.882266 L 30.372285,15.882266 C 30.372285,14.210748 27.483936,12.861168 23.931961,12.861168 z"
-             id="path2904" />
-        </g>
-        <path
-           style="opacity:0.87974686;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9074);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-           d="M 1037.678,-214.8209 L 1041.0623,-220.59968 L 1061.5405,-220.6749 L 1065.3825,-214.82282 L 1037.678,-214.8209 z"
-           id="path4966"
-           sodipodi:nodetypes="ccccc" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(-830.81219,194.07975)"
-         id="g7032">
-        <g
-           inkscape:label="shadow"
-           id="layer2"
-           transform="matrix(0.8882175,0,0,0.8882175,1264.3555,-226.72473)">
-          <path
-             transform="matrix(1.18638,0,0,1.18638,-4.539687,-7.794678)"
-             d="m 44.285715,38.714287 c 0,5.43296 -8.922325,9.837245 -19.928572,9.837245 -11.006246,0 -19.9285713,-4.404285 -19.9285713,-9.837245 0,-5.432961 8.9223253,-9.837245 19.9285713,-9.837245 11.006247,0 19.928572,4.404284 19.928572,9.837245 z"
-             sodipodi:ry="9.837245"
-             sodipodi:rx="19.928572"
-             sodipodi:cy="38.714287"
-             sodipodi:cx="24.357143"
-             id="path1538"
-             style="fill:url(#radialGradient9076);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.50000042;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-        </g>
-        <g
-           id="g3839"
-           inkscape:label="Layer 1"
-           transform="matrix(0.8882175,0,0,0.8882175,1264.3555,-226.72473)">
-          <path
-             inkscape:r_cy="true"
-             inkscape:r_cx="true"
-             style="opacity:1;fill:url(#linearGradient9078);fill-opacity:1;fill-rule:nonzero;stroke:#3f4561;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 22.699525,0.94746963 C 22.22635,0.97984519 21.766437,1.0531317 21.301673,1.1063165 L 21.269903,1.1063165 L 20.157975,7.1742671 C 18.345621,7.5870046 16.640562,8.2874574 15.106644,9.2392765 L 10.118853,5.6493371 C 8.770521,6.6961412 7.543552,7.9170049 6.465374,9.2392765 L 9.928236,14.290607 C 8.876814,15.89739 8.086153,17.732094 7.640841,19.659632 C 7.640765,19.668743 7.640779,19.689813 7.640841,19.691401 L 1.60466,20.644482 C 1.494303,21.545851 1.445813,22.477386 1.445813,23.408418 C 1.445813,24.170171 1.466846,24.921747 1.541121,25.664043 L 7.577303,26.744202 C 8.0066,28.840363 8.822112,30.797987 9.960006,32.526228 L 6.370066,37.450482 C 7.398201,38.726866 8.585171,39.888962 9.864698,40.913343 L 14.947798,37.418712 C 16.724273,38.551956 18.707343,39.346604 20.856901,39.737877 L 21.809983,45.742288 C 22.487237,45.803935 23.181758,45.805827 23.874992,45.805827 C 24.853677,45.805826 25.788512,45.768738 26.734236,45.64698 L 27.877933,39.515491 C 29.91886,39.007587 31.836112,38.126493 33.501113,36.942172 L 38.393596,40.500342 C 39.662366,39.420897 40.822583,38.180154 41.824689,36.846863 L 38.266519,31.700225 C 39.230125,30.036028 39.897817,28.199859 40.23622,26.235892 L 46.240632,25.282811 C 46.29329,24.656221 46.30417,24.048546 46.30417,23.408418 C 46.30417,22.296018 46.174875,21.205317 46.018246,20.136172 L 39.918526,19.024244 C 39.440518,17.259164 38.656214,15.612364 37.662901,14.13176 L 41.25284,9.2075071 C 40.140075,7.8466524 38.870718,6.5895264 37.472284,5.5222596 L 32.293876,9.0804296 C 30.805549,8.200202 29.203897,7.5248159 27.464931,7.1424978 L 26.51185,1.1063165 C 25.644369,1.0042729 24.769749,0.94746963 23.874992,0.94746963 C 23.633166,0.94746964 23.384286,0.93986063 23.144296,0.94746963 C 23.027301,0.95117908 22.911525,0.94066346 22.794833,0.94746963 C 22.763228,0.94931296 22.73107,0.94531125 22.699525,0.94746963 z M 23.525529,16.387386 C 23.641592,16.381497 23.757473,16.387386 23.874992,16.387386 C 27.635598,16.387386 30.705408,19.457196 30.705408,23.217802 C 30.705409,26.978407 27.635597,30.016448 23.874992,30.016448 C 20.114387,30.016449 17.076346,26.978407 17.076346,23.217802 C 17.076347,19.574716 19.927558,16.569963 23.525529,16.387386 z"
-             id="path3243" />
-          <path
-             inkscape:r_cy="true"
-             inkscape:r_cx="true"
-             sodipodi:type="arc"
-             style="opacity:0.64772728;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.62180054;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             id="path3283"
-             sodipodi:cx="23.511301"
-             sodipodi:cy="23.781593"
-             sodipodi:rx="12.727922"
-             sodipodi:ry="12.727922"
-             d="m 36.239223,23.781593 c 0,7.029438 -5.698484,12.727923 -12.727922,12.727923 -7.029437,0 -12.727922,-5.698485 -12.727922,-12.727923 0,-7.029437 5.698485,-12.727922 12.727922,-12.727922 7.029438,0 12.727922,5.698485 12.727922,12.727922 z"
-             transform="matrix(0.616598,0,0,0.616598,9.38202,8.539674)" />
-          <path
-             inkscape:r_cy="true"
-             inkscape:r_cx="true"
-             id="path3285"
-             d="M 21.995808,2.1484671 L 21.103024,8.0235243 C 19.404254,8.4103946 16.279442,9.5936035 14.841657,10.485771 L 10.091975,6.9406268 C 8.828145,7.9218257 8.741474,7.9883656 7.730867,9.2277688 L 11.165063,14.320988 C 10.179537,15.827071 8.995796,18.510982 8.570778,20.42893 C 8.570778,20.42893 2.552988,21.443355 2.552988,21.443355 C 2.449547,22.288234 2.49926,24.096528 2.56888,24.792303 L 8.317097,25.82782 C 8.71949,27.79261 10.225324,30.955232 11.291904,32.575161 L 7.656902,37.377719 C 8.620601,38.57411 8.813474,38.683589 10.01281,39.64377 L 14.873441,36.082733 C 16.538581,37.144954 19.84373,38.437109 21.858571,38.80386 L 22.656299,44.604952 C 23.291109,44.662736 25.044829,44.824827 25.931283,44.710701 L 26.824066,38.671821 C 28.737084,38.195749 32.042539,36.838896 33.603191,35.728798 L 38.458624,39.236958 C 39.647878,38.225166 39.658533,38.072709 40.597835,36.822978 L 36.999815,31.708667 C 37.90303,30.148767 39.070902,27.098068 39.388097,25.257187 L 45.279046,24.279744 C 45.328399,23.692424 45.330802,22.054578 45.18399,21.052439 L 39.182092,20.016922 C 38.73404,18.362463 37.196418,15.381153 36.265359,13.993342 L 40.080075,9.1907857 C 39.037052,7.915218 38.64924,7.7402002 37.338448,6.7398212 L 32.313994,10.337839 C 30.918941,9.5127782 28.137095,8.2550417 26.507114,7.8966842 L 25.619528,2.1484671 C 24.806414,2.0528187 22.460488,2.0952921 21.995808,2.1484671 z"
-             style="opacity:0.34659089;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999923;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc" />
-          <path
-             style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 10.102903,6.2970655 C 8.7545689,7.3438694 8.1656464,7.9719226 7.0874684,9.2941942 L 10.489927,14.259153 C 9.4385072,15.857755 8.3316275,18.426114 8.1423859,19.987706 C 8.1423859,19.987706 2.0798859,21.0319 2.0798859,21.0319 C 2.0109129,21.595256 1.90625,22.884803 1.90625,22.884803 L 2.0830267,24.447303 C 2.5107567,24.535638 2.9231817,24.617818 3.3642767,24.666053 L 3.8642767,23.134803 C 4.2083177,23.163279 4.5439297,23.197303 4.8955267,23.197303 C 5.2467347,23.197303 5.6139847,23.163473 5.9580267,23.134803 L 6.4267767,24.666053 C 6.8680647,24.617818 7.3115487,24.535638 7.7392767,24.447303 L 7.7392767,22.884803 C 8.4250337,22.72518 9.0712777,22.497045 9.7080267,22.228553 L 10.645527,23.509803 C 11.047878,23.327709 11.421123,23.133984 11.801777,22.916053 L 11.301777,21.416053 C 11.89901,21.053803 12.463529,20.620706 12.989277,20.166053 L 14.270527,21.103553 C 14.596162,20.806973 14.91164,20.491691 15.208027,20.166053 L 14.270527,18.916053 C 14.725373,18.390305 15.127027,17.826171 15.489277,17.228553 L 16.989277,17.697303 C 17.207208,17.316456 17.432571,16.943209 17.614277,16.541053 L 16.333027,15.603553 C 16.601517,14.966804 16.798016,14.320561 16.958027,13.634803 L 18.551777,13.634803 C 18.640112,13.207076 18.691236,12.763591 18.739277,12.322303 L 17.239277,11.853553 C 17.268139,11.509705 17.301777,11.142456 17.301777,10.791053 C 17.301776,10.43965 17.267753,10.104039 17.239277,9.7598034 L 18.739277,9.2910534 C 18.69373,8.8711662 18.633686,8.4490548 18.551777,8.0410534 C 17.404349,8.4403544 15.999117,9.1941729 14.983265,9.8245243 L 10.102903,6.2970655 z"
-             id="path3767"
-             inkscape:r_cx="true"
-             inkscape:r_cy="true"
-             sodipodi:nodetypes="cccccccccsccccccccccccccccccccsccccc" />
-          <path
-             style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             d="M 37.236641,17.217754 C 36.85286,17.39913 36.490003,17.603509 36.123236,17.813295 L 36.692886,19.548136 C 35.995792,19.970436 35.338156,20.467825 34.725008,20.998151 L 33.249099,19.910639 C 32.869013,20.256538 32.507327,20.618223 32.161588,20.998151 L 33.249099,22.474059 C 32.718773,23.087371 32.221547,23.745002 31.799084,24.441937 L 31.255328,24.260685 C 31.207646,24.960968 31.018949,25.62217 30.737466,26.228563 L 30.841038,26.306242 C 30.527881,27.048922 30.27649,27.83664 30.090137,28.636624 L 28.614229,28.636624 C 28.477946,28.722076 28.343676,28.821684 28.199938,28.895555 C 28.121568,29.310822 28.065026,29.712881 28.018687,30.138426 L 29.77942,30.708074 C 29.746033,31.10935 29.727633,31.515269 29.727633,31.925052 C 29.727631,32.334993 29.746034,32.740753 29.77942,33.142029 L 28.018687,33.711677 C 28.074705,34.226432 28.148678,34.740347 28.251725,35.239372 L 30.090137,35.213479 C 30.218255,35.763466 30.393202,36.320918 30.582107,36.844746 C 31.327023,36.557466 32.05594,36.214561 32.731236,35.809021 C 32.319649,34.59298 32.083908,33.279913 32.083908,31.925052 C 32.083909,26.727119 35.376289,22.288397 39.981313,20.583861 L 38.893802,20.402608 C 38.671014,19.579946 38.382478,18.774017 38.013435,18.020441 C 38.002581,17.998277 37.99851,17.96486 37.987542,17.942761 L 37.935756,17.890975 L 37.236641,17.217754 z"
-             id="path3770"
-             inkscape:r_cx="true"
-             inkscape:r_cy="true" />
-        </g>
-      </g>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3848"
-         width="49.561798"
-         height="33.867229"
-         x="483.42755"
-         y="-5.2878809" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="492.42621"
-         y="15.77584"
-         id="text3850"><tspan
-           sodipodi:role="line"
-           id="tspan3852"
-           x="492.42621"
-           y="15.77584">src_02</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 532.61231,15.70274 L 583.15071,50.6503"
-         id="path3854"
-         sodipodi:nodetypes="cc" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3856"
-         width="153.2551"
-         height="99.162369"
-         x="586.65533"
-         y="2.011771"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="592.43182"
-         y="19.287527"
-         id="text3858"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3860"
-           x="592.43182"
-           y="19.287527">theora-decoder</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3864"
-         width="49.561798"
-         height="33.867229"
-         x="586.64948"
-         y="34.65934" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="598.62689"
-         y="55.320976"
-         id="text3866"><tspan
-           sodipodi:role="line"
-           id="tspan3868"
-           x="598.62689"
-           y="55.320976">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3872"
-         width="49.561798"
-         height="33.867229"
-         x="690.31622"
-         y="34.65934" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="709.31488"
-         y="54.322441"
-         id="text3874"><tspan
-           sodipodi:role="line"
-           id="tspan3876"
-           x="709.31488"
-           y="54.322441">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3878"
-         width="153.2551"
-         height="99.162369"
-         x="780.29999"
-         y="2.011771"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="786.07635"
-         y="19.287542"
-         id="text3880"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3882"
-           x="786.07635"
-           y="19.287542">video-sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3886"
-         width="49.561798"
-         height="33.867229"
-         x="780.29413"
-         y="34.65934" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="792.27167"
-         y="55.320976"
-         id="text3888"><tspan
-           sodipodi:role="line"
-           id="tspan3890"
-           x="792.27167"
-           y="55.320976">sink</tspan></text>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(-830.81219,185.30822)"
-         id="g7053">
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.3;fill:url(#radialGradient9080);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path1344"
-           sodipodi:cx="23.25"
-           sodipodi:cy="35.375"
-           sodipodi:rx="18.5"
-           sodipodi:ry="7.375"
-           d="m 41.75,35.375 c 0,4.0731 -8.282732,7.375 -18.5,7.375 -10.217268,0 -18.5,-3.3019 -18.5,-7.375 0,-4.0731 8.282732,-7.375 18.5,-7.375 10.217268,0 18.5,3.3019 18.5,7.375 z"
-           transform="matrix(0.9587652,0,0,0.9587652,1470.52,-281.13949)" />
-        <path
-           sodipodi:nodetypes="cccccccccccccc"
-           id="path7042"
-           d="M 1510.4286,-276.38353 C 1510.4286,-276.38353 1488.3171,-273.66577 1488.3171,-273.66577 L 1488.3171,-252.78267 C 1486.739,-253.31732 1484.5474,-253.45709 1482.145,-252.96243 C 1477.9683,-252.10245 1474.9755,-249.799 1475.4337,-247.83903 C 1475.8918,-245.87906 1479.6462,-244.97163 1483.8229,-245.83162 C 1487.7698,-246.64429 1491.1901,-248.74416 1491.112,-250.62544 L 1491.2618,-268.87194 C 1491.2618,-268.87194 1507.4941,-271.64786 1507.4941,-271.64786 L 1507.4941,-255.07598 C 1497.6668,-256.51412 1494.75,-252.30204 1495.2082,-250.34207 C 1495.6664,-248.3821 1499.4207,-247.47468 1503.5974,-248.33466 C 1507.3034,-249.09772 1509.9563,-250.98393 1510.2189,-252.76895 L 1510.4286,-276.38353 z"
-           style="fill:#9db029;fill-opacity:1;fill-rule:nonzero;stroke:#596616;stroke-width:0.95876521;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block" />
-        <path
-           style="opacity:0.51176471;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.95876521;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block"
-           d="M 1509.5696,-275.32842 C 1509.5696,-275.32842 1489.2612,-272.61066 1489.2612,-272.61066 L 1489.2612,-251.67282 C 1482.0079,-253.49957 1476.0944,-249.91406 1476.5301,-248.05018 C 1477.2055,-244.86801 1490.3156,-246.9934 1490.2413,-251.05952 L 1490.3838,-269.72971 C 1490.3838,-269.72971 1508.4568,-272.50278 1508.4568,-272.50278 L 1508.4568,-253.8671 C 1501.2026,-255.7143 1495.7383,-252.54747 1496.174,-250.6836 C 1496.7296,-247.62127 1508.0418,-248.65738 1509.3701,-253.23118 L 1509.5696,-275.32842 z"
-           id="path2311"
-           sodipodi:nodetypes="ccccccccccc" />
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.51176471;fill:url(#radialGradient9082);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           id="path2313"
-           sodipodi:cx="5.875"
-           sodipodi:cy="32.75"
-           sodipodi:rx="6.375"
-           sodipodi:ry="3.25"
-           d="M 12.25,32.75 C 12.25,34.544925 9.3958153,36 5.875,36 2.3541847,36 -0.5,34.544925 -0.5,32.75 c 0,-1.794925 2.8541847,-3.25 6.375,-3.25 3.5208153,0 6.375,1.455075 6.375,3.25 z"
-           transform="matrix(0.7042284,-0.1070413,0.1070413,0.7042284,1474.2624,-272.13586)" />
-        <path
-           transform="matrix(0.7042284,-0.1070413,0.1070413,0.7042284,1493.2867,-274.85362)"
-           d="M 12.25,32.75 C 12.25,34.544925 9.3958153,36 5.875,36 2.3541847,36 -0.5,34.544925 -0.5,32.75 c 0,-1.794925 2.8541847,-3.25 6.375,-3.25 3.5208153,0 6.375,1.455075 6.375,3.25 z"
-           sodipodi:ry="3.25"
-           sodipodi:rx="6.375"
-           sodipodi:cy="32.75"
-           sodipodi:cx="5.875"
-           id="path2323"
-           style="opacity:0.51176471;fill:url(#radialGradient9084);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           sodipodi:type="arc" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(-830.81219,188.92104)"
-         id="g7042">
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.70329674;fill:url(#radialGradient9086);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path7077"
-           sodipodi:cx="23.157747"
-           sodipodi:cy="26.963573"
-           sodipodi:rx="21.566757"
-           sodipodi:ry="14.318913"
-           d="m 44.724504,26.963573 c 0,7.908118 -9.655766,14.318914 -21.566757,14.318914 -11.910991,0 -21.5667569,-6.410796 -21.5667569,-14.318914 0,-7.908117 9.6557659,-14.318913 21.5667569,-14.318913 11.910991,0 21.566757,6.410796 21.566757,14.318913 z"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           transform="matrix(0.8013773,0,0,0.8013773,1475.315,-156.45514)" />
-        <path
-           transform="matrix(1.0051171,0,0,1.2356645,1466.4725,-162.09851)"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-           sodipodi:ry="8.25"
-           sodipodi:rx="14.75"
-           sodipodi:cy="21"
-           sodipodi:cx="25.75"
-           id="path7028"
-           style="fill:#a1a39f;fill-opacity:1;fill-rule:evenodd;stroke:#6d6f6a;stroke-width:0.7190817;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11522388;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path3999"
-           sodipodi:cx="25.75"
-           sodipodi:cy="21"
-           sodipodi:rx="14.75"
-           sodipodi:ry="8.25"
-           d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           transform="matrix(0.6122611,0,0,0.802831,1476.1749,-155.02827)" />
-        <path
-           style="fill:url(#radialGradient9088);fill-rule:nonzero;stroke:#3b3d39;stroke-width:0.8013773;stroke-miterlimit:4;stroke-opacity:1"
-           d="M 1511.2073,-124.02847 C 1511.2073,-124.02847 1504.5368,-127.02323 1500.2637,-126.64635 C 1495.7095,-126.24466 1488.1014,-125.97524 1485.1192,-130.68476 C 1497.7795,-126.86662 1503.6206,-133.20569 1512.1892,-129.63534 C 1512.1892,-129.63534 1511.2073,-124.02847 1511.2073,-124.02847 z"
-           id="path6456"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           sodipodi:nodetypes="czccc" />
-        <path
-           transform="matrix(0.6098233,0,0,0.7906893,1476.6513,-156.59802)"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           d="m 40.5,21 c 0,4.556349 -6.6038,8.25 -14.75,8.25 C 17.6038,29.25 11,25.556349 11,21 c 0,-4.556349 6.6038,-8.25 14.75,-8.25 8.1462,0 14.75,3.693651 14.75,8.25 z"
-           sodipodi:ry="8.25"
-           sodipodi:rx="14.75"
-           sodipodi:cy="21"
-           sodipodi:cx="25.75"
-           id="path7026"
-           style="fill:url(#linearGradient9090);fill-opacity:1;fill-rule:evenodd;stroke:#757972;stroke-width:1.23408842;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.8013773;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 1491.2274,-150.88061 C 1483.5682,-150.45935 1477.5288,-145.74008 1477.5288,-140.03697 C 1477.5288,-134.05786 1484.1706,-129.19333 1492.3543,-129.19334 C 1500.538,-129.19334 1507.1798,-134.05786 1507.1798,-140.03697 C 1507.1798,-146.01609 1500.538,-150.88061 1492.3543,-150.88061 C 1492.3223,-150.88061 1492.286,-150.88076 1492.2541,-150.88061 C 1492.0633,-150.87973 1491.8671,-150.88673 1491.6781,-150.88061 C 1491.5858,-150.87762 1491.4945,-150.88483 1491.4027,-150.88061 C 1491.3421,-150.87783 1491.2877,-150.88393 1491.2274,-150.88061 z M 1490.1255,-149.1276 C 1490.1761,-149.13169 1490.2245,-149.12482 1490.2757,-149.1276 C 1490.3832,-149.13343 1490.4917,-149.1276 1490.6013,-149.1276 C 1492.9384,-149.1276 1494.8336,-147.76349 1494.8336,-146.09739 C 1494.8336,-144.43129 1492.9384,-143.09222 1490.6013,-143.09222 C 1488.2641,-143.09222 1486.369,-144.43129 1486.369,-146.09739 C 1486.369,-147.64817 1488.0134,-148.95707 1490.1255,-149.1276 z M 1499.3413,-145.44627 C 1499.3947,-145.45105 1499.4376,-145.44286 1499.4916,-145.44627 C 1499.5851,-145.45218 1499.672,-145.44455 1499.767,-145.44627 C 1499.8057,-145.44697 1499.8283,-145.44627 1499.8672,-145.44627 C 1502.3542,-145.44627 1504.3749,-143.99241 1504.3749,-142.21572 C 1504.3749,-140.43903 1502.3542,-139.01021 1499.8672,-139.01021 C 1497.3802,-139.01021 1495.3595,-140.43903 1495.3595,-142.21572 C 1495.3595,-143.85694 1497.1159,-145.24717 1499.3413,-145.44627 z M 1483.9398,-142.91692 C 1484.1144,-142.9312 1484.3109,-142.91692 1484.4908,-142.91692 C 1487.0491,-142.91692 1489.1237,-141.44051 1489.1237,-139.61124 C 1489.1237,-137.78198 1487.0491,-136.30556 1484.4908,-136.30556 C 1481.9325,-136.30556 1479.8578,-137.78198 1479.8578,-139.61124 C 1479.8578,-141.31189 1481.6317,-142.72807 1483.9398,-142.91692 z M 1493.1807,-138.80986 C 1493.1999,-138.8121 1493.2115,-138.80779 1493.2308,-138.80986 C 1493.233,-138.80996 1493.2538,-138.80989 1493.2558,-138.80986 C 1493.2579,-138.80983 1493.2787,-138.80978 1493.2809,-138.80986 C 1493.2859,-138.80978 1493.3034,-138.80977 1493.3059,-138.80986 C 1493.3269,-138.80972 1493.36,-138.81017 1493.3811,-138.80986 C 1493.3836,-138.80993 1493.4011,-138.80993 1493.4061,-138.80986 C 1493.5992,-138.82571 1493.7831,-138.80986 1493.9821,-138.80986 C 1496.8123,-138.80986 1499.1159,-137.18342 1499.1159,-135.15358 C 1499.1159,-133.12374 1496.8123,-131.47225 1493.9821,-131.47225 C 1491.1519,-131.47225 1488.8483,-133.12374 1488.8483,-135.15358 C 1488.8483,-136.9823 1490.7407,-138.52634 1493.1807,-138.80986 z"
-           id="path7012"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-        <path
-           sodipodi:type="arc"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9092);stroke-width:1.05932879;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path7044"
-           sodipodi:cx="22.185474"
-           sodipodi:cy="19.008621"
-           sodipodi:rx="18.473166"
-           sodipodi:ry="13.435029"
-           d="m 40.65864,19.008621 c 0,7.419962 -8.270718,13.435029 -18.473166,13.435029 -10.202447,0 -18.4731651,-6.015067 -18.4731651,-13.435029 0,-7.419961 8.2707181,-13.4350288 18.4731651,-13.4350288 10.202448,0 18.473166,6.0150678 18.473166,13.4350288 z"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           transform="matrix(0.7617356,0,0,0.7512912,1475.4861,-154.40517)" />
-        <path
-           style="fill:url(#linearGradient9094);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 1511.8879,-129.42361 L 1511.0211,-124.57528 C 1508.9303,-125.27684 1507.6697,-125.83197 1505.3544,-126.38388 L 1505.6204,-130.32076 C 1507.1418,-130.48208 1509.5177,-130.20718 1511.8879,-129.42361 z"
-           id="path7067"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="opacity:0.70329674;fill:url(#linearGradient9096);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 1511.8879,-129.56898 L 1511.7376,-128.86778 C 1505.2425,-131.29506 1499.2633,-129.04946 1493.0054,-128.86778 C 1501.5089,-129.57506 1504.297,-131.84542 1511.8879,-129.56898 z"
-           id="path7136"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           sodipodi:nodetypes="cccc" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(-826.81219,187.77171)"
-         id="g7082">
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.50857143;fill:url(#radialGradient9098);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
-           id="path2452"
-           sodipodi:cx="24.218407"
-           sodipodi:cy="35.051105"
-           sodipodi:rx="16.882174"
-           sodipodi:ry="4.552"
-           d="m 41.10058,35.051105 c 0,2.514001 -7.558406,4.552001 -16.882173,4.552001 -9.323767,0 -16.8821739,-2.038 -16.8821739,-4.552001 0,-2.514 7.5584069,-4.552 16.8821739,-4.552 9.323767,0 16.882173,2.038 16.882173,4.552 z"
-           transform="matrix(1.050251,0,0,1.867888,1685.2,-187.2542)" />
-        <path
-           sodipodi:type="arc"
-           style="fill:#adb0aa;fill-opacity:1;fill-rule:evenodd;stroke:#4b4d4a;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path2407"
-           sodipodi:cx="-35.658386"
-           sodipodi:cy="29.716238"
-           sodipodi:rx="9.3944187"
-           sodipodi:ry="3.939595"
-           d="m -26.263968,29.716238 c 0,2.175778 -4.206024,3.939595 -9.394418,3.939595 -5.188394,0 -9.394419,-1.763817 -9.394419,-3.939595 0,-2.175778 4.206025,-3.939595 9.394419,-3.939595 5.188394,0 9.394418,1.763817 9.394418,3.939595 z"
-           transform="translate(1746.179,-151.06966)" />
-        <path
-           transform="matrix(0.902373,0,0,0.82765,1742.6978,-146.28017)"
-           d="m -26.263968,29.716238 c 0,2.175778 -4.206024,3.939595 -9.394418,3.939595 -5.188394,0 -9.394419,-1.763817 -9.394419,-3.939595 0,-2.175778 4.206025,-3.939595 9.394419,-3.939595 5.188394,0 9.394418,1.763817 9.394418,3.939595 z"
-           sodipodi:ry="3.939595"
-           sodipodi:rx="9.3944187"
-           sodipodi:cy="29.716238"
-           sodipodi:cx="-35.658386"
-           id="path1825"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9100);stroke-width:1.15713382;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9102);stroke-width:1.18333709;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path2983"
-           sodipodi:cx="-35.658386"
-           sodipodi:cy="29.716238"
-           sodipodi:rx="9.3944187"
-           sodipodi:ry="3.939595"
-           d="m -26.263968,29.716238 c 0,2.175778 -4.206024,3.939595 -9.394418,3.939595 -5.188394,0 -9.394419,-1.763817 -9.394419,-3.939595 0,-2.175778 4.206025,-3.939595 9.394419,-3.939595 5.188394,0 9.394418,1.763817 9.394418,3.939595 z"
-           transform="matrix(0.837548,0,0,0.852655,1740.3237,-148.14194)" />
-        <rect
-           y="-128.06947"
-           x="1706.118"
-           height="6.3650389"
-           width="9.0396729"
-           id="rect2699"
-           style="fill:url(#linearGradient9104);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60872948;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           style="fill:url(#linearGradient9106);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9108);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 1693.7265,-154.57747 L 1727.3147,-154.57747 C 1728.226,-154.57747 1728.9388,-153.99399 1728.9814,-153.17588 L 1730.3135,-127.59777 C 1730.3717,-126.48003 1729.4124,-125.57746 1728.2932,-125.57746 L 1692.748,-125.57746 C 1691.6288,-125.57746 1690.6695,-126.48003 1690.7277,-127.59777 L 1692.0598,-153.17588 C 1692.1,-153.94942 1692.6073,-154.57747 1693.7265,-154.57747 z"
-           id="rect2404"
-           sodipodi:nodetypes="cssssssss" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path2377"
-           d="M 1695.0561,-151.96726 L 1693.8139,-129.92195 L 1725.4643,-129.92195 L 1724.1293,-151.87383 L 1695.0561,-151.96726 z"
-           style="fill:url(#linearGradient9110);fill-opacity:1;fill-rule:evenodd;stroke:#000079;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-        <path
-           sodipodi:nodetypes="cc"
-           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient9112);stroke-width:0.99618119;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.24840764"
-           d="M 1692.823,-127.5373 L 1728.2515,-127.5373"
-           id="path2393" />
-        <path
-           sodipodi:nodetypes="cssssssss"
-           id="path2397"
-           d="M 1693.5602,-153.56675 L 1727.4057,-153.60455 C 1727.6894,-153.60487 1727.965,-153.3673 1727.9878,-152.95201 L 1729.3497,-128.14876 C 1729.4077,-127.09173 1728.8099,-126.36289 1727.7513,-126.36289 L 1693.2274,-126.36289 C 1692.1687,-126.36289 1691.6343,-127.09168 1691.6915,-128.14876 L 1693.0156,-152.64293 C 1693.0543,-153.35876 1693.182,-153.56633 1693.5602,-153.56675 z"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9114);stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           style="opacity:0.53142856;fill:url(#linearGradient9116);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 1695.3571,-151.52673 L 1694.5546,-133.6564 C 1705.5992,-136.05703 1709.9761,-144.1486 1723.7086,-146.80315 L 1723.5472,-151.46066 L 1695.3571,-151.52673 z"
-           id="path2443" />
-        <path
-           transform="matrix(1.331237,0,0,0.658449,1680.2263,-153.41922)"
-           d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-           sodipodi:ry="0.83968931"
-           sodipodi:rx="0.83968931"
-           sodipodi:cy="3.9384086"
-           sodipodi:cx="34.780815"
-           id="path2709"
-           style="fill:url(#linearGradient9118);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="fill:url(#linearGradient9120);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path2719"
-           sodipodi:cx="34.780815"
-           sodipodi:cy="3.9384086"
-           sodipodi:rx="0.83968931"
-           sodipodi:ry="0.83968931"
-           d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-           transform="matrix(1.331237,0,0,0.658449,1680.3399,-151.31344)" />
-        <path
-           transform="matrix(1.331237,0,0,0.658449,1680.4535,-149.31344)"
-           d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-           sodipodi:ry="0.83968931"
-           sodipodi:rx="0.83968931"
-           sodipodi:cy="3.9384086"
-           sodipodi:cx="34.780815"
-           id="path2723"
-           style="fill:url(#linearGradient9122);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:type="arc"
-           style="fill:url(#linearGradient9124);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path2727"
-           sodipodi:cx="34.780815"
-           sodipodi:cy="3.9384086"
-           sodipodi:rx="0.83968931"
-           sodipodi:ry="0.83968931"
-           d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-           transform="matrix(1.331237,0,0,0.658449,1680.5671,-147.31344)" />
-        <path
-           transform="matrix(1.331237,0,0,0.658449,1680.6807,-145.31344)"
-           d="m 35.620504,3.9384086 c 0,0.4637476 -0.375941,0.8396893 -0.839689,0.8396893 -0.463747,0 -0.839689,-0.3759417 -0.839689,-0.8396893 0,-0.4637476 0.375942,-0.8396893 0.839689,-0.8396893 0.463748,0 0.839689,0.3759417 0.839689,0.8396893 z"
-           sodipodi:ry="0.83968931"
-           sodipodi:rx="0.83968931"
-           sodipodi:cy="3.9384086"
-           sodipodi:cx="34.780815"
-           id="path2731"
-           style="fill:url(#linearGradient9126);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           sodipodi:type="arc" />
-        <path
-           id="text2735"
-           d="M 1708.6456,-128.95542 L 1708.9273,-128.95542 C 1709.0111,-128.95542 1709.0753,-128.93676 1709.12,-128.89943 C 1709.1649,-128.8624 1709.1874,-128.8095 1709.1874,-128.74072 C 1709.1874,-128.67165 1709.1649,-128.61845 1709.12,-128.58112 C 1709.0753,-128.54409 1709.0111,-128.52558 1708.9273,-128.52558 L 1708.8153,-128.52558 L 1708.8153,-128.2972 L 1708.6456,-128.2972 L 1708.6456,-128.95542 M 1708.8153,-128.83242 L 1708.8153,-128.64858 L 1708.9092,-128.64858 C 1708.9422,-128.64858 1708.9676,-128.65651 1708.9855,-128.67238 C 1709.0034,-128.68855 1709.0124,-128.71133 1709.0124,-128.74072 C 1709.0124,-128.77011 1709.0034,-128.79274 1708.9855,-128.80861 C 1708.9676,-128.82448 1708.9422,-128.83242 1708.9092,-128.83242 L 1708.8153,-128.83242 M 1709.6076,-128.84432 C 1709.5558,-128.84432 1709.5157,-128.82522 1709.4872,-128.78701 C 1709.4587,-128.7488 1709.4445,-128.69502 1709.4445,-128.62565 C 1709.4445,-128.55658 1709.4587,-128.50294 1709.4872,-128.46473 C 1709.5157,-128.42653 1709.5558,-128.40742 1709.6076,-128.40742 C 1709.6596,-128.40742 1709.6999,-128.42653 1709.7284,-128.46473 C 1709.7569,-128.50294 1709.7711,-128.55658 1709.7711,-128.62565 C 1709.7711,-128.69502 1709.7569,-128.7488 1709.7284,-128.78701 C 1709.6999,-128.82522 1709.6596,-128.84432 1709.6076,-128.84432 M 1709.6076,-128.96733 C 1709.7134,-128.96733 1709.7963,-128.93705 1709.8562,-128.87651 C 1709.9162,-128.81596 1709.9462,-128.73234 1709.9462,-128.62565 C 1709.9462,-128.51926 1709.9162,-128.43579 1709.8562,-128.37524 C 1709.7963,-128.31469 1709.7134,-128.28442 1709.6076,-128.28442 C 1709.5021,-128.28442 1709.4192,-128.31469 1709.3589,-128.37524 C 1709.299,-128.43579 1709.269,-128.51926 1709.269,-128.62565 C 1709.269,-128.73234 1709.299,-128.81596 1709.3589,-128.87651 C 1709.4192,-128.93705 1709.5021,-128.96733 1709.6076,-128.96733 M 1710.074,-128.95542 L 1710.2636,-128.95542 L 1710.503,-128.50397 L 1710.503,-128.95542 L 1710.6639,-128.95542 L 1710.6639,-128.2972 L 1710.4743,-128.2972 L 1710.2349,-128.74866 L 1710.2349,-128.2972 L 1710.074,-128.2972 L 1710.074,-128.95542 M 1710.7371,-128.95542 L 1710.9227,-128.95542 L 1711.0726,-128.72088 L 1711.2225,-128.95542 L 1711.4085,-128.95542 L 1711.1577,-128.57451 L 1711.1577,-128.2972 L 1710.9879,-128.2972 L 1710.9879,-128.57451 L 1710.7371,-128.95542"
-           style="font-size:0.9029026px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(226.32061,-143.29228)"
-         style="display:inline"
-         inkscape:label="Layer 1"
-         id="g4318">
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9128);stroke-width:1.99999833;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z"
-           id="path2682"
-           sodipodi:nodetypes="cccc" />
-        <path
-           sodipodi:nodetypes="cccc"
-           id="path3375"
-           d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z"
-           style="fill:url(#radialGradient9130);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-        <path
-           sodipodi:nodetypes="cccc"
-           id="path2479"
-           d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9132);stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-        <path
-           sodipodi:nodetypes="cccccccc"
-           id="path2481"
-           d="M 12.99946,10.87449 L 12.99946,36.93699 L 35.59321,23.90574 L 12.99946,10.87449 z M 13.99946,12.62449 L 33.56196,23.90574 L 13.99946,35.18699 L 13.99946,12.62449 z"
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-        <path
-           sodipodi:nodetypes="cccc"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path2339"
-           d="M 13.9375,12.5625 L 13.9375,24.25 C 18.206698,24.205215 23.101656,23.904436 31,22.375 L 13.9375,12.5625 z"
-           style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(193.47491,-142.94801)"
-         id="g2837">
-        <path
-           style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9134);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 26.086565,12.829103 L 26.086565,34.982359 L 34.912658,34.982359 L 34.912658,12.829103 L 26.086565,12.829103 z"
-           id="path2815"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-        <path
-           style="fill:url(#radialGradient9136);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 26.4996,13.40575 L 26.4996,34.40575 L 34.4996,34.40575 L 34.4996,13.40575 L 26.4996,13.40575 z"
-           id="path2827" />
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path2762"
-           d="M 26.4996,13.407946 L 26.4996,34.50001 L 34.4996,34.50001 L 34.4996,13.407946 L 26.4996,13.407946 z"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9138);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9140);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 27.4996,14.40575 L 27.4996,33.40575 L 33.4996,33.40575 L 33.4996,14.40575 L 27.4996,14.40575 z"
-           id="path2811" />
-        <path
-           style="opacity:0.5;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-           d="M 28.019106,14.942758 L 28.019106,23.328389 L 33.013048,22.70967 L 33.013048,14.85437 L 28.019106,14.942758 z"
-           id="path4470"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true"
-           sodipodi:nodetypes="ccccc" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(180.50261,-142.94801)"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="use2844">
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path2848"
-           d="M 26.086565,12.829103 L 26.086565,34.982359 L 34.912658,34.982359 L 34.912658,12.829103 L 26.086565,12.829103 z"
-           style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9142);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path2850"
-           d="M 26.4996,13.40575 L 26.4996,34.40575 L 34.4996,34.40575 L 34.4996,13.40575 L 26.4996,13.40575 z"
-           style="fill:url(#radialGradient9144);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9146);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 26.4996,13.407946 L 26.4996,34.50001 L 34.4996,34.50001 L 34.4996,13.407946 L 26.4996,13.407946 z"
-           id="path2852"
-           inkscape:r_cx="true"
-           inkscape:r_cy="true" />
-        <path
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path2854"
-           d="M 27.4996,14.40575 L 27.4996,33.40575 L 33.4996,33.40575 L 33.4996,14.40575 L 27.4996,14.40575 z"
-           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9148);stroke-width:0.9999997;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           inkscape:r_cy="true"
-           inkscape:r_cx="true"
-           id="path2856"
-           d="M 28.019106,14.942758 L 28.019106,25.007768 L 33.013048,24.389049 L 33.013048,14.85437 L 28.019106,14.942758 z"
-           style="opacity:0.5;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path4663"
-         d="M 175.60121,-130.11891 L 175.60121,-107.96565 L 196.59741,-107.96565 L 196.59741,-130.11891 L 175.60121,-130.11891 z"
-         style="opacity:0.15;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9259);stroke-width:1.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         id="path4665"
-         d="M 176.09741,-129.54228 L 176.09741,-108.54228 L 196.09741,-108.54228 L 196.09741,-129.54228 L 176.09741,-129.54228 z"
-         style="fill:url(#radialGradient9256);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9253);stroke-width:0.99999952;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         d="M 176.09411,-129.58831 L 176.09411,-108.49625 L 196.08521,-108.49625 L 196.08521,-129.58831 L 176.09411,-129.58831 z"
-         id="path4667"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         id="path4669"
-         d="M 177.09681,-128.54228 L 177.09681,-109.54228 L 195.09801,-109.54228 L 195.09801,-128.54228 L 177.09681,-128.54228 z"
-         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9250);stroke-width:0.99999976;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-         inkscape:r_cx="true"
-         inkscape:r_cy="true" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         sodipodi:nodetypes="ccccc"
-         inkscape:r_cy="true"
-         inkscape:r_cx="true"
-         id="path4671"
-         d="M 177.59741,-124.27671 L 177.59741,-113.71947 L 194.59741,-116.5098 L 194.59741,-124.3651 L 177.59741,-124.27671 z"
-         style="opacity:0.5;fill:#f7f7f7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         transform="translate(866.48891,-98.34908)"
-         id="g6482"
-         inkscape:label="Layer 1">
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.42857145;fill:url(#radialGradient9158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           id="path3607"
-           sodipodi:cx="6.4081554"
-           sodipodi:cy="17.403807"
-           sodipodi:rx="5.524272"
-           sodipodi:ry="2.2980971"
-           d="m 11.932427,17.403807 c 0,1.269204 -2.4733004,2.298097 -5.5242716,2.298097 -3.0509711,0 -5.52427192,-1.028893 -5.52427192,-2.298097 0,-1.269204 2.47330082,-2.298097 5.52427192,-2.298097 3.0509712,0 5.5242716,1.028893 5.5242716,2.298097 z"
-           transform="matrix(2.901907,0,0,3.804948,-4.8525,-32.31157)" />
-        <g
-           id="g4090"
-           transform="matrix(1.296182,0,0,1.296182,-4.176277,-7.324567)">
-          <path
-             transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)"
-             d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-             sodipodi:ry="6.3639612"
-             sodipodi:rx="3.6239223"
-             sodipodi:cy="24.665476"
-             sodipodi:cx="8.7504463"
-             id="path4076"
-             style="opacity:1;fill:url(#linearGradient9160);fill-opacity:1;fill-rule:nonzero;stroke:#5d615f;stroke-width:0.57792485;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:1;fill:url(#linearGradient9162);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             id="path4060"
-             sodipodi:cx="8.7504463"
-             sodipodi:cy="24.665476"
-             sodipodi:rx="3.6239223"
-             sodipodi:ry="6.3639612"
-             d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-             transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)" />
-          <path
-             transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)"
-             d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-             sodipodi:ry="6.3639612"
-             sodipodi:rx="3.6239223"
-             sodipodi:cy="24.665476"
-             sodipodi:cx="8.7504463"
-             id="path4058"
-             style="opacity:1;fill:#93958f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86615634;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-          <path
-             sodipodi:type="arc"
-             style="opacity:0.39560439;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9164);stroke-width:0.68416733;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             id="path3279"
-             sodipodi:cx="8.7504463"
-             sodipodi:cy="24.665476"
-             sodipodi:rx="3.6239223"
-             sodipodi:ry="6.3639612"
-             d="m 12.374369,24.665476 c 0,3.514719 -1.622486,6.363961 -3.6239227,6.363961 -2.001437,0 -3.6239223,-2.849242 -3.6239223,-6.363961 0,-3.514719 1.6224853,-6.363961 3.6239223,-6.363961 2.0014367,0 3.6239227,2.849242 3.6239227,6.363961 z"
-             transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)" />
-        </g>
-        <path
-           style="fill:url(#linearGradient9166);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9168);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 9.4806798,18.24261 L 16.570367,12.118401 L 16.341232,37.201244 L 9.1369775,31.676187 C 6.6164956,29.613972 6.1582259,20.41939 9.4806798,18.24261 z"
-           id="path4542"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="fill:url(#linearGradient9170);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 7.5383505,21.987453 L 11.593316,18.948432 L 11.341702,22.484506 L 7.3782322,23.145502 L 7.5383505,21.987453 z"
-           id="path4544"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="opacity:0.7692308;fill:url(#radialGradient9172);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 8.203516,30.371178 L 12.644321,33.939519 L 12.087496,31.511626 L 7.6110912,29.008887 L 8.203516,30.371178 z"
-           id="path3672"
-           sodipodi:nodetypes="ccccc" />
-        <g
-           style="display:inline"
-           id="g4006"
-           transform="matrix(1.096894,0,0,1.509271,-4.216951,-12.11812)">
-          <path
-             sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
-             id="path3726"
-             d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z"
-             style="opacity:1;fill:url(#radialGradient9174);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9176);stroke-width:1.47668338;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-          <path
-             sodipodi:nodetypes="ccsssscscsscscsscscsssssssc"
-             id="path6495"
-             d="M 23.75,14 C 21.81001,14.049168 20.013366,14.683436 18.5,15.6875 C 18.13319,15.264088 17.60375,15 17,15 C 16.9655,15 16.912662,15.000854 16.875,15 C 16.847007,14.9998 16.806453,14.997438 16.78125,15 C 15.773145,15.102481 15,15.965001 15,17 C 15,17.60375 15.264088,18.13319 15.6875,18.5 C 14.639107,20.080181 14,21.962011 14,24 C 14,26.033681 14.611921,27.921829 15.65625,29.5 C 15.243427,29.869532 15,30.401641 15,31 C 15,32.104 15.896,33.000001 17,33 C 17.60375,33 18.13319,32.735911 18.5,32.3125 C 20.080181,33.360893 21.962011,34 24,34 C 26.03799,34 27.919819,33.360893 29.5,32.3125 C 29.86681,32.735912 30.396251,33.000001 31,33 C 32.103999,33 33,32.104001 33,31 C 33,30.39625 32.735912,29.86681 32.3125,29.5 C 33.360893,27.919819 34,26.03799 34,24 C 34,21.962011 33.360893,20.080181 32.3125,18.5 C 32.735912,18.13319 33,17.60375 33,17 C 33,15.896 32.103999,15 31,15 C 30.9655,15 30.912662,15.000854 30.875,15 C 30.847007,14.9998 30.806453,14.997438 30.78125,15 C 30.277198,15.05124 29.819299,15.298435 29.5,15.65625 C 29.493313,15.651825 29.475448,15.660659 29.46875,15.65625 C 27.894622,14.620029 26.025064,14 24,14 C 23.913827,14 23.835651,13.997829 23.75,14 z"
-             style="opacity:1;fill:url(#radialGradient9178);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.09104455;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-          <path
-             transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)"
-             d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
-             sodipodi:ry="9.375"
-             sodipodi:rx="9.375"
-             sodipodi:cy="9.375"
-             sodipodi:cx="9.375"
-             id="path3636"
-             style="opacity:1;fill:url(#radialGradient9180);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9182);stroke-width:0.8383193;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(0.367272,0,0,0.32,18.56254,21.125)"
-             d="m 18.75,9.375 c 0,5.17767 -4.19733,9.375 -9.375,9.375 C 4.1973305,18.75 0,14.55267 0,9.375 0,4.1973305 4.1973305,0 9.375,0 14.55267,0 18.75,4.1973305 18.75,9.375 z"
-             sodipodi:ry="9.375"
-             sodipodi:rx="9.375"
-             sodipodi:cy="9.375"
-             sodipodi:cx="9.375"
-             id="path3519"
-             style="opacity:1;fill:url(#radialGradient9184);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6.57905483;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-          <path
-             d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-             sodipodi:ry="0.5"
-             sodipodi:rx="0.5"
-             sodipodi:cy="16.5"
-             sodipodi:cx="16.5"
-             id="path3718"
-             style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc"
-             transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)" />
-          <path
-             transform="translate(15.22159,0.25)"
-             d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-             sodipodi:ry="0.5"
-             sodipodi:rx="0.5"
-             sodipodi:cy="16.5"
-             sodipodi:cx="16.5"
-             id="path3720"
-             style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-          <path
-             transform="translate(15.22159,14.96875)"
-             d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-             sodipodi:ry="0.5"
-             sodipodi:rx="0.5"
-             sodipodi:cy="16.5"
-             sodipodi:cx="16.5"
-             id="path3722"
-             style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)"
-             d="M 17,16.5 C 17,16.776142 16.776142,17 16.5,17 16.223858,17 16,16.776142 16,16.5 16,16.223858 16.223858,16 16.5,16 c 0.276142,0 0.5,0.223858 0.5,0.5 z"
-             sodipodi:ry="0.5"
-             sodipodi:rx="0.5"
-             sodipodi:cy="16.5"
-             sodipodi:cx="16.5"
-             id="path3724"
-             style="opacity:1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-             sodipodi:type="arc" />
-        </g>
-        <path
-           sodipodi:nodetypes="csc"
-           id="path3488"
-           d="M 36.087935,32.865672 C 37.005198,30.700908 37.568925,27.707589 37.568925,24.427683 C 37.568925,21.147777 37.005198,18.154458 36.087935,15.989694"
-           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient9186);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-        <path
-           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient9188);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-           d="M 39.838951,35.702755 C 41.064624,32.810137 41.817892,28.81038 41.817892,24.427678 C 41.817892,20.044976 41.064624,16.045219 39.838951,13.152601"
-           id="path3494"
-           sodipodi:nodetypes="csc" />
-        <path
-           sodipodi:nodetypes="csc"
-           id="path3496"
-           d="M 43.487454,39.708054 C 45.148528,35.787876 46.169383,30.367266 46.169383,24.427674 C 46.169383,18.488083 45.148528,13.067472 43.487454,9.1472948"
-           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient9190);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      </g>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         id="text6835"
-         y="111.17413"
-         x="170.37872"
-         style="font-size:10px;font-style:italic;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-         xml:space="preserve"><tspan
-           style="font-size:14px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans"
-           y="111.17413"
-           x="170.37872"
-           id="tspan6837"
-           sodipodi:role="line">Gstreamer pipeline for a basic ogg player</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 532.93871,-33.63525 L 583.47711,-68.58281"
-         id="path7621"
-         sodipodi:nodetypes="cc" />
-    </g>
-    <g
-       id="g12489"
-       transform="translate(-5.0970049,0)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#eeeeec;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect4780"
-         width="950.7605"
-         height="178.42247"
-         x="58.924595"
-         y="1656.538"
-         rx="5"
-         ry="5" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3369"
-         width="153.2551"
-         height="99.162369"
-         x="68.20414"
-         y="1725.4076"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="73.980515"
-         y="1740.6833"
-         id="text3371"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3373"
-           x="73.980515"
-           y="1740.6833">file-source</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3385"
-         width="49.561798"
-         height="33.867229"
-         x="171.86508"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="190.8638"
-         y="1790.0836"
-         id="text3387"><tspan
-           sodipodi:role="line"
-           id="tspan3389"
-           x="190.8638"
-           y="1790.0836">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3391"
-         width="153.2551"
-         height="99.162369"
-         x="262.32126"
-         y="1725.4076"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="268.09763"
-         y="1740.6833"
-         id="text3393"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3395"
-           x="268.09763"
-           y="1740.6833">ogg-demuxer</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3399"
-         width="49.561798"
-         height="33.867229"
-         x="262.3154"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="274.29282"
-         y="1791.0822"
-         id="text3401"><tspan
-           sodipodi:role="line"
-           id="tspan3403"
-           x="274.29282"
-           y="1791.0822">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3407"
-         width="49.561798"
-         height="33.867229"
-         x="365.98215"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="376.9808"
-         y="1789.8859"
-         id="text3409"><tspan
-           sodipodi:role="line"
-           id="tspan3411"
-           x="376.9808"
-           y="1789.8859">src_01</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3413"
-         width="153.2551"
-         height="99.162369"
-         x="456.4382"
-         y="1725.4076"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="462.21469"
-         y="1740.6833"
-         id="text3415"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3417"
-           x="462.21469"
-           y="1740.6833">vorbis-decoder</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3421"
-         width="49.561798"
-         height="33.867229"
-         x="456.43234"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="468.40976"
-         y="1791.0822"
-         id="text3423"><tspan
-           sodipodi:role="line"
-           id="tspan3425"
-           x="468.40976"
-           y="1791.0822">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3429"
-         width="49.561798"
-         height="33.867229"
-         x="560.09912"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="579.0979"
-         y="1790.0836"
-         id="text3431"><tspan
-           sodipodi:role="line"
-           id="tspan3433"
-           x="579.0979"
-           y="1790.0836">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3435"
-         width="153.2551"
-         height="99.162369"
-         x="651.2511"
-         y="1725.4076"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="657.02759"
-         y="1740.6833"
-         id="text3437"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3439"
-           x="657.02759"
-           y="1740.6833">converter</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3443"
-         width="49.561798"
-         height="33.867229"
-         x="651.24536"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="663.2229"
-         y="1791.0822"
-         id="text3445"><tspan
-           sodipodi:role="line"
-           id="tspan3447"
-           x="663.2229"
-           y="1791.0822">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3451"
-         width="49.561798"
-         height="33.867229"
-         x="754.91223"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="773.91089"
-         y="1790.0836"
-         id="text3453"><tspan
-           sodipodi:role="line"
-           id="tspan3455"
-           x="773.91089"
-           y="1790.0836">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3457"
-         width="153.2551"
-         height="99.162369"
-         x="845.02039"
-         y="1725.4076"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="850.79675"
-         y="1740.6833"
-         id="text3459"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan3461"
-           x="850.79675"
-           y="1740.6833">audio-output</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect3465"
-         width="49.561798"
-         height="33.867229"
-         x="845.01453"
-         y="1770.4204" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="856.99194"
-         y="1791.0822"
-         id="text3467"><tspan
-           sodipodi:role="line"
-           id="tspan3469"
-           x="856.99194"
-           y="1791.0822">sink</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 221.23625,1787.3743 L 258.23629,1787.3743"
-         id="path3481"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="70.221596"
-         y="1677.9606"
-         id="text4782"><tspan
-           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           sodipodi:role="line"
-           id="tspan4784"
-           x="70.221596"
-           y="1677.9606">pipeline</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 415.29969,1787.3743 L 452.29969,1787.3743"
-         id="path6087"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 610.12959,1787.3743 L 647.12959,1787.3743"
-         id="path6089"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 803.84769,1787.3743 L 840.84769,1787.3743"
-         id="path6091"
-         sodipodi:nodetypes="cc" />
-    </g>
-    <flowRoot
-       xml:space="preserve"
-       id="flowRoot10316"
-       style="fill:black;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:1pt;stroke-linejoin:miter;stroke-linecap:butt;font-family:Bitstream Vera Sans;font-style:normal;font-weight:normal;font-size:14"><flowRegion
-         id="flowRegion10318"><rect
-           id="rect10320"
-           width="598.89526"
-           height="138.11003"
-           x="128.06566"
-           y="-862.34497" /></flowRegion><flowPara
-         id="flowPara10322" /></flowRoot>    <g
-       id="g5717"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview.png"
-       inkscape:export-xdpi="91.230003"
-       inkscape:export-ydpi="91.230003"
-       transform="matrix(1.6161303,0,0,1.6161303,-1880.9642,104.72151)">
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5719"
-         d="M 898.12621,-471.2939 C 897.89934,-475.93582 899.91669,-486.74453 904.5586,-485.72567 C 906.53722,-485.29096 905.99722,-482.56382 905.35059,-479.61253 C 904.47981,-475.63899 902.97326,-471.30069 902.97326,-471.30069 C 902.97326,-471.30069 908.63403,-471.07451 908.52059,-471.30069 C 909.08639,-478.43269 910.5848,-486.19503 914.74716,-485.61291 C 918.19837,-485.13066 913.76838,-471.30069 913.76838,-471.30069 C 913.76838,-471.30069 918.0272,-471.30069 918.92175,-471.30069 C 918.73701,-473.64611 920.00175,-479.10854 920.71155,-483.05898 C 921.42135,-487.00943 919.90937,-488.73741 916.73121,-488.76798 C 913.55307,-488.79854 910.4048,-486.02114 910.4048,-486.02114 C 910.52842,-488.39712 907.39645,-488.77206 907.39645,-488.77206 C 904.04781,-488.98465 900.83841,-486.73095 900.83841,-486.73095 L 901.13591,-488.47658 L 896.09258,-488.47658 C 896.09258,-488.47658 895.84465,-485.69986 894.82443,-480.63207 C 893.80422,-475.56427 892.44032,-471.30069 892.44032,-471.30069 L 898.12621,-471.2939 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5721"
-         d="M 932.65662,-488.90315 C 925.75082,-488.90315 922.67183,-484.02757 922.67183,-479.04673 C 922.67183,-474.06588 925.61429,-470.78244 931.61467,-470.78244 C 934.43351,-470.78244 936.02972,-473.38663 936.02972,-473.38663 C 936.02972,-473.38663 936.12074,-474.09916 935.58822,-473.80233 C 935.05569,-473.50551 933.60484,-472.88401 931.70977,-472.88401 C 929.81469,-472.88401 927.76611,-474.68669 927.76611,-479.15947 C 927.76611,-479.15947 938.74667,-479.15947 938.63391,-479.15947 C 939.19972,-480.97101 939.56244,-488.90315 932.65662,-488.90315 z M 933.66394,-481.17546 L 928.39305,-481.17546 C 928.39305,-484.81753 931.30698,-487.56845 933.29104,-486.5917 C 935.0978,-485.75284 933.66394,-481.17546 933.66394,-481.17546 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5723"
-         d="M 867.78941,-488.90315 C 860.88361,-488.90315 857.80462,-484.02757 857.80462,-479.04673 C 857.80462,-474.06588 860.74708,-470.78244 866.74746,-470.78244 C 869.5663,-470.78244 871.16251,-473.38663 871.16251,-473.38663 C 871.16251,-473.38663 871.25353,-474.09916 870.72101,-473.80233 C 870.18848,-473.50551 868.73763,-472.88401 866.84256,-472.88401 C 864.94748,-472.88401 862.8989,-474.68669 862.8989,-479.15947 C 862.8989,-479.15947 873.87946,-479.15947 873.7667,-479.15947 C 874.33251,-480.97101 874.69523,-488.90315 867.78941,-488.90315 z M 868.79673,-481.17546 L 863.52584,-481.17546 C 863.52584,-484.81753 865.98536,-487.17721 867.96941,-486.19978 C 869.77618,-485.3616 868.79673,-481.17546 868.79673,-481.17546 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5725"
-         d="M 945.11181,-471.0195 L 939.54342,-471.0195 C 939.54342,-471.0195 942.79425,-482.69695 943.07749,-488.42224 C 943.02859,-488.37334 947.90688,-488.42224 947.90688,-488.42224 C 947.90688,-488.42224 947.48778,-487.13169 947.30574,-486.00484 C 948.68528,-487.53244 949.1526,-488.90655 952.89723,-488.90655 C 952.94613,-488.90655 952.89723,-484.07784 952.89723,-484.07784 C 952.89723,-484.07784 949.39916,-484.94386 948.14257,-483.68796 C 946.88597,-482.43205 945.53905,-481.42406 945.11181,-471.0195 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5727"
-         d="M 848.99966,-471.0195 L 843.43127,-471.0195 C 843.43127,-471.0195 846.6821,-482.69695 846.96535,-488.42224 C 846.91644,-488.37334 851.79472,-488.42224 851.79472,-488.42224 C 851.79472,-488.42224 851.37563,-487.13169 851.1936,-486.00484 C 852.57313,-487.53244 853.04044,-488.90655 856.78508,-488.90655 C 856.83399,-488.90655 856.78508,-484.07784 856.78508,-484.07784 C 856.78508,-484.07784 853.28701,-484.94386 852.03041,-483.68796 C 850.77383,-482.43205 849.4269,-481.42406 848.99966,-471.0195 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5729"
-         d="M 842.20864,-494.42263 L 837.65435,-492.84341 L 836.60764,-488.60224 L 833.70526,-488.60224 L 833.70526,-485.81397 L 835.99701,-485.81397 C 835.99701,-485.81397 833.55311,-477.06878 834.01092,-474.39462 C 834.4694,-471.49224 837.29571,-470.88161 838.97614,-470.95769 C 840.65658,-471.03376 841.11507,-472.25571 841.03831,-472.71419 C 840.96156,-473.17267 838.66981,-472.27677 838.44091,-474.33961 C 838.28807,-475.56156 840.35092,-485.81397 840.35092,-485.81397 L 843.9407,-485.81397 L 843.9407,-488.60224 L 841.11439,-488.60224 L 842.20864,-494.42263 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5731"
-         d="M 889.67174,-471.28915 C 890.3469,-471.8468 889.89589,-472.96212 889.31174,-473.0966 C 888.65288,-474.46255 890.68584,-482.44495 890.68584,-484.63006 C 890.68584,-486.81517 887.01999,-491.19897 879.45804,-487.07463 C 878.72514,-486.60868 878.9948,-485.84658 879.17548,-485.59186 C 879.35615,-485.33715 879.69577,-485.16734 879.85471,-485.33715 C 880.56588,-486.11216 883.65981,-486.92181 885.10998,-485.3942 C 886.10303,-484.47724 886.0582,-482.70578 885.37013,-482.01839 C 884.53059,-481.94231 876.25,-482.18549 875.25695,-476.91528 C 873.54391,-467.55742 884.03271,-472.48529 884.57542,-472.86702 C 885.11812,-473.24875 885.05496,-471.76258 885.93593,-471.13632 C 888.32753,-470.92779 889.20035,-470.89994 889.67174,-471.28915 z M 884.43617,-475.19884 C 883.58713,-472.96279 880.43479,-473.30445 880.248,-474.88708 C 879.56876,-480.17969 885.03051,-479.7837 885.03051,-479.7837 C 885.03051,-479.7837 885.28522,-477.4349 884.43617,-475.19884 z" />
-      <path
-         style="font-size:14px;fill:#888a85"
-         id="path5733"
-         d="M 829.33368,-483.44682 L 830.91767,-486.12235 C 830.91767,-486.12235 829.62711,-488.86986 825.81591,-488.86986 C 822.00471,-488.86986 819.80602,-486.12167 819.80602,-482.85997 C 819.80602,-479.59826 827.06164,-477.14283 825.30309,-473.91848 C 822.3715,-470.91353 819.27689,-475.81491 819.33802,-476.13688 C 819.11659,-475.81763 817.59917,-473.72626 817.67253,-473.72626 C 818.03932,-472.99336 819.37062,-470.66968 823.61722,-470.62078 C 827.13499,-470.58003 829.26101,-473.18559 829.33437,-476.40993 C 829.40773,-480.73395 823.10439,-482.93332 823.03104,-484.91195 C 822.95768,-486.89057 827.20903,-489.16397 829.33368,-483.44682 z" />
-      <path
-         id="path5735"
-         d="M 821.0266,-489.81537 C 820.34737,-490.45249 819.83794,-489.60276 818.30965,-488.96632 C 816.78137,-488.32986 816.27194,-488.4141 814.74365,-488.6267 C 812.23863,-489.17891 807.83581,-489.01386 806.67771,-488.45689 C 798.9439,-485.35141 803.09065,-479.60574 804.35335,-478.45918 C 804.34249,-478.45918 802.46983,-477.47225 802.1961,-475.92223 C 801.84425,-473.93002 802.76054,-472.85208 802.78907,-472.82422 C 800.26231,-472.69313 798.63757,-470.1521 799.02881,-468.0716 C 799.44994,-465.8308 802.12137,-464.04304 805.94616,-464.0281 C 814.03181,-463.85218 814.45091,-469.02253 814.45091,-469.02253 C 815.55738,-475.31091 810.22469,-475.60096 806.42435,-475.30548 C 805.04889,-476.53422 806.12209,-477.6801 806.06368,-477.6801 C 818.90399,-477.37716 815.67149,-485.94099 815.67149,-485.94099 C 817.83962,-486.46876 822.08757,-488.7965 821.0266,-489.81537 z M 803.82831,-471.79994 C 808.85806,-470.89247 810.88219,-472.04582 811.22656,-469.4817 C 811.37532,-466.97939 809.25133,-466.26415 806.78095,-466.11064 C 804.31056,-465.95713 802.51058,-467.20557 802.41142,-468.81061 C 802.31292,-470.41565 803.71487,-470.24991 803.82831,-471.79994 z M 811.59811,-482.73839 C 811.13351,-480.68165 809.70846,-479.24982 808.41452,-479.54189 C 807.12057,-479.83464 806.4488,-481.73854 806.91272,-483.79596 C 807.37733,-485.85337 808.80236,-487.2852 810.09631,-486.99313 C 811.39026,-486.70038 812.0627,-484.7958 811.59811,-482.73839 z"
-         style="font-size:14px;fill:#2e3436" />
-      <path
-         style="font-size:14px;fill:#cc0000"
-         id="path5737"
-         d="M 794.60358,-507.62294 C 790.92958,-507.62294 785.55409,-510.61634 780.31513,-510.61634 C 775.07616,-510.61634 771.94691,-507.62294 771.40216,-507.21472 C 770.8581,-506.8065 770.51711,-505.24221 772.15069,-505.71836 C 773.78425,-506.19451 775.14409,-506.19451 777.72994,-506.19451 C 780.3158,-506.19451 786.50706,-502.65636 792.76692,-502.65636 C 799.02677,-502.65636 804.26505,-507.48641 805.42179,-509.1879 C 806.57854,-510.88939 805.48972,-511.43347 804.60535,-511.02456 C 803.7203,-510.61634 798.00588,-507.62294 794.60358,-507.62294 z" />
-      <path
-         style="font-size:14px;fill:#73d216"
-         id="path5739"
-         d="M 810.56431,-498.30244 C 806.7042,-498.30244 801.05701,-501.29516 795.55315,-501.29516 C 790.04929,-501.29516 786.7611,-498.30244 786.18918,-497.89354 C 785.61726,-497.48464 785.2593,-495.92103 786.97506,-496.39718 C 788.69081,-496.87332 790.11992,-496.87332 792.8362,-496.87332 C 795.55247,-496.87332 802.05754,-493.33517 808.63323,-493.33517 C 815.20893,-493.33517 820.71347,-498.16524 821.92863,-499.86605 C 823.14379,-501.56754 821.99996,-502.11228 821.07076,-501.70338 C 820.14156,-501.29449 814.13845,-498.30244 810.56431,-498.30244 z" />
-      <path
-         style="font-size:14px;fill:#204a87"
-         id="path5741"
-         d="M 788.35119,-488.01742 C 784.34844,-488.01742 778.49206,-491.25127 772.78442,-491.25127 C 767.07678,-491.25127 763.66633,-488.01742 763.07335,-487.57659 C 762.48037,-487.13577 762.10951,-485.44583 763.88844,-485.96069 C 765.66804,-486.47487 767.15013,-486.47487 769.96694,-486.47487 C 772.78374,-486.47487 779.52993,-482.65348 786.35015,-482.65348 C 793.16971,-482.65348 798.87734,-487.87071 800.13801,-489.70804 C 801.39867,-491.54538 800.21204,-492.13292 799.24821,-491.6921 C 798.28436,-491.25127 792.05779,-488.01742 788.35119,-488.01742 z" />
-    </g>
-    <g
-       id="g12864"
-       transform="translate(-3.8448289,-390.65639)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/src-element.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10377"
-         width="153.2551"
-         height="99.162369"
-         x="53.827591"
-         y="196.1284"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="59.603958"
-         y="211.60356"
-         id="text10379"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan10381"
-           x="59.603958"
-           y="211.60356">source element</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10383"
-         width="49.561798"
-         height="33.867229"
-         x="157.48853"
-         y="228.77596" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="176.48724"
-         y="248.43907"
-         id="text10385"><tspan
-           sodipodi:role="line"
-           id="tspan10387"
-           x="176.48724"
-           y="248.43907">src</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-232.36481"
-       y="-184.07236"
-       id="text10389"><tspan
-         sodipodi:role="line"
-         id="tspan10391"
-         x="-232.36481"
-         y="-184.07236"
-         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 5. Elements</tspan></text>
-    <g
-       id="g12853"
-       transform="translate(-203.64378,-238.20511)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/filter-element.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10393"
-         width="153.2551"
-         height="99.162369"
-         x="253.6324"
-         y="196.1284"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="259.40887"
-         y="211.20474"
-         id="text10395"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan10397"
-           x="259.40887"
-           y="211.20474">filter</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10399"
-         width="49.561798"
-         height="33.867229"
-         x="253.62654"
-         y="228.77596" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="265.60394"
-         y="249.43761"
-         id="text10401"><tspan
-           sodipodi:role="line"
-           id="tspan10403"
-           x="265.60394"
-           y="249.43761">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10405"
-         width="49.561798"
-         height="33.867229"
-         x="357.29327"
-         y="228.77596" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="376.29205"
-         y="248.43907"
-         id="text10407"><tspan
-           sodipodi:role="line"
-           id="tspan10409"
-           x="376.29205"
-           y="248.43907">src</tspan></text>
-    </g>
-    <g
-       id="g12839"
-       transform="translate(-419.83883,-95.282046)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/filter-element-multi.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10417"
-         width="153.2551"
-         height="99.162369"
-         x="469.82745"
-         y="196.3278"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="475.60394"
-         y="211.60356"
-         id="text10419"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan10421"
-           x="475.60394"
-           y="211.60356">demuxer</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10423"
-         width="49.561798"
-         height="33.867229"
-         x="469.82159"
-         y="228.97539" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="481.79901"
-         y="249.63701"
-         id="text10425"><tspan
-           sodipodi:role="line"
-           id="tspan10427"
-           x="481.79901"
-           y="249.63701">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10429"
-         width="49.561798"
-         height="33.867229"
-         x="573.52655"
-         y="253.34068" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="583.05841"
-         y="273.00381"
-         id="text10431"><tspan
-           sodipodi:role="line"
-           id="tspan10433"
-           x="583.05841"
-           y="273.00381">video</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10435"
-         width="49.561798"
-         height="33.867229"
-         x="573.52655"
-         y="211.73633" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="582.62628"
-         y="231.39946"
-         id="text10437"><tspan
-           sodipodi:role="line"
-           id="tspan10439"
-           x="582.62628"
-           y="231.39946">audio</tspan></text>
-    </g>
-    <g
-       id="g12831"
-       transform="translate(-629.83895,47.641023)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/sink-element.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10968"
-         width="153.2551"
-         height="99.162369"
-         x="679.82758"
-         y="196.3278"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="685.60394"
-         y="211.60356"
-         id="text10970"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan10972"
-           x="685.60394"
-           y="211.60356">sink element</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect10974"
-         width="49.561798"
-         height="33.867229"
-         x="679.82172"
-         y="228.97539" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="691.79913"
-         y="249.63701"
-         id="text10976"><tspan
-           sodipodi:role="line"
-           id="tspan10978"
-           x="691.79913"
-           y="249.63701">sink</tspan></text>
-    </g>
-    <g
-       id="g12377"
-       transform="translate(-68.561357,-11.534483)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/linked-elements.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         id="g11071"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/linked-elements.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="122.38895"
-           height="99.162369"
-           width="153.2551"
-           id="rect10982"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text10984"
-           y="458.07892"
-           x="128.16531"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="458.07892"
-             x="128.16531"
-             id="tspan10986"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">source</tspan></text>
-        <rect
-           y="475.25131"
-           x="226.04988"
-           height="33.867229"
-           width="49.561798"
-           id="rect10988"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text10990"
-           y="494.91443"
-           x="245.0486"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="245.0486"
-             id="tspan10992"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <g
-         transform="translate(-5,0)"
-         id="g11060"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/linked-elements.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="322.19376"
-           height="99.162369"
-           width="153.2551"
-           id="rect10998"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11000"
-           y="457.68008"
-           x="327.97025"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="457.68008"
-             x="327.97025"
-             id="tspan11002"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">filter</tspan></text>
-        <rect
-           y="475.25131"
-           x="322.1879"
-           height="33.867229"
-           width="49.561798"
-           id="rect11004"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11006"
-           y="495.91296"
-           x="334.16531"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="495.91296"
-             x="334.16531"
-             id="tspan11008"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="475.25131"
-           x="425.85464"
-           height="33.867229"
-           width="49.561798"
-           id="rect11010"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11012"
-           y="494.91443"
-           x="444.85342"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="444.85342"
-             id="tspan11014"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <g
-         transform="translate(-18,0)"
-         id="g11052"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/linked-elements.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.80316"
-           x="530.38898"
-           height="99.162369"
-           width="153.2551"
-           id="rect11040"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11042"
-           y="458.07892"
-           x="536.16534"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="458.07892"
-             x="536.16534"
-             id="tspan11044"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">sink</tspan></text>
-        <rect
-           y="475.45074"
-           x="530.38312"
-           height="33.867229"
-           width="49.561798"
-           id="rect11046"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11048"
-           y="496.11237"
-           x="542.36053"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="496.11237"
-             x="542.36053"
-             id="tspan11050"
-             sodipodi:role="line">sink</tspan></text>
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/linked-elements.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 276.30993,492.20522 L 313.30993,492.20522"
-         id="path11079"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/linked-elements.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 470.9978,492.20522 L 507.9978,492.20522"
-         id="path11081"
-         sodipodi:nodetypes="cc" />
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-186.13794"
-       y="680.05182"
-       id="text11083"><tspan
-         sodipodi:role="line"
-         id="tspan11085"
-         x="-186.13794"
-         y="680.05182"
-         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 6. Bins</tspan></text>
-    <g
-       id="g12405"
-       transform="translate(-34.664742,0)"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/bin-element.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#eeeeec;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect11191"
-         width="590.96216"
-         height="178.84381"
-         x="88.492332"
-         y="670.72888"
-         rx="5.0000005"
-         ry="5" />
-      <g
-         transform="translate(-10.043098,290.59605)"
-         id="g11139">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="122.38895"
-           height="99.162369"
-           width="153.2551"
-           id="rect11141"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11143"
-           y="458.07892"
-           x="128.16531"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="458.07892"
-             x="128.16531"
-             id="tspan11145"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">Element 1</tspan></text>
-        <rect
-           y="475.25131"
-           x="226.04988"
-           height="33.867229"
-           width="49.561798"
-           id="rect11147"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11149"
-           y="494.91443"
-           x="245.0486"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="245.0486"
-             id="tspan11151"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <g
-         transform="translate(-15.043098,290.59605)"
-         id="g11153">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="322.19376"
-           height="99.162369"
-           width="153.2551"
-           id="rect11155"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11157"
-           y="457.68008"
-           x="327.97025"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="457.68008"
-             x="327.97025"
-             id="tspan11159"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">Element 2</tspan></text>
-        <rect
-           y="475.25131"
-           x="322.1879"
-           height="33.867229"
-           width="49.561798"
-           id="rect11161"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11163"
-           y="495.91296"
-           x="334.16531"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="495.91296"
-             x="334.16531"
-             id="tspan11165"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="475.25131"
-           x="425.85464"
-           height="33.867229"
-           width="49.561798"
-           id="rect11167"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11169"
-           y="494.91443"
-           x="444.85342"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="444.85342"
-             id="tspan11171"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <g
-         transform="translate(-28.043098,290.59605)"
-         id="g11173">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.80316"
-           x="530.38898"
-           height="99.162369"
-           width="153.2551"
-           id="rect11175"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11177"
-           y="458.07892"
-           x="536.16534"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="458.07892"
-             x="536.16534"
-             id="tspan11179"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">Element 3</tspan></text>
-        <rect
-           y="475.45074"
-           x="530.38312"
-           height="33.867229"
-           width="49.561798"
-           id="rect11181"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11183"
-           y="496.11237"
-           x="542.36053"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="496.11237"
-             x="542.36053"
-             id="tspan11185"
-             sodipodi:role="line">sink</tspan></text>
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 266.26683,782.80127 L 303.26683,782.80127"
-         id="path11187"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 460.9547,782.80127 L 497.9547,782.80127"
-         id="path11189"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="100"
-         y="692.36218"
-         id="text11193"><tspan
-           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           sodipodi:role="line"
-           id="tspan11195"
-           x="100"
-           y="692.36218">Bin</tspan></text>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-252.84822"
-       y="1009.3475"
-       id="text11251"><tspan
-         sodipodi:role="line"
-         id="tspan11253"
-         x="-252.84822"
-         y="1009.3475"
-         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 8. Ghost pads</tspan></text>
-    <g
-       id="g5762"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/bin-element-ghost.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect11412"
-         width="457.9566"
-         height="179.06404"
-         x="53.827591"
-         y="1262.248"
-         rx="5.0000005"
-         ry="5" />
-      <g
-         transform="translate(111.55986,8.6772153)"
-         id="g11476">
-        <rect
-           y="1348.6534"
-           x="-57.549042"
-           height="33.867229"
-           width="49.561798"
-           id="rect11406"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11408"
-           y="1369.3151"
-           x="-45.571625"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="1369.3151"
-             x="-45.571625"
-             id="tspan11410"
-             sodipodi:role="line">sink</tspan></text>
-      </g>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect11416"
-         width="153.2551"
-         height="99.162369"
-         x="339.65652"
-         y="1324.6831"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="345.43301"
-         y="1339.7594"
-         id="text11418"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan11420"
-           x="345.43301"
-           y="1339.7594">Element 2</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect11422"
-         width="49.561798"
-         height="33.867229"
-         x="339.65067"
-         y="1357.3307" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="351.62808"
-         y="1377.9923"
-         id="text11424"><tspan
-           sodipodi:role="line"
-           id="tspan11426"
-           x="351.62808"
-           y="1377.9923">sink</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 298.7727,1374.2845 L 335.7727,1374.2845"
-         id="path11448"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="64.505875"
-         y="1283.9915"
-         id="text11452"><tspan
-           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           sodipodi:role="line"
-           id="tspan11454"
-           x="64.505875"
-           y="1283.9915">Bin</tspan></text>
-      <g
-         transform="translate(-177.62554,882.07933)"
-         id="g11456">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="322.19376"
-           height="99.162369"
-           width="153.2551"
-           id="rect11458"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11460"
-           y="457.68008"
-           x="327.97025"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="457.68008"
-             x="327.97025"
-             id="tspan11462"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">Element 1</tspan></text>
-        <rect
-           y="475.25131"
-           x="322.1879"
-           height="33.867229"
-           width="49.561798"
-           id="rect11464"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11466"
-           y="495.91296"
-           x="334.16531"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="495.91296"
-             x="334.16531"
-             id="tspan11468"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="475.25131"
-           x="425.85464"
-           height="33.867229"
-           width="49.561798"
-           id="rect11470"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text11472"
-           y="494.91443"
-           x="444.85342"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="444.85342"
-             id="tspan11474"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.8;stroke-opacity:1"
-         d="M 103.81216,1374.2846 L 144.19728,1374.2846"
-         id="path11481"
-         sodipodi:nodetypes="cc" />
-    </g>
-    <g
-       id="g5789"
-       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/bin-element-noghost.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12019"
-         width="457.9566"
-         height="179.06404"
-         x="53.827591"
-         y="1000.8856"
-         rx="5.0000005"
-         ry="5" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12029"
-         width="153.2551"
-         height="99.162369"
-         x="339.65652"
-         y="1063.3207"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="345.43301"
-         y="1078.397"
-         id="text12031"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12033"
-           x="345.43301"
-           y="1078.397">Element 2</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12035"
-         width="49.561798"
-         height="33.867229"
-         x="339.65067"
-         y="1095.9683" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="351.62808"
-         y="1116.6299"
-         id="text12037"><tspan
-           sodipodi:role="line"
-           id="tspan12039"
-           x="351.62808"
-           y="1116.6299">sink</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 298.77271,1112.9219 L 335.77271,1112.9219"
-         id="path12045"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="64.505882"
-         y="1022.629"
-         id="text12047"><tspan
-           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           sodipodi:role="line"
-           id="tspan12049"
-           x="64.505882"
-           y="1022.629">Bin</tspan></text>
-      <g
-         transform="translate(-177.62553,620.71681)"
-         id="g12051">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="322.19376"
-           height="99.162369"
-           width="153.2551"
-           id="rect12053"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12055"
-           y="457.68008"
-           x="327.97025"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="457.68008"
-             x="327.97025"
-             id="tspan12057"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">Element 1</tspan></text>
-        <rect
-           y="475.25131"
-           x="322.1879"
-           height="33.867229"
-           width="49.561798"
-           id="rect12059"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12061"
-           y="495.91296"
-           x="334.16531"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="495.91296"
-             x="334.16531"
-             id="tspan12063"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="475.25131"
-           x="425.85464"
-           height="33.867229"
-           width="49.561798"
-           id="rect12065"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12067"
-           y="494.91443"
-           x="444.85342"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="444.85342"
-             id="tspan12069"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-    </g>
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-261.34482"
-       y="1686.3453"
-       id="text12073"><tspan
-         sodipodi:role="line"
-         id="tspan12075"
-         x="-261.34482"
-         y="1686.3453"
-         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 10. Hello world</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="-226.36046"
-       y="2050.478"
-       id="text12077"><tspan
-         sodipodi:role="line"
-         id="tspan12079"
-         x="-226.36046"
-         y="2050.478"
-         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 16. Threads</tspan></text>
-    <text
-       xml:space="preserve"
-       style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-       x="-270.39511"
-       y="2868.5122"
-       id="text12303"><tspan
-         sodipodi:role="line"
-         id="tspan12305"
-         x="-270.39511"
-         y="2868.5122"
-         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 17. Media types</tspan></text>
-    <g
-       id="g5111">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12207"
-         width="950.7605"
-         height="178.42247"
-         x="53.827591"
-         y="2869.4634"
-         rx="5"
-         ry="5" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12209"
-         width="153.2551"
-         height="99.162369"
-         x="63.10714"
-         y="2938.333"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="68.883514"
-         y="2953.6089"
-         id="text12211"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12213"
-           x="68.883514"
-           y="2953.6089">file-source</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12215"
-         width="49.561798"
-         height="33.867229"
-         x="166.76808"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="183.21158"
-         y="3003.009"
-         id="text12217"><tspan
-           sodipodi:role="line"
-           id="tspan12219"
-           x="183.21158"
-           y="3003.009">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12221"
-         width="153.2551"
-         height="99.162369"
-         x="257.22424"
-         y="2938.333"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="263.00064"
-         y="2953.6089"
-         id="text12223"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12225"
-           x="263.00064"
-           y="2953.6089">ogg-demuxer</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12227"
-         width="49.561798"
-         height="33.867229"
-         x="257.21838"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="270.05838"
-         y="3004.0076"
-         id="text12229"><tspan
-           sodipodi:role="line"
-           id="tspan12231"
-           x="270.05838"
-           y="3004.0076">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12233"
-         width="49.561798"
-         height="33.867229"
-         x="360.88513"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="368.88379"
-         y="3002.8113"
-         id="text12235"><tspan
-           sodipodi:role="line"
-           id="tspan12237"
-           x="368.88379"
-           y="3002.8113">src_01</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12239"
-         width="153.2551"
-         height="99.162369"
-         x="451.34122"
-         y="2938.333"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="457.11771"
-         y="2953.6089"
-         id="text12241"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12243"
-           x="457.11771"
-           y="2953.6089">vorbis-decoder</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12245"
-         width="49.561798"
-         height="33.867229"
-         x="451.33536"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="464.17532"
-         y="3004.0076"
-         id="text12247"><tspan
-           sodipodi:role="line"
-           id="tspan12249"
-           x="464.17532"
-           y="3004.0076">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12251"
-         width="49.561798"
-         height="33.867229"
-         x="555.00208"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="571.44556"
-         y="3003.009"
-         id="text12253"><tspan
-           sodipodi:role="line"
-           id="tspan12255"
-           x="571.44556"
-           y="3003.009">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12257"
-         width="153.2551"
-         height="99.162369"
-         x="646.15405"
-         y="2938.333"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="651.93054"
-         y="2953.6089"
-         id="text12259"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12261"
-           x="651.93054"
-           y="2953.6089">converter</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12263"
-         width="49.561798"
-         height="33.867229"
-         x="646.14832"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="658.98828"
-         y="3004.0076"
-         id="text12265"><tspan
-           sodipodi:role="line"
-           id="tspan12267"
-           x="658.98828"
-           y="3004.0076">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12269"
-         width="49.561798"
-         height="33.867229"
-         x="749.81519"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="766.25867"
-         y="3003.009"
-         id="text12271"><tspan
-           sodipodi:role="line"
-           id="tspan12273"
-           x="766.25867"
-           y="3003.009">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12275"
-         width="153.2551"
-         height="99.162369"
-         x="839.92334"
-         y="2938.333"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="845.69971"
-         y="2953.6089"
-         id="text12277"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12279"
-           x="845.69971"
-           y="2953.6089">audio-output</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect12281"
-         width="49.561798"
-         height="33.867229"
-         x="839.91748"
-         y="2983.3459" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="851.8949"
-         y="3004.0076"
-         id="text12283"><tspan
-           sodipodi:role="line"
-           id="tspan12285"
-           x="851.8949"
-           y="3004.0076">sink</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 216.13925,3000.2998 L 253.13929,3000.2998"
-         id="path12287"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:18px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="65.124596"
-         y="2890.886"
-         id="text12289"><tspan
-           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           sodipodi:role="line"
-           id="tspan12291"
-           x="65.124596"
-           y="2890.886">pipeline</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 410.20269,3000.2998 L 447.20269,3000.2998"
-         id="path12293"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 605.03259,3000.2998 L 642.03259,3000.2998"
-         id="path12295"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 798.75069,3000.2998 L 835.75069,3000.2998"
-         id="path12297"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.79999991;stroke-opacity:1"
-         d="M 191.54898,3019.5053 L 191.54898,3106.6813"
-         id="path12307"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="187.62395"
-         y="3120.1367"
-         id="text12309"><tspan
-           style="font-size:14px;font-weight:normal;text-align:center;text-anchor:middle;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans"
-           sodipodi:role="line"
-           id="tspan12311"
-           x="187.62395"
-           y="3120.1367">(any)</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="219.951"
-         y="3142.5869"
-         id="text12317"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12319"
-           x="219.951"
-           y="3142.5869">application/ogg</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="343.84293"
-         y="3118.1367"
-         id="text12321"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12323"
-           x="343.84293"
-           y="3118.1367">audio/x-vorbis</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="433.16547"
-         y="3143.3936"
-         id="text12325"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12327"
-           x="433.16547"
-           y="3143.3936">audio/x-vorbis</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         x="537.2168"
-         y="3102.1367"
-         id="text12329"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12331"
-           x="537.2168"
-           y="3102.1367">audio/x-raw,</tspan><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           x="537.2168"
-           y="3119.6367"
-           id="tspan4711">format=F32LE</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         x="627.71606"
-         y="3143.3936"
-         id="text12345"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12347"
-           x="627.71606"
-           y="3143.3936">audio/x-raw,</tspan><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           x="627.71606"
-           y="3160.8936"
-           id="tspan4713">format=F32LE</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         x="732.46454"
-         y="3102.1367"
-         id="text12349"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12351"
-           x="732.46454"
-           y="3102.1367">audio/x-raw,</tspan><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           x="732.46454"
-           y="3119.6367"
-           id="tspan4715">format=S16LE</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-         x="821.01434"
-         y="3143.3936"
-         id="text12353"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan12355"
-           x="821.01434"
-           y="3143.3936">audio/x-raw,</tspan><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           x="821.01434"
-           y="3160.8936"
-           id="tspan4717">format=S16LE</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.79999991;stroke-opacity:1"
-         d="M 386.08862,3018.1368 L 386.08862,3105.3128"
-         id="path12363"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;stroke:#204a87;stroke-width:1.78846252;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.78846254, 3.57692509;stroke-dashoffset:1.60961621;marker-end:none"
-         d="m 579.783,3018.1368 0,69.7103"
-         id="path12365"
-         sodipodi:nodetypes="cc"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;stroke:#204a87;stroke-width:1.75069356;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.75069354, 3.50138708;stroke-dashoffset:1.57562411;marker-end:none"
-         d="m 774.83811,3018.4339 0,66.797"
-         id="path12367"
-         sodipodi:nodetypes="cc"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.7999999;stroke-opacity:1"
-         d="M 475.54856,3018.7173 L 475.54856,3130.5895"
-         id="path12369"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.7999999;stroke-opacity:1"
-         d="M 670.81492,3018.2714 L 670.81492,3130.1436"
-         id="path12371"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.7999999;stroke-opacity:1"
-         d="M 863.70363,3018.5686 L 863.70363,3130.4408"
-         id="path12373"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/mime-world.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.7999999;stroke-opacity:1"
-         d="M 281.25428,3018.2645 L 281.25428,3130.1367"
-         id="path12375"
-         sodipodi:nodetypes="cc" />
-    </g>
-    <g
-       id="g9165"
-       transform="translate(-353.31307,15.400826)">
-      <rect
-         ry="0"
-         rx="0"
-         y="2271.1328"
-         x="256.57138"
-         height="73.422379"
-         width="35.035748"
-         id="rect12181"
-         style="fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.8;stroke-opacity:1" />
-      <rect
-         ry="0"
-         rx="0"
-         y="2271.1328"
-         x="291.34567"
-         height="73.422379"
-         width="35.035748"
-         id="rect12183"
-         style="fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.8;stroke-opacity:1" />
-      <rect
-         ry="0"
-         rx="0"
-         y="2271.1328"
-         x="326.38141"
-         height="73.422379"
-         width="35.035748"
-         id="rect12185"
-         style="fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.8;stroke-opacity:1" />
-    </g>
-    <g
-       id="g5242"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/thread-synchronizing.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9208"
-         width="153.2551"
-         height="99.162369"
-         x="55.164093"
-         y="2544.4136"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="60.940521"
-         y="2561.6895"
-         id="text9210"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9212"
-           x="60.940521"
-           y="2561.6895">source</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9214"
-         width="49.561798"
-         height="33.867229"
-         x="158.8251"
-         y="2577.0613" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="177.82376"
-         y="2596.7244"
-         id="text9216"><tspan
-           sodipodi:role="line"
-           id="tspan9218"
-           x="177.82376"
-           y="2596.7244">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9220"
-         width="153.2551"
-         height="99.162369"
-         x="249.28116"
-         y="2544.4136"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="255.05753"
-         y="2561.6895"
-         id="text9222"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9224"
-           x="255.05753"
-           y="2561.6895">demuxer</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9226"
-         width="49.561798"
-         height="33.867229"
-         x="249.2753"
-         y="2577.0613" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="261.25272"
-         y="2597.7229"
-         id="text9228"><tspan
-           sodipodi:role="line"
-           id="tspan9230"
-           x="261.25272"
-           y="2597.7229">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9232"
-         width="49.561798"
-         height="33.867229"
-         x="352.94205"
-         y="2555.5593" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="361.9407"
-         y="2576.623"
-         id="text9234"><tspan
-           sodipodi:role="line"
-           id="tspan9236"
-           x="361.9407"
-           y="2576.623">src_01</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9238"
-         width="153.2551"
-         height="99.162369"
-         x="455.98245"
-         y="2481.5427"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="461.75894"
-         y="2498.8186"
-         id="text9240"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9242"
-           x="461.75894"
-           y="2498.8186">queue</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9244"
-         width="49.561798"
-         height="33.867229"
-         x="455.97659"
-         y="2514.1904" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="467.95401"
-         y="2534.8521"
-         id="text9246"><tspan
-           sodipodi:role="line"
-           id="tspan9248"
-           x="467.95401"
-           y="2534.8521">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9250"
-         width="49.561798"
-         height="33.867229"
-         x="559.64337"
-         y="2514.1904" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="578.64203"
-         y="2533.8535"
-         id="text9252"><tspan
-           sodipodi:role="line"
-           id="tspan9254"
-           x="578.64203"
-           y="2533.8535">src</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 208.19623,2594.0152 L 245.19623,2594.0152"
-         id="path9268"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 609.62133,2531.1443 L 646.62133,2531.1443"
-         id="path9274"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 609.90703,2655.9366 L 646.90703,2655.9366"
-         id="path9276"
-         sodipodi:nodetypes="cc" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9334"
-         width="49.561798"
-         height="33.867229"
-         x="352.75467"
-         y="2599.0354" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="361.75333"
-         y="2620.0991"
-         id="text9336"><tspan
-           sodipodi:role="line"
-           id="tspan9338"
-           x="361.75333"
-           y="2620.0991">src_02</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 401.93943,2620.0261 L 452.47783,2654.9737"
-         id="path9340"
-         sodipodi:nodetypes="cc" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9342"
-         width="153.2551"
-         height="99.162369"
-         x="455.98245"
-         y="2606.3352"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="461.75894"
-         y="2623.6108"
-         id="text9344"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9346"
-           x="461.75894"
-           y="2623.6108">queue</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9348"
-         width="49.561798"
-         height="33.867229"
-         x="455.97659"
-         y="2638.9827" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="467.95401"
-         y="2659.6443"
-         id="text9350"><tspan
-           sodipodi:role="line"
-           id="tspan9352"
-           x="467.95401"
-           y="2659.6443">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9354"
-         width="49.561798"
-         height="33.867229"
-         x="559.64337"
-         y="2638.9827" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="578.64203"
-         y="2658.6458"
-         id="text9356"><tspan
-           sodipodi:role="line"
-           id="tspan9358"
-           x="578.64203"
-           y="2658.6458">src</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 402.26583,2570.6882 L 452.80423,2535.7406"
-         id="path9532"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#5c3566;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="166.21593"
-         y="2454.6899"
-         id="text9850"><tspan
-           style="font-size:14px;font-weight:bold;fill:#5c3566"
-           sodipodi:role="line"
-           id="tspan9852"
-           x="166.21593"
-           y="2454.6899">thread 1</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#5c3566;fill-opacity:0.75;fill-rule:evenodd;stroke:#5c3566;stroke-width:1.83017349;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:5.49052032, 5.49052032;stroke-dashoffset:0;stroke-opacity:1"
-         d="M 158.6894,2441.549 L 158.6894,2643.1753"
-         id="path9854"
-         sodipodi:nodetypes="cc" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9862"
-         width="153.2551"
-         height="99.162369"
-         x="650.55011"
-         y="2481.3848"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="656.3266"
-         y="2498.6606"
-         id="text9864"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9866"
-           x="656.3266"
-           y="2498.6606">audio decoder</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9868"
-         width="49.561798"
-         height="33.867229"
-         x="650.54425"
-         y="2514.0325" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="662.52167"
-         y="2534.6941"
-         id="text9870"><tspan
-           sodipodi:role="line"
-           id="tspan9872"
-           x="662.52167"
-           y="2534.6941">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9874"
-         width="49.561798"
-         height="33.867229"
-         x="754.21112"
-         y="2514.0325" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="773.20972"
-         y="2533.6956"
-         id="text9876"><tspan
-           sodipodi:role="line"
-           id="tspan9878"
-           x="773.20972"
-           y="2533.6956">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9880"
-         width="153.2551"
-         height="99.162369"
-         x="845.18909"
-         y="2481.3848"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="850.96545"
-         y="2498.6606"
-         id="text9882"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9884"
-           x="850.96545"
-           y="2498.6606">audio sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9886"
-         width="49.561798"
-         height="33.867229"
-         x="845.18323"
-         y="2514.0325" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="857.16064"
-         y="2534.6941"
-         id="text9888"><tspan
-           sodipodi:role="line"
-           id="tspan9890"
-           x="857.16064"
-           y="2534.6941">sink</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 804.189,2530.9863 L 841.189,2530.9863"
-         id="path9892"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 804.4747,2655.7786 L 841.4747,2655.7786"
-         id="path9894"
-         sodipodi:nodetypes="cc" />
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9896"
-         width="153.2551"
-         height="99.162369"
-         x="650.55011"
-         y="2606.1772"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="656.3266"
-         y="2623.4529"
-         id="text9898"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9900"
-           x="656.3266"
-           y="2623.4529">video decoder</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9902"
-         width="49.561798"
-         height="33.867229"
-         x="650.54425"
-         y="2638.8247" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="662.52167"
-         y="2659.4863"
-         id="text9904"><tspan
-           sodipodi:role="line"
-           id="tspan9906"
-           x="662.52167"
-           y="2659.4863">sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9908"
-         width="49.561798"
-         height="33.867229"
-         x="754.21112"
-         y="2638.8247" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="773.20972"
-         y="2658.4878"
-         id="text9910"><tspan
-           sodipodi:role="line"
-           id="tspan9912"
-           x="773.20972"
-           y="2658.4878">src</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9914"
-         width="153.2551"
-         height="99.162369"
-         x="845.19482"
-         y="2606.1772"
-         rx="5"
-         ry="5" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="850.97119"
-         y="2623.4529"
-         id="text9916"><tspan
-           style="font-size:14px;fill:#204a87"
-           sodipodi:role="line"
-           id="tspan9918"
-           x="850.97119"
-           y="2623.4529">video sink</tspan></text>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         id="rect9920"
-         width="49.561798"
-         height="33.867229"
-         x="845.18896"
-         y="2638.8247" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-         x="857.1665"
-         y="2659.4863"
-         id="text9922"><tspan
-           sodipodi:role="line"
-           id="tspan9924"
-           x="857.1665"
-           y="2659.4863">sink</tspan></text>
-      <rect
-         y="2509.4458"
-         x="555.48694"
-         height="42.934864"
-         width="343.78937"
-         id="rect9998"
-         style="fill:#ad7fa8;fill-opacity:0.23766815;fill-rule:nonzero;stroke:#5c3566;stroke-width:1.06965554;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#5c3566;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="566.90637"
-         y="2742.7981"
-         id="text10002"><tspan
-           style="font-size:14px;font-weight:bold;fill:#5c3566"
-           sodipodi:role="line"
-           id="tspan10004"
-           x="566.90637"
-           y="2742.7981">thread 3</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#5c3566;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="567.03729"
-         y="2455.3918"
-         id="text10008"><tspan
-           style="font-size:14px;font-weight:bold;fill:#5c3566"
-           sodipodi:role="line"
-           id="tspan10010"
-           x="567.03729"
-           y="2455.3918">thread 2</tspan></text>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#5c3566;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#5c3566;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1"
-         d="M 559.51083,2580.7393 L 559.51083,2437.7084"
-         id="path10006"
-         sodipodi:nodetypes="cc" />
-      <rect
-         y="2634.4126"
-         x="555.14301"
-         height="42.934864"
-         width="343.78937"
-         id="rect10012"
-         style="fill:#ad7fa8;fill-opacity:0.23766815;fill-rule:nonzero;stroke:#5c3566;stroke-width:1.06965554;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/simple-player.png"
-         style="fill:#5c3566;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#5c3566;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1"
-         d="M 559.3799,2606.3677 L 559.3799,2749.772"
-         id="path10000"
-         sodipodi:nodetypes="cc" />
-      <path
-         sodipodi:nodetypes="ccccccccccccccc"
-         id="path10022"
-         d="M 153.02849,2571.3044 L 153.02849,2614.9272 L 324.28397,2615.1612 L 413.25904,2677.4489 L 512.50127,2677.2025 L 512.50127,2633.7394 L 446.97702,2633.7394 L 408.27814,2603.3763 L 408.27814,2580.0996 L 446.97702,2552.8235 L 512.50127,2552.8235 L 512.50127,2507.1238 L 426.85229,2507.1171 L 324.28397,2571.3044 L 153.02849,2571.3044 z"
-         style="fill:#ad7fa8;fill-opacity:0.23529412;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.88699782;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
-    </g>
-    <g
-       id="g5388"
-       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/thread-buffering.png"
-       inkscape:export-xdpi="90"
-       inkscape:export-ydpi="90">
-      <g
-         transform="translate(124.13534,1663.516)"
-         id="g12149"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="322.19376"
-           height="99.162369"
-           width="153.2551"
-           id="rect12151"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12153"
-           y="457.68008"
-           x="327.97025"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="457.68008"
-             x="327.97025"
-             id="tspan12155"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">parser</tspan></text>
-        <rect
-           y="475.25131"
-           x="322.1879"
-           height="33.867229"
-           width="49.561798"
-           id="rect12157"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12159"
-           y="495.91296"
-           x="334.16531"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="495.91296"
-             x="334.16531"
-             id="tspan12161"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="475.25131"
-           x="425.85464"
-           height="33.867229"
-           width="49.561798"
-           id="rect12163"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12165"
-           y="494.91443"
-           x="444.85342"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="444.85342"
-             id="tspan12167"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <g
-         transform="translate(319.16821,1663.2153)"
-         id="g12095"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="322.19376"
-           height="99.162369"
-           width="153.2551"
-           id="rect12097"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12099"
-           y="457.68008"
-           x="327.97025"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="457.68008"
-             x="327.97025"
-             id="tspan12101"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">decoder</tspan></text>
-        <rect
-           y="475.25131"
-           x="322.1879"
-           height="33.867229"
-           width="49.561798"
-           id="rect12103"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12105"
-           y="495.91296"
-           x="334.16531"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="495.91296"
-             x="334.16531"
-             id="tspan12107"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="475.25131"
-           x="425.85464"
-           height="33.867229"
-           width="49.561798"
-           id="rect12109"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12111"
-           y="494.91443"
-           x="444.85342"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="444.85342"
-             id="tspan12113"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <g
-         transform="translate(306.16821,1663.2153)"
-         id="g12115"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.80316"
-           x="530.38898"
-           height="99.162369"
-           width="153.2551"
-           id="rect12117"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12119"
-           y="458.07892"
-           x="536.16534"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="458.07892"
-             x="536.16534"
-             id="tspan12121"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">audio sink</tspan></text>
-        <rect
-           y="475.45074"
-           x="530.38312"
-           height="33.867229"
-           width="49.561798"
-           id="rect12123"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12125"
-           y="496.11237"
-           x="542.36053"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="496.11237"
-             x="542.36053"
-             id="tspan12127"
-             sodipodi:role="line">sink</tspan></text>
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 600.47814,2155.4205 L 637.47814,2155.4205"
-         id="path12129"
-         sodipodi:nodetypes="cc" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 795.16601,2155.4205 L 832.16601,2155.4205"
-         id="path12131"
-         sodipodi:nodetypes="cc" />
-      <g
-         transform="translate(-66.56136,1663.675)"
-         id="g12133"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
-        <rect
-           ry="5"
-           rx="5"
-           y="442.60376"
-           x="122.38895"
-           height="99.162369"
-           width="153.2551"
-           id="rect12135"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12137"
-           y="458.07892"
-           x="128.16531"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="458.07892"
-             x="128.16531"
-             id="tspan12139"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">networked</tspan><tspan
-             id="tspan10050"
-             y="475.57892"
-             x="128.16531"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">source</tspan></text>
-        <rect
-           y="475.25131"
-           x="226.04988"
-           height="33.867229"
-           width="49.561798"
-           id="rect12141"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text12143"
-           y="494.91443"
-           x="245.0486"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/hello-world.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="494.91443"
-             x="245.0486"
-             id="tspan12145"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 209.74857,2155.8802 L 246.74857,2155.8802"
-         id="path12147"
-         sodipodi:nodetypes="cc" />
-      <g
-         id="g9183">
-        <rect
-           ry="5"
-           rx="5"
-           y="2106.0527"
-           x="251.34793"
-           height="99.162369"
-           width="153.2551"
-           id="rect7700"
-           style="fill:#729fcf;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#204a87;stroke-width:1.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text7702"
-           y="2121.1292"
-           x="257.12442"
-           style="font-size:10px;font-style:normal;font-weight:normal;fill:#204a87;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
-           xml:space="preserve"
-           inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="2121.1292"
-             x="257.12442"
-             id="tspan7704"
-             sodipodi:role="line"
-             style="font-size:14px;fill:#204a87">queue2</tspan></text>
-        <rect
-           y="2138.7002"
-           x="251.34207"
-           height="33.867229"
-           width="49.561798"
-           id="rect7706"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text7708"
-           y="2159.3621"
-           x="263.31949"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="2159.3621"
-             x="263.31949"
-             id="tspan7710"
-             sodipodi:role="line">sink</tspan></text>
-        <rect
-           y="2138.7002"
-           x="355.00882"
-           height="33.867229"
-           width="49.561798"
-           id="rect7712"
-           style="fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:1.77165353;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-           inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90" />
-        <text
-           id="text7714"
-           y="2158.3635"
-           x="374.0076"
-           style="font-size:10px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans Bold"
-           xml:space="preserve"
-           inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-           inkscape:export-xdpi="90"
-           inkscape:export-ydpi="90"><tspan
-             y="2158.3635"
-             x="374.0076"
-             id="tspan7716"
-             sodipodi:role="line">src</tspan></text>
-      </g>
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#204a87;stroke-width:2.11019325;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mendq);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.28930069;stroke-opacity:1"
-         d="M 404.85722,2155.7212 L 441.85722,2155.7212"
-         id="path9158"
-         sodipodi:nodetypes="cc" />
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#5c3566;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="165.44383"
-         y="2066.1194"
-         id="text9179"><tspan
-           style="font-size:14px;font-weight:bold;fill:#5c3566"
-           sodipodi:role="line"
-           id="tspan9181"
-           x="165.44383"
-           y="2066.1194">thread 1</tspan></text>
-      <text
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         xml:space="preserve"
-         style="font-size:10px;font-style:normal;font-weight:normal;fill:#5c3566;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-         x="363.1228"
-         y="2066.1453"
-         id="text9196"><tspan
-           style="font-size:14px;font-weight:bold;fill:#5c3566"
-           sodipodi:role="line"
-           id="tspan9198"
-           x="363.1228"
-           y="2066.1453">thread 2</tspan></text>
-      <rect
-         y="2133.7251"
-         x="155.32449"
-         height="43.732185"
-         width="150.65686"
-         id="rect9200"
-         style="fill:#ad7fa8;fill-opacity:0.23766815;fill-rule:nonzero;stroke:#5c3566;stroke-width:1.01326835;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         style="fill:#5c3566;fill-opacity:0.75;fill-rule:evenodd;stroke:#5c3566;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1"
-         d="M 159.84581,2052.8151 L 159.84581,2255.9606"
-         id="path8510"
-         sodipodi:nodetypes="cc" />
-      <rect
-         y="2133.9568"
-         x="350.94913"
-         height="42.741657"
-         width="539.62024"
-         id="rect9202"
-         style="fill:#ad7fa8;fill-opacity:0.23766815;fill-rule:nonzero;stroke:#5c3566;stroke-width:1.04373991;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/wim/gst/head/gstreamer/docs/manual/thread-buffering.png"
-         style="fill:#5c3566;fill-opacity:0.75;fill-rule:evenodd;stroke:#5c3566;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:6, 6;stroke-dashoffset:0;stroke-opacity:1"
-         d="M 355.13679,2052.5477 L 355.13679,2255.6932"
-         id="path10056"
-         sodipodi:nodetypes="cc" />
-    </g>
-  </g>
-</svg>
diff --git a/docs/manual/filter-element-multi.png b/docs/manual/filter-element-multi.png
deleted file mode 100644 (file)
index dfbbcb1..0000000
Binary files a/docs/manual/filter-element-multi.png and /dev/null differ
diff --git a/docs/manual/filter-element.png b/docs/manual/filter-element.png
deleted file mode 100644 (file)
index 7e2ea32..0000000
Binary files a/docs/manual/filter-element.png and /dev/null differ
diff --git a/docs/manual/gstreamer-overview.png b/docs/manual/gstreamer-overview.png
deleted file mode 100644 (file)
index bb2df9b..0000000
Binary files a/docs/manual/gstreamer-overview.png and /dev/null differ
diff --git a/docs/manual/hello-world.png b/docs/manual/hello-world.png
deleted file mode 100644 (file)
index 3cf8744..0000000
Binary files a/docs/manual/hello-world.png and /dev/null differ
diff --git a/docs/manual/highlevel-playback.xml b/docs/manual/highlevel-playback.xml
deleted file mode 100644 (file)
index 27d2d1f..0000000
+++ /dev/null
@@ -1,617 +0,0 @@
-<chapter id="chapter-playback-components">
-  <title>Playback Components</title>
-
-  <para>
-    &GStreamer; includes several higher-level components to simplify an
-    application developer's life. All of the components discussed here (for now) are
-    targetted at media playback. The idea of each of these components is
-    to integrate as closely as possible with a &GStreamer; pipeline, but
-    to hide the complexity of media type detection and several other
-    rather complex topics that have been discussed in <xref
-    linkend="part-advanced"/>.
-  </para>
-
-  <para>
-    We currently recommend people to use either playbin (see <xref
-    linkend="section-components-playbin"/>) or decodebin (see <xref
-    linkend="section-components-decodebin"/>), depending on their needs.
-    Playbin is the recommended solution for everything related to simple
-    playback of media that should just work. Decodebin is a more flexible
-    autoplugger that could be used to add more advanced features, such
-    as playlist support, crossfading of audio tracks and so on. Its
-    programming interface is more low-level than that of playbin, though.
-  </para>
-
-  <sect1 id="section-components-playbin">
-    <title>Playbin</title>
-
-    <para>
-      Playbin is an element that can be created using the standard &GStreamer;
-      API (e.g. <function>gst_element_factory_make ()</function>). The factory
-      is conveniently called <quote>playbin</quote>. By being a
-      <classname>GstPipeline</classname> (and thus a
-      <classname>GstElement</classname>), playbin automatically supports all
-      of the features of this class, including error handling, tag support,
-      state handling, getting stream positions, seeking, and so on.
-    </para>
-
-    <para>
-      Setting up a playbin pipeline is as simple as creating an instance of
-      the playbin element, setting a file location using the
-      <quote>uri</quote> property on playbin, and then setting the element
-      to the <classname>GST_STATE_PLAYING</classname> state (the location has to be a valid
-      URI, so <quote>&lt;protocol&gt;://&lt;location&gt;</quote>, e.g.
-      file:///tmp/my.ogg or http://www.example.org/stream.ogg). Internally,
-      playbin will set up a pipeline to playback the media location.
-    </para>
-
-    <programlisting><!-- example-begin playbin.c a -->
-#include &lt;gst/gst.h&gt;
-<!-- example-end playbin.c a -->
-[.. my_bus_callback goes here ..]<!-- example-begin playbin.c b --><!--
-static gboolean
-my_bus_callback (GstBus     *bus,
-                GstMessage *message,
-                gpointer    data)
-{
-  GMainLoop *loop = data;
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR: {
-      GError *err;
-      gchar *debug;
-
-      gst_message_parse_error (message, &amp;err, &amp;debug);
-      g_print ("Error: %s\n", err-&gt;message);
-      g_error_free (err);
-      g_free (debug);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    case GST_MESSAGE_EOS:
-      /* end-of-stream */
-      g_main_loop_quit (loop);
-      break;
-    default:
-      /* unhandled message */
-      break;
-  }
-
-  /* remove message from the queue */
-  return TRUE;
-}
---><!-- example-end playbin.c b -->
-<!-- example-begin playbin.c c -->
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GMainLoop *loop;
-  GstElement *play;
-  GstBus *bus;
-
-  /* init GStreamer */
-  gst_init (&amp;argc, &amp;argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* make sure we have a URI */
-  if (argc != 2) {
-    g_print ("Usage: %s &lt;URI&gt;\n", argv[0]);
-    return -1;
-  }
-
-  /* set up */
-  play = gst_element_factory_make ("playbin", "play");
-  g_object_set (G_OBJECT (play), "uri", argv[1], NULL);
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (play));
-  gst_bus_add_watch (bus, my_bus_callback, loop);
-  gst_object_unref (bus);
-
-  gst_element_set_state (play, GST_STATE_PLAYING);
-
-  /* now run */
-  g_main_loop_run (loop);
-
-  /* also clean up */
-  gst_element_set_state (play, GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (play));
-
-  return 0;
-}
-    <!-- example-end playbin.c c --></programlisting>
-
-    <para>
-      Playbin has several features that have been discussed previously:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Settable video and audio output (using the <quote>video-sink</quote>
-          and <quote>audio-sink</quote> properties).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Mostly controllable and trackable as a
-          <classname>GstElement</classname>, including error handling, eos
-          handling, tag handling, state handling (through the
-          <classname>GstBus</classname>), media position handling and
-          seeking.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Buffers network-sources, with buffer fullness notifications being
-          passed through the <classname>GstBus</classname>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Supports visualizations for audio-only media.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Supports subtitles, both in the media as well as from separate
-          files. For separate subtitle files, use the <quote>suburi</quote>
-          property.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Supports stream selection and disabling. If your media has
-          multiple audio or subtitle tracks, you can dynamically choose
-          which one to play back, or decide to turn it off altogether
-          (which is especially useful to turn off subtitles). For each
-          of those, use the <quote>current-text</quote> and other related
-          properties.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      For convenience, it is possible to test <quote>playbin</quote> on
-      the commandline, using the command <quote>gst-launch-1.0 playbin
-      uri=file:///path/to/file</quote>.
-    </para>
-  </sect1>
-
-  <sect1 id="section-components-decodebin">
-    <title>Decodebin</title>
-
-    <para>
-      Decodebin is the actual autoplugger backend of playbin, which was
-      discussed in the previous section. Decodebin will, in short, accept
-      input from a source that is linked to its sinkpad and will try to
-      detect the media type contained in the stream, and set up decoder
-      routines for each of those. It will automatically select decoders.
-      For each decoded stream, it will emit the <quote>pad-added</quote>
-      signal, to let the client know about the newly found decoded stream.
-      For unknown streams (which might be the whole stream), it will emit
-      the <quote>unknown-type</quote> signal. The application is then
-      responsible for reporting the error to the user.
-    </para>
-    <programlisting><!-- example-begin decodebin.c a -->
-<![CDATA[
-#include <gst/gst.h>
-]]>
-<!-- example-end decodebin.c a -->
-[.. my_bus_callback goes here ..]<!-- example-begin decodebin.c b -->
-<!--
-static gboolean
-my_bus_callback (GstBus     *bus,
-                GstMessage *message,
-                gpointer    data)
-{
-  GMainLoop *loop = data;
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR: {
-      GError *err;
-      gchar *debug;
-
-      gst_message_parse_error (message, &amp;err, &amp;debug);
-      g_print ("Error: %s\n", err-&gt;message);
-      g_error_free (err);
-      g_free (debug);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    case GST_MESSAGE_EOS:
-      /* end-of-stream */
-      g_main_loop_quit (loop);
-      break;
-    default:
-      /* unhandled message */
-      break;
-  }
-
-  /* remove message from the queue */
-  return TRUE;
-}
---><!-- example-end decodebin.c b -->
-<!-- example-begin decodebin.c c -->
-<![CDATA[
-GstElement *pipeline, *audio;
-
-static void
-cb_newpad (GstElement *decodebin,
-          GstPad     *pad,
-          gpointer    data)
-{
-  GstCaps *caps;
-  GstStructure *str;
-  GstPad *audiopad;
-
-  /* only link once */
-  audiopad = gst_element_get_static_pad (audio, "sink");
-  if (GST_PAD_IS_LINKED (audiopad)) {
-    g_object_unref (audiopad);
-    return;
-  }
-
-  /* check media type */
-  caps = gst_pad_query_caps (pad, NULL);
-  str = gst_caps_get_structure (caps, 0);
-  if (!g_strrstr (gst_structure_get_name (str), "audio")) {
-    gst_caps_unref (caps);
-    gst_object_unref (audiopad);
-    return;
-  }
-  gst_caps_unref (caps);
-
-  /* link'n'play */
-  gst_pad_link (pad, audiopad);
-
-  g_object_unref (audiopad);
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GMainLoop *loop;
-  GstElement *src, *dec, *conv, *sink;
-  GstPad *audiopad;
-  GstBus *bus;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* make sure we have input */
-  if (argc != 2) {
-    g_print ("Usage: %s <filename>\n", argv[0]);
-    return -1;
-  }
-
-  /* setup */
-  pipeline = gst_pipeline_new ("pipeline");
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  gst_bus_add_watch (bus, my_bus_callback, loop);
-  gst_object_unref (bus);
-
-  src = gst_element_factory_make ("filesrc", "source");
-  g_object_set (G_OBJECT (src), "location", argv[1], NULL);
-  dec = gst_element_factory_make ("decodebin", "decoder");
-  g_signal_connect (dec, "pad-added", G_CALLBACK (cb_newpad), NULL);
-  gst_bin_add_many (GST_BIN (pipeline), src, dec, NULL);
-  gst_element_link (src, dec);
-
-  /* create audio output */
-  audio = gst_bin_new ("audiobin");
-  conv = gst_element_factory_make ("audioconvert", "aconv");
-  audiopad = gst_element_get_static_pad (conv, "sink");
-  sink = gst_element_factory_make ("alsasink", "sink");
-  gst_bin_add_many (GST_BIN (audio), conv, sink, NULL);
-  gst_element_link (conv, sink);
-  gst_element_add_pad (audio,
-      gst_ghost_pad_new ("sink", audiopad));
-  gst_object_unref (audiopad);
-  gst_bin_add (GST_BIN (pipeline), audio);
-
-  /* run */
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-  g_main_loop_run (loop);
-
-  /* cleanup */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (pipeline));
-
-  return 0;
-}
-]]>
-    <!-- example-end decodebin.c c --></programlisting>
-    <para>
-      Decodebin, similar to playbin, supports the following features:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Can decode an unlimited number of contained streams to decoded
-          output pads.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Is handled as a <classname>GstElement</classname> in all ways,
-          including tag or error forwarding and state handling.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      Although decodebin is a good autoplugger, there's a whole lot of
-      things that it does not do and is not intended to do:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Taking care of input streams with a known media type (e.g. a DVD,
-          an audio-CD or such).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Selection of streams (e.g. which audio track to play in case of
-          multi-language media streams).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Overlaying subtitles over a decoded video stream.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      Decodebin can be easily tested on the commandline, e.g. by using the
-      command <command>gst-launch-1.0 filesrc location=file.ogg ! decodebin
-      ! audioconvert ! audioresample ! autoaudiosink</command>.
-    </para>
-  </sect1>
-
-  <sect1 id="section-components-uridecodebin">
-    <title>URIDecodebin</title>
-    <para>
-      The uridecodebin element is very similar to decodebin, only that it
-      automatically plugs a source plugin based on the protocol of the URI
-      given.
-    </para>
-    <para>
-      Uridecodebin will also automatically insert buffering elements when
-      the uri is a slow network source. The buffering element will post
-      BUFFERING messages that the application needs to handle as explained
-      in <xref linkend="chapter-buffering"/>.     
-      The following properties can be used to configure the buffering method:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          The buffer-size property allows you to configure a maximum size in
-          bytes for the buffer element.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The buffer-duration property allows you to configure a maximum size
-          in time for the buffer element. The time will be estimated based on
-          the bitrate of the network.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          With the download property you can enable the download buffering
-          method as described in <xref linkend="section-buffering-download"/>.
-          Setting this option to TRUE will only enable download buffering
-          for selected formats such as quicktime, flash video, avi and
-          webm.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          You can also enable buffering on the parsed/demuxed data with the
-          use-buffering property. This is interesting to enable buffering
-          on slower random access media such as a network file server.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      URIDecodebin can be easily tested on the commandline, e.g. by using the
-      command <command>gst-launch-1.0 uridecodebin uri=file:///file.ogg !
-      ! audioconvert ! audioresample ! autoaudiosink</command>.
-    </para>
-  </sect1>
-
-  <sect1 id="section-components-playsink">
-    <title>Playsink</title>
-    <para>
-      The playsink element is a powerful sink element. It has request pads
-      for raw decoded audio, video and text and it will configure itself to
-      play the media streams. It has the following features:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          It exposes GstStreamVolume, GstVideoOverlay, GstNavigation and
-          GstColorBalance interfaces and automatically plugs software
-          elements to implement the interfaces when needed.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          It will automatically plug conversion elements.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Can optionally render visualizations when there is no video input.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Configurable sink elements.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Configurable audio/video sync offset to fine-tune synchronization
-          in badly muxed files.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Support for taking a snapshot of the last video frame.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      Below is an example of how you can use playsink. We use a uridecodebin
-      element to decode into raw audio and video streams which we then link
-      to the playsink request pads. We only link the first audio and video
-      pads, you could use an input-selector to link all pads.
-    </para>
-    <programlisting>
-<!-- example-begin playsink.c a -->
-<![CDATA[
-#include <gst/gst.h>
-]]>
-<!-- example-end playsink.c a -->
-[.. my_bus_callback goes here ..]
-<!-- example-begin playsink.c b -->
-<!--
-static gboolean
-my_bus_callback (GstBus     *bus,
-                GstMessage *message,
-                gpointer    data)
-{
-  GMainLoop *loop = data;
-
-  switch (GST_MESSAGE_TYPE (message)) {
-    case GST_MESSAGE_ERROR: {
-      GError *err;
-      gchar *debug;
-
-      gst_message_parse_error (message, &amp;err, &amp;debug);
-      g_print ("Error: %s\n", err-&gt;message);
-      g_error_free (err);
-      g_free (debug);
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    case GST_MESSAGE_EOS:
-      /* end-of-stream */
-      g_main_loop_quit (loop);
-      break;
-    default:
-      /* unhandled message */
-      break;
-  }
-
-  /* remove message from the queue */
-  return TRUE;
-}
--->
-<!-- example-end playsink.c b -->
-<!-- example-begin playsink.c c -->
-<![CDATA[
-GstElement *pipeline, *sink;
-
-static void
-cb_pad_added (GstElement *dec,
-             GstPad     *pad,
-             gpointer    data)
-{
-  GstCaps *caps;
-  GstStructure *str;
-  const gchar *name;
-  GstPadTemplate *templ;
-  GstElementClass *klass;
-
-  /* check media type */
-  caps = gst_pad_query_caps (pad, NULL);
-  str = gst_caps_get_structure (caps, 0);
-  name = gst_structure_get_name (str);
-
-  klass = GST_ELEMENT_GET_CLASS (sink);
-
-  if (g_str_has_prefix (name, "audio")) {
-    templ = gst_element_class_get_pad_template (klass, "audio_sink");
-  } else if (g_str_has_prefix (name, "video")) {
-    templ = gst_element_class_get_pad_template (klass, "video_sink");
-  } else if (g_str_has_prefix (name, "text")) {
-    templ = gst_element_class_get_pad_template (klass, "text_sink");
-  } else {
-    templ = NULL;
-  }
-
-  if (templ) {
-    GstPad *sinkpad;
-
-    sinkpad = gst_element_request_pad (sink, templ, NULL, NULL);
-
-    if (!gst_pad_is_linked (sinkpad))
-      gst_pad_link (pad, sinkpad);
-
-    gst_object_unref (sinkpad);
-  }
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GMainLoop *loop;
-  GstElement *dec;
-  GstBus *bus;
-
-  /* init GStreamer */
-  gst_init (&argc, &argv);
-  loop = g_main_loop_new (NULL, FALSE);
-
-  /* make sure we have input */
-  if (argc != 2) {
-    g_print ("Usage: %s <uri>\n", argv[0]);
-    return -1;
-  }
-
-  /* setup */
-  pipeline = gst_pipeline_new ("pipeline");
-
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  gst_bus_add_watch (bus, my_bus_callback, loop);
-  gst_object_unref (bus);
-
-  dec = gst_element_factory_make ("uridecodebin", "source");
-  g_object_set (G_OBJECT (dec), "uri", argv[1], NULL);
-  g_signal_connect (dec, "pad-added", G_CALLBACK (cb_pad_added), NULL);
-
-  /* create audio output */
-  sink = gst_element_factory_make ("playsink", "sink");
-  gst_util_set_object_arg (G_OBJECT (sink), "flags",  
-      "soft-colorbalance+soft-volume+vis+text+audio+video");
-  gst_bin_add_many (GST_BIN (pipeline), dec, sink, NULL);
-
-  /* run */
-  gst_element_set_state (pipeline, GST_STATE_PLAYING);
-  g_main_loop_run (loop);
-
-  /* cleanup */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (GST_OBJECT (pipeline));
-
-  return 0;
-}
-]]>
-<!-- example-end playsink.c c -->
-    </programlisting>
-    <para>
-      This example will show audio and video depending on what you
-      give it. Try this example on an audio file and you will see that
-      it shows visualizations. You can change the visualization at runtime by
-      changing the vis-plugin property.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/manual/highlevel-xml.xml b/docs/manual/highlevel-xml.xml
deleted file mode 100644 (file)
index e330616..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<chapter id="chapter-xml">
-  <title>XML in <application>GStreamer</application> (deprecated)</title>
-  <para> 
-    <application>GStreamer</application> used to provide functions to
-    save pipeline definitions into XML format and later restore them
-    again from XML.
-  </para>
-
-  <para>
-    This never really worked properly for all but the most simple use cases
-    though, and is also pretty much impossible to make work correctly in a
-    useful way due to the dynamic nature of almost all non-trivial GStreamer
-    pipelines. Consequently, this API has been deprecated and will be
-    removed at some point. Don't use it.
-  </para>
-
-</chapter>
diff --git a/docs/manual/images/.gitignore b/docs/manual/images/.gitignore
deleted file mode 100644 (file)
index 68a2009..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.eps
-*.png
diff --git a/docs/manual/intro-basics.xml b/docs/manual/intro-basics.xml
deleted file mode 100644 (file)
index 0c385b1..0000000
+++ /dev/null
@@ -1,159 +0,0 @@
-<chapter id="chapter-intro-basics">
-  <title>Foundations</title>
-  <para><!-- synchronize with PWG -->
-    This chapter of the guide introduces the basic concepts of &GStreamer;.
-    Understanding these concepts will be important in reading any of the
-    rest of this guide, all of them assume understanding of these basic
-    concepts.
-  </para>
-
-  <sect1 id="section-intro-basics-elements">
-    <title>Elements</title>
-    <para>
-      An <emphasis>element</emphasis> is the most important class of objects
-      in &GStreamer;. You will usually create a chain of elements linked
-      together and let data flow through this chain of elements. An element
-      has one specific function, which can be the reading of data from a
-      file, decoding of this data or outputting this data to your sound
-      card (or anything else). By chaining together several such elements,
-      you create a <emphasis>pipeline</emphasis> that can do a specific task,
-      for example media playback or capture. &GStreamer; ships with a large
-      collection of elements by default, making the development of a large
-      variety of media applications possible. If needed, you can also write
-      new elements. That topic is explained in great deal in the &GstPWG;.
-    </para>
-  </sect1>
-
-  <sect1 id="section-intro-basics-pads">
-    <title>Pads</title>
-    <para>
-      <emphasis>Pads</emphasis> are element's input and output, where
-      you can connect other elements. They are used to negotiate links and
-      data flow
-      between elements in &GStreamer;. A pad can be viewed as a
-      <quote>plug</quote> or <quote>port</quote> on an element where
-      links may be made with other elements, and through which data can
-      flow to or from those elements. Pads have specific data handling
-      capabilities: a pad can restrict the type of data that flows
-      through it. Links are only allowed between two pads when the
-      allowed data types of the two pads are compatible. Data types are
-      negotiated between pads using a process called <emphasis>caps
-      negotiation</emphasis>. Data types are described as a
-      <classname>GstCaps</classname>.
-    </para>
-    <para>
-      An analogy may be helpful here. A pad is similar to a plug or jack on a
-      physical device. Consider, for example, a home theater system consisting
-      of an amplifier, a DVD player, and a (silent) video projector. Linking
-      the DVD player to the amplifier is allowed because both devices have audio
-      jacks, and linking the projector to the DVD player is allowed because
-      both devices have compatible video jacks. Links between the
-      projector and the amplifier may not be made because the projector and
-      amplifier have different types of jacks. Pads in &GStreamer; serve the
-      same purpose as the jacks in the home theater system.
-    </para>
-    <para>
-      For the most part, all data in &GStreamer; flows one way through a link
-      between elements. Data flows out of one element through one or more
-      <emphasis>source pads</emphasis>, and elements accept incoming data
-      through one or more <emphasis>sink pads</emphasis>. Source and sink
-      elements have only source and sink pads, respectively. Data usually
-      means buffers (described by the <ulink type="http"
-        url="&URLAPI;gstreamer-GstBuffer.html">
-      <classname>GstBuffer</classname></ulink> object) and events (described
-      by the <ulink type="http" url="&URLAPI;gstreamer-GstEvent.html">
-      <classname>GstEvent</classname></ulink> object).
-    </para>
-  </sect1>
-
-  <sect1 id="section-intro-basics-bins">
-    <title>Bins and pipelines</title>
-
-    <para>
-      A <emphasis>bin</emphasis> is a container for a collection of elements.
-      Since bins are subclasses of elements
-      themselves, you can mostly control a bin as if it were an element,
-      thereby abstracting away a lot of complexity for your application. You
-      can, for example change state on all elements in a bin by changing the
-      state of that bin itself. Bins also forward bus messages from their
-      contained children (such as error messages, tag messages or EOS messages).
-    </para>
-    <para>
-      A <emphasis>pipeline</emphasis> is a top-level bin. It provides a bus for
-      the application and manages the synchronization for its children. 
-      As you set it to PAUSED or PLAYING state, data flow will start and media
-      processing will take place. Once started, pipelines will run in a
-      separate thread until you stop them or the end
-      of the data stream is reached.
-    </para>
-
-    <figure float="1" id="section-pipeline-img">
-      <title>&GStreamer; pipeline for a simple ogg player</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/simple-player.&image;" format="&IMAGE;" />
-        </imageobject>
-      </mediaobject>  
-    </figure>
-
-  </sect1>
-
-  <sect1 id="section-intro-basics-communication">
-    <title>Communication</title>
-
-    <para>
-      &GStreamer; provides several mechanisms for communication and data exchange
-      between the <emphasis>application</emphasis> and the <emphasis>pipeline</emphasis>.
-    </para>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          <emphasis>buffers</emphasis> are objects for passing streaming data
-          between elements in the pipeline. Buffers always travel from sources
-          to sinks (downstream).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <emphasis>events</emphasis> are objects sent between elements or from
-          the application to elements. Events can travel upstream and downstream.
-          Downstream events can be synchronised to the data flow.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <emphasis>messages</emphasis> are objects posted by elements on
-          the pipeline's message bus, where they will be held for collection
-          by the application. Messages can be intercepted synchronously from
-          the streaming thread context of the element posting the message, but
-          are usually handled asynchronously by the application from the
-          application's main thread. Messages are used to transmit information
-          such as errors, tags, state changes, buffering state, redirects etc.
-          from elements to the application in a thread-safe way.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <emphasis>queries</emphasis> allow applications to request information
-          such as duration or current playback position from the pipeline.
-          Queries are always answered synchronously. Elements can also use
-          queries to request information from their peer elements (such as the
-          file size or duration). They can be used both ways within a pipeline,
-          but upstream queries are more common.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <figure float="1" id="section-communication-img">
-      <title>&GStreamer; pipeline with different communication flows</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/communication.&image;" format="&IMAGE;" />
-        </imageobject>
-      </mediaobject>  
-    </figure>
-
-  </sect1>
-
-</chapter>
diff --git a/docs/manual/intro-gstreamer.xml b/docs/manual/intro-gstreamer.xml
deleted file mode 100644 (file)
index 38329e8..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-<chapter id="chapter-gstreamer">
-  <title>What is &GStreamer;?</title>
-
-  <!-- ############ sect1 ############# -->
-
-<!--  <sect1 id="section-intro-what"> --><!-- synchronize with PWG -->
-    <para> 
-      &GStreamer; is a framework for creating streaming media applications.
-      The fundamental design comes from the video pipeline at Oregon Graduate
-      Institute, as well as some ideas from DirectShow.  
-    </para>
-    <para>
-      &GStreamer;'s development framework makes it possible to write any
-      type of streaming multimedia application. The &GStreamer; framework
-      is designed to make it easy to write applications that handle audio
-      or video or both. It isn't restricted to audio and video, and can
-      process any kind of data flow.
-      The pipeline design is made to have little overhead above what the
-      applied filters induce. This makes &GStreamer; a good framework for
-      designing even high-end audio applications which put high demands on
-      latency. 
-    </para> 
-
-    <para>
-      One of the most obvious uses of &GStreamer; is using it to build
-      a media player. &GStreamer; already includes components for building a
-      media player that can support a very wide variety of formats, including
-      MP3, Ogg/Vorbis, MPEG-1/2, AVI, Quicktime, mod, and more. &GStreamer;,
-      however, is much more than just another media player. Its main advantages
-      are that the pluggable components can be mixed and matched into arbitrary
-      pipelines so that it's possible to write a full-fledged video or audio
-      editing application.
-    </para> 
-
-    <para>
-      The framework is based on plugins that will provide the various codec 
-      and other functionality. The plugins can be linked and arranged in
-      a pipeline. This pipeline defines the flow of the data. Pipelines can 
-      also be edited with a GUI editor and saved as XML so that pipeline
-      libraries can be made with a minimum of effort.
-    </para> 
-
-    <para>
-      The &GStreamer; core function is to provide a framework for plugins,
-      data flow and media type handling/negotiation. It also provides an
-      API to write applications using the various plugins.
-    </para> 
-
-
-    <para>
-      Specifically, &GStreamer; provides
-      <itemizedlist>
-        <listitem><para>an API for multimedia applications</para></listitem>
-        <listitem><para>a plugin architecture</para></listitem>
-        <listitem><para>a pipeline architecture</para></listitem>
-        <listitem><para>a mechanism for media type handling/negotiation</para></listitem>
-        <listitem><para>a mechanism for synchronization</para></listitem>
-        <listitem><para>over 250 plug-ins providing more than 1000 elements</para></listitem>
-        <listitem><para>a set of tools</para></listitem>
-      </itemizedlist>
-    </para> 
-
-    <para>
-      &GStreamer; plug-ins could be classified into
-      <itemizedlist>
-       <listitem><para>protocols handling</para></listitem>
-       <listitem><para>sources: for audio and video (involves protocol plugins)</para></listitem>
-       <listitem><para>formats: parsers, formaters, muxers, demuxers, metadata, subtitles</para></listitem>
-       <listitem><para>codecs: coders and decoders</para></listitem>
-       <listitem><para>filters: converters, mixers, effects, ...</para></listitem>
-       <listitem><para>sinks: for audio and video (involves protocol plugins)</para></listitem>
-      </itemizedlist>
-    </para> 
-    
-    <figure float="1" id="section-gstreamer-img">
-      <title>Gstreamer overview</title>
-      <mediaobject>
-        <imageobject>
-          <imagedata scale="75" fileref="images/gstreamer-overview.&image;" format="&IMAGE;" />
-        </imageobject>
-      </mediaobject>  
-    </figure>
-
-    <para>
-      &GStreamer; is packaged into
-      <itemizedlist>
-        <listitem><para>gstreamer: the core package</para></listitem>
-        <listitem><para>gst-plugins-base: an essential exemplary set of elements</para></listitem>
-        <listitem><para>gst-plugins-good: a set of good-quality plug-ins under LGPL</para></listitem>
-        <listitem><para>gst-plugins-ugly: a set of good-quality plug-ins that might pose distribution problems</para></listitem>
-        <listitem><para>gst-plugins-bad: a set of plug-ins that need more quality</para></listitem>
-        <listitem><para>gst-libav: a set of plug-ins that wrap libav for decoding and encoding</para></listitem>
-        <listitem><para>a few others packages</para></listitem>
-      </itemizedlist>
-    </para> 
-
-
-</chapter>
diff --git a/docs/manual/intro-motivation.xml b/docs/manual/intro-motivation.xml
deleted file mode 100644 (file)
index 55571b6..0000000
+++ /dev/null
@@ -1,300 +0,0 @@
-<chapter id="chapter-motivation">
-  <title>Design principles</title>
-
-<!--
-  <para> 
-    Linux has historically lagged behind other operating systems in the
-    multimedia arena. Microsoft's <trademark>Windows</trademark> and
-    Apple's <trademark>MacOS</trademark> both have strong support for
-    multimedia devices, multimedia content creation, playback, and
-    realtime processing. Linux, on the other hand, has a poorly integrated
-    collection of multimedia utilities and applications available, which
-    can hardly compete with the professional level of software available
-    for MS Windows and MacOS.
-  </para>
-  <para> 
-    GStreamer was designed to provide a solution to the current Linux media
-    problems.
-  </para>
-
-  <sect1 id="section-motivation-problems">
-    <title>Current problems</title>
-    <para> 
-      We describe the typical problems in today's media handling on Linux.
-    </para>
-    <sect2 id="section-motivation-duplicate">
-      <title>Multitude of duplicate code</title>
-      <para> 
-        The Linux user who wishes to hear a sound file must hunt through
-        their collection of sound file players in order to play the tens
-        of sound file formats in wide use today. Most of these players
-        basically reimplement the same code over and over again.
-      </para>
-      <para>
-        The Linux developer who wishes to embed a video clip in their
-        application must use crude hacks to run an external video player.
-        There is no library available that a developer can use to create
-        a custom media player.
-      </para>
-    </sect2>
-
-    <sect2 id="section-motivation-goal">
-      <title>'One goal' media players/libraries</title>
-      <para>
-        Your typical MPEG player was designed to play MPEG video and audio.
-        Most of these players have implemented a complete infrastructure
-        focused on achieving their only goal: playback. No provisions were
-        made to add filters or special effects to the video or audio data.
-      </para> 
-      <para>
-        If you want to convert an MPEG-2 video stream into an AVI file,
-        your best option would be to take all of the MPEG-2 decoding
-        algorithms out of the player and duplicate them into your own
-        AVI encoder. These algorithms cannot easily be shared across
-        applications.
-      </para> 
-      <para>
-        Attempts have been made to create libraries for handling various
-        media types. Because they focus on a very specific media type
-        (avifile, libmpeg2, ...), significant work is needed to integrate
-        them due to a lack of a common API. &GStreamer; allows you to
-        wrap these libraries with a common API, which significantly
-        simplifies integration and reuse.
-      </para> 
-    </sect2>
-  
-    <sect2 id="section-motivation-plugin">
-      <title>Non unified plugin mechanisms</title>
-      <para> 
-        Your typical media player might have a plugin for different media
-        types. Two media players will typically implement their own plugin
-        mechanism so that the codecs cannot be easily exchanged. The plugin
-        system of the typical media player is also very tailored to the
-        specific needs of the application.
-      </para> 
-      <para> 
-        The lack of a unified plugin mechanism also seriously hinders the 
-       creation of binary only codecs. No company is willing to port their
-       code to all the different plugin mechanisms.
-      </para> 
-      <para> 
-        While &GStreamer; also uses it own plugin system it offers a very rich
-       framework for the plugin developer and ensures the plugin can be used
-       in a wide range of applications, transparently interacting with other
-       plugins. The framework that &GStreamer; provides for the plugins is
-       flexible enough to host even the most demanding plugins.
-      </para> 
-    </sect2>
-
-    <sect2 id="section-motivation-experience">
-      <title>Poor user experience</title>
-      <para>
-        Because of the problems mentioned above, application authors have
-        so far often been urged to spend a considerable amount of time in
-        writing their own backends, plugin mechanisms and so on. The result
-        has often been, unfortunately, that both the backend as well as the
-        user interface were only half-finished. Demotivated, the application
-        authors would start rewriting the whole thing and complete the circle.
-        This leads to a <emphasis>poor end user experience</emphasis>.
-      </para>
-    </sect2>
-
-    <sect2 id="section-motivation-network">
-      <title>Provision for network transparency</title>
-      <para> 
-        No infrastructure is present to allow network transparent media
-        handling. A distributed MPEG encoder will typically duplicate the
-        same encoder algorithms found in a non-distributed encoder.
-      </para> 
-      <para> 
-        No provisions have been made for use by and use of technologies such 
-       as the <ulink url="http://gnome.org/" type="http">GNOME</ulink>
-       desktop platform. Because the wheel is re-invented all the time,
-       it's hard to properly integrate multimedia into the bigger whole of
-       user's environment.
-      </para> 
-      <para> 
-        The &GStreamer; core does not use network transparent technologies
-        at the lowest level as it only adds overhead for the local case. 
-       That said, it shouldn't be hard to create a wrapper around the
-       core components. There are tcp plugins now that implement a
-        &GStreamer; Data Protocol that allows pipelines to be split over
-        TCP. These are located in the gst-plugins module directory gst/tcp.
-      </para> 
-    </sect2>
-
-    <sect2 id="section-motivation-catchup">
-      <title>Catch up with the <trademark>Windows</trademark> world</title>
-      <para> 
-        We need solid media handling if we want to see Linux succeed on
-       the desktop.
-      </para> 
-      <para> 
-        We must clear the road for commercially backed codecs and multimedia 
-       applications so that Linux can become an option for doing multimedia.
-      </para> 
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-goals-design">
-    <title>The design goals</title>
-    <para> 
-      We describe what we try to achieve with &GStreamer;.
-    </para>
--->
-
-    <section id="section-goals-clean">
-      <title>Clean and powerful</title>
-      <para>
-        &GStreamer; provides a clean interface to:
-      </para>
-      <itemizedlist>
-        <listitem>
-         <para>
-           The application programmer who wants to build a media pipeline. 
-           The programmer can use an extensive set of powerful tools to create
-           media pipelines without writing a single line of code. Performing 
-           complex media manipulations becomes very easy.
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           The plugin programmer. Plugin programmers are provided a clean and
-           simple API to create self-contained plugins. An extensive debugging
-           and tracing mechanism has been integrated. GStreamer also comes with
-           an extensive set of real-life plugins that serve as examples too.
-         </para>
-        </listitem>
-      </itemizedlist>
-
-    </section>
-    <section id="section-goals-object">
-      <title>Object oriented</title>
-      <para>
-        &GStreamer; adheres to GObject, the GLib 2.0 object model. A programmer
-        familiar with GLib 2.0 or GTK+ will be
-        comfortable with &GStreamer;.
-      </para>
-      <para>
-        &GStreamer; uses the mechanism of signals and object properties. 
-      </para> 
-      <para>
-        All objects can be queried at runtime for their various properties and
-       capabilities.
-      </para> 
-      <para>
-        &GStreamer; intends to be similar in programming methodology to GTK+.
-       This applies to the object model, ownership of objects, reference
-        counting, etc.
-      </para> 
-    </section>
-  
-    <section id="section-goals-extensible">
-      <title>Extensible</title>
-      <para> 
-       All &GStreamer; Objects can be extended using the GObject
-        inheritance methods.
-      </para> 
-      <para> 
-        All plugins are loaded dynamically and can be extended and upgraded
-       independently.
-      </para> 
-    </section>
-
-    <section id="section-goals-binary">
-      <title>Allow binary-only plugins</title>
-      <para>
-        Plugins are shared libraries that are loaded at runtime. Since all
-        the properties of the plugin can be set using the GObject properties,
-        there is no need (and in fact no way) to have any header files
-        installed for the plugins.
-      </para>
-      <para> 
-        Special care has been taken to make plugins completely self-contained. 
-        All relevant aspects of plugins can be queried at run-time.
-      </para> 
-    </section>
-
-    <section id="section-goals-performance">
-      <title>High performance</title>
-      <para> 
-        High performance is obtained by:
-      </para> 
-      <itemizedlist>
-        <listitem>
-         <para>
-           using GLib's <classname>GSlice</classname> allocator
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           extremely light-weight links between plugins. Data can travel
-           the pipeline with minimal overhead. Data passing between
-            plugins only involves a pointer dereference in a typical
-            pipeline.
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           providing a mechanism to directly work on the target memory.
-            A plugin can for example directly write to the X server's
-            shared memory space. Buffers can also point to arbitrary
-            memory, such as a sound card's internal hardware buffer.
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           refcounting and copy on write minimize usage of memcpy.
-           Sub-buffers efficiently split buffers into manageable pieces.
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           dedicated streaming threads, with scheduling handled by the kernel.
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           allowing hardware acceleration by using specialized plugins.
-         </para>
-        </listitem>
-        <listitem>
-         <para>
-           using a plugin registry with the specifications of the plugins so 
-           that the plugin loading can be delayed until the plugin is actually
-           used.
-         </para>
-        </listitem>
-      </itemizedlist>
-    </section>
-
-    <section id="section-goals-separation">
-      <title>Clean core/plugins separation</title>
-      <para>
-        The core of &GStreamer; is essentially media-agnostic. It only knows
-        about bytes and blocks, and only contains basic elements.
-        The core of &GStreamer; is functional enough to even implement
-        low-level system tools, like cp.
-      </para>
-      <para>
-        All of the media handling functionality is provided by plugins
-        external to the core. These tell the core how to handle specific
-        types of media.
-      </para>
-    </section>
-
-    <section id="section-goals-testbed">
-      <title>Provide a framework for codec experimentation</title>
-      <para>
-       &GStreamer; also wants to be an easy framework where codec
-       developers can experiment with different algorithms, speeding up the
-       development of open and free multimedia codecs like those developed
-       by the <ulink url="http://www.xiph.org" type="http">Xiph.Org
-       Foundation</ulink> (such as Theora and  Vorbis).
-      </para>
-    </section>
-
-<!--
-  </sect1>
--->
-</chapter>
diff --git a/docs/manual/intro-preface.xml b/docs/manual/intro-preface.xml
deleted file mode 100644 (file)
index f32339e..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-intro-who" xreflabel="Who Should Read This Manual?">
-    <title>Who should read this manual?</title>
-    <para>
-      This book is about &GStreamer; from an application developer's point of view; it
-      describes how to write a &GStreamer; application using the &GStreamer;
-      libraries and tools. For an explanation about writing plugins, we
-      suggest the <ulink type="http"
-      url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html">Plugin
-      Writers Guide</ulink>.
-    </para>     
-    <para>
-      Also check out the other documentation available on the <ulink type="http"
-      url="http://gstreamer.freedesktop.org/documentation/">&GStreamer; web site</ulink>.
-    </para>
-  </sect1>
-  
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-intro-reading" xreflabel="Preliminary Reading">
-    <title>Preliminary reading</title>
-    <para><!-- synchronize with PWG -->
-      In order to understand this manual, you need to have a basic
-      understanding of the <emphasis>C language</emphasis>.
-    </para>
-    <para>
-      Since &GStreamer; adheres to the GObject programming model, this guide
-      also assumes that you understand the basics of <ulink type="http"
-      url="http://library.gnome.org/devel/gobject/stable/">GObject</ulink> and <ulink type="http"
-      url="http://library.gnome.org/devel/glib/stable/">glib</ulink> programming.
-
-      Especially,
-      <itemizedlist>
-        <listitem><para>GObject instantiation</para></listitem>
-        <listitem><para>GObject properties (set/get)</para></listitem>
-        <listitem><para>GObject casting</para></listitem>
-        <listitem><para>GObject referecing/dereferencing</para></listitem>
-        <listitem><para>glib memory management</para></listitem>
-        <listitem><para>glib signals and callbacks</para></listitem>
-        <listitem><para>glib main loop</para></listitem>
-      </itemizedlist>
-    </para>
-  </sect1>
-  
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-intro-structure">
-    <title>Structure of this manual</title>
-    <para>
-      To help you navigate through this guide, it is divided into several large
-      parts. Each part addresses a particular broad topic concerning &GStreamer;
-      appliction development. The parts of this guide are laid out in the following
-      order:
-    </para>
-
-    <para>
-      <xref linkend="part-introduction"/> gives you an overview of &GStreamer;,
-      it's design principles and foundations.
-    </para>
-
-    <para>
-      <xref linkend="part-building"/> covers the basics of &GStreamer;
-      application programming. At the end of this part, you should be
-      able to build your own audio player using &GStreamer;
-    </para>
-
-    <para>
-      In <xref linkend="part-advanced"/>, we will move on to advanced
-      subjects which make &GStreamer; stand out of its competitors. We
-      will discuss application-pipeline interaction using dynamic parameters
-      and interfaces, we will discuss threading and threaded pipelines,
-      scheduling and clocks (and synchronization). Most of those topics are
-      not just there to introduce you to their API, but primarily to give
-      a deeper insight in solving application programming problems with
-      &GStreamer; and understanding their concepts.
-    </para>
-
-    <para>
-      Next, in <xref linkend="part-highlevel"/>, we will go into higher-level
-      programming APIs for &GStreamer;. You don't exactly need to know all
-      the details from the previous parts to understand this, but you will
-      need to understand basic &GStreamer; concepts nevertheless. We will,
-      amongst others, discuss XML, playbin and autopluggers.
-    </para>
-
-    <para>
-      Finally in <xref linkend="part-appendices"/>, you will find some random
-      information on integrating with GNOME, KDE, OS X or Windows, some
-      debugging help and general tips to improve and simplify &GStreamer;
-      programming.
-    </para>
-  </sect1>
diff --git a/docs/manual/linked-elements.png b/docs/manual/linked-elements.png
deleted file mode 100644 (file)
index de75adf..0000000
Binary files a/docs/manual/linked-elements.png and /dev/null differ
diff --git a/docs/manual/manual.xml b/docs/manual/manual.xml
deleted file mode 100644 (file)
index ac268b5..0000000
+++ /dev/null
@@ -1,269 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-          "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY % image-entities SYSTEM "image.entities">
-%image-entities;
-<!ENTITY % version-entities SYSTEM "version.entities">
-%version-entities;
-<!ENTITY % url-entities SYSTEM "url.entities">
-%url-entities;
-
-<!ENTITY EXAFOOT "
-<footnote>
-  <para>
-    The code for this example is automatically extracted from
-    the documentation and built under <filename>tests/examples/manual</filename>
-    in the GStreamer tarball.
-  </para>
-</footnote>
-">
-
-<!ENTITY TITLEPAGE            SYSTEM "titlepage.xml">
-
-<!-- Part 1: Overview -->
-<!ENTITY INTRO                SYSTEM "intro-preface.xml">
-
-<!ENTITY GSTREAMER            SYSTEM "intro-gstreamer.xml">
-<!ENTITY MOTIVATION           SYSTEM "intro-motivation.xml">
-<!ENTITY CONCEPTS             SYSTEM "intro-basics.xml">
-
-<!-- Part 2: Basic Concepts -->
-<!ENTITY INIT                 SYSTEM "basics-init.xml">
-<!ENTITY ELEMENTS             SYSTEM "basics-elements.xml">
-<!ENTITY BINS                 SYSTEM "basics-bins.xml">
-<!ENTITY BUS                  SYSTEM "basics-bus.xml">
-<!ENTITY PADS                 SYSTEM "basics-pads.xml">
-<!ENTITY DATA                 SYSTEM "basics-data.xml">
-<!ENTITY HELLOWORLD           SYSTEM "basics-helloworld.xml">
-
-<!-- Part 3: Advanced Concepts -->
-<!ENTITY QUERYEVENTS          SYSTEM "advanced-position.xml">
-<!ENTITY METADATA             SYSTEM "advanced-metadata.xml">
-<!ENTITY INTERFACES           SYSTEM "advanced-interfaces.xml">
-<!ENTITY CLOCKS               SYSTEM "advanced-clocks.xml">
-<!ENTITY BUFFERING            SYSTEM "advanced-buffering.xml">
-<!ENTITY DPARAMS              SYSTEM "advanced-dparams.xml">
-<!ENTITY THREADS              SYSTEM "advanced-threads.xml">
-<!ENTITY AUTOPLUGGING         SYSTEM "advanced-autoplugging.xml">
-<!ENTITY DATAACCESS           SYSTEM "advanced-dataaccess.xml">
-
-<!-- Part 4: Higher-level interfaces -->
-<!ENTITY PLAYBACK             SYSTEM "highlevel-playback.xml">
-
-<!-- Appendices -->
-<!ENTITY PROGRAMS             SYSTEM "appendix-programs.xml">
-<!ENTITY COMPILING            SYSTEM "appendix-compiling.xml">
-<!ENTITY CHECKLIST            SYSTEM "appendix-checklist.xml">
-<!ENTITY PORTING              SYSTEM "appendix-porting.xml">
-<!ENTITY INTEGRATION          SYSTEM "appendix-integration.xml">
-<!ENTITY LICENSING            SYSTEM "appendix-licensing.xml">
-<!ENTITY QUOTES               SYSTEM "appendix-quotes.xml">
-
-<!ENTITY GStreamer    "<application>GStreamer</application>">
-<!ENTITY GstPWG       "<emphasis>GStreamer Plugin Writer's Guide</emphasis>">
-]>
-
-<book id="index">
-  &TITLEPAGE;
-  
-<!-- ############# Introduction ############### -->
-
-<preface><title>Foreword</title>
-      <para><!-- synchronize with PWG -->
-        &GStreamer; is an extremely powerful and versatile framework for
-        creating streaming media applications. Many of the virtues of the
-        &GStreamer; framework come from its modularity: &GStreamer; can
-        seamlessly incorporate new plugin modules. But because modularity
-        and power often come at a cost of greater complexity, writing new
-        applications is not always easy.
-      </para>
-      <para>
-        This guide is intended to help you understand the &GStreamer;
-        framework (version &GST_VERSION;) so you can develop applications
-        based on it. The first chapters will focus on development of a
-        simple audio player, with much effort going into helping you
-        understand &GStreamer; concepts. Later chapters will go into
-        more advanced topics related to media playback, but also at
-        other forms of media processing (capture, editing, etc.).
-      </para>
-</preface>
-
-
-<preface><title>Introduction</title>
-
-  &INTRO;
-
-</preface>
-
-<!-- ############# Overview - part ############### -->
-
-  <part id="part-introduction">
-    <title>About GStreamer</title>
-    <partintro>
-      <para>
-    This part gives you an overview of the technologies described in
-    this book.
-      </para>
-    </partintro>
-
-    &GSTREAMER;
-    &MOTIVATION;
-    &CONCEPTS;
-
-  </part>
-
-<!-- ############ Basic concepts - part ############# -->
-
-  <part id="part-building">
-    <title>Building an Application</title>
-    <partintro>
-      <para>
-        In these chapters, we will discuss the basic concepts of &GStreamer;
-        and the most-used objects, such as elements, pads and buffers. We
-        will use a visual representation of these objects so that we can
-        visualize the more complex pipelines you will learn to build later
-        on. You will get a first glance at the &GStreamer; API, which should
-        be enough for building elementary applications. Later on in this
-        part, you will also learn to build a basic command-line application.
-      </para>
-      <para>
-        Note that this part will give a look into the low-level API and
-        concepts of &GStreamer;. Once you're going to build applications,
-        you might want to use higher-level APIs. Those will be discussed
-        later on in this manual.
-      </para>
-    </partintro>
-
-    &INIT;
-    &ELEMENTS;
-    &BINS;
-    &BUS;
-    &PADS;
-    &DATA;
-    &HELLOWORLD;
-
-  </part>
-
-<!-- ############ Advanced GStreamer - part ############# -->
-
-  <part id="part-advanced">
-    <title>Advanced &GStreamer; concepts</title>
-    <partintro>
-      <para>
-        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 <emphasis>simple</emphasis> 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;.
-      </para>
-      <para>
-        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.
-      </para>
-    </partintro>
-
-    &QUERYEVENTS;
-    &METADATA;
-    &INTERFACES;
-    &CLOCKS;
-    &BUFFERING;
-    &DPARAMS;
-    &THREADS;
-    &AUTOPLUGGING;
-    &DATAACCESS;
-
-  </part>
-
-<!-- ############ Higher-level APIs in GStreamer - part ############# -->
-
-  <part id="part-highlevel">
-    <title>Higher-level interfaces for &GStreamer; applications</title>
-    <partintro>
-      <para>
-        In the previous two parts, you have learned many of the internals
-        and their corresponding low-level interfaces into &GStreamer;
-        application programming. Many people will, however, not need so
-        much control (and as much code), but will prefer to use a standard
-        playback interface that does most of the difficult internals for
-        them. In this chapter, we will introduce you into the concept of
-        autopluggers, playback managing elements and other such things.
-        Those higher-level interfaces are intended to
-        simplify &GStreamer;-based application programming. They do, however,
-        also reduce the flexibility. It is up to the application developer
-        to choose which interface he will want to use.
-      </para>
-    </partintro>
-
-    &PLAYBACK;
-
-  </part>
-
-<!-- ############ Appendices - part ############# -->
-
-  <part id="part-appendices">
-    <title>Appendices</title>
-    <partintro>
-      <para>
-        By now, you've learned all about the internals of &GStreamer; and
-        application programming using the &GStreamer; framework. This part
-        will go into some random bits that are useful to know if you're
-        going to use &GStreamer; for serious application programming. It
-        will touch upon things related to integration with popular desktop
-        environments that we run on (GNOME, KDE, OS X, Windows), it will
-        shortly explain how applications included with &GStreamer; can help
-        making your life easier, and some information on debugging.
-      </para>
-      <para>
-        In addition, we also provide a porting guide which will explain
-        easily how to port &GStreamer;-0.10 applications to &GStreamer;-1.0.
-      </para>
-    </partintro>
-
-    <!--
-    Idea:
-    * Debugging and error handling
-     - 'error' signal in pipelines
-     - checking return values and how to handle them
-     - using signals for pipeline states
-     - gst-debug
-     - programs
-    * Desktop integration
-     - Linux/UNIX
-       . {x,xv}imagesink
-       . {oss,alsa}sink
-       . {v4l,v4l2,oss,alsa}src
-     - GNOME
-       . GConf ({video,audio}{src,sink})
-       . gnomevfssrc, gnomevfssink
-       . popt
-       . app examples (RB, Totem, gnome-media, ...)
-     - KDE
-       . kiosrc
-       . app examples (JuK, AmaroK)
-       . ask Scott/Mark
-     - Mac OS X
-       . native video/audio sink
-     - Windows
-       . build etc.
-    * Quotes from devs
-     - table please...
-    -->
-
-    &PROGRAMS;
-    &COMPILING;
-    &CHECKLIST;
-    &PORTING;
-    &INTEGRATION;
-    &LICENSING;
-    &QUOTES;
-
-  </part>
-</book>
diff --git a/docs/manual/mime-world.png b/docs/manual/mime-world.png
deleted file mode 100644 (file)
index f1e51f2..0000000
Binary files a/docs/manual/mime-world.png and /dev/null differ
diff --git a/docs/manual/outline.txt b/docs/manual/outline.txt
deleted file mode 100644 (file)
index c05b512..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-Overview
-  Introduction
-   (creating multimedia apps)
-   (pipeline/plugin based)
-   
-  Motivation
-   (multitude of duplicate code)
-   (mostly focused on one goal)
-   (reinvent plugin mechanisms)
-   (network transparency?)
-   (catch up with Windows(tm) world)
-
-  Goals
-   (clean and powerfull)
-     (building graphs)
-     (building plugins)
-   (object oriented)
-     (using GTK+ object model)
-   (extensible)
-   (alow binary only plugins)
-   (alow high performance)
-     (HW acceleration)
-     (efficient memory use)
-     (kernel buffers etc..)
-
-Basic concepts
-  elements
-   (what is it)
-   (types) sink, src, filter
-   (have pads)
-  linking elements
-  bin
-   (can contain elements)
-   pipeline (a complete graph)
-   thread (theaded operation)
-  buffers
-   (pass between elements)
-   (contains data)
-   (can cary metadata)
-   (use refcounting)
-  element states
-   (null)
-   (ready)
-   (paused)
-   (playing)
-     
-Building apps
- helloworld
-   (fdsrc->mp3decoder->audiosink)
-   (step by step explanation)
- More on factories
-   problems with helloworld
-   MIME types
-   GStreamer types
-   Basic types
- Your second application
-   
-   
-  
-advanced concepts
-  threads
-  queues
-  cothreads
-  dynamic pipeline construction
-  ghost pads
-  type detection
-  utility functions
-  
-XML in GStreamer
-  (saving)
-  (loading a pipeline)
-
-Plugin development
-  plugin types
-    chain based
-    loop based
-  buffers
-  metadata
-  subbuffers
-  adding pads
-  libraries
-  plugin registry
-  types
-  type detection
-  QoS messages
-  clocks
-  
-GStreamer programs
-  editor
-  gstplay
-
-
diff --git a/docs/manual/simple-player.png b/docs/manual/simple-player.png
deleted file mode 100644 (file)
index b3b3ca1..0000000
Binary files a/docs/manual/simple-player.png and /dev/null differ
diff --git a/docs/manual/sink-element.png b/docs/manual/sink-element.png
deleted file mode 100644 (file)
index 6a4eaa1..0000000
Binary files a/docs/manual/sink-element.png and /dev/null differ
diff --git a/docs/manual/src-element.png b/docs/manual/src-element.png
deleted file mode 100644 (file)
index 27699e0..0000000
Binary files a/docs/manual/src-element.png and /dev/null differ
diff --git a/docs/manual/state-diagram.svg b/docs/manual/state-diagram.svg
deleted file mode 100644 (file)
index 1be6d42..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="311.62961"
-   height="322.74072"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.3.1 r9886"
-   sodipodi:docname="New document 1">
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.4"
-     inkscape:cx="161.52909"
-     inkscape:cy="161.37036"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     borderlayer="true"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1600"
-     inkscape:window-height="841"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-219.1852,-376.7061)">
-    <g
-       id="g3006"
-       style="fill:none;stroke-width:0.025in"
-       transform="matrix(0.07407407,0,0,0.07407407,119.44446,321.40981)">
-      <!-- Circle -->
-      <circle
-         id="circle3008"
-         style="stroke:#000000;stroke-width:7"
-         r="480"
-         cy="1950"
-         cx="3600"
-         sodipodi:cx="3600"
-         sodipodi:cy="1950"
-         sodipodi:rx="480"
-         sodipodi:ry="480"
-         d="m 4080,1950 c 0,265.0967 -214.9033,480 -480,480 -265.0967,0 -480,-214.9033 -480,-480 0,-265.0967 214.9033,-480 480,-480 265.0967,0 480,214.9033 480,480 z" />
-      <!-- Circle -->
-      <circle
-         id="circle3010"
-         style="stroke:#000000;stroke-width:7"
-         r="480"
-         cy="3150"
-         cx="3600"
-         sodipodi:cx="3600"
-         sodipodi:cy="3150"
-         sodipodi:rx="480"
-         sodipodi:ry="480"
-         d="m 4080,3150 c 0,265.0967 -214.9033,480 -480,480 -265.0967,0 -480,-214.9033 -480,-480 0,-265.0967 214.9033,-480 480,-480 265.0967,0 480,214.9033 480,480 z" />
-      <!-- Circle -->
-      <circle
-         id="circle3012"
-         style="stroke:#000000;stroke-width:7"
-         r="480"
-         cy="4350"
-         cx="3600"
-         sodipodi:cx="3600"
-         sodipodi:cy="4350"
-         sodipodi:rx="480"
-         sodipodi:ry="480"
-         d="m 4080,4350 c 0,265.0967 -214.9033,480 -480,480 -265.0967,0 -480,-214.9033 -480,-480 0,-265.0967 214.9033,-480 480,-480 265.0967,0 480,214.9033 480,480 z" />
-      <!-- Circle -->
-      <circle
-         id="circle3014"
-         style="stroke:#000000;stroke-width:7"
-         r="480"
-         cy="4350"
-         cx="4875"
-         sodipodi:cx="4875"
-         sodipodi:cy="4350"
-         sodipodi:rx="480"
-         sodipodi:ry="480"
-         d="m 5355,4350 c 0,265.0967 -214.9033,480 -480,480 -265.0967,0 -480,-214.9033 -480,-480 0,-265.0967 214.9033,-480 480,-480 265.0967,0 480,214.9033 480,480 z" />
-      <!-- Line -->
-      <polyline
-         id="polyline3016"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter"
-         points="3600,900 3600,1380 " />
-      <!-- Arrowhead on XXXpoint 3600 900 - 3600 1515-->
-      <polygon
-         id="polygon3018"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="3600,1499 3630,1379 3570,1379 3570,1379 " />
-      <!-- Line: box -->
-      <rect
-         id="rect3020"
-         style="stroke:#ffffff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter"
-         rx="0"
-         height="4350"
-         width="4200"
-         y="750"
-         x="1350" />
-      <!-- Line -->
-      <polyline
-         id="polyline3022"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:bevel"
-         points="3150,1875 3149,1876 3145,1878 3139,1881 3130,1887 3118,1895 3101,1905 3082,1917 3060,1931 3035,1948 3009,1966 2981,1985 2953,2006 2925,2028 2897,2051 2869,2075 2843,2101 2818,2127 2794,2155 2773,2184 2753,2215 2735,2248 2721,2283 2710,2321 2703,2360 2700,2400 2703,2440 2710,2479 2721,2517 2735,2552 2753,2585 2773,2616 2794,2645 2818,2673 2843,2699 2869,2725 2897,2749 2925,2772 2953,2794 2981,2815 3009,2834 3035,2852 3060,2869 3082,2883 3101,2895 3118,2905 3130,2913 3047,2863 " />
-      <!-- Arrowhead on XXXpoint 3130 2913 - 3162 2932-->
-      <polygon
-         id="polygon3024"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="3148,2924 3060,2836 3029,2888 3029,2888 " />
-      <!-- Line -->
-      <polyline
-         id="polyline3026"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:bevel"
-         points="3150,3150 3149,3151 3145,3153 3139,3156 3130,3162 3118,3170 3101,3180 3082,3192 3060,3206 3035,3223 3009,3241 2981,3260 2953,3281 2925,3303 2897,3326 2869,3350 2843,3376 2818,3402 2794,3430 2773,3459 2753,3490 2735,3523 2721,3558 2710,3596 2703,3635 2700,3675 2703,3715 2710,3754 2721,3792 2735,3827 2753,3860 2773,3891 2794,3920 2818,3948 2843,3974 2869,4000 2897,4024 2925,4047 2953,4069 2981,4090 3009,4109 3035,4127 3060,4144 3082,4158 3101,4170 3118,4180 3130,4188 3047,4138 " />
-      <!-- Arrowhead on XXXpoint 3130 4188 - 3162 4207-->
-      <polygon
-         id="polygon3028"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="3148,4199 3060,4111 3029,4163 3029,4163 " />
-      <!-- Line -->
-      <polyline
-         id="polyline3030"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:bevel"
-         points="3750,3900 3751,3899 3755,3896 3760,3891 3769,3884 3781,3875 3796,3863 3814,3850 3834,3834 3857,3818 3881,3802 3907,3785 3935,3768 3964,3752 3995,3737 4027,3723 4062,3710 4099,3699 4139,3689 4182,3682 4228,3677 4275,3675 4322,3677 4368,3682 4411,3689 4451,3699 4488,3710 4523,3723 4555,3737 4586,3752 4615,3768 4643,3785 4669,3802 4693,3818 4716,3834 4736,3850 4754,3863 4769,3875 4781,3884 4708,3823 " />
-      <!-- Arrowhead on XXXpoint 4781 3884 - 4811 3909-->
-      <polygon
-         id="polygon3032"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="4799,3899 4726,3799 4687,3845 4687,3845 " />
-      <!-- Line -->
-      <polyline
-         id="polyline3034"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:bevel"
-         points="4800,4800 4799,4801 4795,4804 4790,4809 4781,4816 4769,4825 4754,4837 4736,4850 4716,4866 4693,4882 4669,4898 4643,4915 4615,4932 4586,4948 4555,4963 4523,4977 4488,4990 4451,5001 4411,5011 4368,5018 4322,5023 4275,5025 4228,5023 4182,5018 4139,5011 4099,5001 4062,4990 4027,4977 3995,4963 3964,4948 3935,4932 3907,4915 3881,4898 3857,4882 3834,4866 3814,4850 3796,4837 3781,4825 3769,4816 3841,4876 " />
-      <!-- Arrowhead on XXXpoint 3769 4816 - 3738 4790-->
-      <polygon
-         id="polygon3036"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="3750,4800 3822,4900 3861,4854 3861,4854 " />
-      <!-- Line -->
-      <polyline
-         id="polyline3038"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:bevel"
-         points="5175,3975 5175,3974 5176,3972 5177,3967 5179,3960 5182,3951 5186,3937 5190,3921 5196,3901 5202,3877 5209,3849 5217,3819 5226,3785 5235,3748 5244,3708 5253,3666 5263,3622 5272,3577 5280,3530 5289,3481 5296,3432 5303,3382 5309,3331 5314,3280 5318,3228 5320,3175 5320,3121 5319,3067 5317,3011 5312,2955 5305,2897 5295,2839 5283,2779 5267,2719 5249,2658 5228,2596 5203,2535 5175,2475 5142,2414 5107,2356 5069,2301 5030,2250 4990,2203 4949,2160 4908,2120 4866,2083 4824,2050 4781,2019 4738,1990 4695,1964 4652,1940 4609,1917 4566,1896 4522,1877 4479,1859 4437,1842 4395,1827 4354,1812 4315,1799 4277,1787 4241,1776 4208,1766 4178,1758 4150,1750 4126,1744 4106,1739 4089,1734 4075,1731 4065,1729 4165,1755 " />
-      <!-- Arrowhead on XXXpoint 4065 1729 - 4035 1721-->
-      <polygon
-         id="polygon3040"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="4051,1725 4159,1784 4174,1726 4174,1726 " />
-      <!-- Line -->
-      <polyline
-         id="polyline3042"
-         style="stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:bevel"
-         points="3225,4650 3224,4650 3222,4649 3217,4647 3210,4644 3201,4640 3187,4635 3170,4629 3149,4620 3125,4610 3096,4598 3063,4585 3026,4570 2985,4553 2942,4534 2895,4514 2845,4492 2793,4469 2739,4444 2683,4418 2626,4391 2568,4363 2510,4334 2452,4303 2393,4272 2336,4240 2278,4207 2222,4173 2167,4137 2113,4101 2060,4064 2009,4025 1960,3985 1913,3943 1867,3900 1824,3856 1783,3809 1745,3760 1710,3710 1678,3657 1650,3602 1626,3545 1605,3486 1590,3426 1580,3363 1575,3300 1576,3236 1583,3173 1596,3110 1613,3049 1634,2988 1660,2930 1689,2873 1721,2817 1757,2764 1795,2712 1835,2661 1878,2612 1924,2564 1971,2517 2019,2471 2070,2427 2122,2383 2175,2340 2229,2299 2285,2258 2341,2217 2397,2178 2454,2140 2510,2103 2567,2066 2622,2032 2676,1998 2729,1966 2779,1935 2828,1907 2874,1880 2916,1855 2956,1833 2992,1812 3024,1794 3052,1779 3076,1765 3097,1754 3113,1745 3126,1738 3136,1733 3046,1784 " />
-      <!-- Arrowhead on XXXpoint 3136 1733 - 3163 1717-->
-      <polygon
-         id="polygon3044"
-         style="fill:#000000;stroke:#000000;stroke-width:7;stroke-miterlimit:8"
-         points="3149,1725 3030,1760 3061,1811 3061,1811 " />
-      <!-- Text -->
-      <text
-         id="text3046"
-         font-size="144"
-         font-weight="normal"
-         font-style="normal"
-         y="2025"
-         x="3375"
-         xml:space="preserve"
-         style="font-size:144px;font-style:normal;font-weight:normal;text-anchor:start;fill:#000000;font-family:Times">NULL</text>
-      <!-- Text -->
-      <text
-         id="text3048"
-         font-size="144"
-         font-weight="normal"
-         font-style="normal"
-         y="3225"
-         x="3300"
-         xml:space="preserve"
-         style="font-size:144px;font-style:normal;font-weight:normal;text-anchor:start;fill:#000000;font-family:Times">READY</text>
-      <!-- Text -->
-      <text
-         id="text3050"
-         font-size="144"
-         font-weight="normal"
-         font-style="normal"
-         y="4425"
-         x="3225"
-         xml:space="preserve"
-         style="font-size:144px;font-style:normal;font-weight:normal;text-anchor:start;fill:#000000;font-family:Times">PLAYING</text>
-      <!-- Text -->
-      <text
-         id="text3052"
-         font-size="144"
-         font-weight="normal"
-         font-style="normal"
-         y="4425"
-         x="4500"
-         xml:space="preserve"
-         style="font-size:144px;font-style:normal;font-weight:normal;text-anchor:start;fill:#000000;font-family:Times">PAUSED</text>
-    </g>
-  </g>
-</svg>
diff --git a/docs/manual/thread-buffering.png b/docs/manual/thread-buffering.png
deleted file mode 100644 (file)
index 006c602..0000000
Binary files a/docs/manual/thread-buffering.png and /dev/null differ
diff --git a/docs/manual/thread-synchronizing.png b/docs/manual/thread-synchronizing.png
deleted file mode 100644 (file)
index 99c0a7b..0000000
Binary files a/docs/manual/thread-synchronizing.png and /dev/null differ
diff --git a/docs/manual/titlepage.xml b/docs/manual/titlepage.xml
deleted file mode 100644 (file)
index 3883384..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<bookinfo>
-  
-  <authorgroup>
-    <author>
-      <firstname>Wim</firstname>
-      <surname>Taymans</surname>
-      <authorblurb>
-       <para>
-         <email>wim.taymans@chello.be</email>
-       </para>
-      </authorblurb>
-    </author>
-    
-    <author>
-      <firstname>Steve</firstname>
-      <surname>Baker</surname>
-      <authorblurb>
-       <para>
-         <email>stevebaker_org@yahoo.co.uk</email>
-       </para>
-      </authorblurb>
-    </author>
-    
-    <author>
-      <firstname>Andy</firstname>
-      <surname>Wingo</surname>
-      <authorblurb>
-       <para>
-         <email>wingo@pobox.com</email>
-       </para>
-      </authorblurb>
-    </author>
-    
-    <author>
-      <firstname>Ronald</firstname>
-      <othername>S.</othername>
-      <surname>Bultje</surname>
-      <authorblurb>
-       <para>
-         <email>rbultje@ronald.bitfreak.net</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Stefan</firstname>
-      <surname>Kost</surname>
-      <authorblurb>
-       <para>
-         <email>ensonic@users.sf.net</email>
-       </para>
-      </authorblurb>
-    </author>
-  </authorgroup>
-
-  <legalnotice id="misc-legalnotice">
-    <para>
-      This material may be distributed only subject to the terms and
-      conditions set forth in the Open Publication License, v1.0 or later (the
-      latest version is presently available at <ulink url="
-      http://www.opencontent.org/opl.shtml"
-      type="http">http://www.opencontent.org/opl.shtml</ulink>).
-    </para>
-  </legalnotice>
-
-  <title>&GStreamer; Application Development Manual (&GST_VERSION;)</title>
-
-</bookinfo>
-
diff --git a/docs/pwg/.gitignore b/docs/pwg/.gitignore
deleted file mode 100644 (file)
index db6eb2f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Makefile
-Makefile.in
-.deps
-build
-html
-*.pdf
-*.ps
diff --git a/docs/pwg/Makefile.am b/docs/pwg/Makefile.am
deleted file mode 100644 (file)
index 0228a31..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-### this is the part you can customize if you need to
-
-# base name of doc
-DOC = pwg
-# formats defined for upload-doc.mak
-FORMATS=html ps pdf
-
-# main xml file
-MAIN = $(DOC).xml
-# all xml sources
-XML = $(notdir $(wildcard $(srcdir)/*.xml))
-# base style sheet
-CSS = base.css
-
-# image sources
-PNG_SRC = 
-FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
-
-# extra sources to copy in build directory
-EXTRA_SRC = 
-
-### this is the generic bit and you shouldn't need to change this
-
-# get the generic docbuilding Makefile stuff
-include $(srcdir)/../manuals.mak
-# get the generic upload target
-include $(top_srcdir)/common/upload-doc.mak
-
-### this is standard automake stuff
-                                                                                
-# package up all the source
-EXTRA_DIST = $(SRC)
-                                                                                
-# install documentation
-pwgdir = $(docdir)/$(DOC)
-pwg_DATA = $(PDF_DAT) $(PS_DAT)
-                                                                                
-include $(srcdir)/../htmlinstall.mak
diff --git a/docs/pwg/advanced-allocation.xml b/docs/pwg/advanced-allocation.xml
deleted file mode 100644 (file)
index e7346bd..0000000
+++ /dev/null
@@ -1,817 +0,0 @@
-<chapter id="chapter-allocation" xreflabel="Memory allocation">
-  <title>Memory allocation</title>
-  <para>
-    Memory allocation and management is a very important topic in
-    multimedia. High definition video uses many megabytes to store
-    one single frame of video. It is important to reuse the memory
-    when possible instead of constantly allocating and freeing
-    the memory.
-  </para>
-  <para>
-    Multimedia systems usually use special purpose chips, such as
-    DSPs or GPUs to perform the heavy lifting (especially for video).
-    These special purpose chips have usually strict requirements
-    for the memory that they can operate on and how the memory
-    is accessed.
-  </para>
-  <para>
-    This chapter talks about the memory management features that
-    &GStreamer; plugins can use. We will first talk about the
-    lowlevel <classname>GstMemory</classname> object that manages
-    access to a piece of memory. We then continue with
-    <classname>GstBuffer</classname> that is used to exchange data
-    between plugins (and the application) and that uses
-    <classname>GstMemory</classname>. We talk about
-    <classname>GstMeta</classname> that can be placed on buffers to
-    give extra info about the buffer and its memory.
-    For efficiently managing buffers of the same size, we take a
-    look at <classname>GstBufferPool</classname>. To conclude this
-    chapter we take a look at the GST_QUERY_ALLOCATION query that
-    is used to negotiate memory management options between elements.
-  </para>
-
-  <sect1 id="section-allocation-memory" xreflabel="GstMemory">
-    <title>GstMemory</title>
-    <para>
-      <classname>GstMemory</classname> is an object that manages a region
-      of memory. The memory object points to a region of memory of
-      <quote>maxsize</quote>. The area in this memory starting at
-      <quote>offset</quote> and for <quote>size</quote> bytes is the
-      accessible region in the memory. the maxsize of the memory can
-      never be changed after the object is created, however, the offset
-      and size can be changed.
-    </para>
-    <sect2 id="section-allocation-allocator" xreflabel="GstAllocator">
-      <title>GstAllocator</title>
-      <para>
-        <classname>GstMemory</classname> objects are created by a
-        <classname>GstAllocator</classname> object. Most allocators implement the
-        default <function>gst_allocator_alloc()</function> method but some allocator
-        might implement a different method, for example when additional parameters
-        are needed to allocate the specific memory.
-      </para>
-      <para>
-        Different allocators exist for, for example, system memory, shared memory
-        and memory backed by a DMAbuf file descriptor. To implement support for a
-        new kind of memory type, you must implement a new allocator object as shown
-        below.
-      </para>
-    </sect2>
-    <sect2 id="section-allocation-memory-ex" xreflabel="GstMemory-ex">
-      <title>GstMemory API example</title>
-      <para>
-        Data access to the memory wrapped by the <classname>GstMemory</classname>
-        object is always protected with a <function>gst_memory_map()</function>
-        and <function>gst_memory_unmap()</function> pair. An access mode
-        (read/write) must be given when mapping memory. The map
-        function returns a pointer to the valid memory region that can
-        then be accessed according to the requested access mode. 
-      </para>
-      <para>
-        Below is an example of making a <classname>GstMemory</classname>
-        object and using the <function>gst_memory_map()</function> to
-        access the memory region.
-      </para>
-      <programlisting>
-<![CDATA[
-[...]
-
-  GstMemory *mem;
-  GstMapInfo info;
-  gint i;
-
-  /* allocate 100 bytes */
-  mem = gst_allocator_alloc (NULL, 100, NULL);
-
-  /* get access to the memory in write mode */
-  gst_memory_map (mem, &info, GST_MAP_WRITE);
-
-  /* fill with pattern */
-  for (i = 0; i < info.size; i++)
-    info.data[i] = i;
-
-  /* release memory */
-  gst_memory_unmap (mem, &info);
-
-[...]
-]]>
-      </programlisting>
-    </sect2>
-
-    <sect2 id="section-allocation-allocator-ex" xreflabel="GstAllocator-ex">
-      <title>Implementing a GstAllocator</title>
-      <para>
-        WRITEME
-      </para>
-    </sect2>
-
-  </sect1>
-
-  <sect1 id="section-allocation-buffer" xreflabel="GstBuffer">
-    <title>GstBuffer</title>
-    <para>
-      A <classname>GstBuffer</classname> is an lightweight object that
-      is passed from an upstream to a downstream element and contains
-      memory and metadata. It represents the multimedia content that
-      is pushed or pull downstream by elements.
-    </para>
-    <para>
-      The buffer contains one or more <classname>GstMemory</classname>
-      objects that represent the data in the buffer.
-    </para>
-    <para>
-      Metadata in the buffer consists of:
-    </para>
-    <itemizedlist mark="opencircle">
-      <listitem>
-        <para>
-          DTS and PTS timestamps. These represent the decoding and
-          presentation timestamps of the buffer content and is used by
-          synchronizing elements to schedule buffers. Both these timestamps
-          can be GST_CLOCK_TIME_NONE when unknown/undefined.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The duration of the buffer contents. This duration can be
-          GST_CLOCK_TIME_NONE when unknown/undefined.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Media specific offsets and offset_end. For video this is the 
-          frame number in the stream and for audio the sample number. Other
-          definitions for other media exist. 
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Arbitrary structures via <classname>GstMeta</classname>, see below.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <sect2 id="section-allocation-writability" xreflabel="GstBuffer-write">
-      <title>GstBuffer writability</title>
-      <para>
-        A buffer is writable when the refcount of the object is exactly 1, meaning
-        that only one object is holding a ref to the buffer. You can only
-        modify anything in the buffer when the buffer is writable. This means
-        that you need to call <function>gst_buffer_make_writable()</function>
-        before changing the timestamps, offsets, metadata or adding and
-        removing memory blocks.
-      </para>
-    </sect2>
-    <sect2 id="section-allocation-buffer-ex" xreflabel="GstBuffer-ex">
-      <title>GstBuffer API examples</title>
-      <para>
-        You can create a buffer with <function>gst_buffer_new ()</function>
-        and then add memory objects to it or you can use a convenience function
-        <function>gst_buffer_new_allocate ()</function> which combines the
-        two. It's also possible to wrap existing memory with 
-        <function>gst_buffer_new_wrapped_full () </function> where you can
-        give the function to call when the memory should be freed.
-      </para>
-      <para>
-        You can access the memory of the buffer by getting and mapping the 
-        <classname>GstMemory</classname> objects individually or by using
-        <function>gst_buffer_map ()</function>. The latter merges all the
-        memory into one big block and then gives you a pointer to this block.
-      </para>
-      <para>
-        Below is an example of how to create a buffer and access its memory.
-      </para>
-      <programlisting>
-<![CDATA[
-[...]
-  GstBuffer *buffer;
-  GstMemory *mem;
-  GstMapInfo info;
-
-  /* make empty buffer */
-  buffer = gst_buffer_new ();
-
-  /* make memory holding 100 bytes */
-  mem = gst_allocator_alloc (NULL, 100, NULL);
-
-  /* add the buffer */
-  gst_buffer_append_memory (buffer, mem);
-
-[...]
-
-  /* get WRITE access to the memory and fill with 0xff */
-  gst_buffer_map (buffer, &info, GST_MAP_WRITE);
-  memset (info.data, 0xff, info.size);
-  gst_buffer_unmap (buffer, &info);
-
-[...]
-
-  /* free the buffer */
-  gst_buffer_unref (buffer);
-
-[...]
-]]>
-      </programlisting>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-allocation-meta" xreflabel="GstMeta">
-    <title>GstMeta</title>
-    <para>
-      With the <classname>GstMeta</classname> system you can add arbitrary
-      structures on buffers. These structures describe extra properties
-      of the buffer such as cropping, stride, region of interest etc.
-    </para>
-    <para>
-      The metadata system separates API specification (what the metadata
-      and its API look like) and the implementation (how it works). This makes
-      it possible to make different implementations of the same API,
-      for example, depending on the hardware you are running on.
-    </para>
-
-    <sect2 id="section-allocation-meta-ex" xreflabel="GstMeta-ex">
-      <title>GstMeta API example</title>
-      <para>
-        After allocating a new buffer, you can add metadata to the buffer
-        with the metadata specific API. This means that you will need to
-        link to the header file where the metadata is defined to use
-        its API.
-      </para>
-      <para>
-        By convention, a metadata API with name <classname>FooBar</classname>
-        should provide two methods, a
-        <function>gst_buffer_add_foo_bar_meta ()</function> and a
-        <function>gst_buffer_get_foo_bar_meta ()</function>. Both functions
-        should return a pointer to a <classname>FooBarMeta</classname>
-        structure that contains the metadata fields. Some of the
-        <function>_add_*_meta ()</function> can have extra parameters that
-        will usually be used to configure the metadata structure for you.
-      </para>
-      <para>
-        Let's have a look at the metadata that is used to specify a cropping
-        region for video frames.
-      </para>
-      <programlisting>
-<![CDATA[
-#include <gst/video/gstvideometa.h>
-
-[...]
-  GstVideoCropMeta *meta;
-
-  /* buffer points to a video frame, add some cropping metadata */
-  meta = gst_buffer_add_video_crop_meta (buffer);
-
-  /* configure the cropping metadata */
-  meta->x = 8;
-  meta->y = 8;
-  meta->width = 120;
-  meta->height = 80;
-[...]
-]]>
-      </programlisting>
-      <para>
-        An element can then use the metadata on the buffer when rendering
-        the frame like this:
-      </para>
-      <programlisting>
-<![CDATA[
-#include <gst/video/gstvideometa.h>
-
-[...]
-  GstVideoCropMeta *meta;
-
-  /* buffer points to a video frame, get the cropping metadata */
-  meta = gst_buffer_get_video_crop_meta (buffer);
-
-  if (meta) {
-    /* render frame with cropping */
-    _render_frame_cropped (buffer, meta->x, meta->y, meta->width, meta->height);
-  } else {
-    /* render frame */
-    _render_frame (buffer);
-  }
-[...]
-
-]]>
-      </programlisting>
-    </sect2>
-
-    <sect2 id="section-allocation-meta-new" xreflabel="GstMeta-new">
-      <title>Implementing new GstMeta</title>
-      <para>
-        In the next sections we show how you can add new metadata to the
-        system and use it on buffers.
-      </para>
-
-      <sect3 id="section-allocation-meta-api" xreflabel="GstMeta-api">
-        <title>Define the metadata API</title>
-        <para>
-          First we need to define what our API will look like and we
-          will have to register this API to the system. This is important
-          because this API definition will be used when elements negotiate
-          what kind of metadata they will exchange. The API definition
-          also contains arbitrary tags that give hints about what the
-          metadata contains. This is important when we see how metadata
-          is preserved when buffers pass through the pipeline.
-        </para>
-        <para>
-          If you are making a new implementation of an existing API,
-          you can skip this step and move on to the implementation step.
-        </para>
-        <para>
-          First we start with making the
-          <filename>my-example-meta.h</filename> header file that will contain
-          the definition of the API and structure for our metadata.
-        </para>
-        <programlisting>
-<![CDATA[
-#include <gst/gst.h>
-
-typedef struct _MyExampleMeta MyExampleMeta;
-
-struct _MyExampleMeta {
-  GstMeta       meta;
-
-  gint          age;
-  gchar        *name;
-};
-
-GType my_example_meta_api_get_type (void);
-#define MY_EXAMPLE_META_API_TYPE (my_example_meta_api_get_type())
-
-#define gst_buffer_get_my_example_meta(b) \
-  ((MyExampleMeta*)gst_buffer_get_meta((b),MY_EXAMPLE_META_API_TYPE))
-]]>
-        </programlisting>
-        <para>
-          The metadata API definition consists of the definition of the
-          structure that holds a gint and a string. The first field in
-          the structure must be <classname>GstMeta</classname>.
-        </para>
-        <para>
-          We also define a <function>my_example_meta_api_get_type ()</function>
-          function that will register out metadata API definition. We
-          also define a convenience macro 
-          <function>gst_buffer_get_my_example_meta ()</function> that simply
-          finds and returns the metadata with our new API.
-        </para>
-        <para>
-          Next let's have a look at how the
-          <function>my_example_meta_api_get_type ()</function> function is
-          implemented in the <filename>my-example-meta.c</filename> file.
-        </para>
-        <programlisting>
-<![CDATA[
-#include "my-example-meta.h"
-
-GType
-my_example_meta_api_get_type (void)
-{
-  static volatile GType type;
-  static const gchar *tags[] = { "foo", "bar", NULL };
-
-  if (g_once_init_enter (&type)) {
-    GType _type = gst_meta_api_type_register ("MyExampleMetaAPI", tags);
-    g_once_init_leave (&type, _type);
-  }
-  return type;
-}
-]]>
-        </programlisting>
-        <para>
-          As you can see, it simply uses the
-          <function>gst_meta_api_type_register ()</function> function to
-          register a name for the api and some tags. The result is a
-          new pointer GType that defines the newly registered API.
-        </para>
-      </sect3>
-
-      <sect3 id="section-allocation-meta-impl" xreflabel="GstMeta-impl">
-        <title>Implementing a metadata API</title>
-        <para>
-          Next we can make an implementation for a registered metadata
-          API GType. The implementation detail of a metadata API
-          are kept in a <classname>GstMetaInfo</classname> structure
-          that you will make available to the users of your metadata
-          API implementation with a <function>my_example_meta_get_info ()</function>
-          function and a convenience <function>MY_EXAMPLE_META_INFO</function>
-          macro. You will also make a method to add your metadata
-          implementation to a <classname>GstBuffer</classname>.
-          Your <filename>my-example-meta.h</filename> header file will
-          need these additions:
-        </para>
-        <programlisting>
-<![CDATA[
-[...]
-
-/* implementation */
-const GstMetaInfo *my_example_meta_get_info (void);
-#define MY_EXAMPLE_META_INFO (my_example_meta_get_info())
-
-MyExampleMeta * gst_buffer_add_my_example_meta (GstBuffer      *buffer,
-                                                gint            age,
-                                                const gchar    *name);
-]]>
-        </programlisting>
-        <para>
-          Let's have a look at how these functions are
-          implemented in the <filename>my-example-meta.c</filename> file.
-        </para>
-        <programlisting>
-<![CDATA[
-[...]
-
-static gboolean
-my_example_meta_init (GstMeta * meta, gpointer params, GstBuffer * buffer)
-{
-  MyExampleMeta *emeta = (MyExampleMeta *) meta;
-
-  emeta->age = 0;
-  emeta->name = NULL;
-
-  return TRUE;
-}
-
-static gboolean
-my_example_meta_transform (GstBuffer * transbuf, GstMeta * meta,
-    GstBuffer * buffer, GQuark type, gpointer data)
-{
-  MyExampleMeta *emeta = (MyExampleMeta *) meta;
-
-  /* we always copy no matter what transform */
-  gst_buffer_add_my_example_meta (transbuf, emeta->age, emeta->name);
-
-  return TRUE;
-}
-
-static void
-my_example_meta_free (GstMeta * meta, GstBuffer * buffer)
-{
-  MyExampleMeta *emeta = (MyExampleMeta *) meta;
-
-  g_free (emeta->name);
-  emeta->name = NULL;
-}
-
-const GstMetaInfo *
-my_example_meta_get_info (void)
-{
-  static const GstMetaInfo *meta_info = NULL;
-
-  if (g_once_init_enter (&meta_info)) {
-    const GstMetaInfo *mi = gst_meta_register (MY_EXAMPLE_META_API_TYPE,
-        "MyExampleMeta",
-        sizeof (MyExampleMeta),
-        my_example_meta_init,
-        my_example_meta_free,
-        my_example_meta_transform);
-    g_once_init_leave (&meta_info, mi);
-  }
-  return meta_info;
-}
-
-MyExampleMeta *
-gst_buffer_add_my_example_meta (GstBuffer   *buffer,
-                                gint         age,
-                                const gchar *name)
-{
-  MyExampleMeta *meta;
-
-  g_return_val_if_fail (GST_IS_BUFFER (buffer), NULL);
-
-  meta = (MyExampleMeta *) gst_buffer_add_meta (buffer,
-      MY_EXAMPLE_META_INFO, NULL);
-
-  meta->age = age;
-  meta->name = g_strdup (name);
-
-  return meta;
-}
-]]>
-        </programlisting>
-        <para>
-          <function>gst_meta_register ()</function> registers the implementation
-          details, like the API that you implement and the size of the
-          metadata structure along with methods to initialize and free the
-          memory area. You can also implement a transform function that will
-          be called when a certain transformation (identified by the quark and
-          quark specific data) is performed on a buffer.
-        </para>
-        <para>
-          Lastly, you implement a <function>gst_buffer_add_*_meta()</function>
-          that adds the metadata implementation to a buffer and sets the
-          values of the metadata.
-        </para>
-      </sect3>
-    </sect2>
-
-  </sect1>
-
-  <sect1 id="section-allocation-bufferpool" xreflabel="GstBufferPool">
-    <title>GstBufferPool</title>
-    <para>
-      The <classname>GstBufferPool</classname> object provides a convenient
-      base class for managing lists of reusable buffers. Essential for this
-      object is that all the buffers have the same properties such as size,
-      padding, metadata and alignment.
-    </para>
-    <para>
-      A bufferpool object can be configured to manage a minimum and maximum
-      amount of buffers of a specific size. A bufferpool can also be
-      configured to use a specific <classname>GstAllocator</classname> for
-      the memory of the buffers. There is support in the bufferpool to enable
-      bufferpool specific options, such as adding <classname>GstMeta</classname>
-      to the buffers in the pool or such as enabling specific padding on
-      the memory in the buffers.
-    </para>
-    <para>
-      A Bufferpool can be inactivate and active. In the inactive state,
-      you can configure the pool. In the active state, you can't change
-      the configuration anymore but you can acquire and release buffers
-      from/to the pool.
-    </para>
-    <para>
-      In the following sections we take a look at how you can use
-      a bufferpool. 
-    </para>
-
-    <sect2 id="section-allocation-pool-ex" xreflabel="GstBufferPool-ex">
-      <title>GstBufferPool API example</title>
-      <para>
-        Many different bufferpool implementations can exist; they are all
-        subclasses of the base class <classname>GstBufferPool</classname>.
-        For this example, we will assume we somehow have access to a
-        bufferpool, either because we created it ourselves or because
-        we were given one as a result of the ALLOCATION query as we will
-        see below.
-      </para>
-      <para>
-        The bufferpool is initially in the inactive state so that we can
-        configure it. Trying to configure a bufferpool that is not in the
-        inactive state will fail. Likewise, trying to activate a bufferpool
-        that is not configured will fail.
-      </para>
-      <programlisting>
-<![CDATA[
-  GstStructure *config;
-
-[...]
-
-  /* get config structure */
-  config = gst_buffer_pool_get_config (pool);
-
-  /* set caps, size, minimum and maximum buffers in the pool */
-  gst_buffer_pool_config_set_params (config, caps, size, min, max);
-
-  /* configure allocator and parameters */
-  gst_buffer_pool_config_set_allocator (config, allocator, &params);
-
-  /* store the updated configuration again */
-  gst_buffer_pool_set_config (pool, config);
-
-[...]
-]]>
-      </programlisting>
-      <para>
-        The configuration of the bufferpool is maintained in a generic
-        <classname>GstStructure</classname> that can be obtained with
-        <function>gst_buffer_pool_get_config()</function>. Convenience
-        methods exist to get and set the configuration options in this
-        structure. After updating the structure, it is set as the current
-        configuration in the bufferpool again with
-        <function>gst_buffer_pool_set_config()</function>.
-      </para>
-      <para>
-        The following options can be configured on a bufferpool:
-      </para>
-      <itemizedlist mark="opencircle">
-        <listitem>
-          <para>
-            The caps of the buffers to allocate.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The size of the buffers. This is the suggested size of the
-            buffers in the pool. The pool might decide to allocate larger
-            buffers to add padding.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The minimum and maximum amount of buffers in the pool. When
-            minimum is set to > 0, the bufferpool will pre-allocate this
-            amount of buffers. When maximum is not 0, the bufferpool
-            will allocate up to maximum amount of buffers.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The allocator and parameters to use. Some bufferpools might
-            ignore the allocator and use its internal one.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Other arbitrary bufferpool options identified with a string.
-            a bufferpool lists the supported options with
-            <function>gst_buffer_pool_get_options()</function> and you 
-            can ask if an option is supported with
-            <function>gst_buffer_pool_has_option()</function>. The option
-            can be enabled by adding it to the configuration structure
-            with <function>gst_buffer_pool_config_add_option ()</function>.
-            These options are used to enable things like letting the
-            pool set metadata on the buffers or to add extra configuration
-            options for padding, for example.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        After the configuration is set on the bufferpool, the pool can
-        be activated with
-        <function>gst_buffer_pool_set_active (pool, TRUE)</function>. From
-        that point on you can use
-        <function>gst_buffer_pool_acquire_buffer ()</function> to retrieve
-        a buffer from the pool, like this:
-      </para>
-      <programlisting>
-<![CDATA[
-  [...]
-
-  GstFlowReturn ret;
-  GstBuffer *buffer;
-
-  ret = gst_buffer_pool_acquire_buffer (pool, &buffer, NULL);
-  if (G_UNLIKELY (ret != GST_FLOW_OK))
-    goto pool_failed;
-
-  [...]
-]]>
-      </programlisting>
-      <para>
-        It is important to check the return value of the acquire function
-        because it is possible that it fails: When your
-        element shuts down, it will deactivate the bufferpool and then
-        all calls to acquire will return GST_FLOW_FLUSHNG.
-      </para>
-      <para>
-        All buffers that are acquired from the pool will have their pool
-        member set to the original pool. When the last ref is decremented
-        on the buffer, &GStreamer; will automatically call
-        <function>gst_buffer_pool_release_buffer()</function> to release
-        the buffer back to the pool. You (or any other downstream element)
-        don't need to know if a buffer came from a pool, you can just
-        unref it.
-      </para>
-    </sect2>
-
-    <sect2 id="section-allocation-pool-impl" xreflabel="GstBufferPool-impl">
-      <title>Implementing a new GstBufferPool</title>
-      <para>
-        WRITEME
-      </para>
-    </sect2>
-
-  </sect1>
-
-  <sect1 id="section-allocation-query" xreflabel="GST_QUERY_ALLOCATION">
-    <title>GST_QUERY_ALLOCATION</title>
-    <para>
-      The ALLOCATION query is used to negotiate
-      <classname>GstMeta</classname>, <classname>GstBufferPool</classname>
-      and <classname>GstAllocator</classname> between elements. Negotiation
-      of the allocation strategy is always initiated and decided by a srcpad
-      after it has negotiated a format and before it decides to push buffers.
-      A sinkpad can suggest an allocation strategy but it is ultimately the
-      source pad that will decide based on the suggestions of the downstream
-      sink pad.
-    </para>
-    <para>
-      The source pad will do a GST_QUERY_ALLOCATION with the negotiated caps
-      as a parameter. This is needed so that the downstream element knows
-      what media type is being handled. A downstream sink pad can answer the
-      allocation query with the following results:
-    </para>
-    <itemizedlist mark="opencircle">
-      <listitem>
-        <para>
-          An array of possible <classname>GstBufferPool</classname> suggestions
-          with suggested size, minimum and maximum amount of buffers.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          An array of GstAllocator objects along with suggested allocation
-          parameters such as flags, prefix, alignment and padding. These
-          allocators can also be configured in a bufferpool when this is
-          supported by the bufferpool.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          An array of supported <classname>GstMeta</classname> implementations
-          along with metadata specific parameters.
-          It is important that the upstream element knows what kind of
-          metadata is supported downstream before it places that metadata
-          on buffers.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      When the GST_QUERY_ALLOCATION returns, the source pad will select
-      from the available bufferpools, allocators and metadata how it will
-      allocate buffers.
-    </para>
-
-    <sect2 id="section-allocation-query-ex" xreflabel="Allocation-ex">
-      <title>ALLOCATION query example</title>
-      <para>
-        Below is an example of the ALLOCATION query.
-      </para>
-      <programlisting>
-<![CDATA[
-#include <gst/video/video.h>
-#include <gst/video/gstvideometa.h>
-#include <gst/video/gstvideopool.h>
-
-  GstCaps *caps;
-  GstQuery *query;
-  GstStructure *structure;
-  GstBufferPool *pool;
-  GstStructure *config;
-  guint size, min, max;
-
-[...]
-
-  /* find a pool for the negotiated caps now */
-  query = gst_query_new_allocation (caps, TRUE);
-
-  if (!gst_pad_peer_query (scope->srcpad, query)) {
-    /* query failed, not a problem, we use the query defaults */
-  }
-
-  if (gst_query_get_n_allocation_pools (query) > 0) {
-    /* we got configuration from our peer, parse them */
-    gst_query_parse_nth_allocation_pool (query, 0, &pool, &size, &min, &max);
-  } else {
-    pool = NULL;
-    size = 0;
-    min = max = 0;
-  }
-
-  if (pool == NULL) {
-    /* we did not get a pool, make one ourselves then */
-    pool = gst_video_buffer_pool_new ();
-  }
-
-  config = gst_buffer_pool_get_config (pool);
-  gst_buffer_pool_config_add_option (config, GST_BUFFER_POOL_OPTION_VIDEO_META);
-  gst_buffer_pool_config_set_params (config, caps, size, min, max);
-  gst_buffer_pool_set_config (pool, config);
-
-  /* and activate */
-  gst_buffer_pool_set_active (pool, TRUE);
-
-[...]
-]]>
-      </programlisting>
-      <para>
-        This particular implementation will make a custom
-        <classname>GstVideoBufferPool</classname> object that is specialized
-        in allocating video buffers. You can also enable the pool to
-        put <classname>GstVideoMeta</classname> metadata on the buffers from
-        the pool doing
-        <function>gst_buffer_pool_config_add_option (config,
-          GST_BUFFER_POOL_OPTION_VIDEO_META)</function>.
-      </para>
-    </sect2>
-
-    <sect2 id="section-allocation-query-base" xreflabel="Allocation-base">
-      <title>The ALLOCATION query in base classes</title>
-      <para>
-        In many baseclasses you will see the following virtual methods for
-        influencing the allocation strategy:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            <function>propose_allocation ()</function> should suggest
-            allocation parameters for the upstream element.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            <function>decide_allocation ()</function> should decide the
-            allocation parameters from the suggestions received from
-            downstream.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        Implementors of these methods should modify the given
-        <classname>GstQuery</classname> object by updating the pool options
-        and allocation options.
-      </para>
-    </sect2>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-clock.xml b/docs/pwg/advanced-clock.xml
deleted file mode 100644 (file)
index a0ffc4f..0000000
+++ /dev/null
@@ -1,173 +0,0 @@
-<chapter id="chapter-advanced-clock">
-  <title>Clocking</title>
-
-  <para>
-    When playing complex media, each sound and video sample must be played in a
-    specific order at a specific time. For this purpose, GStreamer provides a
-    synchronization mechanism.
-  </para>
-
-  <sect1 id="section-clocks" xreflabel="Clocks">
-    <title>Clocks</title>
-    <para>
-      Time in &GStreamer; is defined as the value returned from a particular 
-      <classname>GstClock</classname> object from the method
-      <function>gst_clock_get_time ()</function>. 
-    </para>
-    <para>
-      In a typical computer, there are many sources that can be used as a
-      time source, e.g., the system time, soundcards, CPU performance
-      counters, ... For this reason, there are many
-      <classname>GstClock</classname> implementations available in &GStreamer;.
-      The clock time doesn't always start from 0 or from some known value.
-      Some clocks start counting from some known start date, other clocks start
-      counting since last reboot, etc...
-    </para>
-    <para>
-      As clocks return an absolute measure of time, they are not usually used
-      directly. Instead, differences between two clock times are used to
-      measure elapsed time according to a clock.
-    </para>
-  </sect1>
-
-  <sect1 id="section-clock-time-types" xreflabel="Clock running-time"> 
-    <title> Clock running-time </title>
-    <para>
-      A clock returns the <emphasis role="strong">absolute-time</emphasis>
-      according to that clock with <function>gst_clock_get_time ()</function>.
-      From the absolute-time is a <emphasis role="strong">running-time</emphasis>
-      calculated, which is simply the difference between a previous snapshot
-      of the absolute-time called the <emphasis role="strong">base-time</emphasis>.
-      So:
-    </para>
-    <para>
-      running-time = absolute-time - base-time
-    </para>
-    <para>
-      A &GStreamer; <classname>GstPipeline</classname> object maintains a 
-      <classname>GstClock</classname> object and a base-time when it goes
-      to the PLAYING state.  The pipeline gives a handle to the selected
-      <classname>GstClock</classname> to each element in the pipeline along
-      with selected base-time. The pipeline will select a base-time in such
-      a way that the running-time reflects the total time spent in the
-      PLAYING state. As a result, when the pipeline is PAUSED, the
-      running-time stands still.
-    </para>
-    <para>
-      Because all objects in the pipeline have the same clock and base-time,
-      they can thus all calculate the running-time according to the pipeline
-      clock.
-    </para>
-  </sect1>
-
-  <sect1 id="section-buffer-time-types" xreflabel="Buffer running-time"> 
-    <title> Buffer running-time </title>
-    <para>
-      To calculate a buffer running-time, we need a buffer timestamp and
-      the SEGMENT event that preceded the buffer. First we can convert
-      the SEGMENT event into a <classname>GstSegment</classname> object
-      and then we can use the
-      <function>gst_segment_to_running_time ()</function> function to
-      perform the calculation of the buffer running-time.
-    </para>
-    <para>
-      Synchronization is now a matter of making sure that a buffer with a
-      certain running-time is played when the clock reaches the same
-      running-time. Usually this task is done by sink elements. Sink also
-      have to take into account the latency configured in the pipeline and
-      add this to the buffer running-time before synchronizing to the
-      pipeline clock.
-    </para>
-  </sect1>
-  
-  
-  <sect1 id="section-clock-obligations-of-each-element" xreflabel="Obligations
-    of each element">
-    <title>
-      Obligations of each element.
-    </title>
-    
-    <para>
-      Let us clarify the contract between GStreamer and each element in the
-      pipeline.
-    </para>
-    
-    <sect2>
-      <title>Non-live source elements </title>
-      <para>
-        Non-live source elements must place a timestamp in each buffer that
-        they deliver when this is possible.  They must choose the timestamps
-        and the values of the SEGMENT event in such a way that the
-        running-time of the buffer starts from 0.
-      </para>
-      <para>
-        Some sources, such as filesrc, is not able to generate timestamps
-        on all buffers. It can and must however create a timestamp on the
-        first buffer (with a running-time of 0).
-      </para>
-      <para>
-        The source then pushes out the SEGMENT event followed by the
-        timestamped buffers.
-      </para>
-    </sect2>
-
-    <sect2>
-      <title>Live source elements </title>
-      <para>
-        Live source elements must place a timestamp in each buffer that
-        they deliver. They must choose the timestamps and the values of the
-        SEGMENT event in such a way that the running-time of the buffer
-        matches exactly the running-time of the pipeline clock when the first 
-        byte in the buffer was captured.
-      </para>
-    </sect2>
-
-    <sect2>
-      <title>Parser/Decoder/Encoder elements </title>
-      <para>
-        Parser/Decoder elements must use the incoming timestamps and transfer
-        those to the resulting output buffers. They are allowed to interpolate
-        or reconstruct timestamps on missing input buffers when they can.
-      </para>
-    </sect2>
-
-    <sect2>
-      <title>Demuxer elements </title>
-      <para>
-        Demuxer elements can usually set the timestamps stored inside the media
-        file onto the outgoing buffers. They need to make sure that outgoing
-        buffers that are to be played at the same time have the same
-        running-time. Demuxers also need to take into account the incoming
-        timestamps on buffers and use that to calculate an offset on the outgoing
-        buffer timestamps.
-      </para>
-    </sect2>
-
-    <sect2>
-      <title>Muxer elements</title>
-      <para>
-        Muxer elements should use the incoming buffer running-time to mux the
-        different streams together. They should copy the incoming running-time
-        to the outgoing buffers.
-      </para>
-    </sect2>
-    
-    <sect2>
-      <title>Sink elements</title>
-      <para>
-       If the element is intended to emit samples at a specific time (real time
-       playing), the element should require a clock, and thus implement the
-       method <function>set_clock</function>.
-      </para>
-      <para>
-        The sink should then make sure that the sample with running-time is played
-        exactly when the pipeline clock reaches that running-time + latency.
-        Some elements might use the clock API such as
-        <function>gst_clock_id_wait()</function>
-        to perform this action. Other sinks might need to use other means of
-        scheduling timely playback of the data.
-      </para>
-    </sect2>
-  </sect1>
-  
-</chapter>
diff --git a/docs/pwg/advanced-dparams.xml b/docs/pwg/advanced-dparams.xml
deleted file mode 100644 (file)
index 4d78c30..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-dparams">
-  <title>Supporting Dynamic Parameters</title>
-  <para>
-    Warning, this part describes 0.10 and is outdated.
-  </para>
-  <para>
-    Sometimes object properties are not powerful enough to control the
-    parameters that affect the behaviour of your element.
-    When this is the case you can mark these parameters as being Controllable.
-    Aware applications can use the controller subsystem to dynamically adjust
-    the property values over time.
-  </para>
-
-<sect1 id="section-dparam-start">
-  <title>Getting Started</title>
-
-  <para>
-    The controller subsystem is contained within the
-    <filename>gstcontroller</filename> library. You need to include the header in
-    your element's source file:
-  </para>
-  <programlisting>
-...
-#include &lt;gst/gst.h&gt;
-#include &lt;gst/controller/gstcontroller.h&gt;
-...
-  </programlisting>
-
-  <para>
-    Even though the <filename>gstcontroller</filename> library may be linked into
-    the host application, you should make sure it is initialized in your
-    <filename>plugin_init</filename> function:
-  </para>
-  <programlisting>
-  static gboolean
-  plugin_init (GstPlugin *plugin)
-  {
-    ...
-    /* initialize library */
-    gst_controller_init (NULL, NULL);
-    ...
-  }
-  </programlisting>
-  <para>
-    It makes no sense for all GObject parameter to be real-time controlled.
-    Therefore the next step is to mark controllable parameters.
-    This is done by using the special flag <constant>GST_PARAM_CONTROLLABLE</constant>.
-    when setting up GObject params in the <function>_class_init</function> method.    
-  </para>
-  <programlisting>
-  g_object_class_install_property (gobject_class, PROP_FREQ,
-      g_param_spec_double ("freq", "Frequency", "Frequency of test signal",
-          0.0, 20000.0, 440.0,
-          G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
-  </programlisting>
-
-</sect1>
-
-<sect1 id="chapter-dparam-loop">
-  <title>The Data Processing Loop</title>
-
-  <para>
-    In the last section we learned how to mark GObject params as controllable.
-    Application developers can then queue parameter changes for these parameters.
-    The approach the controller subsystem takes is to make plugins responsible 
-    for pulling the changes in. This requires just one action:
-  </para>
-  <programlisting>
-    gst_object_sync_values(element,timestamp);
-  </programlisting>
-  <para>
-    This call makes all parameter-changes for the given timestamp active by
-    adjusting the GObject properties of the element. Its up to the element to
-    determine the synchronisation rate.
-  </para>
-  
-  <sect2 id="chapter-dparam-loop-video">
-    <title>The Data Processing Loop for Video Elements</title>
-    <para>
-      For video processing elements it is the best to synchronise for every frame.
-      That means one would add the <function>gst_object_sync_values()</function>
-      call described in the previous section to the data processing function of
-      the element.
-    </para>
-  </sect2>
-
-  <sect2 id="chapter-dparam-loop-audio">
-    <title>The Data Processing Loop for Audio Elements</title>
-    <para>
-      For audio processing elements the case is not as easy as for video
-      processing elements. The problem here is that audio has a much higher rate.
-      For PAL video one will e.g. process 25 full frames per second, but for
-      standard audio it will be 44100 samples.
-      It is rarely useful to synchronise controllable parameters that often. 
-      The easiest solution is also to have just one synchronisation call per
-      buffer processing. This makes the control-rate depend on the buffer
-      size.
-    </para>
-    <para>
-      Elements that need a specific control-rate need to break their data
-      processing loop to synchronise every n-samples.
-    </para>
-  </sect2>
-</sect1>
-</chapter>
diff --git a/docs/pwg/advanced-events.xml b/docs/pwg/advanced-events.xml
deleted file mode 100644 (file)
index 5471ace..0000000
+++ /dev/null
@@ -1,442 +0,0 @@
-<chapter id="chapter-advanced-events">
-  <title>Events: Seeking, Navigation and More</title>
-  <para>
-    There are many different event types but only two ways they can travel in
-    the pipeline: downstream or upstream. It is very important to understand
-    how both of these methods work because if one element in the pipeline is not
-    handling them correctly the whole event system of the pipeline is broken.
-    We will try to explain here how these methods work and how elements are 
-    supposed to implement them.
-  </para>
-  <sect1 id="section-events-downstream" xreflabel="Downstream events">
-    <title>Downstream events</title>
-    <para>
-      Downstream events are received through the sink pad's event handler,
-      as set using <function>gst_pad_set_event_function ()</function> when
-      the pad was created.
-    </para>
-    <para>
-      Downstream events can travel in two ways: they can be in-band (serialised
-      with the buffer flow) or out-of-band (travelling through the pipeline
-      instantly, possibly not in the same thread as the streaming thread that
-      is processing the buffers, skipping ahead of buffers being processed
-      or queued in the pipeline). The most common downstream events
-      (SEGMENT, CAPS, TAG, EOS) are all serialised with the buffer flow.
-    </para>
-    <para>
-      Here is a typical event function:
-    </para>
-    <programlisting>
-static gboolean
-gst_my_filter_sink_event (GstPad  *pad, GstObject * parent, GstEvent * event)
-{
-  GstMyFilter *filter;
-  gboolean ret;
-
-  filter = GST_MY_FILTER (parent);
-  ...
-
-  switch (GST_EVENT_TYPE (event)) {
-    case GST_EVENT_SEGMENT:
-      /* maybe save and/or update the current segment (e.g. for output
-       * clipping) or convert the event into one in a different format
-       * (e.g. BYTES to TIME) or drop it and set a flag to send a segment
-       * event in a different format later */
-      ret = gst_pad_push_event (filter-&gt;src_pad, event);
-      break;
-    case GST_EVENT_EOS:
-      /* end-of-stream, we should close down all stream leftovers here */
-      gst_my_filter_stop_processing (filter);
-      ret = gst_pad_push_event (filter-&gt;src_pad, event);
-      break;
-    case GST_EVENT_FLUSH_STOP:
-      gst_my_filter_clear_temporary_buffers (filter);
-      ret = gst_pad_push_event (filter-&gt;src_pad, event);
-      break;      
-    default:
-      ret = gst_pad_event_default (pad, parent, event);
-      break;
-  }
-
-  ...
-  return ret;
-}
-    </programlisting>
-  <para>
-    If your element is chain-based, you will almost always have to implement
-    a sink event function, since that is how you are notified about
-    segments, caps and the end of the stream.
-  </para>
-  <para>
-    If your element is exclusively loop-based, you may or may not want a
-    sink event function (since the element is driving the pipeline it will
-    know the length of the stream in advance or be notified by the flow
-    return value of <function>gst_pad_pull_range()</function>. In some cases
-    even loop-based element may receive events from upstream though (for
-    example audio decoders with an id3demux or apedemux element in front of
-    them, or demuxers that are being fed input from sources that send
-    additional information about the stream in custom events, as DVD sources
-    do).
-  </para>
-  </sect1>
-  <sect1 id="section-events-upstream" xreflabel="Upstream events">
-    <title>Upstream events</title>
-    <para>
-      Upstream events are generated by an element somewhere downstream in
-      the pipeline (example: a video sink may generate navigation
-      events that informs upstream elements about the current position of
-      the mouse pointer). This may also happen indirectly on request of the
-      application, for example when the application executes a seek on a
-      pipeline this seek request will be passed on to a sink element which
-      will then in turn generate an upstream seek event.
-    </para>
-    <para>
-      The most common upstream events are seek events, Quality-of-Service
-      (QoS) and reconfigure events.
-    </para>
-    <para>
-      An upstream event can be sent using the
-      <function>gst_pad_send_event</function> function. This
-      function simply call the default event handler of that pad. The default
-      event handler of pads is <function>gst_pad_event_default</function>, and
-      it basically sends the event to the peer of the internally linked pad.
-      So upstream events always arrive on the src pad of your element and are
-      handled by the default event handler except if you override that handler
-      to handle it yourself. There are some specific cases where you have to
-      do that :
-    </para>
-    <itemizedlist mark="opencircle">
-      <listitem>
-        <para>
-          If you have multiple sink pads in your element. In that case you will
-          have to decide which one of the sink pads you will send the event to
-          (if not all of them).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          If you need to handle that event locally. For example a navigation 
-          event that you will want to convert before sending it upstream, or
-          a QoS event that you want to handle.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      The processing you will do in that event handler does not really matter
-      but there are important rules you have to absolutely respect because
-      one broken element event handler is breaking the whole pipeline event 
-      handling. Here they are :
-    </para>
-    <itemizedlist mark="opencircle">
-      <listitem>
-        <para>
-          Always handle events you won't handle using the default 
-          <function>gst_pad_event_default</function> method. This method will
-          depending on the event, forward the event or drop it. 
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          If you are generating some new event based on the one you received
-          don't forget to gst_event_unref the event you received.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Event handler function are supposed to return TRUE or FALSE indicating
-          if the event has been handled or not. Never simply return TRUE/FALSE
-          in that handler except if you really know that you have handled that 
-          event.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Remember that the event handler might be called from a different
-          thread than the streaming thread, so make sure you use
-          appropriate locking everywhere.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-events-definitions" xreflabel="All Events Together">
-    <title>All Events Together</title>
-    <para>
-      In this chapter follows a list of all defined events that are currently
-      being used, plus how they should be used/interpreted. You can check the
-      what type a certain event is using the GST_EVENT_TYPE macro (or if you
-      need a string for debugging purposes you can use GST_EVENT_TYPE_NAME).
-    </para>
-    <para>
-      In this chapter, we will discuss the following events:
-    </para>
-    <itemizedlist>
-      <listitem><para><xref linkend="section-events-stream-start"/></para></listitem>
-      <listitem><para><xref linkend="section-events-caps"/></para></listitem>
-      <listitem><para><xref linkend="section-events-segment"/></para></listitem>
-      <listitem><para><xref linkend="section-events-tag"/></para></listitem>
-      <listitem><para><xref linkend="section-events-eos"/></para></listitem>
-      <listitem><para><xref linkend="section-events-toc"/></para></listitem>
-      <listitem><para><xref linkend="section-events-gap"/></para></listitem>
-      <listitem><para><xref linkend="section-events-flush-start"/></para></listitem>
-      <listitem><para><xref linkend="section-events-flush-stop"/></para></listitem>
-      <listitem><para><xref linkend="section-events-qos"/></para></listitem>
-      <listitem><para><xref linkend="section-events-seek"/></para></listitem>
-      <listitem><para><xref linkend="section-events-nav"/></para></listitem>
-    </itemizedlist>
-    <para>
-      For more comprehensive information about events and how they should be
-      used correctly in various circumstances please consult the GStreamer
-      design documentation. This section only gives a general overview.      
-    </para>
-
-    <sect2 id="section-events-stream-start" xreflabel="Stream Start">
-      <title>Stream Start</title>
-      <para>
-        WRITEME
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-caps" xreflabel="Caps">
-      <title>Caps</title>
-      <para>
-        The CAPS event contains the format description of the following
-        buffers. See <xref linkend="chapter-negotiation"/> for more
-        information about negotiation.
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-segment" xreflabel="Segment">
-      <title>Segment</title>
-      <para>
-        A segment event is sent downstream to announce the range of valid
-        timestamps in the stream and how they should be transformed into
-        running-time and stream-time. A segment event must always be sent
-        before the first buffer of data and after a flush (see above).
-      </para>
-      <para>
-        The first segment event is created by the element driving the 
-        pipeline, like a source operating in push-mode or a demuxer/decoder
-        operating pull-based. This segment event then travels down the
-        pipeline and may be transformed on the way (a decoder, for example,
-        might receive a segment event in BYTES format and might transform
-        this into a segment event in TIMES format based on the average
-        bitrate).
-      </para>
-      <para>
-        Depending on the element type, the event can simply be forwarded using
-        <function>gst_pad_event_default ()</function>, or it should be parsed
-        and a modified event should be sent on. The last is true for demuxers,
-        which generally have a byte-to-time conversion concept. Their input
-        is usually byte-based, so the incoming event will have an offset in
-        byte units (<symbol>GST_FORMAT_BYTES</symbol>), too. Elements
-        downstream, however, expect segment events in time units, so that
-        it can be used to synchronize against the pipeline clock. Therefore,
-        demuxers and similar elements should not forward the event, but parse
-        it, free it and send a segment event (in time units,
-        <symbol>GST_FORMAT_TIME</symbol>) further downstream.
-      </para>
-      <para>
-        The segment event is created using the function
-        <function>gst_event_new_segment ()</function>. See the API
-        reference and design document for details about its parameters. 
-      </para>
-      <para>
-        Elements parsing this event can use gst_event_parse_segment()
-        to extract the event details. Elements may find the GstSegment
-        API useful to keep track of the current segment (if they want to use
-        it for output clipping, for example).
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-tag" xreflabel="Tag (metadata)">
-      <title>Tag (metadata)</title>
-      <para>
-        Tagging events are being sent downstream to indicate the tags as parsed
-        from the stream data. This is currently used to preserve tags during
-        stream transcoding from one format to the other. Tags are discussed
-        extensively in <xref linkend="chapter-advanced-tagging"/>. Most
-        elements will simply forward the event by calling
-        <function>gst_pad_event_default ()</function>.
-      </para>
-      <para>
-        The tag event is created using the function
-        <function>gst_event_new_tag ()</function>, but more often elements will
-        send a tag event downstream that will be converted into a message
-        on the bus by sink elements.
-        All of these functions require a filled-in taglist as
-        argument, which they will take ownership of.
-      </para>
-      <para>
-        Elements parsing this event can use the function
-        <function>gst_event_parse_tag ()</function> to acquire the
-        taglist that the event contains.
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-eos" xreflabel="End of Stream (EOS)">
-      <title>End of Stream (EOS)</title>
-      <para>
-        End-of-stream events are sent if the stream that an element sends out
-        is finished. An element receiving this event (from upstream, so it
-        receives it on its sinkpad) will generally just process any buffered
-        data (if there is any) and then forward the event further downstream.
-        The <function>gst_pad_event_default ()</function> takes care of all
-        this, so most elements do not need to support this event. Exceptions are
-        elements that explicitly need to close a resource down on EOS, and
-        N-to-1 elements. Note that the stream itself is <emphasis>not</emphasis>
-        a resource that should be closed down on EOS! Applications might seek
-        back to a point before EOS and continue playing again.
-      </para>
-      <para>
-        The EOS event has no properties, which makes it one of the simplest
-        events in &GStreamer;. It is created using the 
-        <function>gst_event_new_eos()</function> function.
-      </para>
-      <para>
-        It is important to note that <emphasis>only elements driving the
-        pipeline should ever send an EOS event</emphasis>. If your element
-        is chain-based, it is not driving the pipeline. Chain-based elements
-        should just return GST_FLOW_EOS from their chain function at
-        the end of the stream (or the configured segment), the upstream
-        element that is driving the pipeline will then take care of
-        sending the EOS event (or alternatively post a SEGMENT_DONE message
-        on the bus depending on the mode of operation). If you are implementing
-        your own source element, you also do not need to ever manually send
-        an EOS event, you should also just return GST_FLOW_EOS in
-        your create or fill function (assuming your element derives from
-        GstBaseSrc or GstPushSrc).
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-toc" xreflabel="Table Of Contents">
-      <title>Table Of Contents</title>
-      <para>
-        WRITEME
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-gap" xreflabel="Gap">
-      <title>Gap</title>
-      <para>
-        WRITEME
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-flush-start" xreflabel="Flush Start">
-      <title>Flush Start</title>
-      <para>
-        The flush start event is sent downstream (in push mode) or upstream
-        (in pull mode) if all buffers and caches in the pipeline should be
-        emptied. <quote>Queue</quote> elements will
-        empty their internal list of buffers when they receive this event, for
-        example. File sink elements (e.g. <quote>filesink</quote>) will flush
-        the kernel-to-disk cache (<function>fdatasync ()</function> or
-        <function>fflush ()</function>) when they receive this event. Normally,
-        elements receiving this event will simply just forward it, since most
-        filter or filter-like elements don't have an internal cache of data.
-        <function>gst_pad_event_default ()</function> does just that, so for
-        most elements, it is enough to forward the event using the default
-        event handler.
-      </para>
-      <para>
-        As a side-effect of flushing all data from the pipeline, this event
-        unblocks the streaming thread by making all pads reject data until
-        they receive a <xref linkend="section-events-flush-stop"/> signal
-        (elements trying to push data will get a FLUSHING flow return
-         and stop processing data).
-      </para>
-      <para>
-        The flush-start event is created with the
-        <function>gst_event_new_flush_start ()</function>.
-        Like the EOS event, it has no properties. This event is usually
-        only created by elements driving the pipeline, like source elements
-        operating in push-mode or pull-range based demuxers/decoders.
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-flush-stop" xreflabel="Flush Stop">
-      <title>Flush Stop</title>
-      <para>
-        The flush-stop event is sent by an element driving the pipeline
-        after a flush-start and tells pads and elements downstream that
-        they should accept events and buffers again (there will be at
-        least a SEGMENT event before any buffers first though).
-      </para>
-      <para>
-        If your element keeps temporary caches of stream data, it should
-        clear them when it receives a FLUSH-STOP event (and also whenever
-        its chain function receives a buffer with the DISCONT flag set).
-      </para>
-      <para>
-        The flush-stop event is created with
-        <function>gst_event_new_flush_stop ()</function>. It has one
-        parameter that controls if the running-time of the pipeline should
-        be reset to 0 or not. Normally after a flushing seek, the
-        running_time is set back to 0.
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-qos" xreflabel="Quality Of Service (QOS)">
-      <title>Quality Of Service (QOS)</title>
-      <para>
-        The QOS event contains a report about the current real-time
-        performance of the stream. See more info in 
-        <xref linkend="chapter-advanced-qos"/>.
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-seek" xreflabel="Seek Request">
-      <title>Seek Request</title>
-      <para>
-        Seek events are meant to request a new stream position to elements.
-        This new position can be set in several formats (time, bytes or
-        <quote>default units</quote> [a term indicating frames for video,
-        channel-independent samples for audio, etc.]). Seeking can be done with
-        respect to the end-of-file or start-of-file, and
-        usually happens in upstream direction (downstream seeking is done by
-        sending a SEGMENT event with the appropriate offsets for elements
-        that support that, like filesink).
-      </para>
-      <para>
-        Elements receiving seek events should, depending on the element type,
-        either just forward it upstream (filters, decoders), change the
-        format in which the event is given and then forward it (demuxers),
-        or handle the event by changing the file pointer in their internal
-        stream resource (file sources, demuxers/decoders driving the pipeline
-        in pull-mode) or something else.
-      </para>
-      <para>
-        Seek events are built up using positions in specified formats (time,
-        bytes, units). They are created using the function
-        <function>gst_event_new_seek ()</function>. Note that many plugins do
-        not support seeking from the end of the stream.
-        An element not driving the pipeline and forwarding a seek
-        request should not assume that the seek succeeded or actually happened,
-        it should operate based on the SEGMENT events it receives.
-      </para>
-      <para>
-        Elements parsing this event can do this using
-        <function>gst_event_parse_seek()</function>.
-      </para>
-    </sect2>
-
-    <sect2 id="section-events-nav" xreflabel="Navigation">
-      <title>Navigation</title>
-      <para>
-        Navigation events are sent upstream by video sinks to inform upstream
-        elements of where the mouse pointer is, if and where mouse pointer
-        clicks have happened, or if keys have been pressed or released.
-      </para>
-      <para>
-        All this information is contained in the event structure which can
-        be obtained with <function>gst_event_get_structure ()</function>.
-      </para>
-      <para>
-        Check out the navigationtest element in gst-plugins-good for an idea
-        how to extract navigation information from this event.
-      </para>
-    </sect2>
-
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-interfaces.xml b/docs/pwg/advanced-interfaces.xml
deleted file mode 100644 (file)
index 7be34b6..0000000
+++ /dev/null
@@ -1,237 +0,0 @@
-<chapter id="chapter-advanced-interfaces">
-  <title>Interfaces</title>
-  <para>
-    Previously, in the chapter <xref linkend="chapter-building-args"/>, we have
-    introduced the concept of GObject properties of controlling an element's
-    behaviour. This is very powerful, but it has two big disadvantages:
-    first of all, it is too generic, and second, it isn't dynamic.
-  </para>
-  <para>
-    The first disadvantage is related to the customizability of the end-user
-    interface that will be built to control the element. Some properties are
-    more important than others. Some integer properties are better shown in a
-    spin-button widget, whereas others would be better represented by a slider
-    widget. Such things are not possible because the UI has no actual meaning
-    in the application. A UI widget that represents a bitrate property is the
-    same as a UI widget that represents the size of a video, as long as both
-    are of the same <classname>GParamSpec</classname> type. Another problem,
-    is that things like parameter grouping, function grouping, or parameter
-    coupling are not
-    really possible.
-  </para>
-  <para>
-    The second problem with parameters are that they are not dynamic. In
-    many cases, the allowed values for a property are not fixed, but depend
-    on things that can only be detected at runtime. The names of inputs for
-    a TV card in a video4linux source element, for example, can only be
-    retrieved from the kernel driver when we've opened the device; this only
-    happens when the element goes into the READY state. This means that we
-    cannot create an enum property type to show this to the user.
-  </para>
-  <para>
-    The solution to those problems is to create very specialized types of
-    controls for certain often-used controls. We use the concept of interfaces
-    to achieve this. The basis of this all is the glib
-    <classname>GTypeInterface</classname> type. For each case where we think
-    it's useful, we've created interfaces which can be implemented by elements
-    at their own will. 
-  </para>
-  <para>
-    One important note: interfaces do <emphasis>not</emphasis> replace
-    properties. Rather, interfaces should be built <emphasis>next to</emphasis>
-    properties. There are two important reasons for this. First of all, 
-    properties can be more easily introspected. Second, properties can be
-    specified on the commandline (<filename>gst-launch</filename>).
-  </para>
-
-  <sect1 id="section-iface-general" xreflabel="How to Implement Interfaces">
-    <title>How to Implement Interfaces</title>
-    <para>
-      Implementing interfaces is initiated in the <function>_get_type ()</function>
-      of your element. You can register one or more interfaces after having
-      registered the type itself. Some interfaces have dependencies on other
-      interfaces or can only be registered by certain types of elements. You
-      will be notified of doing that wrongly when using the element: it will
-      quit with failed assertions, which will explain what went wrong.
-      If it does, you need to register support for <emphasis>that</emphasis>
-      interface before registering support for the interface that you're
-      wanting to support. The example below explains how to add support for a
-      simple interface with no further dependencies.
-    </para>
-    <programlisting>
-static void    gst_my_filter_some_interface_init       (GstSomeInterface *iface);
-
-GType
-gst_my_filter_get_type (void)
-{
-  static GType my_filter_type = 0;
-                                                                                
-  if (!my_filter_type) {
-    static const GTypeInfo my_filter_info = {
-      sizeof (GstMyFilterClass),
-      NULL,
-      NULL,
-      (GClassInitFunc) gst_my_filter_class_init,
-      NULL,
-      NULL,
-      sizeof (GstMyFilter),
-      0,
-      (GInstanceInitFunc) gst_my_filter_init
-    };
-    static const GInterfaceInfo some_interface_info = {
-      (GInterfaceInitFunc) gst_my_filter_some_interface_init,
-      NULL,
-      NULL
-    };
-
-    my_filter_type =
-       g_type_register_static (GST_TYPE_ELEMENT,
-                               "GstMyFilter",
-                               &amp;my_filter_info, 0);
-    g_type_add_interface_static (my_filter_type,
-                                GST_TYPE_SOME_INTERFACE,
-                                 &amp;some_interface_info);
-  }
-
-  return my_filter_type;
-}
-
-static void
-gst_my_filter_some_interface_init (GstSomeInterface *iface)
-{
-  /* here, you would set virtual function pointers in the interface */
-}
-    </programlisting>
-    <para>
-      Or more conveniently:
-    </para>
-    <programlisting>
-static void    gst_my_filter_some_interface_init       (GstSomeInterface *iface);
-
-G_DEFINE_TYPE_WITH_CODE (GstMyFilter, gst_my_filter,GST_TYPE_ELEMENT,
-     G_IMPLEMENT_INTERFACE (GST_TYPE_SOME_INTERFACE,
-            gst_my_filter_some_interface_init));
-
-    </programlisting>
-  </sect1>
-
-  <sect1 id="section-iface-uri" xreflabel="URI interface">
-    <title>URI interface</title>
-    <para>
-      WRITEME
-    </para>
-  </sect1>
-
-  <sect1 id="section-iface-colorbalance" xreflabel="Color Balance Interface">
-    <title>Color Balance Interface</title>
-    <para>
-      WRITEME
-    </para>
-  </sect1>
-
-  <sect1 id="section-iface-xoverlay" xreflabel="Video Overlay Interface">
-    <title>Video Overlay Interface</title>
-    <para>
-      The #GstVideoOverlay interface is used for 2 main purposes :
-      <itemizedlist>
-        <listitem>
-          <para>
-      To get a grab on the Window where the video sink element is going to render.
-      This is achieved by either being informed about the Window identifier that
-      the video sink element generated, or by forcing the video sink element to use
-      a specific Window identifier for rendering.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-      To force a redrawing of the latest video frame the video sink element
-      displayed on the Window. Indeed if the #GstPipeline is in #GST_STATE_PAUSED
-      state, moving the Window around will damage its content. Application
-      developers will want to handle the Expose events themselves and force the
-      video sink element to refresh the Window's content.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <para>
-      A plugin drawing video output in a video window will need to have that
-      window at one stage or another. Passive mode simply means that no window
-      has been given to the plugin before that stage, so the plugin created the
-      window by itself. In that case the plugin is responsible of destroying
-      that window when it's not needed any more and it has to tell the
-      applications that a window has been created so that the application can
-      use it. This is done using the <classname>have-window-handle</classname>
-      message that can be posted from the plugin with the
-      <function>gst_video_overlay_got_window_handle</function> method.
-    </para>
-    <para>
-      As you probably guessed already active mode just means sending a video
-      window to the plugin so that video output goes there. This is done using
-      the <function>gst_video_overlay_set_window_handle</function> method.
-    </para>
-    <para>
-      It is possible to switch from one mode to another at any moment, so the
-      plugin implementing this interface has to handle all cases. There are only
-      2 methods that plugins writers have to implement and they most probably
-      look like that :
-    </para>
-    <programlisting><![CDATA[
-static void
-gst_my_filter_set_window_handle (GstVideoOverlay *overlay, guintptr handle)
-{
-  GstMyFilter *my_filter = GST_MY_FILTER (overlay);
-
-  if (my_filter->window)
-    gst_my_filter_destroy_window (my_filter->window);
-    
-  my_filter->window = handle;
-}
-
-static void
-gst_my_filter_xoverlay_init (GstVideoOverlayClass *iface)
-{
-  iface->set_window_handle = gst_my_filter_set_window_handle;
-}
-    ]]></programlisting>
-    <para>
-      You will also need to use the interface methods to post messages when 
-      needed such as when receiving a CAPS event where you will know the video
-      geometry and maybe create the window.
-    </para>
-    <programlisting><![CDATA[
-static MyFilterWindow *
-gst_my_filter_window_create (GstMyFilter *my_filter, gint width, gint height)
-{
-  MyFilterWindow *window = g_new (MyFilterWindow, 1);
-  ...
-  gst_video_overlay_got_window_handle (GST_VIDEO_OVERLAY (my_filter), window->win);
-}
-
-/* called from the event handler for CAPS events */
-static gboolean
-gst_my_filter_sink_set_caps (GstMyFilter *my_filter, GstCaps *caps)
-{
-  gint width, height;
-  gboolean ret;
-  ...
-  ret = gst_structure_get_int (structure, "width", &width);
-  ret &= gst_structure_get_int (structure, "height", &height);
-  if (!ret) return FALSE;
-
-  gst_video_overlay_prepare_window_handle (GST_VIDEO_OVERLAY (my_filter));
-  
-  if (!my_filter->window)
-    my_filter->window = gst_my_filter_create_window (my_filter, width, height);
-
-  ...
-}
-    ]]></programlisting>
-  </sect1>
-
-  <sect1 id="section-iface-navigation" xreflabel="Navigation Interface">
-    <title>Navigation Interface</title>
-    <para>
-      WRITEME
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-negotiation.xml b/docs/pwg/advanced-negotiation.xml
deleted file mode 100644 (file)
index 16591d3..0000000
+++ /dev/null
@@ -1,601 +0,0 @@
-<chapter id="chapter-negotiation" xreflabel="Caps negotiation">
-  <title>Caps negotiation</title>
-  <para>
-    Caps negotiation is the act of finding a media format (GstCaps) between
-    elements that they can handle. This process in &GStreamer; can in most
-    cases find an optimal solution for the complete pipeline. In this section
-    we explain how this works.
-  </para>
-
-  <sect1 id="section-nego-basics">
-    <title>Caps negotiation basics</title>
-    <para>
-      In &GStreamer;, negotiation of the media format always follows the
-      following simple rules:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          A downstream element suggest a format on its sinkpad and places the
-          suggestion in the result of the CAPS query performed on the sinkpad.
-          See also <xref linkend="section-nego-getcaps"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          An upstream element decides on a format. It sends the selected media
-          format downstream on its source pad with a CAPS event. Downstream
-          elements reconfigure themselves to handle the media type in the CAPS
-          event on the sinkpad.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          A downstream element can inform upstream that it would like to
-          suggest a new format by sending a RECONFIGURE event upstream. The
-          RECONFIGURE event simply instructs an upstream element to restart
-          the negotiation phase. Because the element that sent out the
-          RECONFIGURE event is now suggesting another format, the format
-          in the pipeline might change.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      In addition to the CAPS and RECONFIGURE event and the CAPS query, there
-      is an ACCEPT_CAPS query to quickly check if a certain caps can
-      be accepted by an element.
-    </para>
-    <para>
-      All negotiation follows these simple rules. Let's take a look at some
-      typical uses cases and how negotiation happens.
-    </para>
-  </sect1>
-
-  <sect1 id="section-nego-usecases">
-    <title>Caps negotiation use cases</title>
-    <para>
-      In what follows we will look at some use cases for push-mode scheduling.
-      The pull-mode scheduling negotiation phase is discussed in
-      <xref linkend="section-nego-pullmode"/> and is actually similar as we
-      will see. 
-    </para>
-    <para>
-      Since the sink pads only suggest formats and the source pads need to
-      decide, the most complicated work is done in the source pads.
-      We can identify 3 caps negotiation use cases for the source pads:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Fixed negotiation. An element can output one format only.
-          See <xref linkend="section-nego-fixed"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Transform negotiation. There is a (fixed) transform between the
-          input and output format of the element, usually based on some
-          element property. The caps that the element will produce depend
-          on the upstream caps and the caps that the element can accept
-          depend on the downstream caps.
-          See <xref linkend="section-nego-transform"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Dynamic negotiation. An element can output many formats.
-          See <xref linkend="section-nego-dynamic"/>.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <sect2 id="section-nego-fixed">
-      <title>Fixed negotiation</title>
-      <para>
-        In this case, the source pad can only produce a fixed format. Usually
-        this format is encoded inside the media. No downstream element can
-        ask for a different format, the only way that the source pad will
-        renegotiate is when the element decides to change the caps itself.
-      </para>
-      <para>
-        Elements that could implement fixed caps (on their source pads) are,
-        in general, all elements that are not renegotiable. Examples include:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            A typefinder, since the type found is part of the actual data stream
-            and can thus not be re-negotiated. The typefinder will look at the
-            stream of bytes, figure out the type, send a CAPS event with the
-            caps and then push buffers of the type.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Pretty much all demuxers, since the contained elementary data
-            streams are defined in the file headers, and thus not
-            renegotiable.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Some decoders, where the format is embedded in the data stream
-            and not part of the peercaps <emphasis>and</emphasis> where the
-            decoder itself is not reconfigurable, too.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Some sources that produce a fixed format.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        <function>gst_pad_use_fixed_caps()</function> is used on the source
-        pad with fixed caps. As long as the pad is not negotiated, the default
-        CAPS query will return the caps presented in the padtemplate. As soon
-        as the pad is negotiated, the CAPS query will return the negotiated
-        caps (and nothing else). These are the relevant code snippets for fixed
-        caps source pads.
-      </para>
-      <programlisting>
-<![CDATA[
-[..]
-  pad = gst_pad_new_from_static_template (..);
-  gst_pad_use_fixed_caps (pad);
-[..]
-]]>
-      </programlisting>
-      <para>
-        The fixed caps can then be set on the pad by calling
-        <function>gst_pad_set_caps ()</function>.
-      </para>
-      <programlisting>
-<![CDATA[
-[..]
-    caps = gst_caps_new_simple ("audio/x-raw",
-        "format", G_TYPE_STRING, GST_AUDIO_NE(F32),
-        "rate", G_TYPE_INT, <samplerate>,
-        "channels", G_TYPE_INT, <num-channels>, NULL);
-    if (!gst_pad_set_caps (pad, caps)) {
-      GST_ELEMENT_ERROR (element, CORE, NEGOTIATION, (NULL),
-          ("Some debug information here"));
-      return GST_FLOW_ERROR;
-    }
-[..]
-]]>
-      </programlisting>
-      <para>
-        These types of elements also don't have a relation between the input
-        format and the output format, the input caps simply don't contain the
-        information needed to produce the output caps.
-      </para>
-      <para>
-        All other elements that need to be configured for the format should
-        implement full caps negotiation, which will be explained in the next
-        few sections.
-      </para>
-    </sect2>
-
-    <sect2 id="section-nego-transform">
-      <title>Transform negotiation</title>
-      <para>
-        In this negotiation technique, there is a fixed transform between
-        the element input caps and the output caps. This transformation
-        could be parameterized by element properties but not by the
-        content of the stream (see <xref linkend="section-nego-fixed"/>
-        for that use-case).
-      </para>
-      <para>
-        The caps that the element can accept depend on the (fixed
-        transformation) downstream caps. The caps that the element can
-        produce depend on the (fixed transformation of) the upstream
-        caps.
-      </para>
-      <para>
-        This type of element can usually set caps on its source pad from
-        the <function>_event()</function> function on the sink pad when
-        it received the CAPS event. This means that the caps transform
-        function transforms a fixed caps into another fixed caps.
-        Examples of elements include:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Videobox. It adds configurable border around a video frame
-            depending on object properties.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Identity elements. All elements that don't change the format
-            of the data, only the content. Video and audio effects are an
-            example. Other examples include elements that inspect the
-            stream.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Some decoders and encoders, where the output format is defined
-            by input format, like mulawdec and mulawenc. These decoders
-            usually have no headers that define the content of the stream.
-            They are usually more like conversion elements.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        Below is an example of a negotiation steps of a typical transform 
-        element. In the sink pad CAPS event handler, we compute the caps
-        for the source pad and set those.
-      </para>
-      <programlisting>
-<![CDATA[
-  [...]
-
-static gboolean
-gst_my_filter_setcaps (GstMyFilter *filter,
-                      GstCaps *caps)
-{
-  GstStructure *structure;
-  int rate, channels;
-  gboolean ret;
-  GstCaps *outcaps;
-
-  structure = gst_caps_get_structure (caps, 0);
-  ret = gst_structure_get_int (structure, "rate", &rate);
-  ret = ret && gst_structure_get_int (structure, "channels", &channels);
-  if (!ret)
-    return FALSE;
-
-  outcaps = gst_caps_new_simple ("audio/x-raw",
-      "format", G_TYPE_STRING, GST_AUDIO_NE(S16),
-      "rate", G_TYPE_INT, rate,
-      "channels", G_TYPE_INT, channels, NULL);
-  ret = gst_pad_set_caps (filter->srcpad, outcaps);
-  gst_caps_unref (outcaps);
-
-  return ret;
-}
-
-static gboolean
-gst_my_filter_sink_event (GstPad    *pad,
-                         GstObject *parent,
-                         GstEvent  *event)
-{
-  gboolean ret;
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (GST_EVENT_TYPE (event)) {
-    case GST_EVENT_CAPS:
-    {
-      GstCaps *caps;
-
-      gst_event_parse_caps (event, &caps);
-      ret = gst_my_filter_setcaps (filter, caps);
-      break;
-    }
-    default:
-      ret = gst_pad_event_default (pad, parent, event);
-      break;
-  }
-  return ret;
-}
-
-  [...]
-]]>
-      </programlisting>
-    </sect2>
-
-    <sect2 id="section-nego-dynamic">
-      <title>Dynamic negotiation</title>
-      <para>
-        A last negotiation method is the most complex and powerful dynamic
-        negotiation.
-      </para>
-      <para>
-        Like with the transform negotiation in 
-        <xref linkend="section-nego-transform"/>, dynamic negotiation will
-        perform a transformation on the downstream/upstream caps. Unlike the
-        transform negotiation, this transform will convert fixed caps to
-        unfixed caps. This means that the sink pad input caps can be converted
-        into unfixed (multiple) formats. The source pad will have to choose a
-        format from all the possibilities. It would usually like to choose a
-        format that requires the least amount of effort to produce but it does
-        not have to be. The selection of the format should also depend on the
-        caps that can be accepted downstream (see a QUERY_CAPS function in
-        <xref linkend="section-nego-getcaps"/>).
-      </para>
-      <para>
-        A typical flow goes like this:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Caps are received on the sink pad of the element.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            If the element prefers to operate in passthrough mode, check
-            if downstream accepts the caps with the ACCEPT_CAPS query. If it
-            does, we can complete negotiation and we can operate in
-            passthrough mode.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Calculate the possible caps for the source pad.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Query the downstream peer pad for the list of possible
-            caps.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Select from the downstream list the first caps that you can
-            transform to and set this as the output caps. You might have to
-            fixate the caps to some reasonable defaults to construct
-            fixed caps.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        Examples of this type of elements include:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Converter elements such as videoconvert, audioconvert, audioresample,
-            videoscale, ...
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Source elements such as audiotestsrc, videotestsrc, v4l2src,
-            pulsesrc, ...
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        Let's look at the example of an element that can convert between
-        samplerates, so where input and output samplerate don't have to be
-        the same:
-      </para>
-      <programlisting>
-<![CDATA[
-static gboolean
-gst_my_filter_setcaps (GstMyFilter *filter,
-                      GstCaps *caps)
-{
-  if (gst_pad_set_caps (filter->srcpad, caps)) {
-    filter->passthrough = TRUE;
-  } else {
-    GstCaps *othercaps, *newcaps;
-    GstStructure *s = gst_caps_get_structure (caps, 0), *others;
-
-    /* no passthrough, setup internal conversion */
-    gst_structure_get_int (s, "channels", &filter->channels);
-    othercaps = gst_pad_get_allowed_caps (filter->srcpad);
-    others = gst_caps_get_structure (othercaps, 0);
-    gst_structure_set (others,
-      "channels", G_TYPE_INT, filter->channels, NULL);
-
-    /* now, the samplerate value can optionally have multiple values, so
-     * we "fixate" it, which means that one fixed value is chosen */
-    newcaps = gst_caps_copy_nth (othercaps, 0);
-    gst_caps_unref (othercaps);
-    gst_pad_fixate_caps (filter->srcpad, newcaps);
-    if (!gst_pad_set_caps (filter->srcpad, newcaps))
-      return FALSE;
-
-    /* we are now set up, configure internally */
-    filter->passthrough = FALSE;
-    gst_structure_get_int (s, "rate", &filter->from_samplerate);
-    others = gst_caps_get_structure (newcaps, 0);
-    gst_structure_get_int (others, "rate", &filter->to_samplerate);
-  }
-
-  return TRUE;
-}
-
-static gboolean
-gst_my_filter_sink_event (GstPad    *pad,
-                         GstObject *parent,
-                         GstEvent  *event)
-{
-  gboolean ret;
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (GST_EVENT_TYPE (event)) {
-    case GST_EVENT_CAPS:
-    {
-      GstCaps *caps;
-
-      gst_event_parse_caps (event, &caps);
-      ret = gst_my_filter_setcaps (filter, caps);
-      break;
-    }
-    default:
-      ret = gst_pad_event_default (pad, parent, event);
-      break;
-  }
-  return ret;
-}
-
-static GstFlowReturn
-gst_my_filter_chain (GstPad    *pad,
-                    GstObject *parent,
-                    GstBuffer *buf)
-{
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-  GstBuffer *out;
-
-  /* push on if in passthrough mode */
-  if (filter->passthrough)
-    return gst_pad_push (filter->srcpad, buf);
-
-  /* convert, push */
-  out = gst_my_filter_convert (filter, buf);
-  gst_buffer_unref (buf);
-
-  return gst_pad_push (filter->srcpad, out);
-}
-]]>
-      </programlisting>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-nego-upstream" xreflabel="Upstream caps (re)negotiation">
-    <title>Upstream caps (re)negotiation</title>
-    <para>
-      Upstream negotiation's primary use is to renegotiate (part of) an
-      already-negotiated pipeline to a new format. Some practical examples
-      include to select a different video size because the size of the video
-      window changed, and the video output itself is not capable of rescaling,
-      or because the audio channel configuration changed.
-    </para>
-    <para>
-      Upstream caps renegotiation is requested by sending a GST_EVENT_RECONFIGURE
-      event upstream. The idea is that it will instruct the upstream element
-      to reconfigure its caps by doing a new query for the allowed caps and then
-      choosing a new caps. The element that sends out the RECONFIGURE event
-      would influence the selection of the new caps by returning the new
-      preferred caps from its GST_QUERY_CAPS query function. The RECONFIGURE
-      event will set the GST_PAD_FLAG_NEED_RECONFIGURE on all pads that it
-      travels over.
-    </para>
-    <para>
-      It is important to note here that different elements actually have
-      different responsibilities here:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Elements that want to propose a new format upstream need to first
-          check if the new caps are acceptable upstream with an ACCEPT_CAPS
-          query. Then they would send a RECONFIGURE event and be prepared to
-          answer the CAPS query with the new preferred format. It should be
-          noted that when there is no upstream element that can (or wants)
-          to renegotiate, the element needs to deal with the currently
-          configured format.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements that operate in transform negotiation according to
-          <xref linkend="section-nego-transform"/> pass the RECONFIGURE
-          event upstream. Because these elements simply do a fixed transform
-          based on the upstream caps, they need to send the event upstream
-          so that it can select a new format.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements that operate in fixed negotiation 
-          (<xref linkend="section-nego-fixed"/>) drop the RECONFIGURE event.
-          These elements can't reconfigure and their output caps don't depend
-          on the upstream caps so the event can be dropped.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements that can be reconfigured on the source pad (source pads
-          implementing dynamic negotiation in
-          <xref linkend="section-nego-dynamic"/>) should check its
-          NEED_RECONFIGURE flag with
-          <function>gst_pad_check_reconfigure ()</function> and it should
-          start renegotiation when the function returns TRUE.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-nego-getcaps" xreflabel="Implementing a CAPS query function">
-    <title>Implementing a CAPS query function</title>
-    <para>
-      A <function>_query ()</function>-function with the GST_QUERY_CAPS query
-      type is called when a peer element would like to know which formats
-      this pad supports, and in what order of preference. The return value
-      should be all formats that this elements supports, taking into account
-      limitations of peer elements further downstream or upstream, sorted by
-      order of preference, highest preference first.
-    </para>
-    <para>
-    </para>
-    <programlisting>
-<![CDATA[
-static gboolean
-gst_my_filter_query (GstPad *pad, GstObject * parent, GstQuery * query)
-{
-  gboolean ret;
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (GST_QUERY_TYPE (query)) {
-    case GST_QUERY_CAPS
-    {
-      GstPad *otherpad;
-      GstCaps *temp, *caps, *filt, *tcaps;
-      gint i;
-
-      otherpad = (pad == filter->srcpad) ? filter->sinkpad :
-                                           filter->srcpad;
-      caps = gst_pad_get_allowed_caps (otherpad);
-
-      gst_query_parse_caps (query, &filt);
-
-      /* We support *any* samplerate, indifferent from the samplerate
-       * supported by the linked elements on both sides. */
-      for (i = 0; i < gst_caps_get_size (caps); i++) {
-        GstStructure *structure = gst_caps_get_structure (caps, i);
-
-        gst_structure_remove_field (structure, "rate");
-      }
-
-      /* make sure we only return results that intersect our
-       * padtemplate */
-      tcaps = gst_pad_get_pad_template_caps (pad);
-      if (tcaps) {
-        temp = gst_caps_intersect (caps, tcaps);
-        gst_caps_unref (caps);
-        gst_caps_unref (tcaps);
-        caps = temp;
-      }
-      /* filter against the query filter when needed */
-      if (filt) {
-        temp = gst_caps_intersect (caps, filt);
-        gst_caps_unref (caps);
-        caps = temp;
-      }
-      gst_query_set_caps_result (query, caps);
-      gst_caps_unref (caps);
-      ret = TRUE;
-      break;
-    }
-    default:
-      ret = gst_pad_query_default (pad, parent, query);
-      break;
-  }
-  return ret;
-}
-]]>
-    </programlisting>
-  </sect1>
-
-  <sect1 id="section-nego-pullmode">
-    <title>Pull-mode Caps negotiation</title>
-    <para>
-      WRITEME, the mechanism of pull-mode negotiation is not yet fully
-      understood.
-    </para>
-
-    <para>
-      Using all the knowledge you've acquired by reading this chapter, you
-      should be able to write an element that does correct caps negotiation.
-      If in doubt, look at other elements of the same type in our git
-      repository to get an idea of how they do what you want to do.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-qos.xml b/docs/pwg/advanced-qos.xml
deleted file mode 100644 (file)
index b87bf1e..0000000
+++ /dev/null
@@ -1,283 +0,0 @@
-<chapter id="chapter-advanced-qos">
-  <title>Quality Of Service (QoS)</title>
-
-  <para>
-    Quality of Service in &GStreamer; is about measuring and adjusting
-    the real-time performance of a pipeline. The real-time performance is
-    always measured relative to the pipeline clock and typically happens in
-    the sinks when they synchronize buffers against the clock.
-  </para>
-  <para>
-    When buffers arrive late in the sink, i.e. when their running-time is
-    smaller than that of the clock, we say that the pipeline is having a
-    quality of service problem. These are a few possible reasons:
-  </para>
-  <itemizedlist>
-    <listitem>
-      <para>
-        High CPU load, there is not enough CPU power to handle the stream,
-        causing buffers to arrive late in the sink.
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        Network problems
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        Other resource problems such as disk load, memory bottlenecks etc
-      </para>
-    </listitem>
-  </itemizedlist>
-  <para>
-    The measurements result in QOS events that aim to adjust the datarate
-    in one or more upstream elements. Two types of adjustments can be
-    made:
-  </para>
-  <itemizedlist>
-    <listitem>
-      <para>
-        Short time "emergency" corrections based on latest observation in
-        the sinks.
-      </para>
-      <para>
-        Long term rate corrections based on trends observed in the sinks.
-      </para>
-    </listitem>
-  </itemizedlist>
-  <para>
-    It is also possible for the application to artificially introduce delay
-    between synchronized buffers, this is called throttling. It can be used
-    to limit or reduce the framerate, for example.
-  </para>
-
-  <sect1 id="section-measuring">
-    <title>Measuring QoS</title>
-    <para>
-      Elements that synchronize buffers on the pipeline clock will usually
-      measure the current QoS. They will also need to keep some statistics
-      in order to generate the QOS event.
-    </para>
-    <para>
-      For each buffer that arrives in the sink, the element needs to calculate
-      how late or how early it was. This is called the jitter. Negative jitter
-      values mean that the buffer was early, positive values mean that the
-      buffer was late. the jitter value gives an indication of how early/late
-      a buffer was.
-    </para>
-    <para>
-      A synchronizing element will also need to calculate how much time
-      elapsed between receiving two consecutive buffers. We call this the
-      processing time because that is the amount of time it takes for the
-      upstream element to produce/process the buffer. We can compare this
-      processing time to the duration of the buffer to have a measurement
-      of how fast upstream can produce data, called the proportion.
-      If, for example, upstream can produce a buffer in 0.5 seconds of 1
-      second long, it is operating at twice the required speed. If, on the
-      other hand, it takes 2 seconds to produce a buffer with 1 seconds worth
-      of data, upstream is producing buffers too slow and we won't be able to
-      keep synchronization. Usually, a running average is kept of the
-      proportion.
-    </para>
-    <para>
-      A synchronizing element also needs to measure its own performance in
-      order to figure out if the performance problem is upstream of itself.
-    </para>
-    <para>
-      These measurements are used to construct a QOS event that is sent
-      upstream. Note that a QoS event is sent for each buffer that arrives
-      in the sink.
-    </para>
-  </sect1>
-
-  <sect1 id="section-handling">
-    <title>Handling QoS</title>
-    <para>
-      An element will have to install an event function on its source pads
-      in order to receive QOS events. Usually, the element will need to
-      store the value of the QOS event and use them in the data processing
-      function. The element will need to use a lock to protect these QoS
-      values as shown in the example below. Also make sure to pass the
-      QoS event upstream.
-    </para>
-    <programlisting>
-<![CDATA[
-    [...]
-
-    case GST_EVENT_QOS:
-    {
-      GstQOSType type;
-      gdouble proportion;
-      GstClockTimeDiff diff;
-      GstClockTime timestamp;
-
-      gst_event_parse_qos (event, &type, &proportion, &diff, &timestamp);
-
-      GST_OBJECT_LOCK (decoder);
-      priv->qos_proportion = proportion;
-      priv->qos_timestamp = timestamp;
-      priv->qos_diff = diff;
-      GST_OBJECT_UNLOCK (decoder);
-
-      res = gst_pad_push_event (decoder->sinkpad, event);
-      break;
-    }
-
-    [...]
-]]>
-    </programlisting>
-    <para>
-      With the QoS values, there are two types of corrections that an element
-      can do:
-    </para>
-
-    <sect2 id="section-handling-short">
-      <title>Short term correction</title>
-      <para>
-        The timestamp and the jitter value in the QOS event can be used to
-        perform a short term correction. If the jitter is positive, the
-        previous buffer arrived late and we can be sure that a buffer with
-        a timestamp &lt; timestamp + jitter is also going to be late. We
-        can thus drop all buffers with a timestamp less than timestamp +
-        jitter.
-      </para>
-      <para>
-        If the buffer duration is known, a better estimation for the next
-        likely timestamp as: timestamp + 2 * jitter + duration.
-      </para>
-      <para>
-        A possible algorithm typically looks like this:
-      </para>
-      <programlisting>
-<![CDATA[
-  [...]
-
-  GST_OBJECT_LOCK (dec);
-  qos_proportion = priv->qos_proportion;
-  qos_timestamp = priv->qos_timestamp;
-  qos_diff = priv->qos_diff;
-  GST_OBJECT_UNLOCK (dec);
-
-  /* calculate the earliest valid timestamp */
-  if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (qos_timestamp))) {
-    if (G_UNLIKELY (qos_diff > 0)) {
-      earliest_time = qos_timestamp + 2 * qos_diff + frame_duration;
-    } else {
-      earliest_time = qos_timestamp + qos_diff;
-    }
-  } else {
-    earliest_time = GST_CLOCK_TIME_NONE;
-  }
-
-  /* compare earliest_time to running-time of next buffer */
-  if (earliest_time > timestamp)
-    goto drop_buffer;
-
-  [...]
-]]>
-      </programlisting>
-    </sect2>
-
-    <sect2 id="section-handling-long">
-      <title>Long term correction</title>
-      <para>
-        Long term corrections are a bit more difficult to perform. They
-        rely on the value of the proportion in the QOS event. Elements should
-        reduce the amount of resources they consume by the proportion
-        field in the QoS message.
-      </para>
-      <para>
-        Here are some possible strategies to achieve this:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Permanently dropping frames or reducing the CPU or bandwidth
-            requirements of the element. Some decoders might be able to
-            skip decoding of B frames.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Switch to lower quality processing or reduce the algorithmic
-            complexity. Care should be taken that this doesn't introduce
-            disturbing visual or audible glitches.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Switch to a lower quality source to reduce network bandwidth.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Assign more CPU cycles to critical parts of the pipeline. This
-            could, for example, be done by increasing the thread priority.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        In all cases, elements should be prepared to go back to their normal
-        processing rate when the proportion member in the QOS event approaches
-        the ideal proportion of 1.0 again.
-      </para>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-throttle">
-    <title>Throttling</title>
-    <para>
-      Elements synchronizing to the clock should expose a property to configure
-      them in throttle mode. In throttle mode, the time distance between buffers
-      is kept to a configurable throttle interval. This means that effectively
-      the buffer rate is limited to 1 buffer per throttle interval. This can be
-      used to limit the framerate, for example.
-    </para>
-    <para>
-      When an element is configured in throttling mode (this is usually only
-      implemented on sinks) it should produce QoS events upstream with the jitter
-      field set to the throttle interval. This should instruct upstream elements to
-      skip or drop the remaining buffers in the configured throttle interval.
-    </para>
-    <para>
-      The proportion field is set to the desired slowdown needed to get the
-      desired throttle interval. Implementations can use the QoS Throttle type,
-      the proportion and the jitter member to tune their implementations.
-    </para>
-    <para>
-      The default sink base class, has the <quote>throttle-time</quote>
-      property for this feature. You can test this with: 
-      <command>gst-launch-1.0 videotestsrc !
-        xvimagesink throttle-time=500000000</command>
-    </para>
-  </sect1>
-
-  <sect1 id="section-messages">
-    <title>QoS Messages</title>
-    <para>
-      In addition to the QOS events that are sent between elements in the
-      pipeline, there are also QOS messages posted on the pipeline bus to
-      inform the application of QoS decisions. The QOS message contains
-      the timestamps of when something was dropped along with the amount
-      of dropped vs processed items.  Elements must post a QOS
-      message under these conditions:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          The element dropped a buffer because of QoS reasons.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          An element changes its processing strategy because of QoS reasons
-          (quality). This could include a decoder that decides to drop every
-          B frame to increase its processing speed or an effect element
-          switching to a lower quality algorithm.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-  
-</chapter>
diff --git a/docs/pwg/advanced-request.xml b/docs/pwg/advanced-request.xml
deleted file mode 100644 (file)
index 8ef9897..0000000
+++ /dev/null
@@ -1,290 +0,0 @@
-<chapter id="chapter-advanced-request">
-  <title>Request and Sometimes pads</title>
-  <para>
-    Until now, we've only dealt with pads that are always available. However,
-    there's also pads that are only being created in some cases, or only if
-    the application requests the pad. The first is called a
-    <emphasis>sometimes</emphasis>; the second is called a
-    <emphasis>request</emphasis> pad. The availability of a pad (always,
-    sometimes or request) can be seen in a pad's template. This chapter will
-    discuss when each of the two is useful, how they are created and when
-    they should be disposed.
-  </para>
-
-  <sect1 id="section-reqpad-sometimes" xreflabel="Sometimes pads">
-    <title>Sometimes pads</title>
-    <para>
-      A <quote>sometimes</quote> pad is a pad that is created under certain
-      conditions, but not in all cases. This mostly depends on stream content:
-      demuxers will generally parse the stream header, decide what elementary
-      (video, audio, subtitle, etc.) streams are embedded inside the system
-      stream, and will then create a sometimes pad for each of those elementary
-      streams. At its own choice, it can also create more than one instance of
-      each of those per element instance. The only limitation is that each
-      newly created pad should have a unique name. Sometimes pads are disposed
-      when the stream data is disposed, too (i.e. when going from PAUSED to the
-      READY state). You should <emphasis>not</emphasis> dispose the pad on EOS,
-      because someone might re-activate the pipeline and seek back to before
-      the end-of-stream point. The stream should still stay valid after EOS, at
-      least until the stream data is disposed. In any case, the element is
-      always the owner of such a pad.
-    </para>
-    <para>
-      The example code below will parse a text file, where the first line is
-      a number (n). The next lines all start with a number (0 to n-1), which
-      is the number of the source pad over which the data should be sent.
-    </para>
-    <programlisting>
-3
-0: foo
-1: bar
-0: boo
-2: bye
-    </programlisting>
-    <para>
-      The code to parse this file and create the dynamic <quote>sometimes</quote>
-      pads, looks like this:
-    </para>
-    <programlisting>
-<![CDATA[
-typedef struct _GstMyFilter {
-[..]
-  gboolean firstrun;
-  GList *srcpadlist;
-} GstMyFilter;
-
-static GstStaticPadTemplate src_factory =
-GST_STATIC_PAD_TEMPLATE (
-  "src_%u",
-  GST_PAD_SRC,
-  GST_PAD_SOMETIMES,
-  GST_STATIC_CAPS ("ANY")
-);
-
-static void
-gst_my_filter_class_init (GstMyFilterClass *klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-[..]
-  gst_element_class_add_pad_template (element_class,
-       gst_static_pad_template_get (&src_factory));
-[..]
-}
-
-static void
-gst_my_filter_init (GstMyFilter *filter)
-{
-[..]
-  filter->firstrun = TRUE;
-  filter->srcpadlist = NULL;
-}
-
-/*
- * Get one line of data - without newline.
- */
-
-static GstBuffer *
-gst_my_filter_getline (GstMyFilter *filter)
-{
-  guint8 *data;
-  gint n, num;
-
-  /* max. line length is 512 characters - for safety */
-  for (n = 0; n < 512; n++) {
-    num = gst_bytestream_peek_bytes (filter->bs, &data, n + 1);
-    if (num != n + 1)
-      return NULL;
-
-    /* newline? */
-    if (data[n] == '\n') {
-      GstBuffer *buf = gst_buffer_new_allocate (NULL, n + 1, NULL);
-
-      gst_bytestream_peek_bytes (filter->bs, &data, n);
-      gst_buffer_fill (buf, 0, data, n);
-      gst_buffer_memset (buf, n, '\0', 1);
-      gst_bytestream_flush_fast (filter->bs, n + 1);
-
-      return buf;
-    }
-  }
-}
-
-static void
-gst_my_filter_loopfunc (GstElement *element)
-{
-  GstMyFilter *filter = GST_MY_FILTER (element);
-  GstBuffer *buf;
-  GstPad *pad;
-  GstMapInfo map;
-  gint num, n;
-
-  /* parse header */
-  if (filter->firstrun) {
-    gchar *padname;
-    guint8 id;
-
-    if (!(buf = gst_my_filter_getline (filter))) {
-      gst_element_error (element, STREAM, READ, (NULL),
-                        ("Stream contains no header"));
-      return;
-    }
-    gst_buffer_extract (buf, 0, &id, 1);
-    num = atoi (id);
-    gst_buffer_unref (buf);
-
-    /* for each of the streams, create a pad */
-    for (n = 0; n < num; n++) {
-      padname = g_strdup_printf ("src_%u", n);
-      pad = gst_pad_new_from_static_template (src_factory, padname);
-      g_free (padname);
-
-      /* here, you would set _event () and _query () functions */
-
-      /* need to activate the pad before adding */
-      gst_pad_set_active (pad, TRUE);
-
-      gst_element_add_pad (element, pad);
-      filter->srcpadlist = g_list_append (filter->srcpadlist, pad);
-    }
-  }
-
-  /* and now, simply parse each line and push over */
-  if (!(buf = gst_my_filter_getline (filter))) {
-    GstEvent *event = gst_event_new (GST_EVENT_EOS);
-    GList *padlist;
-
-    for (padlist = srcpadlist;
-         padlist != NULL; padlist = g_list_next (padlist)) {
-      pad = GST_PAD (padlist->data);
-      gst_pad_push_event (pad, gst_event_ref (event));
-    }
-    gst_event_unref (event);
-    /* pause the task here */
-    return;
-  }
-
-  /* parse stream number and go beyond the ':' in the data */
-  gst_buffer_map (buf, &map, GST_MAP_READ);
-  num = atoi (map.data[0]);
-  if (num >= 0 && num < g_list_length (filter->srcpadlist)) {
-    pad = GST_PAD (g_list_nth_data (filter->srcpadlist, num);
-
-    /* magic buffer parsing foo */
-    for (n = 0; map.data[n] != ':' &&
-                map.data[n] != '\0'; n++) ;
-    if (map.data[n] != '\0') {
-      GstBuffer *sub;
-
-      /* create region copy that starts right past the space. The reason
-       * that we don't just forward the data pointer is because the
-       * pointer is no longer the start of an allocated block of memory,
-       * but just a pointer to a position somewhere in the middle of it.
-       * That cannot be freed upon disposal, so we'd either crash or have
-       * a memleak. Creating a region copy is a simple way to solve that. */
-      sub = gst_buffer_copy_region (buf, GST_BUFFER_COPY_ALL,
-          n + 1, map.size - n - 1);
-      gst_pad_push (pad, sub);
-    }
-  }
-  gst_buffer_unmap (buf, &map);
-  gst_buffer_unref (buf);
-}
-]]>
-    </programlisting>
-    <para>
-      Note that we use a lot of checks everywhere to make sure that the content
-      in the file is valid. This has two purposes: first, the file could be
-      erroneous, in which case we prevent a crash. The second and most important
-      reason is that - in extreme cases - the file could be used maliciously to
-      cause undefined behaviour in the plugin, which might lead to security
-      issues. <emphasis>Always</emphasis> assume that the file could be used to
-      do bad things.
-    </para>
-  </sect1>
-
-  <sect1 id="section-reqpad-request" xreflabel="Request pads">
-    <title>Request pads</title>
-    <para>
-      <quote>Request</quote> pads are similar to sometimes pads, except that
-      request are created on demand of something outside of the element rather
-      than something inside the element. This concept is often used in muxers,
-      where - for each elementary stream that is to be placed in the output
-      system stream - one sink pad will be requested. It can also be used in
-      elements with a variable number of input or outputs pads, such as the
-      <classname>tee</classname> (multi-output) or
-      <classname>input-selector</classname> (multi-input) elements.
-    </para>
-    <para>
-      To implement request pads, you need to provide a padtemplate with a
-      GST_PAD_REQUEST presence and implement the
-      <function>request_new_pad</function> virtual method in
-      <classname>GstElement</classname>.
-      To clean up, you will need to implement the
-      <function>release_pad</function> virtual method.
-    </para>
-    <programlisting>
-<![CDATA[
-static GstPad *        gst_my_filter_request_new_pad   (GstElement     *element,
-                                                GstPadTemplate *templ,
-                                                 const gchar    *name,
-                                                 const GstCaps  *caps);
-
-static void gst_my_filter_release_pad (GstElement *element,
-                                       GstPad *pad);
-
-static GstStaticPadTemplate sink_factory =
-GST_STATIC_PAD_TEMPLATE (
-  "sink_%u",
-  GST_PAD_SINK,
-  GST_PAD_REQUEST,
-  GST_STATIC_CAPS ("ANY")
-);
-
-static void
-gst_my_filter_class_init (GstMyFilterClass *klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-[..]
-  gst_element_class_add_pad_template (klass,
-       gst_static_pad_template_get (&sink_factory));
-[..]
-  element_class->request_new_pad = gst_my_filter_request_new_pad;
-  element_class->release_pad = gst_my_filter_release_pad;
-}
-
-static GstPad *
-gst_my_filter_request_new_pad (GstElement     *element,
-                              GstPadTemplate *templ,
-                              const gchar    *name,
-                               const GstCaps  *caps)
-{
-  GstPad *pad;
-  GstMyFilterInputContext *context;
-
-  context = g_new0 (GstMyFilterInputContext, 1);
-  pad = gst_pad_new_from_template (templ, name);
-  gst_pad_set_element_private (pad, context);
-
-  /* normally, you would set _chain () and _event () functions here */
-
-  gst_element_add_pad (element, pad);
-
-  return pad;
-}
-
-static void
-gst_my_filter_release_pad (GstElement *element,
-                           GstPad *pad)
-{
-  GstMyFilterInputContext *context;
-
-  context = gst_pad_get_element_private (pad);
-  g_free (context);
-
-  gst_element_remove_pad (element, pad);
-}
-
-]]>
-    </programlisting>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-scheduling.xml b/docs/pwg/advanced-scheduling.xml
deleted file mode 100644 (file)
index 4639d63..0000000
+++ /dev/null
@@ -1,445 +0,0 @@
-<chapter id="chapter-scheduling" xreflabel="Different scheduling modes">
-  <title>Different scheduling modes</title>
-  <para>
-    The scheduling mode of a pad defines how data is retrieved from (source)
-    or given to (sink) pads. &GStreamer; can operate in two scheduling
-    mode, called push- and pull-mode. &GStreamer; supports elements with pads
-    in any of the scheduling modes where not all pads need to be operating
-    in the same mode.
-  </para>
-  <para>
-    So far, we have only discussed <function>_chain ()</function>-operating
-    elements, i.e. elements that have a chain-function set on their sink pad
-    and push buffers on their source pad(s). We call this the push-mode
-    because a peer element will use <function>gst_pad_push ()</function> on
-    a srcpad, which will cause our <function>_chain ()</function>-function
-    to be called, which in turn causes our element to push out a buffer on
-    the source pad. The initiative to start the dataflow happens somewhere
-    upstream when it pushes out a buffer and all downstream elements get
-    scheduled when their <function>_chain ()</function>-functions are
-    called in turn.
-  </para>
-  <para>
-    Before we explain pull-mode scheduling, let's first understand how the
-    different scheduling modes are selected and activated on a pad.
-  </para>
-
-  <sect1 id="section-scheduling-activation"
-      xreflabel="The pad activation stage">
-    <title>The pad activation stage</title>
-    <para>
-      During the element state change of READY->PAUSED, the pads of an
-      element will be activated. This happens first on the source pads and
-      then on the sink pads of the element. &GStreamer; calls the
-      <function>_activate ()</function> of a pad. By default this function
-      will activate the pad in push-mode by calling
-      <function>gst_pad_activate_mode ()</function> with the GST_PAD_MODE_PUSH
-      scheduling mode.
-      It is possible to override the <function>_activate ()</function> of a pad
-      and decide on a different scheduling mode. You can know in what
-      scheduling mode a pad is activated by overriding the
-      <function>_activate_mode ()</function>-function.
-    </para>
-    <para>
-      &GStreamer; allows the different pads of an element to operate in
-      different scheduling modes. This allows for many different possible
-      use-cases. What follows is an overview of some typical use-cases.
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          If all pads of an element are activated in push-mode scheduling,
-          the element as a whole is operating in push-mode. 
-          For source elements this means that they will have to start a
-          task that pushes out buffers on the source pad to the downstream
-          elements.
-          Downstream elements will have data pushed to them by upstream elements
-          using the sinkpads <function>_chain ()</function>-function which will
-          push out buffers on the source pads.
-          Prerequisites for this scheduling mode are that a chain-function was
-          set for each sinkpad using <function>gst_pad_set_chain_function ()</function>
-          and that all downstream elements operate in the same mode.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Alternatively, sinkpads can be the driving force behind a pipeline
-          by operating in pull-mode, while the sourcepads
-          of the element still operate in push-mode. In order to be the
-          driving force, those pads start a <classname>GstTask</classname>
-          when they are activated. This task is a thread, which
-          will call a function specified by the element. When called, this
-          function will have random data access (through
-          <function>gst_pad_pull_range ()</function>) over all sinkpads, and
-          can push data over the sourcepads, which effectively means that
-          this element controls data flow in the pipeline. Prerequisites for
-          this mode are that all downstream elements can act in push
-          mode, and that all upstream elements operate in pull-mode (see below).
-        </para>
-        <para>
-          Source pads can be activated in PULL mode by a downstream element
-          when they return GST_PAD_MODE_PULL from the GST_QUERY_SCHEDULING
-          query. Prerequisites for this scheduling mode are that a
-          getrange-function was set for the source pad using
-          <function>gst_pad_set_getrange_function ()</function>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Lastly, all pads in an element can be activated in PULL-mode.
-          However, contrary to the above, this does not mean that they
-          start a task on their own. Rather, it means that they are pull
-          slave for the downstream element, and have to provide random data
-          access to it from their <function>_get_range ()</function>-function.
-          Requirements are that the a <function>_get_range
-          ()</function>-function was set on this pad using the function
-          <function>gst_pad_set_getrange_function ()</function>. Also, if
-          the element has any sinkpads, all those pads (and thereby their
-          peers) need to operate in PULL access mode, too.
-        </para>
-        <para>
-          When a sink element is activated in PULL mode, it should start a
-          task that calls <function>gst_pad_pull_range ()</function> on its
-          sinkpad. It can only do this when the upstream SCHEDULING query
-          returns support for the GST_PAD_MODE_PULL scheduling mode.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      In the next two sections, we will go closer into pull-mode scheduling
-      (elements/pads driving the pipeline, and elements/pads providing random
-      access), and some specific use cases will be given.
-    </para>
-  </sect1>
-
-  <sect1 id="section-scheduling-loop" xreflabel="Pads driving the pipeline">
-    <title>Pads driving the pipeline</title>
-    <para>
-      Sinkpads operating in pull-mode, with the sourcepads operating in
-      push-mode (or it has no sourcepads when it is a sink), can start a task
-      that will drive the pipeline data flow.
-      Within this task function, you have random access over all of the sinkpads,
-      and push data over the sourcepads.
-      This can come in useful for several different kinds of elements:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Demuxers, parsers and certain kinds of decoders where data comes
-          in unparsed (such as MPEG-audio or video streams), since those will
-          prefer byte-exact (random) access from their input. If possible,
-          however, such elements should be prepared to operate in push-mode
-          mode, too.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Certain kind of audio outputs, which require control over their
-          input data flow, such as the Jack sound server.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      First you need to perform a SCHEDULING query to check if the upstream
-      element(s) support pull-mode scheduling. If that is possible, you
-      can activate the sinkpad in pull-mode. Inside the activate_mode
-      function you can then start the task.
-    </para>
-    <programlisting><!-- example-begin task.c a -->
-#include "filter.h"
-#include &lt;string.h&gt;
-
-static gboolean        gst_my_filter_activate      (GstPad      * pad,
-                                             GstObject   * parent);
-static gboolean        gst_my_filter_activate_mode (GstPad      * pad,
-                                             GstObject   * parent,
-                                             GstPadMode    mode,
-                                            gboolean      active);
-static void    gst_my_filter_loop          (GstMyFilter * filter);
-
-G_DEFINE_TYPE (GstMyFilter, gst_my_filter, GST_TYPE_ELEMENT);
-<!-- example-end task.c a -->
-<!-- example-begin task.c c -->
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-<!-- example-end task.c c -->
-[..]<!-- example-begin task.c d --><!--
---><!-- example-end task.c d -->
-<!-- example-begin task.c e -->
-  gst_pad_set_activate_function (filter-&gt;sinkpad, gst_my_filter_activate);
-  gst_pad_set_activatemode_function (filter-&gt;sinkpad,
-      gst_my_filter_activate_mode);
-<!-- example-end task.c e -->
-<!-- example-begin task.c f --><!--
-  gst_element_add_pad (GST_ELEMENT (filter), filter-&gt;sinkpad);
-
-  gst_element_add_pad (GST_ELEMENT (filter), filter-&gt;srcpad);
---><!-- example-end task.c f -->
-[..]<!-- example-begin task.c g -->
-}
-<!-- example-end task.c g -->
-[..]<!-- example-begin task.c h --><!--
-#include "caps.func"
---><!-- example-end task.c h -->
-<!-- example-begin task.c i -->
-static gboolean
-gst_my_filter_activate (GstPad * pad, GstObject * parent)
-{
-  GstQuery *query;
-  gboolean pull_mode;
-
-  /* first check what upstream scheduling is supported */
-  query = gst_query_new_scheduling ();
-
-  if (!gst_pad_peer_query (pad, query)) {
-    gst_query_unref (query);
-    goto activate_push;
-  }
-
-  /* see if pull-mode is supported */
-  pull_mode = gst_query_has_scheduling_mode_with_flags (query,
-      GST_PAD_MODE_PULL, GST_SCHEDULING_FLAG_SEEKABLE);
-  gst_query_unref (query);
-
-  if (!pull_mode)
-    goto activate_push;
-
-  /* now we can activate in pull-mode. GStreamer will also
-   * activate the upstream peer in pull-mode */
-  return gst_pad_activate_mode (pad, GST_PAD_MODE_PULL, TRUE);
-
-activate_push:
-  {
-    /* something not right, we fallback to push-mode */
-    return gst_pad_activate_mode (pad, GST_PAD_MODE_PUSH, TRUE);
-  }
-}
-
-static gboolean
-gst_my_filter_activate_pull (GstPad    * pad,
-                            GstObject * parent,
-                            GstPadMode  mode,
-                            gboolean    active)
-{
-  gboolean res;
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (mode) {
-    case GST_PAD_MODE_PUSH:
-      res = TRUE;
-      break;
-    case GST_PAD_MODE_PULL:
-      if (active) {
-        filter->offset = 0;
-        res = gst_pad_start_task (pad,
-            (GstTaskFunction) gst_my_filter_loop, filter, NULL);
-      } else {
-        res = gst_pad_stop_task (pad);
-      }
-      break;
-    default:
-      /* unknown scheduling mode */
-      res = FALSE;
-      break;
-  }
-  return res;
-}
-    <!-- example-end task.c i --></programlisting>
-    <para>
-      Once started, your task has full control over input and output. The
-      most simple case of a task function is one that reads input and pushes
-      that over its source pad. It's not all that useful, but provides some
-      more flexibility than the old push-mode case that we've been looking
-      at so far.
-    </para>
-    <programlisting><!-- example-begin task.c j -->
-#define BLOCKSIZE 2048
-
-static void
-gst_my_filter_loop (GstMyFilter * filter)
-{
-  GstFlowReturn ret;
-  guint64 len;
-  GstFormat fmt = GST_FORMAT_BYTES;
-  GstBuffer *buf = NULL;
-
-  if (!gst_pad_query_duration (filter-&gt;sinkpad, fmt, &amp;len)) {
-    GST_DEBUG_OBJECT (filter, "failed to query duration, pausing");
-    goto stop;
-  }
-
-   if (filter-&gt;offset >= len) {
-    GST_DEBUG_OBJECT (filter, "at end of input, sending EOS, pausing");
-    gst_pad_push_event (filter-&gt;srcpad, gst_event_new_eos ());
-    goto stop;
-  }
-
-  /* now, read BLOCKSIZE bytes from byte offset filter-&gt;offset */
-  ret = gst_pad_pull_range (filter-&gt;sinkpad, filter-&gt;offset,
-      BLOCKSIZE, &amp;buf);
-
-  if (ret != GST_FLOW_OK) {
-    GST_DEBUG_OBJECT (filter, "pull_range failed: %s", gst_flow_get_name (ret));
-    goto stop;
-  }
-
-  /* now push buffer downstream */
-  ret = gst_pad_push (filter-&gt;srcpad, buf);
-
-  buf = NULL; /* gst_pad_push() took ownership of buffer */
-
-  if (ret != GST_FLOW_OK) {
-    GST_DEBUG_OBJECT (filter, "pad_push failed: %s", gst_flow_get_name (ret));
-    goto stop;
-  }
-
-  /* everything is fine, increase offset and wait for us to be called again */
-  filter-&gt;offset += BLOCKSIZE;
-  return;
-
-stop:
-  GST_DEBUG_OBJECT (filter, "pausing task");
-  gst_pad_pause_task (filter-&gt;sinkpad);
-}
-<!-- example-end task.c j -->
-<!-- example-begin task.c k --><!--
-#include "register.func"
-    --><!-- example-end task.c k --></programlisting>
-  </sect1>
-
-  <sect1 id="section-scheduling-randomxs" xreflabel="Providing random access">
-    <title>Providing random access</title>
-    <para>
-      In the previous section, we have talked about how elements (or pads)
-      that are activated to drive the pipeline using their own task, must use
-      pull-mode scheduling on their sinkpads. This means that all pads linked
-      to those pads need to be activated in pull-mode.
-      Source pads activated in pull-mode must implement a
-      <function>_get_range ()</function>-function set using
-      <function>gst_pad_set_getrange_function ()</function>, and
-      that function will be called when the peer pad requests some data with
-      <function>gst_pad_pull_range ()</function>.
-      The element is then responsible for seeking to the right offset and
-      providing the requested data. Several elements can implement random
-      access:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Data sources, such as a file source, that can provide data from any
-          offset with reasonable low latency.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Filters that would like to provide a pull-mode scheduling
-          over the whole pipeline. 
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Parsers who can easily provide this by skipping a small part of
-          their input and are thus essentially "forwarding" getrange
-          requests literally without any own processing involved. Examples
-          include tag readers (e.g. ID3) or single output parsers, such as
-          a WAVE parser.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      The following example will show how a <function>_get_range
-      ()</function>-function can be implemented in a source element:
-    </para>
-    <programlisting><!-- example-begin range.c a -->
-#include "filter.h"
-static GstFlowReturn
-               gst_my_filter_get_range (GstPad     * pad,
-                                        GstObject  * parent,
-                                        guint64      offset,
-                                        guint        length,
-                                        GstBuffer ** buf);
-
-G_DEFINE_TYPE (GstMyFilter, gst_my_filter, GST_TYPE_ELEMENT);
-<!-- example-end range.c a -->
-<!-- example-begin range.c b --><!--
-static void
-gst_my_filter_class_init (gpointer klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-  static GstElementDetails my_filter_details = {
-    "An example plugin",
-    "Example/FirstExample",
-    "Shows the basic structure of a plugin",
-    "your name <your.name@your.isp>"
-  };
-  static GstStaticPadTemplate src_factory =
-  GST_STATIC_PAD_TEMPLATE (
-    "src",
-    GST_PAD_SRC,
-    GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("ANY")
-  );
-
-  gst_element_class_set_details (element_class, &my_filter_details);
-  gst_element_class_add_pad_template (element_class,
-        gst_static_pad_template_get (&src_factory));
-}
-
-static void
-gst_my_filter_class_init (GstMyFilterClass * klass)
-{
-}
---><!-- example-begin range.c b -->
-<!-- example-begin range.c c -->
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-<!-- example-end task.c c --><!--
-  GstElementClass *klass = GST_ELEMENT_GET_CLASS (filter);
-
-  filter-&gt;srcpad = gst_pad_new_from_template (
-        gst_element_class_get_pad_template (klass, "src"), "src");
--->
-[..]<!-- example-begin task.c d --><!--
---><!-- example-end task.c d -->
-<!-- example-begin task.c e -->
-  gst_pad_set_getrange_function (filter-&gt;srcpad,
-      gst_my_filter_get_range);
-<!-- example-end range.c c --><!--
-  gst_element_add_pad (GST_ELEMENT (filter), filter-&gt;srcpad);
--->
-[..]<!-- example-begin range.c d -->
-}
-
-static GstFlowReturn
-gst_my_filter_get_range (GstPad     * pad,
-                        GstObject  * parent,
-                        guint64      offset,
-                        guint        length,
-                        GstBuffer ** buf)
-{
-<!-- example-end range.c d -->
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  [.. here, you would fill *buf ..]
-<!-- example-begin range.c e -->
-  return GST_FLOW_OK;
-}
-<!-- example-end range.c e -->
-<!-- example-begin range.c f --><!--
-#include "register.func"
-    --><!-- example-end range.c f --></programlisting>
-    <para>
-      In practice, many elements that could theoretically do random access,
-      may in practice often be activated in push-mode scheduling anyway,
-      since there is no downstream element able to start its own task.
-      Therefore, in practice, those elements should implement both a
-      <function>_get_range ()</function>-function and a <function>_chain
-      ()</function>-function (for filters and parsers) or a <function>_get_range
-      ()</function>-function and be prepared to start their own task by
-      providing <function>_activate_* ()</function>-functions (for
-      source elements).
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-tagging.xml b/docs/pwg/advanced-tagging.xml
deleted file mode 100644 (file)
index d1e5393..0000000
+++ /dev/null
@@ -1,241 +0,0 @@
-<chapter id="chapter-advanced-tagging">
-  <title>Tagging (Metadata and Streaminfo)</title>
-
-  <sect1 id="section-tagging-overview" xreflabel="Overview">
-  <title>Overview</title>
-  <para>
-    Tags are pieces of information stored in a stream that are not the content
-    itself, but they rather <emphasis>describe</emphasis> the content. Most
-    media container formats support tagging in one way or another. Ogg uses
-    VorbisComment for this, MP3 uses ID3, AVI and WAV use RIFF's INFO list
-    chunk, etc. GStreamer provides a general way for elements to read tags from
-    the stream and expose this to the user. The tags (at least the metadata)
-    will be part of the stream inside the pipeline. The consequence of this is
-    that transcoding of files from one format to another will automatically
-    preserve tags, as long as the input and output format elements both support
-    tagging.
-  </para>
-  <para>
-    Tags are separated in two categories in GStreamer, even though applications
-    won't notice anything of this. The first are called <emphasis>metadata</emphasis>,
-    the second are called <emphasis>streaminfo</emphasis>. Metadata are tags
-    that describe the non-technical parts of stream content. They can be
-    changed without needing to re-encode the stream completely. Examples are
-    <quote>author</quote>, <quote>title</quote> or <quote>album</quote>. The
-    container format might still need to be re-written for the tags to fit in,
-    though. Streaminfo, on the other hand, are tags that describe the stream
-    contents technically. To change them, the stream needs to be re-encoded.
-    Examples are <quote>codec</quote> or <quote>bitrate</quote>. Note that some
-    container formats (like ID3) store various streaminfo tags as metadata in
-    the file container, which means that they can be changed so that they don't
-    match the content in the file any more. Still, they are called metadata
-    because <emphasis>technically</emphasis>, they can be changed without
-    re-encoding the whole stream, even though that makes them invalid. Files
-    with such metadata tags will have the same tag twice: once as metadata,
-    once as streaminfo.
-  </para>
-  <para>
-    There is no special name for tag reading elements in &GStreamer;. There are
-    specialised elements (e.g. id3demux) that do nothing besides tag reading,
-    but any  &GStreamer; element may extract tags while processing data, and
-    most decoders, demuxers and parsers do.
-  </para>
-  <para>
-    A tag writer is called <ulink type="http"
-    url="../../gstreamer/html/GstTagSetter.html"><classname>TagSetter</classname></ulink>.
-    An element supporting both can be used in a tag editor for quick tag
-    changing (note: in-place tag editing is still poorly supported at the time
-    of writing and usually requires tag extraction/stripping and remuxing of
-    the stream with new tags).
-  </para>
-  </sect1>
-
-  <sect1 id="section-tagging-read" xreflabel="Reading Tags from Streams">
-    <title>Reading Tags from Streams</title>
-    <para>
-      The basic object for tags is a <ulink type="http"
-      url="../../gstreamer/html/GstTagList.html"><classname>GstTagList
-      </classname></ulink>. An element that is reading tags from a stream should
-      create an empty taglist and fill this with individual tags. Empty tag
-      lists can be created with <function>gst_tag_list_new ()</function>. Then,
-      the element can fill the list using <function>gst_tag_list_add ()
-      </function> or <function>gst_tag_list_add_values ()</function>.
-      Note that elements often read metadata as strings, but the
-      values in the taglist might not necessarily be strings - they need to be
-      of the type the tag was registered as (the API documentation for each
-      predefined tag should contain the type). Be sure to use functions like
-      <function>gst_value_transform ()</function>
-      to make sure that your data is of the right type.
-      After data reading, you can send the tags downstream with the TAG event.
-      When the TAG event reaches the sink, it will post the TAG message on
-      the pipeline's GstBus for the application to pick up.
-    </para>
-    <para>
-      We currently require the core to know the GType of tags before they are
-      being used, so all tags must be registered first.  You can add new tags
-      to the list of known tags using <function>gst_tag_register ()</function>.
-      If you think the tag will be useful in more cases than just your own
-      element, it might be a good idea to add it to <filename>gsttag.c</filename>
-      instead. That's up to you to decide. If you want to do it in your own
-      element, it's easiest to register the tag in one of your class init
-      functions, preferably <function>_class_init ()</function>.
-    </para>
-    <programlisting>
-<![CDATA[
-static void
-gst_my_filter_class_init (GstMyFilterClass *klass)
-{
-[..]
-  gst_tag_register ("my_tag_name", GST_TAG_FLAG_META,
-                   G_TYPE_STRING,
-                   _("my own tag"),
-                   _("a tag that is specific to my own element"),
-                   NULL);
-[..]
-}
-]]>
-    </programlisting>
-  </sect1>
-
-  <sect1 id="section-tagging-write" xreflabel="Writing Tags to Streams">
-    <title>Writing Tags to Streams</title>
-    <para>
-      Tag writers are the opposite of tag readers. Tag writers only take
-      metadata tags into account, since that's the only type of tags that have
-      to be written into a stream. Tag writers can receive tags in three ways:
-      internal, application and pipeline. Internal tags are tags read by the
-      element itself, which means that the tag writer is - in that case - a tag
-      reader, too. Application tags are tags provided to the element via the
-      TagSetter interface (which is just a layer). Pipeline tags are tags
-      provided to the element from within the pipeline. The element receives
-      such tags via the <symbol>GST_EVENT_TAG</symbol> event, which means
-      that tags writers should implement an event handler. The tag writer is
-      responsible for combining all these three into one list and writing them
-      to the output stream.
-    </para>
-    <para>
-      The example below will receive tags from both application and pipeline,
-      combine them and write them to the output stream. It implements the tag
-      setter so applications can set tags, and retrieves pipeline tags from
-      incoming events.
-    </para>
-    <para>
-      Warning, this example is outdated and doesn't work with the 1.0 version
-      of &GStreamer; anymore.
-    </para>
-    <programlisting>
-<![CDATA[
-GType
-gst_my_filter_get_type (void)
-{
-[..]
-    static const GInterfaceInfo tag_setter_info = {
-      NULL,
-      NULL,
-      NULL
-    };
-[..]
-    g_type_add_interface_static (my_filter_type,
-                                GST_TYPE_TAG_SETTER,
-                                &tag_setter_info);
-[..]
-}
-
-static void
-gst_my_filter_init (GstMyFilter *filter)
-{
-[..]
-}
-
-/*
- * Write one tag.
- */
-
-static void
-gst_my_filter_write_tag (const GstTagList *taglist,
-                        const gchar      *tagname,
-                        gpointer          data)
-{
-  GstMyFilter *filter = GST_MY_FILTER (data);
-  GstBuffer *buffer;
-  guint num_values = gst_tag_list_get_tag_size (list, tag_name), n;
-  const GValue *from;
-  GValue to = { 0 };
-
-  g_value_init (&to, G_TYPE_STRING);
-
-  for (n = 0; n < num_values; n++) {
-    guint8 * data;
-    gsize size;
-
-    from = gst_tag_list_get_value_index (taglist, tagname, n);
-    g_value_transform (from, &to);
-
-    data = g_strdup_printf ("%s:%s", tagname,
-               g_value_get_string (&to));
-    size = strlen (data);
-
-    buf = gst_buffer_new_wrapped (data, size);
-    gst_pad_push (filter->srcpad, buf);
-  }
-
-  g_value_unset (&to);
-}
-
-static void
-gst_my_filter_task_func (GstElement *element)
-{
-  GstMyFilter *filter = GST_MY_FILTER (element);
-  GstTagSetter *tagsetter = GST_TAG_SETTER (element);
-  GstData *data;
-  GstEvent *event;
-  gboolean eos = FALSE;
-  GstTagList *taglist = gst_tag_list_new ();
-
-  while (!eos) {
-    data = gst_pad_pull (filter->sinkpad);
-
-    /* We're not very much interested in data right now */
-    if (GST_IS_BUFFER (data))
-      gst_buffer_unref (GST_BUFFER (data));
-    event = GST_EVENT (data);
-
-    switch (GST_EVENT_TYPE (event)) {
-      case GST_EVENT_TAG:
-        gst_tag_list_insert (taglist, gst_event_tag_get_list (event),
-                            GST_TAG_MERGE_PREPEND);
-        gst_event_unref (event);
-        break;
-      case GST_EVENT_EOS:
-        eos = TRUE;
-        gst_event_unref (event);
-        break;
-      default:
-        gst_pad_event_default (filter->sinkpad, event);
-        break;
-    }
-  }
-
-  /* merge tags with the ones retrieved from the application */
-  if ((gst_tag_setter_get_tag_list (tagsetter)) {
-    gst_tag_list_insert (taglist,
-                        gst_tag_setter_get_tag_list (tagsetter),
-                        gst_tag_setter_get_tag_merge_mode (tagsetter));
-  }
-
-  /* write tags */
-  gst_tag_list_foreach (taglist, gst_my_filter_write_tag, filter);
-
-  /* signal EOS */
-  gst_pad_push (filter->srcpad, gst_event_new (GST_EVENT_EOS));
-}
-]]>
-    </programlisting>
-    <para>
-      Note that normally, elements would not read the full stream before
-      processing tags. Rather, they would read from each sinkpad until they've
-      received data (since tags usually come in before the first data buffer)
-      and process that.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/advanced-types.xml b/docs/pwg/advanced-types.xml
deleted file mode 100644 (file)
index bb1d149..0000000
+++ /dev/null
@@ -1,1431 +0,0 @@
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-types">
-  <title>Types and Properties</title>
-  <para>
-    There is a very large set of possible types that may be used to pass data
-    between elements. Indeed, each new element that is defined may use a new
-    data format (though unless at least one other element recognises that
-    format, it will be most likely be useless since nothing will be able to
-    link with it).
-  </para>
-  <para>
-    In order for types to be useful, and for systems like autopluggers to
-    work, it is necessary that all elements agree on the type definitions,
-    and which properties are required for each type. The &GStreamer; framework
-    itself simply provides the ability to define types and parameters, but
-    does not fix the meaning of types and parameters, and does not enforce
-    standards on the creation of new types. This is a matter for a policy to
-    decide, not technical systems to enforce.
-  </para>
-  <para>
-    For now, the policy is simple:
-    <itemizedlist>
-      <listitem>
-        <para>
-          Do not create a new type if you could use one which already exists.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          If creating a new type, discuss it first with the other &GStreamer;
-          developers, on at least one of: IRC, mailing lists.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Try to ensure that the name for a new format is as unlikely to
-          conflict with anything else created already, and is not a more
-          generalised name than it should be. For example: "audio/compressed"
-          would be too generalised a name to represent audio data compressed
-          with an mp3 codec. Instead "audio/mp3" might be an appropriate name,
-          or "audio/compressed" could exist and have a property indicating the
-          type of compression used.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Ensure that, when you do create a new type, you specify it clearly,
-          and get it added to the list of known types so that other developers
-          can use the type correctly when writing their elements.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </para>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-types-test" xreflabel="Building a Simple Format for Testing">
-    <title>Building a Simple Format for Testing</title>
-    <para>
-      If you need a new format that has not yet been defined in our <xref
-      linkend="section-types-definitions"/>, you will want to have some general
-      guidelines on media type naming, properties and such. A media type would
-      ideally be equivalent to the Mime-type defined by IANA; else, it should
-      be in the form type/x-name, where type is the sort of data this media type
-      handles (audio, video, ...) and name should be something specific for
-      this specific type.  Audio and video media types should try to support the
-      general audio/video properties (see the list), and can use their own
-      properties, too. To get an idea of what properties we think are useful,
-      see (again) the list.
-    </para>
-    <para>
-      Take your time to find the right set of properties for your type. There
-      is no reason to hurry. Also, experimenting with this is generally a good
-      idea. Experience learns that theoretically thought-out types are good,
-      but they still need practical use to assure that they serve their needs.
-      Make sure that your property names do not clash with similar properties
-      used in other types. If they match, make sure they mean the same thing;
-      properties with different types but the same names are
-      <emphasis>not</emphasis> allowed.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-types-typefind" xreflabel="Typefind Functions and Autoplugging">
-    <title>Typefind Functions and Autoplugging</title>
-    <para>
-      With only <emphasis>defining</emphasis> the types, we're not yet there.
-      In order for a random data file to be recognized and played back as
-      such, we need a way of recognizing their type out of the blue. For this
-      purpose, <quote>typefinding</quote> was introduced. Typefinding is the
-      process of detecting the type of a data stream. Typefinding consists of
-      two separate parts: first, there's an unlimited number of functions
-      that we call <emphasis>typefind functions</emphasis>, which are each
-      able to recognize one or more types from an input stream. Then,
-      secondly, there's a small engine which registers and calls each of
-      those functions. This is the typefind core. On top of this typefind
-      core, you would normally write an autoplugger, which is able to use
-      this type detection system to dynamically build a pipeline around an
-      input stream. Here, we will focus only on typefind functions.
-    </para>
-    <para>
-      A typefind function usually lives in
-      <filename>gst-plugins-base/gst/typefind/gsttypefindfunctions.c</filename>,
-      unless there's a good reason (like library dependencies) to put it
-      elsewhere. The reason for this centralization is to reduce the
-      number of plugins that need to be loaded in order to detect a stream's
-      type. Below is an example that will recognize AVI files, which start
-      with a <quote>RIFF</quote> tag, then the size of the file and then an
-      <quote>AVI </quote> tag:
-    </para>
-    <programlisting>
-static void
-gst_my_typefind_function (GstTypeFind *tf,
-                         gpointer     data)
-{
-  guint8 *data = gst_type_find_peek (tf, 0, 12);
-
-  if (data &amp;&amp;
-      GUINT32_FROM_LE (&amp;((guint32 *) data)[0]) == GST_MAKE_FOURCC ('R','I','F','F') &amp;&amp;
-      GUINT32_FROM_LE (&amp;((guint32 *) data)[2]) == GST_MAKE_FOURCC ('A','V','I',' ')) {
-    gst_type_find_suggest (tf, GST_TYPE_FIND_MAXIMUM,
-                          gst_caps_new_simple ("video/x-msvideo", NULL));
-  }
-}
-
-static gboolean
-plugin_init (GstPlugin *plugin)
-{
-  if (!gst_type_find_register (plugin, "", GST_RANK_PRIMARY,
-                              gst_my_typefind_function, "avi",
-                              gst_caps_new_simple ("video/x-msvideo",
-                                                   NULL), NULL))
-    return FALSE;
-}
-    </programlisting>
-    <para>
-      Note that
-      <filename>gst-plugins/gst/typefind/gsttypefindfunctions.c</filename>
-      has some simplification macros to decrease the amount of code. Make
-      good use of those if you want to submit typefinding patches with new
-      typefind functions.
-    </para>
-    <para>
-      Autoplugging has been discussed in great detail in the Application
-      Development Manual.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-types-definitions" xreflabel="List of Defined Types">
-    <title>List of Defined Types</title>
-      <para>
-        Below is a list of all the defined types in &GStreamer;. They are split
-        up in separate tables for audio, video, container, subtitle and other
-        types, for the sake of readability. Below each table might follow a
-        list of notes that apply to that table. In the definition of each type,
-        we try to follow the types and rules as defined by <ulink type="http"
-        url="http://www.iana.org/assignments/media-types">
-        IANA</ulink> for as far as possible.
-      </para>
-      <para>
-        Jump directly to a specific table:
-       <itemizedlist>
-          <listitem>
-            <para><xref linkend="table-audio-types"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="table-video-types"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="table-container-types"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="table-subtitle-types"/></para>
-          </listitem>
-          <listitem>
-            <para><xref linkend="table-other-types"/></para>
-          </listitem>
-        </itemizedlist>
-      </para>
-      <para>
-        Note that many of the properties are not <emphasis>required</emphasis>,
-        but rather <emphasis>optional</emphasis> properties. This means that
-        most of these properties can be extracted from the container header,
-        but that - in case the container header does not provide these - they
-        can also be extracted by parsing the stream header or the stream
-        content. The policy is that your element should provide the data that
-        it knows about by only parsing its own content, not another element's
-        content. Example: the AVI header provides samplerate of the contained
-        audio stream in the header. MPEG system streams don't. This means that
-        an AVI stream demuxer would provide samplerate as a property for MPEG
-        audio streams, whereas an MPEG demuxer would not. A decoder needing
-        this data would require a stream parser in between two extract this
-        from the header or calculate it from the stream.
-      </para>
-
-      <table frame="all" id="table-audio-types" xreflabel="Table of Audio Types">
-        <title>Table of Audio Types</title>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="cola1" colwidth="1*"/>
-        <colspec colnum="6" colname="cola6" colwidth="6*"/>
-        <spanspec spanname="fullwidth" namest="cola1" nameend="cola6"/>
-
-        <thead>
-          <row>
-            <entry>Media Type</entry>
-            <entry>Description</entry>
-            <entry>Property</entry>
-            <entry>Property Type</entry>
-            <entry>Property Values</entry>
-            <entry>Property Description</entry>
-          </row>
-        </thead>
-
-        <tbody valign="top">
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All audio types.</emphasis>
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="4">audio/*</entry>
-            <entry morerows="4">
-              <emphasis>All audio types</emphasis>
-            </entry>
-            <entry>rate</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>
-              The sample rate of the data, in samples (per channel) per second.
-            </entry>
-          </row>
-          <row>
-            <entry>channels</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>
-              The number of channels of audio data.
-            </entry>
-          </row>
-          <row>
-            <entry>channel-mask</entry>
-            <entry>bitmask</entry>
-            <entry></entry>
-            <entry>
-              Channel positions present. See <quote>GstAudioChannelPosition</quote>.
-              0 means unpositioned.
-            </entry>
-          </row>
-          <row>
-            <entry>format</entry>
-            <entry>string</entry>
-            <entry>
-              S8 U8 S16LE S16BE U16LE U16BE S24_32LE S24_32BE U24_32LE U24_32BE S32LE S32BE U32LE U32BE
-              S24LE S24BE U24LE U24BE S20LE S20BE U20LE U20BE S18LE S18BE U18LE U18BE F32LE F32BE F64LE F64BE
-            </entry>
-            <entry>
-              The format of the sample data.
-            </entry>
-          </row>
-          <row>
-            <entry>layout</entry>
-            <entry>string</entry>
-            <entry>"interleaved" or "non-interleaved"</entry>
-            <entry>
-              Layout of channels within a buffer.
-            </entry>
-          </row>
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All raw audio types.</emphasis>
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-raw</entry>
-            <entry>
-              Unstructured and uncompressed raw audio data.
-            </entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              All properties (except channel-mask, in the mono and stereo cases) are mandatory.
-            </entry>
-          </row>
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All encoded audio types.</emphasis>
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-ac3</entry>
-            <entry>AC-3 or A52 audio streams.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="1">audio/x-adpcm</entry>
-            <entry morerows="1">ADPCM Audio streams.</entry>
-            <entry>layout</entry>
-            <entry>string</entry>
-            <entry>
-              <quote>quicktime</quote>, <quote>dvi</quote>,
-              <quote>microsoft</quote> or <quote>4xm</quote>.
-            </entry>
-            <entry>
-              The layout defines the packing of the samples in the stream. In
-              ADPCM, most formats store multiple samples per channel together.
-              This number of samples differs per format, hence the different
-              layouts. On the long term, we probably want this variable to die
-              and use something more descriptive, but this will do for now.
-            </entry>
-          </row>
-          <row>
-            <entry>block_align</entry>
-            <entry>integer</entry>
-            <entry>
-              Any
-            </entry>
-            <entry>
-              Chunk buffer size.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-cinepak</entry>
-            <entry>Audio as provided in a Cinepak (Quicktime) stream.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-dv</entry>
-            <entry>Audio as provided in a Digital Video stream.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-flac</entry>
-            <entry>Free Lossless Audio codec (FLAC).</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-gsm</entry>
-            <entry>Data encoded by the GSM codec.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-alaw</entry>
-            <entry>A-Law Audio.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-mulaw</entry>
-            <entry>Mu-Law Audio.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-mace</entry>
-            <entry>MACE Audio (used in Quicktime).</entry>
-            <entry>maceversion</entry>
-            <entry>integer</entry>
-            <entry>3 or 6</entry>
-            <entry>
-              The version of the MACE audio codec used to encode the stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="3">audio/mpeg</entry>
-            <entry morerows="3">
-              Audio data compressed using the MPEG audio encoding scheme.
-            </entry>
-            <entry>mpegversion</entry>
-            <entry>integer</entry>
-            <entry>1, 2 or 4</entry>
-            <entry>
-              The MPEG-version used for encoding the data. The value 1 refers
-              to MPEG-1, -2 and -2.5 layer 1, 2 or 3. The values 2 and 4 refer
-              to the MPEG-AAC audio encoding schemes.
-            </entry>
-          </row>
-          <row>
-            <entry>framed</entry>
-            <entry>boolean</entry>
-            <entry>0 or 1</entry>
-            <entry>
-              A true value indicates that each buffer contains exactly one
-              frame. A false value indicates that frames and buffers do not
-              necessarily match up.
-            </entry>
-          </row>
-          <row>
-            <entry>layer</entry>
-            <entry>integer</entry>
-            <entry>1, 2, or 3</entry>
-            <entry>
-              The compression scheme layer used to compress the data
-              <emphasis>(only if mpegversion=1)</emphasis>.
-            </entry>
-          </row>
-          <row>
-            <entry>bitrate</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>
-              The bitrate, in bits per second. For VBR (variable bitrate)
-              MPEG data, this is the average bitrate.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-qdm2</entry>
-            <entry>Data encoded by the QDM version 2 codec.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-pn-realaudio</entry>
-            <entry>Realmedia Audio data.</entry>
-            <entry>raversion</entry>
-            <entry>integer</entry>
-            <entry>1 or 2</entry>
-            <entry>
-              The version of the Real Audio codec used to encode the stream.
-              1 stands for a 14k4 stream, 2 stands for a 28k8 stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-speex</entry>
-            <entry>Data encoded by the Speex audio codec</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-vorbis</entry>
-            <entry>Vorbis audio data</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-wma</entry>
-            <entry>Windows Media Audio</entry>
-            <entry>wmaversion</entry>
-            <entry>integer</entry>
-            <entry>1,2 or 3</entry>
-            <entry>
-              The version of the WMA codec used to encode the stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-paris</entry>
-            <entry>Ensoniq PARIS audio</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-svx</entry>
-            <entry>Amiga IFF / SVX8 / SV16 audio</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-nist</entry>
-            <entry>Sphere NIST audio</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-voc</entry>
-            <entry>Sound Blaster VOC audio</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-ircam</entry>
-            <entry>Berkeley/IRCAM/CARL audio</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-w64</entry>
-            <entry>Sonic Foundry's 64 bit RIFF/WAV</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-        </tbody>
-        </tgroup>
-      </table>
-
-      <table frame="all" id="table-video-types" xreflabel="Table of Video Types">
-        <title>Table of Video Types</title>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="colv1" colwidth="1*"/>
-        <colspec colnum="6" colname="colv6" colwidth="6*"/>
-        <spanspec spanname="fullwidth" namest="colv1" nameend="colv6"/>
-
-        <thead>
-          <row>
-            <entry>Media Type</entry>
-            <entry>Description</entry>
-            <entry>Property</entry>
-            <entry>Property Type</entry>
-            <entry>Property Values</entry>
-            <entry>Property Description</entry>
-          </row>
-        </thead>
-
-        <tbody valign="top">
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All video types.</emphasis>
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="9">video/*</entry>
-            <entry morerows="9">
-              <emphasis>All video types</emphasis>
-            </entry>
-            <entry>width</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>The width of the video image</entry>
-          </row>
-          <row>
-            <entry>height</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>The height of the video image</entry>
-          </row>
-          <row>
-            <entry>framerate</entry>
-            <entry>fraction</entry>
-            <entry>greater or equal 0; default 0/1</entry>
-            <entry>
-              The (average) framerate in frames per second. Note that this
-              property does not guarantee in <emphasis>any</emphasis> way that
-              it will actually come close to this value. If you need a fixed
-              framerate, please use an element that provides that (such as
-              <quote>videorate</quote>). 0/1 means a variable framerate.
-            </entry>
-          </row>
-          <row>
-            <entry>max-framerate</entry>
-            <entry>fraction</entry>
-            <entry>greater or equal 0; default as framerate</entry>
-            <entry>
-              For variable framerates, the maximum framerate that is expected.
-              Only valid when framerate is 0/1.
-            </entry>
-          </row>
-          <row>
-            <entry>views</entry>
-            <entry>integer</entry>
-            <entry>greater than 0; default 1</entry>
-            <entry>
-              The number of views for multiview video. Each buffer contains
-              multiple <quote>GstVideoMeta</quote> buffers that describe each view. Use the
-              frame ID to get access to the different views.
-            </entry>
-          </row>
-          <row>
-            <entry>interlace-mode</entry>
-            <entry>string</entry>
-            <entry>progressive, interleaved, mixed, fields; default progressive</entry>
-            <entry>
-              The interlace mode. Extra buffer flags describe the frame and fields.
-            </entry>
-          </row>
-          <row>
-            <entry>chroma-site</entry>
-            <entry>string</entry>
-            <entry>jpeg, mpeg2, dv; default UNKNOWN</entry>
-            <entry>
-              The chroma siting of the video frames.
-            </entry>
-          </row>
-          <row>
-            <entry>colorimetry</entry>
-            <entry>string</entry>
-            <entry>bt601, bt709, smpte240m; default UNKNOWN</entry>
-            <entry>
-              The colorimetry of the video frames.
-            </entry>
-          </row>
-          <row>
-            <entry>pixel-aspect-ratio</entry>
-            <entry>fraction</entry>
-            <entry>greater than 0; default 1/1</entry>
-            <entry>
-              The pixel aspect ratio of the video.
-            </entry>
-          </row>
-          <row>
-            <entry>format</entry>
-            <entry>string</entry>
-            <entry>
-              I420 YV12 YUY2 UYVY AYUV RGBx BGRx xRGB xBGR RGBA BGRA ARGB ABGR RGB BGR Y41B Y42B
-              YVYU Y444 v210 v216 NV12 NV21 GRAY8 GRAY16_BE GRAY16_LE
-              v308 RGB16 BGR16 RGB15 BGR15 UYVP A420 RGB8P YUV9 YVU9
-              IYU1 ARGB64 AYUV64 r210 I420_10LE I420_10BE I422_10LE I422_10BE
-            </entry>
-            <entry>
-              The format of the video. See <ulink type="http"
-              url="http://www.fourcc.org/">FourCC definition site</ulink>
-              for references and definitions. YUY2, YVYU and UYVY are 4:2:2
-              packed-pixel, Y41P is 4:1:1 packed-pixel and IYU2 is 4:4:4
-              packed-pixel. Y42B is 4:2:2 planar, YV12 and I420 are 4:2:0
-              planar, Y41B is 4:1:1 planar and YUV9 and YVU9 are 4:1:0 planar.
-              Y800 contains Y-samples only (black/white).
-            </entry>
-          </row>
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All raw video types.</emphasis>
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-raw</entry>
-            <entry>Unstructured and uncompressed raw video data.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              The properties width, height and format are mandatory.
-            </entry>
-          </row>
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All encoded video types.</emphasis>
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-3ivx</entry>
-            <entry>3ivx video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-divx</entry>
-            <entry>DivX video.</entry>
-            <entry>divxversion</entry>
-            <entry>integer</entry>
-            <entry>3, 4 or 5</entry>
-            <entry>
-              Version of the DivX codec used to encode the stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-dv</entry>
-            <entry>Digital Video.</entry>
-            <entry>systemstream</entry>
-            <entry>boolean</entry>
-            <entry>FALSE</entry>
-            <entry>
-              Indicates that this stream is <emphasis>not</emphasis> a system
-              container stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-ffv</entry>
-            <entry>FFMpeg video.</entry>
-            <entry>ffvversion</entry>
-            <entry>integer</entry>
-            <entry>1</entry>
-            <entry>
-              Version of the FFMpeg video codec used to encode the stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="1">video/x-h263</entry>
-            <entry morerows="1">H-263 video.</entry>
-            <entry>variant</entry>
-            <entry>string</entry>
-            <entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
-            <entry>
-              Vendor specific variant of the format. 'itu' is the standard.
-            </entry>
-          </row>
-          <row>
-            <entry>h263version</entry>
-            <entry>string</entry>
-            <entry>h263, h263p, h263pp</entry>
-            <entry>
-              Enhanced versions of the h263 codec.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-h264</entry>
-            <entry>H-264 video.</entry>
-            <entry>variant</entry>
-            <entry>string</entry>
-            <entry>itu, videosoft</entry>
-            <entry>
-              Vendor specific variant of the format. 'itu' is the standard.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-huffyuv</entry>
-            <entry>Huffyuv video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-indeo</entry>
-            <entry>Indeo video.</entry>
-            <entry>indeoversion</entry>
-            <entry>integer</entry>
-            <entry>3</entry>
-            <entry>
-              Version of the Indeo codec used to encode this stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-intel-h263</entry>
-            <entry>H-263 video.</entry>
-            <entry>variant</entry>
-            <entry>string</entry>
-            <entry>intel</entry>
-            <entry>
-              Vendor specific variant of the format.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-jpeg</entry>
-            <entry>Motion-JPEG video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type. Note that video/x-jpeg only applies to Motion-JPEG
-              pictures (YUY2 colourspace). RGB colourspace JPEG images are
-              referred to as image/jpeg (JPEG image).
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="1">video/mpeg</entry>
-            <entry morerows="1">MPEG video.</entry>
-            <entry>mpegversion</entry>
-            <entry>integer</entry>
-            <entry>1, 2 or 4</entry>
-            <entry>
-              Version of the MPEG codec that this stream was encoded with.
-              Note that we have different media types for 3ivx, XviD, DivX and
-              "standard" ISO MPEG-4. This is <emphasis>not</emphasis> a good
-              thing and we're fully aware of this. However, we do not have a
-              solution yet.
-            </entry>
-          </row>
-          <row>
-            <entry>systemstream</entry>
-            <entry>boolean</entry>
-            <entry>FALSE</entry>
-            <entry>
-              Indicates that this stream is <emphasis>not</emphasis> a system
-              container stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-msmpeg</entry>
-            <entry>Microsoft MPEG-4 video deviations.</entry>
-            <entry>msmpegversion</entry>
-            <entry>integer</entry>
-            <entry>41, 42 or 43</entry>
-            <entry>
-              Version of the MS-MPEG-4-like codec that was used to encode this
-              version. A value of 41 refers to MS MPEG 4.1, 42 to 4.2 and 43
-              to version 4.3.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-msvideocodec</entry>
-            <entry>Microsoft Video 1 (oldish codec).</entry>
-            <entry>msvideoversion</entry>
-            <entry>integer</entry>
-            <entry>1</entry>
-            <entry>
-              Version of the codec - always 1.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-pn-realvideo</entry>
-            <entry>Realmedia video.</entry>
-            <entry>rmversion</entry>
-            <entry>integer</entry>
-            <entry>1, 2 or 3</entry>
-            <entry>
-              Version of the Real Video codec that this stream was encoded
-              with.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="2">video/x-rle</entry>
-            <entry morerows="2">RLE animation format.</entry>
-            <entry>layout</entry>
-            <entry>string</entry>
-            <entry>"microsoft" or "quicktime"</entry>
-            <entry>
-              The RLE format inside the Microsoft AVI container has a
-              different byte layout than the RLE format inside Apple's
-              Quicktime container; this property keeps track of the
-              layout.
-            </entry>
-          </row>
-          <row>
-            <entry>depth</entry>
-            <entry>integer</entry>
-            <entry>1 to 64</entry>
-            <entry>
-              Bit depth of the used palette. This means that the palette
-              that belongs to this format defines 2^depth colors.
-            </entry>
-          </row>
-          <row>
-            <entry>palette_data</entry>
-            <entry>GstBuffer</entry>
-            <entry></entry>
-            <entry>
-              Buffer containing a color palette (in native-endian RGBA) used
-              by this format. The buffer is of size 4*2^depth.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-svq</entry>
-            <entry>Sorensen Video.</entry>
-            <entry>svqversion</entry>
-            <entry>integer</entry>
-            <entry>1 or 3</entry>
-            <entry>
-              Version of the Sorensen codec that the stream was encoded with.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-tarkin</entry>
-            <entry>Tarkin video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-theora</entry>
-            <entry>Theora video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-vp3</entry>
-            <entry>VP-3 video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type. Note that we have different media types for VP-3 and
-              Theora, which is not necessarily a good idea. This could probably
-              be improved.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-wmv</entry>
-            <entry>Windows Media Video</entry>
-            <entry>wmvversion</entry>
-            <entry>integer</entry>
-            <entry>1,2 or 3</entry>
-            <entry>
-              Version of the WMV codec that the stream was encoded with.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-xvid</entry>
-            <entry>XviD video.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ subtitle ############# -->
-
-          <row>
-            <entry spanname="fullwidth">
-              <emphasis>All image types.</emphasis>
-            </entry>
-          </row>
-
-         <!-- ############ type ############# -->
-
-          <row>
-            <entry>image/gif</entry>
-            <entry>Graphics Interchange Format.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>image/jpeg</entry>
-            <entry>Joint Picture Expert Group Image.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type. Note that image/jpeg only applies to RGB-colourspace
-              JPEG images; YUY2-colourspace JPEG pictures are referred to as
-              video/x-jpeg ("Motion JPEG").
-            </entry>
-          </row>
-
-         <!-- ############ type ############# -->
-
-          <row>
-            <entry>image/png</entry>
-            <entry>Portable Network Graphics Image.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-         <!-- ############ type ############# -->
-
-          <row>
-            <entry>image/tiff</entry>
-            <entry>Tagged Image File Format.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-        </tbody>
-        </tgroup>
-      </table>
-
-      <table frame="all" id="table-container-types" xreflabel="Table of Container Types">
-        <title>Table of Container Types</title>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="colc1" colwidth="1*"/>
-        <colspec colnum="6" colname="colc6" colwidth="6*"/>
-        <spanspec spanname="fullwidth" namest="colc1" nameend="colc6"/>
-
-        <thead>
-          <row>
-            <entry>Media Type</entry>
-            <entry>Description</entry>
-            <entry>Property</entry>
-            <entry>Property Type</entry>
-            <entry>Property Values</entry>
-            <entry>Property Description</entry>
-          </row>
-        </thead>
-
-        <tbody valign="top">
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-ms-asf</entry>
-            <entry>Advanced Streaming Format (ASF).</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-msvideo</entry>
-            <entry>AVI.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-dv</entry>
-            <entry>Digital Video.</entry>
-            <entry>systemstream</entry>
-            <entry>boolean</entry>
-            <entry>TRUE</entry>
-            <entry>
-              Indicates that this is a container system stream rather than an
-              elementary video stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/x-matroska</entry>
-            <entry>Matroska.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/mpeg</entry>
-            <entry>Motion Pictures Expert Group System Stream.</entry>
-            <entry>systemstream</entry>
-            <entry>boolean</entry>
-            <entry>TRUE</entry>
-            <entry>
-              Indicates that this is a container system stream rather than an
-              elementary video stream.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>application/ogg</entry>
-            <entry>Ogg.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>video/quicktime</entry>
-            <entry>Quicktime.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>application/vnd.rn-realmedia</entry>
-            <entry>RealMedia.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-wav</entry>
-            <entry>WAV.</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined or needed for
-              this type.
-            </entry>
-          </row>
-         </tbody>
-        </tgroup>
-      </table>
-
-      <table frame="all" id="table-subtitle-types" xreflabel="Table of Subtitle Types">
-        <title>Table of Subtitle Types</title>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="colt1" colwidth="1*"/>
-        <colspec colnum="6" colname="colt6" colwidth="6*"/>
-        <spanspec spanname="fullwidth" namest="colt1" nameend="colt6"/>
-
-        <thead>
-          <row>
-            <entry>Media Type</entry>
-            <entry>Description</entry>
-            <entry>Property</entry>
-            <entry>Property Type</entry>
-            <entry>Property Values</entry>
-            <entry>Property Description</entry>
-          </row>
-        </thead>
-
-        <tbody valign="top">
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              None defined yet.
-            </entry>
-          </row>
-         </tbody>
-        </tgroup>
-      </table>
-
-      <table frame="all" id="table-other-types" xreflabel="Table of Other Types">
-        <title>Table of Other Types</title>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-        <colspec colnum="1" colname="colo1" colwidth="1*"/>
-        <colspec colnum="6" colname="colo6" colwidth="6*"/>
-        <spanspec spanname="fullwidth" namest="colo1" nameend="colo6"/>
-
-        <thead>
-          <row>
-            <entry>Media Type</entry>
-            <entry>Description</entry>
-            <entry>Property</entry>
-            <entry>Property Type</entry>
-            <entry>Property Values</entry>
-            <entry>Property Description</entry>
-          </row>
-        </thead>
-
-        <tbody valign="top">
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              None defined yet.
-            </entry>
-          </row>
-         </tbody>
-        </tgroup>
-      </table>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/appendix-checklist.xml b/docs/pwg/appendix-checklist.xml
deleted file mode 100644 (file)
index bd118c4..0000000
+++ /dev/null
@@ -1,195 +0,0 @@
-<chapter id="chapter-checklist-element">
-  <title>Things to check when writing an element</title>
-  <para>
-    This chapter contains a fairly random selection of things to take care
-    of when writing an element. It's up to you how far you're going to stick
-    to those guidelines. However, keep in mind that when you're writing an
-    element and hope for it to be included in the mainstream &GStreamer;
-    distribution, it <emphasis>has to</emphasis> meet those requirements.
-    As far as possible, we will try to explain why those requirements are
-    set.
-  </para>
-
-  <sect1 id="section-checklist-states">
-    <title>About states</title>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          Make sure the state of an element gets reset when going to
-          <classname>NULL</classname>. Ideally, this should set all
-          object properties to their original state. This function
-          should also be called from _init.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Make sure an element forgets <emphasis>everything</emphasis>
-          about its contained stream when going from
-          <classname>PAUSED</classname> to <classname>READY</classname>. In
-          <classname>READY</classname>, all stream states are reset. An
-          element that goes from <classname>PAUSED</classname> to
-          <classname>READY</classname> and back to
-          <classname>PAUSED</classname> should start reading the
-          stream from the start again.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          People that use <command>gst-launch</command> for testing have
-          the tendency to not care about cleaning up. This is
-          <emphasis>wrong</emphasis>. An element should be tested using
-          various applications, where testing not only means to <quote>make
-          sure it doesn't crash</quote>, but also to test for memory leaks
-          using tools such as <command>valgrind</command>. Elements have to
-          be reusable in a pipeline after having been reset.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-checklist-debug">
-    <title>Debugging</title>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          Elements should <emphasis>never</emphasis> use their standard
-          output for debugging (using functions such as <function>printf
-          ()</function> or <function>g_print ()</function>). Instead,
-          elements should use the logging functions provided by &GStreamer;,
-          named <function>GST_DEBUG ()</function>,
-          <function>GST_LOG ()</function>, <function>GST_INFO ()</function>,
-          <function>GST_WARNING ()</function> and
-          <function>GST_ERROR ()</function>. The various logging levels can
-          be turned on and off at runtime and can thus be used for solving
-          issues as they turn up. Instead of <function>GST_LOG ()</function>
-          (as an example), you can also use <function>GST_LOG_OBJECT
-          ()</function> to print the object that you're logging output for.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Ideally, elements should use their own debugging category. Most
-          elements use the following code to do that:
-        </para>
-        <programlisting>
-GST_DEBUG_CATEGORY_STATIC (myelement_debug);
-#define GST_CAT_DEFAULT myelement_debug
-
-[..]
-
-static void
-gst_myelement_class_init (GstMyelementClass *klass)
-{
-[..]
-  GST_DEBUG_CATEGORY_INIT (myelement_debug, "myelement",
-                          0, "My own element");
-}
-        </programlisting>
-        <para>
-          At runtime, you can turn on debugging using the commandline
-          option <command>--gst-debug=myelement:5</command>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements should use GST_DEBUG_FUNCPTR when setting pad functions or
-          overriding element class methods, for example:
-          <programlisting>
-gst_pad_set_event_func (myelement->srcpad,
-    GST_DEBUG_FUNCPTR (my_element_src_event));
-          </programlisting>
-          This makes debug output much easier to read later on.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements that are aimed for inclusion into one of the GStreamer
-          modules should ensure consistent naming of the element name,
-          structures and function names. For example, if the element type is
-          GstYellowFooDec, functions should be prefixed with
-          gst_yellow_foo_dec_ and the element should be registered
-          as 'yellowfoodec'. Separate words should be separate in this scheme,
-          so it should be GstFooDec and gst_foo_dec, and not GstFoodec and
-          gst_foodec.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-checklist-query">
-    <title>Querying, events and the like</title>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          All elements to which it applies (sources, sinks, demuxers)
-          should implement query functions on their pads, so that
-          applications and neighbour elements can request the current
-          position, the stream length (if known) and so on.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements should make sure they forward events they do not
-          handle with gst_pad_event_default (pad, parent, event) instead of
-          just dropping them. Events should never be dropped unless
-          specifically intended.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Elements should make sure they forward queries they do not
-          handle with gst_pad_query_default (pad, parent, query) instead of
-          just dropping them.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-
-  <sect1 id="section-checklist-testing">
-    <title>Testing your element</title>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          <command>gst-launch</command> is <emphasis>not</emphasis> a good
-          tool to show that your element is finished. Applications such as
-          Rhythmbox and Totem (for GNOME) or AmaroK (for KDE)
-          <emphasis>are</emphasis>. <command>gst-launch</command> will not
-          test various things such as proper clean-up on reset, event
-          handling, querying and so on.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Parsers and demuxers should make sure to check their input. Input
-          cannot be trusted. Prevent possible buffer overflows and the like.
-          Feel free to error out on unrecoverable stream errors. Test your
-          demuxer using stream corruption elements such as
-          <classname>breakmydata</classname> (included in gst-plugins). It
-          will randomly insert, delete and modify bytes in a stream, and is
-          therefore a good test for robustness. If your element crashes
-          when adding this element, your element needs fixing. If it errors
-          out properly, it's good enough. Ideally, it'd just continue to
-          work and forward data as much as possible.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Demuxers should not assume that seeking works. Be prepared to
-          work with unseekable input streams (e.g. network sources) as
-          well.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Sources and sinks should be prepared to be assigned another clock
-          then the one they expose themselves. Always use the provided clock
-          for synchronization, else you'll get A/V sync issues.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/appendix-licensing.xml b/docs/pwg/appendix-licensing.xml
deleted file mode 100644 (file)
index ab1d192..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-<chapter id="chapter-licensing-advisory">
-  <title>GStreamer licensing</title>
-<sect1 id="section-application-licensing">
-  <title>How to license the code you write for <application>GStreamer</application></title>
-<para>
-GStreamer is a plugin-based framework licensed under the LGPL. The reason 
-for this choice in licensing is to ensure that everyone can use GStreamer 
-to build applications using licenses of their choice.
-</para>
-<para>
-To keep this policy viable, the GStreamer community has made a few 
-licensing rules for code to be included in GStreamer's core or GStreamer's 
-official modules, like our plugin packages. We require that all code going 
-into our core package is LGPL. For the plugin code, we require the use of 
-the LGPL for all plugins written from scratch or linking to external 
-libraries. The only exception to this is when plugins contain older code 
-under more liberal licenses (like the MPL or BSD). They can use those 
-licenses instead and will still be considered for inclusion. We do not 
-accept GPL code to be added to our plugins module, but we do accept 
-LGPL-licensed plugins using an external GPL library. The reason for 
-demanding plugins be licensed under the LGPL, even when using a GPL 
-library, is that other developers might want to use the plugin code as a 
-template for plugins linking to non-GPL libraries.
-</para>
-<para>
-We also plan on splitting out the plugins using GPL libraries into a 
-separate package eventually and implement a system which makes sure an 
-application will not be able to access these plugins unless it uses some 
-special code to do so. The point of this is not to block GPL-licensed 
-plugins from being used and developed, but to make sure people are not 
-unintentionally violating the GPL license of said plugins. 
-</para>
-<para>
-This advisory is part of a bigger advisory with a FAQ which you can find
-on the <ulink url="http://gstreamer.freedesktop.org/documentation/licensing.html">GStreamer website</ulink>
-</para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/appendix-porting.xml b/docs/pwg/appendix-porting.xml
deleted file mode 100644 (file)
index ab457a8..0000000
+++ /dev/null
@@ -1,196 +0,0 @@
-<chapter id="chapter-porting">
-  <title>Porting 0.8 plug-ins to 0.10</title>
-  <para>
-    This section of the appendix will discuss shortly what changes to
-    plugins will be needed to quickly and conveniently port most
-    applications from &GStreamer;-0.8 to &GStreamer;-0.10, with references
-    to the relevant sections in this Plugin Writer's Guide where needed.
-    With this list, it should be possible to port most plugins to
-    &GStreamer;-0.10 in less than a day. Exceptions are elements that will
-    require a base class in 0.10 (sources, sinks), in which case it may take
-    a lot longer, depending on the coder's skills (however, when using the
-    <classname>GstBaseSink</classname> and <classname>GstBaseSrc</classname>
-    base-classes, it shouldn't be all too bad), and elements requiring
-    the deprecated bytestream interface, which should take 1-2 days with
-    random access. The scheduling parts of muxers will also need a rewrite,
-    which will take about the same amount of time.
-  </para>
-
-  <sect1 id="section-porting-objects">
-    <title>List of changes</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-        Discont events have been replaced by newsegment events. In 0.10, it is
-        essential that you send a newsegment event downstream before you send 
-        your first buffer (in 0.8 the scheduler would invent discont events if
-        you forgot them, in 0.10 this is no longer the case).
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-        In 0.10, buffers have caps attached to them. Elements should allocate
-        new buffers with <function>gst_pad_alloc_buffer ()</function>. See
-        <xref linkend="chapter-negotiation"/> for more details.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Most functions returning an object or an object property have
-          been changed to return its own reference rather than a constant
-          reference of the one owned by the object itself. The reason for
-          this change is primarily thread-safety. This means effectively
-          that return values of functions such as
-          <function>gst_element_get_pad ()</function>,
-          <function>gst_pad_get_name ()</function>,
-          <function>gst_pad_get_parent ()</function>,
-          <function>gst_object_get_parent ()</function>,
-          and many more like these
-          have to be free'ed or unreferenced after use. Check the API
-          references of each function to know for sure whether return
-          values should be free'ed or not.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          In 0.8, scheduling could happen in any way. Source elements could
-          be <function>_get ()</function>-based or <function>_loop
-          ()</function>-based, and any other element could be  <function>_chain
-          ()</function>-based or <function>_loop ()</function>-based, with
-          no limitations. Scheduling in 0.10 is simpler for the scheduler,
-          and the element is expected to do some more work. Pads get
-          assigned a scheduling mode, based on which they can either
-          operate in random access-mode, in pipeline driving mode or in
-          push-mode. all this is documented in detail in <xref
-          linkend="chapter-scheduling"/>. As a result of this, the bytestream
-          object no longer exists. Elements requiring byte-level access should
-          now use random access on their sinkpads.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Negotiation is asynchronous. This means that downstream negotiation
-          is done as data comes in and upstream negotiation is done whenever
-          renegotiation is required. All details are described in 
-          <xref linkend="chapter-negotiation"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          For as far as possible, elements should try to use existing base
-          classes in 0.10. Sink and source elements, for example, could derive
-          from <classname>GstBaseSrc</classname> and
-          <classname>GstBaseSink</classname>. Audio sinks or sources could even
-          derive from audio-specific base classes. All existing base classes
-          have been discussed in <xref linkend="chapter-other-base"/> and the
-          next few chapters.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          In 0.10, event handling and buffers are separated once again. This
-          means that in order to receive events, one no longer has to set the
-          <classname>GST_FLAG_EVENT_AWARE</classname> flag, but can simply
-          set an event handling function on the element's sinkpad(s), using
-           the function <function>gst_pad_set_event_function ()</function>. The
-          <function>_chain ()</function>-function will only receive buffers.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Although core will wrap most threading-related locking for you (e.g.
-          it takes the stream lock before calling your data handling
-          functions), you are still responsible for locking around certain
-          functions, e.g. object properties. Be sure to lock properly here,
-          since applications will change those properties in a different thread
-          than the thread which does the actual data passing! You can use the
-          <function>GST_OBJECT_LOCK ()</function> and <function>GST_OBJECT_UNLOCK
-          ()</function> helpers in most cases, fortunately, which grabs the
-          default property lock of the element.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <classname>GstValueFixedList</classname> and all
-          <function>*_fixed_list_* ()</function> functions were renamed to
-          <classname>GstValueArray</classname> and <function>*_array_*
-          ()</function>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          The semantics of <symbol>GST_STATE_PAUSED</symbol> and 
-          <symbol>GST_STATE_PLAYING</symbol> have changed for elements that
-          are not sink elements. Non-sink elements need to be able to accept
-          and process data already in the <symbol>GST_STATE_PAUSED</symbol> 
-          state now (i.e. when prerolling the pipeline). More details can be
-          found in <xref linkend="chapter-statemanage-states"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          If your plugin's state change function hasn't been superseded by
-          virtual start() and stop() methods of one of the new base classes,
-          then your plugin's state change functions may need to be changed in 
-          order to safely handle concurrent access by multiple threads. Your 
-          typical state change function will now first handle upwards state 
-          changes, then chain up to the state change function of the parent 
-          class (usually GstElementClass in these cases), and only then handle
-          downwards state changes. See the vorbis decoder plugin in
-          gst-plugins-base for an example.
-        </para>
-        <para>
-          The reason for this is that in the case of downwards state changes
-          you don't want to destroy allocated resources while your plugin's 
-          chain function (for example) is still accessing those resources in
-          another thread. Whether your chain function might be running or not
-          depends on the state of your plugin's pads, and the state of those
-          pads is closely linked to the state of the element. Pad states are
-          handled in the GstElement class's state change function, including
-          proper locking, that's why it is essential to chain up before
-          destroying allocated resources.
-        </para>
-        <para>
-          As already mentioned above, you should really rewrite your plugin
-          to derive from one of the new base classes though, so you don't have
-          to worry about these things, as the base class will handle it for you.
-          There are no base classes for decoders and encoders yet, so the above 
-          paragraphs about state changes definitively apply if your plugin is a
-          decoder or an encoder.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <function>gst_pad_set_link_function ()</function>, which used to set
-          a function that would be called when a format was negotiated between
-          two <classname>GstPad</classname>s, now sets a function that is
-          called when two elements are linked together in an application. For
-          all practical purposes, you most likely want to use the function
-          <function>gst_pad_set_setcaps_function ()</function>, nowadays, which
-          sets a function that is called when the format streaming over a pad
-          changes (so similar to <function>_set_link_function ()</function> in
-          &GStreamer;-0.8).
-        </para>
-        <para>
-          If the element is derived from a <classname>GstBase</classname> class,
-          then override the <function>set_caps ()</function>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <function>gst_pad_use_explicit_caps ()</function> has been replaced by
-          <function>gst_pad_use_fixed_caps ()</function>. You can then set the
-          fixed caps to use on a pad with <function>gst_pad_set_caps ()</function>.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
-
-<chapter id="chapter-porting-1_0">
-  <title>Porting 0.10 plug-ins to 1.0</title>
-  <para>
-    You can find the list of changes in the
-    <ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-1.0.txt">Porting to 1.0</ulink> document.
-  </para>
-</chapter>
diff --git a/docs/pwg/appendix-python.xml b/docs/pwg/appendix-python.xml
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/docs/pwg/base.css b/docs/pwg/base.css
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/docs/pwg/building-boiler.xml b/docs/pwg/building-boiler.xml
deleted file mode 100644 (file)
index 251bf33..0000000
+++ /dev/null
@@ -1,466 +0,0 @@
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-boiler" xreflabel="Constructing the Boilerplate">
-  <title>Constructing the Boilerplate</title>
-  <para>
-    In this chapter you will learn how to construct the bare minimum code for a
-    new plugin. Starting from ground zero, you will see how to get the
-    &GStreamer; template source. Then you will learn how to use a few basic
-    tools to copy and modify a template plugin to create a new plugin. If you
-    follow the examples here, then by the end of this chapter you will have a
-    functional audio filter plugin that you can compile and use in &GStreamer;
-    applications.
-  </para>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-source" xreflabel="Getting the GStreamer Plugin Templates">
-    <title>Getting the GStreamer Plugin Templates</title>
-    <para>
-      There are currently two ways to develop a new plugin for &GStreamer;: You
-      can write the entire plugin by hand, or you can copy an existing plugin
-      template and write the plugin code you need. The second method is by far
-      the simpler of the two, so the first method will not even be described
-      here. (Errm, that is, <quote>it is left as an exercise to the
-      reader.</quote>)
-    </para>
-    <para>
-      The first step is to check out a copy of the
-      <filename>gst-template</filename> git module to get an important tool and
-      the source code template for a basic &GStreamer; plugin. To check out the
-      <filename>gst-template</filename> module, make sure you are connected to
-      the internet, and type the following commands at a command console:
-    </para>
-    <screen>
-<prompt>shell $ </prompt><userinput>git clone git://anongit.freedesktop.org/gstreamer/gst-template.git</userinput>
-Initialized empty Git repository in /some/path/gst-template/.git/
-remote: Counting objects: 373, done.
-remote: Compressing objects: 100% (114/114), done.
-remote: Total 373 (delta 240), reused 373 (delta 240)
-Receiving objects: 100% (373/373), 75.16 KiB | 78 KiB/s, done.
-Resolving deltas: 100% (240/240), done.
-    </screen>
-    <para>
-      This command will check out a series of files and directories into
-      <filename class="directory">gst-template</filename>. The template you
-      will be using is in the
-      <filename class="directory">gst-template/gst-plugin/</filename>
-      directory. You should look over the files in that directory to get a
-      general idea of the structure of a source tree for a plugin.
-    </para>
-    <para>
-      If for some reason you can't access the git repository, you can also
-      <ulink type="http"
-      url="http://cgit.freedesktop.org/gstreamer/gst-template/commit/">
-      download a snapshot of the latest revision</ulink> via the cgit web
-      interface.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-project-stamp" xreflabel="Using the Project Stamp">
-    <title>Using the Project Stamp</title>
-    <para>
-      The first thing to do when making a new element is to specify some basic
-      details about it: what its name is, who wrote it, what version number it
-      is, etc. We also need to define an object to represent the element and to
-      store the data the element needs. These details are collectively known as
-      the <emphasis>boilerplate</emphasis>.
-    </para>
-    <para>
-      The standard way of defining the boilerplate is simply to write some code,
-      and fill in some structures. As mentioned in the previous section, the
-      easiest way to do this is to copy a template and add functionality
-      according to your needs. To help you do so, there is a tool in the
-      <filename class="directory">./gst-plugin/tools/</filename> directory.
-      This tool, <filename>make_element</filename>, is a command line utility
-      that creates the boilerplate code for you.
-    </para>
-    <para>
-      To use <command>make_element</command>, first open up a terminal window.
-      Change to the <filename class="directory">gst-template/gst-plugin/src</filename>
-      directory, and then run the <command>make_element</command> command. The
-      arguments to the <command>make_element</command> are:
-    </para>
-    <orderedlist>
-      <listitem>
-        <para>the name of the plugin, and</para>
-      </listitem>
-      <listitem>
-        <para>
-          the source file that the tool will use. By default,
-          <filename>gstplugin</filename> is used.
-        </para>
-      </listitem>
-    </orderedlist>
-    <para>
-      For example, the following commands create the MyFilter plugin based on
-      the plugin template and put the output files in the
-      <filename class="directory">gst-template/gst-plugin/src</filename>
-      directory:
-    </para>
-    <screen>
-<prompt>shell $ </prompt><userinput>cd gst-template/gst-plugin/src</userinput>
-<prompt>shell $ </prompt><userinput>../tools/make_element MyFilter</userinput>
-    </screen>
-    <note>
-      <para>
-        Capitalization is important for the name of the plugin. Keep in mind
-        that under some operating systems, capitalization is also important
-        when specifying directory and file names in general.
-      </para>
-    </note>
-    <para>
-      The last command creates two files:
-      <filename>gstmyfilter.c</filename> and
-      <filename>gstmyfilter.h</filename>.
-    </para>
-    <note>
-      <para>
-        It is recommended that you create a copy of the <filename
-       class="directory">gst-plugin</filename>
-       directory before continuing.
-      </para>
-    </note>
-    <para>
-      Now one needs to adjust the <filename>Makefile.am</filename> to use the
-      new filenames and run <filename>autogen.sh</filename> from the parent
-      directory to bootstrap the build environment. After that, the project
-      can be built and installed using the well known
-      <userinput>make &amp;&amp; sudo make install</userinput> commands.
-    </para>
-    <note>
-      <para>
-        Be aware that by default <filename>autogen.sh</filename> and 
-        <filename>configure</filename> would choose <filename class="directory">/usr/local</filename>
-        as a default location. One would need to add
-        <filename class="directory">/usr/local/lib/gstreamer-1.0</filename>
-        to <symbol>GST_PLUGIN_PATH</symbol> in order to make the new plugin
-        show up in a gstreamer that's been installed from packages.
-      </para>
-    </note>
-    <note>
-      <para>
-        FIXME: this section is slightly outdated. gst-template is still useful
-        as an example for a minimal plugin build system skeleton. However, for
-        creating elements the tool gst-element-maker from gst-plugins-bad is
-        recommended these days.
-      </para>
-    </note>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-examine">
-    <title>Examining the Basic Code</title>
-    <para>
-      First we will examine the code you would be likely to place in a header
-      file (although since the interface to the code is entirely defined by the
-      plugin system, and doesn't depend on reading a header file, this is not
-      crucial.)
-    </para>
-
-    <example id="ex-boiler-examine-h">
-      <title>Example Plugin Header File</title>
-      <programlisting><!-- example-begin filter.h a -->
-#include &lt;gst/gst.h&gt;
-
-/* Definition of structure storing data for this element. */
-typedef struct _GstMyFilter {
-  GstElement element;
-
-  GstPad *sinkpad, *srcpad;
-
-  gboolean silent;
-<!-- example-end filter.h a -->
-<!-- example-begin filter.h b --><!--
-  gint samplerate, channels;
-  gint from_samplerate, to_samplerate;
-  gboolean passthrough;
-  guint64 offset;
---><!-- example-end filter.h b -->
-<!-- example-begin filter.h c -->
-} GstMyFilter;
-
-/* Standard definition defining a class for this element. */
-typedef struct _GstMyFilterClass {
-  GstElementClass parent_class;
-} GstMyFilterClass;
-
-/* Standard macros for defining types for this element.  */
-#define GST_TYPE_MY_FILTER (gst_my_filter_get_type())
-#define GST_MY_FILTER(obj) \
-  (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_MY_FILTER,GstMyFilter))
-#define GST_MY_FILTER_CLASS(klass) \
-  (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_MY_FILTER,GstMyFilterClass))
-#define GST_IS_MY_FILTER(obj) \
-  (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_MY_FILTER))
-#define GST_IS_MY_FILTER_CLASS(klass) \
-  (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_MY_FILTER))
-
-/* Standard function returning type information. */
-GType gst_my_filter_get_type (void);
-      <!-- example-end filter.h c --></programlisting>
-    </example>
-    <para>
-      Using this header file, you can use the following macro to setup
-      the <classname>GObject</classname> basics in your source file so
-      that all functions will be called appropriately:
-    </para>
-    <programlisting><!-- example-begin boilerplate.c a -->
-#include "filter.h"
-
-G_DEFINE_TYPE (GstMyFilter, gst_my_filter, GST_TYPE_ELEMENT);
-    <!-- example-end boilerplate.c a --></programlisting>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-details">
-    <title>Element metadata</title>
-    <para>
-      The Element metadata provides extra element information. It is configured
-      with <function>gst_element_class_set_metadata</function> or
-      <function>gst_element_class_set_static_metadata</function> which takes the
-      following parameters:
-    </para>
-    <itemizedlist>
-      <listitem><para>
-        A long, English, name for the element.
-      </para></listitem><listitem><para>
-        The type of the element, see the docs/design/draft-klass.txt document
-        in the GStreamer core source tree for details and examples.
-      </para></listitem><listitem><para>
-        A brief description of the purpose of the element.
-      </para></listitem><listitem><para>
-        The name of the author of the element, optionally followed by a contact
-        email address in angle brackets.
-      </para></listitem>
-    </itemizedlist>
-    <para>
-      For example:
-    </para>
-    <programlisting>
-gst_element_class_set_static_metadata (klass,
-  "An example plugin",
-  "Example/FirstExample",
-  "Shows the basic structure of a plugin",
-  "your name &lt;your.name@your.isp&gt;");
-    </programlisting>
-    <para>
-      The element details are registered with the plugin during
-      the <function>_class_init ()</function> function, which is part of
-      the GObject system. The <function>_class_init ()</function> function
-      should be set for this GObject in the function where you register
-      the type with GLib.
-    </para>
-    <programlisting><!-- example-begin boilerplate.c c -->
-static void
-gst_my_filter_class_init (GstMyFilterClass * klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-<!-- example-end boilerplate.c c -->
-[..]<!-- example-begin boilerplate.c d -->
-  gst_element_class_set_static_metadata (element_klass,
-    "An example plugin",
-    "Example/FirstExample",
-    "Shows the basic structure of a plugin",
-    "your name &lt;your.name@your.isp&gt;");
-<!-- example-end boilerplate.c d -->
-}
-    </programlisting>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-padtemplates">
-    <title>GstStaticPadTemplate</title>
-    <para>
-      A GstStaticPadTemplate is a description of a pad that the element will
-      (or might) create and use. It contains:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>A short name for the pad.</para>
-      </listitem>
-      <listitem>
-        <para>Pad direction.</para>
-      </listitem>
-      <listitem>
-        <para>
-          Existence property. This indicates whether the pad exists always (an
-          <quote>always</quote> pad), only in some cases (a
-          <quote>sometimes</quote> pad) or only if the application requested
-          such a pad (a <quote>request</quote> pad).
-        </para>
-      </listitem>
-      <listitem>
-        <para>Supported types by this element (capabilities).</para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      For example:
-    </para>
-    <programlisting><!-- example-begin boilerplate.c e -->
-static GstStaticPadTemplate sink_factory =
-GST_STATIC_PAD_TEMPLATE (
-  "sink",
-  GST_PAD_SINK,
-  GST_PAD_ALWAYS,
-  GST_STATIC_CAPS ("ANY")
-);
-<!-- example-end boilerplate.c e -->
-<!-- example-begin boilerplate.c f --><!--
-static GstStaticPadTemplate src_factory =
-GST_STATIC_PAD_TEMPLATE (
-  "src",
-  GST_PAD_SRC,
-  GST_PAD_ALWAYS,
-  GST_STATIC_CAPS ("ANY")
-);
---><!-- example-end boilerplate.c f -->
-      </programlisting>
-    <para>
-      Those pad templates are registered during the
-      <function>_class_init ()</function> function with the
-      <function>gst_element_class_add_pad_template ()</function>. For this
-      function you need a handle the <classname>GstPadTemplate</classname>
-      which you can create from the static pad template with
-      <function>gst_static_pad_template_get ()</function>. See below for more
-      details on this.
-    </para>
-    <para>
-      Pads are created from these static templates in the element's 
-      <function>_init ()</function> function using
-      <function>gst_pad_new_from_static_template ()</function>.
-      In order to create a new pad from this
-      template using <function>gst_pad_new_from_static_template ()</function>, you
-      will need to declare the pad template as a global variable. More on
-      this subject in <xref linkend="chapter-building-pads"/>.
-    </para>
-    <programlisting>
-static GstStaticPadTemplate sink_factory = [..],
-    src_factory = [..];
-
-static void
-gst_my_filter_class_init (GstMyFilterClass * klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-[..]
-<!-- example-begin boilerplate.c g -->
-  gst_element_class_add_pad_template (element_class,
-       gst_static_pad_template_get (&amp;src_factory));
-  gst_element_class_add_pad_template (element_class,
-       gst_static_pad_template_get (&amp;sink_factory));
-}
-<!-- example-end boilerplate.c g -->
-<!-- example-begin boilerplate.c h --><!--
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-}
-
-#include "register.func"
-    --><!-- example-end boilerplate.c h --></programlisting>
-    <para>
-      The last argument in a template is its type
-      or list of supported types. In this example, we use 'ANY', which means
-      that this element will accept all input. In real-life situations, you
-      would set a media type and optionally a set of properties to make sure
-      that only supported input will come in. This representation should be
-      a string that starts with a media type, then a set of comma-separates
-      properties with their supported values. In case of an audio filter that
-      supports raw integer 16-bit audio, mono or stereo at any samplerate, the
-      correct template would look like this:
-    </para>
-    <programlisting>
-<![CDATA[
-static GstStaticPadTemplate sink_factory =
-GST_STATIC_PAD_TEMPLATE (
-  "sink",
-  GST_PAD_SINK,
-  GST_PAD_ALWAYS,
-  GST_STATIC_CAPS (
-    "audio/x-raw, "
-      "format = (string) " GST_AUDIO_NE (S16) ", "
-      "channels = (int) { 1, 2 }, "
-      "rate = (int) [ 8000, 96000 ]"
-  )
-);
-]]>
-    </programlisting>
-    <para>
-      Values surrounded by curly brackets (<quote>{</quote> and
-      <quote>}</quote>) are lists, values surrounded by square brackets
-      (<quote>[</quote> and <quote>]</quote>) are ranges.
-      Multiple sets of types are supported too, and should be separated by
-      a semicolon (<quote>;</quote>). Later, in the chapter on pads, we will
-      see how to use types to know the exact format of a stream:
-      <xref linkend="chapter-building-pads"/>.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-constructors">
-    <title>Constructor Functions</title>
-    <para>
-      Each element has two functions which are used for construction of an
-      element. The <function>_class_init()</function> function,
-      which is used to initialise the class only once (specifying what signals,
-      arguments and virtual functions the class has and setting up global
-      state); and the <function>_init()</function> function, which is used to
-      initialise a specific instance of this type.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-boiler-plugininit">
-    <title>The plugin_init function</title>
-    <para>
-      Once we have written code defining all the parts of the plugin, we need to
-      write the plugin_init() function. This is a special function, which is
-      called as soon as the plugin is loaded, and should return TRUE or FALSE
-      depending on whether it loaded initialized any dependencies correctly.
-      Also, in this function, any supported element type in the plugin should
-      be registered.
-    </para>
-    <programlisting>
-<!-- example-begin register.func -->
-<![CDATA[
-static gboolean
-plugin_init (GstPlugin *plugin)
-{
-  return gst_element_register (plugin, "my_filter",
-                              GST_RANK_NONE,
-                              GST_TYPE_MY_FILTER);
-}
-
-GST_PLUGIN_DEFINE (
-  GST_VERSION_MAJOR,
-  GST_VERSION_MINOR,
-  my_filter,
-  "My filter plugin",
-  plugin_init,
-  VERSION,
-  "LGPL",
-  "GStreamer",
-  "http://gstreamer.net/"
-)
-]]>
-<!-- example-end register.func -->
-    </programlisting>
-    <para>
-      Note that the information returned by the plugin_init() function will be
-      cached in a central registry. For this reason, it is important that the
-      same information is always returned by the function: for example, it 
-      must not make element factories available based on runtime conditions.
-      If an element can only work in certain conditions (for example, if the
-      soundcard is not being used by some other process) this must be reflected
-      by the element being unable to enter the READY state if unavailable,
-      rather than the plugin attempting to deny existence of the plugin.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/building-chainfn.xml b/docs/pwg/building-chainfn.xml
deleted file mode 100644 (file)
index 137ca49..0000000
+++ /dev/null
@@ -1,158 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-chainfn">
-  <title>The chain function</title>
-  <para>
-    The chain function is the function in which all data processing takes
-    place. In the case of a simple filter, <function>_chain ()</function>
-    functions are mostly linear functions - so for each incoming buffer,
-    one buffer will go out, too. Below is a very simple implementation of
-    a chain function:
-  </para>
-  <programlisting><!-- example-begin chain.c a --><!--
-#include "init.func"
-#include "caps.func"
-static gboolean
-gst_my_filter_event (GstPad * pad, GstObject * parent, GstEvent * event)
-{
-  return gst_pad_event_default (pad, parent, event);
-}
---><!-- example-end chain.c a -->
-<!-- example-begin chain.c b -->
-static GstFlowReturn gst_my_filter_chain (GstPad    *pad,
-                                          GstObject *parent,
-                                          GstBuffer *buf);
-
-[..]
-
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-[..]
-  /* configure chain function on the pad before adding
-   * the pad to the element */
-  gst_pad_set_chain_function (filter-&gt;sinkpad,
-      gst_my_filter_chain);
-[..]
-}
-
-static GstFlowReturn
-gst_my_filter_chain (GstPad    *pad,
-                     GstObject *parent,
-                    GstBuffer *buf)
-{
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  if (!filter->silent)
-    g_print ("Have data of size %" G_GSIZE_FORMAT" bytes!\n",
-        gst_buffer_get_size (buf));
-
-  return gst_pad_push (filter->srcpad, buf);
-}
-<!-- example-end chain.c b -->
-<!-- example-begin chain.c c --><!--
-static GstStateChangeReturn
-gst_my_filter_change_state (GstElement * element, GstStateChange transition)
-{
-  return GST_CALL_PARENT_WITH_DEFAULT (GST_ELEMENT_CLASS,
-      change_state, (element, transition), GST_STATE_CHANGE_SUCCESS);
-}
-#include "register.func"
-  --><!-- example-end chain.c c --></programlisting>
-  <para>
-    Obviously, the above doesn't do much useful. Instead of printing that the
-    data is in, you would normally process the data there. Remember, however,
-    that buffers are not always writeable.
-  </para>
-  <para>
-    In more advanced elements (the ones that do event processing), you may want
-    to additionally specify an event handling function, which will be called
-    when stream-events are sent (such as caps, end-of-stream, newsegment, tags, etc.).
-  </para>
-  <programlisting>
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-[..]
-  gst_pad_set_event_function (filter-&gt;sinkpad,
-      gst_my_filter_sink_event);
-[..]
-}
-<!-- example-begin chain2.c a --><!--
-#include "init.func"
-#include "caps.func"
-#include "chain.func"
---><!-- example-end chain2.c a -->
-<!-- example-begin chain.func a --><!--
-static void
-gst_my_filter_stop_processing (GstMyFilter * filter)
-{
-}
-
-static GstBuffer *
-gst_my_filter_process_data (GstMyFilter * filter, const GstBuffer * buf)
-{
-  return NULL;
-}
---><!-- example-end chain.func a -->
-<!-- example-begin chain.func b -->
-static gboolean
-gst_my_filter_sink_event (GstPad    *pad,
-                         GstObject *parent,
-                         GstEvent  *event)
-{
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (GST_EVENT_TYPE (event)) {
-    case GST_EVENT_CAPS:
-      /* we should handle the format here */
-      break;
-    case GST_EVENT_EOS:
-      /* end-of-stream, we should close down all stream leftovers here */
-      gst_my_filter_stop_processing (filter);
-      break;
-    default:
-      break;
-  }
-
-  return gst_pad_event_default (pad, parent, event);
-}
-
-static GstFlowReturn
-gst_my_filter_chain (GstPad    *pad,
-                    GstObject *parent,
-                    GstBuffer *buf)
-{
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-  GstBuffer *outbuf;
-
-  outbuf = gst_my_filter_process_data (filter, buf);
-  gst_buffer_unref (buf);
-  if (!outbuf) {
-    /* something went wrong - signal an error */
-    GST_ELEMENT_ERROR (GST_ELEMENT (filter), STREAM, FAILED, (NULL), (NULL));
-    return GST_FLOW_ERROR;
-  }
-
-  return gst_pad_push (filter->srcpad, outbuf);
-}
-<!-- example-end chain.func b -->
-<!-- example-begin chain2.c b --><!--
-static GstStateChangeReturn
-gst_my_filter_change_state (GstElement * element, GstStateChange transition)
-{
-  return GST_CALL_PARENT_WITH_DEFAULT (GST_ELEMENT_CLASS,
-      change_state, (element, transition), GST_STATE_CHANGE_SUCCESS);
-}
-#include "register.func"
-  --><!-- example-end chain2.c b --></programlisting>
-  <para>
-    In some cases, it might be useful for an element to have control over the
-    input data rate, too. In that case, you probably want to write a so-called
-    <emphasis>loop-based</emphasis> element. Source elements (with only source
-    pads) can also be <emphasis>get-based</emphasis> elements. These concepts
-    will be explained in the advanced section of this guide, and in the section
-    that specifically discusses source pads.
-  </para>
-</chapter>
diff --git a/docs/pwg/building-eventfn.xml b/docs/pwg/building-eventfn.xml
deleted file mode 100644 (file)
index b72e376..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-eventfn">
-  <title>The event function</title>
-  <para>
-    The event function notifies you of special events that happen in
-    the datastream (such as caps, end-of-stream, newsegment, tags, etc.).
-    Events can travel both upstream and downstream, so you can receive them
-    on sink pads as well as source pads. 
-  </para>
-  <para>
-    Below follows a very simple event function that we install on the sink
-    pad of our element.
-  </para>
-  <programlisting>
-<![CDATA[
-static gboolean gst_my_filter_sink_event (GstPad    *pad,
-                                          GstObject *parent,
-                                          GstEvent  *event);
-
-[..]
-
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-[..]
-  /* configure event function on the pad before adding
-   * the pad to the element */
-  gst_pad_set_event_function (filter->sinkpad,
-      gst_my_filter_sink_event);
-[..]
-}
-
-static gboolean
-gst_my_filter_sink_event (GstPad    *pad,
-                         GstObject *parent,
-                         GstEvent  *event)
-{
-  gboolean ret;
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (GST_EVENT_TYPE (event)) {
-    case GST_EVENT_CAPS:
-      /* we should handle the format here */
-
-      /* push the event downstream */
-      ret = gst_pad_push_event (filter->srcpad, event);
-      break;
-    case GST_EVENT_EOS:
-      /* end-of-stream, we should close down all stream leftovers here */
-      gst_my_filter_stop_processing (filter);
-
-      ret = gst_pad_event_default (pad, parent, event);
-      break;
-    default:
-      /* just call the default handler */
-      ret = gst_pad_event_default (pad, parent, event);
-      break;
-  }
-  return ret;
-}
-]]>
-  </programlisting>
-  <para>
-    It is a good idea to call the default event handler
-    <function>gst_pad_event_default ()</function> for unknown events.
-    Depending on the event type, the default handler will forward 
-    the event or simply unref it. The CAPS event is by default not
-    forwarded so we need to do this in the event handler ourselves.
-  </para>
-</chapter>
diff --git a/docs/pwg/building-pads.xml b/docs/pwg/building-pads.xml
deleted file mode 100644 (file)
index 5e31648..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-pads">
-  <title>Specifying the pads</title>
-  <para>
-    As explained before, pads are the port through which data goes in and out
-    of your element, and that makes them a very important item in the process
-    of element creation. In the boilerplate code, we have seen how static pad
-    templates take care of registering pad templates with the element class.
-    Here, we will see how to create actual elements, use an <function>_event
-    ()</function>-function to configure for a particular format and how to
-    register functions to let data flow through the element.
-  </para>
-  <para>
-    In the element <function>_init ()</function> function, you create the pad
-    from the pad template that has been registered with the element class in
-    the <function>_class_init ()</function> function. After creating the pad,
-    you have to set a <function>_chain ()</function> function pointer that will
-    receive and process the input data on the sinkpad.
-    You can optionally also set an <function>_event ()</function> function
-    pointer and a <function>_query ()</function> function pointer.
-    Alternatively, pads can also operate in looping mode, which means that they
-    can pull data themselves. More on this topic later. After that, you have
-    to register the pad with the element. This happens like this:
-  </para>
-  <programlisting><!-- example-begin init.func a --><!--
-#include "filter.h"
-#include &lt;string.h&gt;
-
-static GstStateChangeReturn
-gst_my_filter_change_state (GstElement * element, GstStateChange transition);
-
-G_DEFINE_TYPE (GstMyFilter, gst_my_filter, GST_TYPE_ELEMENT);
-
-static void
-gst_my_filter_class_init (gpointer klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-  static GstStaticPadTemplate sink_template =
-  GST_STATIC_PAD_TEMPLATE (
-    "sink",
-    GST_PAD_SINK,
-    GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("ANY")
-  );
-  static GstStaticPadTemplate src_template =
-  GST_STATIC_PAD_TEMPLATE (
-    "src",
-    GST_PAD_SRC,
-    GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("ANY")
-  );
-
-  gst_element_class_set_static_metadata (element_class,
-    "An example plugin",
-    "Example/FirstExample",
-    "Shows the basic structure of a plugin",
-    "your name <your.name@your.isp>");
-
-  gst_element_class_add_pad_template (element_class,
-        gst_static_pad_template_get (&src_template));
-  gst_element_class_add_pad_template (element_class,
-        gst_static_pad_template_get (&sink_template));
-}
-
-static void
-gst_my_filter_class_init (GstMyFilterClass * klass)
-{
-  GST_ELEMENT_CLASS (klass)->change_state = gst_my_filter_change_state;
-}
---><!-- example-end init.func a -->
-<!-- example-begin init.func c --><!--
-static GstFlowReturn   gst_my_filter_chain      (GstPad        *pad,
-                                                  GstObject     *parent,
-                                                 GstBuffer     *buf);
-static gboolean                gst_my_filter_sink_event (GstPad        *pad,
-                                                  GstObject     *parent,
-                                                 GstEvent      *event);
-static gboolean        gst_my_filter_src_query  (GstPad        *pad,
-                                                  GstObject     *parent,
-                                                  GstQuery      *query);
-static gboolean        gst_my_filter_sink_query (GstPad        *pad,
-                                                  GstObject     *parent,
-                                                  GstQuery      *query);
---><!-- example-end init.func c -->
-<!-- example-begin init.func d -->
-
-static void
-gst_my_filter_init (GstMyFilter *filter)
-{
-  /* pad through which data comes in to the element */
-  filter-&gt;sinkpad = gst_pad_new_from_static_template (
-       &amp;sink_template, "sink");
-  /* pads are configured here with gst_pad_set_*_function () */
-<!-- example-end init.func d -->
-<!-- example-begin init.func e --><!--
-  gst_pad_set_chain_function (filter-&gt;sinkpad, gst_my_filter_chain);
-  gst_pad_set_event_function (filter-&gt;sinkpad, gst_my_filter_sink_event);
-  gst_pad_set_query_function (filter-&gt;sinkpad, gst_my_filter_sink_query);
---><!-- example-end init.func e -->
-<!-- example-begin init.func f -->
-  gst_element_add_pad (GST_ELEMENT (filter), filter-&gt;sinkpad);
-
-  /* pad through which data goes out of the element */
-  filter-&gt;srcpad = gst_pad_new_from_static_template (
-       &amp;src_template, "src");
-  /* pads are configured here with gst_pad_set_*_function () */
-<!-- example-end init.func f -->
-<!-- example-begin init.func g --><!--
-  gst_pad_set_query_function (filter-&gt;srcpad, gst_my_filter_src_query);
---><!-- example-end init.func g -->
-<!-- example-begin init.func h -->
-  gst_element_add_pad (GST_ELEMENT (filter), filter-&gt;srcpad);
-
-  /* properties initial value */
-  filter->silent = FALSE;
-}
-  <!-- example-end init.func h --></programlisting>
-
-<!-- example-begin pads.c --><!--
-#include "init.func"
-
-static gboolean
-gst_my_filter_event (GstPad * pad, GstObject * parent, GstEvent * event)
-{
-  return gst_pad_event_default (pad, parent, event);
-}
-
-static GstFlowReturn
-gst_my_filter_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
-{
-  return gst_pad_push (GST_MY_FILTER (parent)->srcpad, buf);
-}
-
-static GstStateChangeReturn
-gst_my_filter_change_state (GstElement * element, GstStateChange transition)
-{
-  return GST_CALL_PARENT_WITH_DEFAULT (GST_ELEMENT_CLASS,
-      change_state, (element, transition), GST_STATE_CHANGE_SUCCESS);
-}
-
-#include "register.func"
---><!-- example-end pads.c -->
-</chapter>
-
diff --git a/docs/pwg/building-props.xml b/docs/pwg/building-props.xml
deleted file mode 100644 (file)
index 10f7d77..0000000
+++ /dev/null
@@ -1,169 +0,0 @@
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-args" xreflabel="Adding Properties">
-  <title>Adding Properties</title>
-  <para>
-    The primary and most important way of controlling how an element behaves,
-    is through GObject properties. GObject properties are defined in the
-    <function>_class_init ()</function> function. The element optionally
-    implements a <function>_get_property ()</function> and a
-    <function>_set_property ()</function> function. These functions will be
-    notified if an application changes or requests the value of a property,
-    and can then fill in the value or take action required for that property
-    to change value internally.
-  </para>
-  <para>
-    You probably also want to keep an instance variable around
-    with the currently configured value of the property that you use in the
-    get and set functions. 
-    Note that <classname>GObject</classname> will not automatically set your
-    instance variable to the default value, you will have to do that in the
-    <function>_init ()</function> function of your element.
-  </para>
-  <programlisting><!-- example-begin properties.c a --><!--
-#include "filter.h"
-G_DEFINE_TYPE (GstMyFilter, gst_my_filter, GST_TYPE_ELEMENT);
-static void
-gst_my_filter_class_init (gpointer klass)
-{
-}
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-}
---><!-- example-end properties.c a -->
-<!-- example-begin properties.c b -->
-/* properties */
-enum {
-  PROP_0,
-  PROP_SILENT
-  /* FILL ME */
-};
-
-static void    gst_my_filter_set_property      (GObject      *object,
-                                                guint         prop_id,
-                                                const GValue *value,
-                                                GParamSpec   *pspec);
-static void    gst_my_filter_get_property      (GObject      *object,
-                                                guint         prop_id,
-                                                GValue       *value,
-                                                GParamSpec   *pspec);
-
-static void
-gst_my_filter_class_init (GstMyFilterClass *klass)
-{
-  GObjectClass *object_class = G_OBJECT_CLASS (klass);
-
-  /* define virtual function pointers */
-  object_class->set_property = gst_my_filter_set_property;
-  object_class->get_property = gst_my_filter_get_property;
-
-  /* define properties */
-  g_object_class_install_property (object_class, PROP_SILENT,
-    g_param_spec_boolean ("silent", "Silent",
-                         "Whether to be very verbose or not",
-                         FALSE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
-}
-
-static void
-gst_my_filter_set_property (GObject      *object,
-                           guint         prop_id,
-                           const GValue *value,
-                           GParamSpec   *pspec)
-{
-  GstMyFilter *filter = GST_MY_FILTER (object);
-
-  switch (prop_id) {
-    case PROP_SILENT:
-      filter->silent = g_value_get_boolean (value);
-      g_print ("Silent argument was changed to %s\n",
-              filter->silent ? "true" : "false");
-      break;
-    default:
-      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
-      break;
-  }
-}
-
-static void
-gst_my_filter_get_property (GObject    *object,
-                           guint       prop_id,
-                           GValue     *value,
-                           GParamSpec *pspec)
-{
-  GstMyFilter *filter = GST_MY_FILTER (object);
-                                                                                
-  switch (prop_id) {
-    case PROP_SILENT:
-      g_value_set_boolean (value, filter->silent);
-      break;
-    default:
-      G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
-      break;
-  }
-}
-<!-- example-end properties.c b -->
-<!-- example-begin properties.c c --><!--
-#include "register.func"
-  --><!-- example-end properties.c c --></programlisting>
-  <para>
-    The above is a very simple example of how properties are used. Graphical
-    applications will use these properties and will display a
-    user-controllable widget with which these properties can be changed.
-    This means that - for the property to be as user-friendly
-    as possible - you should be as exact as possible in the definition of the
-    property. Not only in defining ranges in between which valid properties
-    can be located (for integers, floats, etc.), but also in using very
-    descriptive (better yet: internationalized) strings in the definition of
-    the property, and if possible using enums and flags instead of integers.
-    The GObject documentation describes these in a very complete way, but
-    below, we'll give a short example of where this is useful. Note that using
-    integers here would probably completely confuse the user, because they
-    make no sense in this context. The example is stolen from videotestsrc.
-  </para>
-  <programlisting>
-typedef enum {
-  GST_VIDEOTESTSRC_SMPTE,
-  GST_VIDEOTESTSRC_SNOW,
-  GST_VIDEOTESTSRC_BLACK
-} GstVideotestsrcPattern;
-
-[..]
-
-#define GST_TYPE_VIDEOTESTSRC_PATTERN (gst_videotestsrc_pattern_get_type ())
-static GType
-gst_videotestsrc_pattern_get_type (void)
-{
-  static GType videotestsrc_pattern_type = 0;
-
-  if (!videotestsrc_pattern_type) {
-    static GEnumValue pattern_types[] = {
-      { GST_VIDEOTESTSRC_SMPTE, "SMPTE 100% color bars",    "smpte" },
-      { GST_VIDEOTESTSRC_SNOW,  "Random (television snow)", "snow"  },
-      { GST_VIDEOTESTSRC_BLACK, "0% Black",                 "black" },
-      { 0, NULL, NULL },
-    };
-
-    videotestsrc_pattern_type =
-       g_enum_register_static ("GstVideotestsrcPattern",
-                               pattern_types);
-  }
-
-  return videotestsrc_pattern_type;
-}
-
-[..]
-
-static void
-gst_videotestsrc_class_init (GstvideotestsrcClass *klass)
-{
-[..]
-  g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_PATTERN,
-    g_param_spec_enum ("pattern", "Pattern",
-                      "Type of test pattern to generate",
-                       GST_TYPE_VIDEOTESTSRC_PATTERN, GST_VIDEOTESTSRC_SMPTE,
-                       G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
-[..]
-}
-  </programlisting>
-</chapter>
diff --git a/docs/pwg/building-queryfn.xml b/docs/pwg/building-queryfn.xml
deleted file mode 100644 (file)
index 2f88163..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-queryfn">
-  <title>The query function</title>
-  <para>
-    Through the query function, your element will receive queries that it
-    has to reply to. These are queries like position, duration but also
-    about the supported formats and scheduling modes your element supports.
-    Queries can travel both upstream and downstream, so you can receive them
-    on sink pads as well as source pads. 
-  </para>
-  <para>
-    Below follows a very simple query function that we install on the source
-    pad of our element.
-  </para>
-  <programlisting>
-<![CDATA[
-static gboolean gst_my_filter_src_query (GstPad    *pad,
-                                         GstObject *parent,
-                                         GstQuery  *query);
-
-[..]
-
-static void
-gst_my_filter_init (GstMyFilter * filter)
-{
-[..]
-  /* configure event function on the pad before adding
-   * the pad to the element */
-  gst_pad_set_query_function (filter->srcpad,
-      gst_my_filter_src_query);
-[..]
-}
-
-static gboolean
-gst_my_filter_src_query (GstPad    *pad,
-                        GstObject *parent,
-                        GstQuery  *query)
-{
-  gboolean ret;
-  GstMyFilter *filter = GST_MY_FILTER (parent);
-
-  switch (GST_QUERY_TYPE (query)) {
-    case GST_QUERY_POSITION:
-      /* we should report the current position */
-      [...]
-      break;
-    case GST_QUERY_DURATION:
-      /* we should report the duration here */
-      [...]
-      break;
-    case GST_QUERY_CAPS:
-      /* we should report the supported caps here */
-      [...]
-      break;
-    default:
-      /* just call the default handler */
-      ret = gst_pad_query_default (pad, parent, query);
-      break;
-  }
-  return ret;
-}
-]]>
-  </programlisting>
-  <para>
-    It is a good idea to call the default query handler
-    <function>gst_pad_query_default ()</function> for unknown queries.
-    Depending on the query type, the default handler will forward 
-    the query or simply unref it.
-  </para>
-</chapter>
diff --git a/docs/pwg/building-signals.xml b/docs/pwg/building-signals.xml
deleted file mode 100644 (file)
index 73be168..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-signals">
-  <title>Signals</title>
-  <para>
-    GObject signals can be used to notify applications of events specific
-    to this object. Note, however, that the application needs to be aware
-    of signals and their meaning, so if you're looking for a generic way
-    for application-element interaction, signals are probably not what
-    you're looking for. In many cases, however, signals can be very useful.
-    See the <ulink type="http"
-      url="http://library.gnome.org/devel/gobject/stable/">GObject
-    documentation</ulink> for all internals about signals.
-  </para>
-</chapter>
diff --git a/docs/pwg/building-state.xml b/docs/pwg/building-state.xml
deleted file mode 100644 (file)
index f07ccef..0000000
+++ /dev/null
@@ -1,184 +0,0 @@
-<chapter id="chapter-statemanage-states">
-  <title>What are states?</title>
-  <para>
-    A state describes whether the element instance is initialized, whether it
-    is ready to transfer data and whether it is currently handling data. There
-    are four states defined in &GStreamer;:
-  </para>
-  <itemizedlist>
-    <listitem>
-      <para>
-        <symbol>GST_STATE_NULL</symbol>
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        <symbol>GST_STATE_READY</symbol>
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        <symbol>GST_STATE_PAUSED</symbol>
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        <symbol>GST_STATE_PLAYING</symbol>
-      </para>
-    </listitem>
-  </itemizedlist>
-  <para>
-    which will from now on be referred to simply as <quote>NULL</quote>,
-    <quote>READY</quote>, <quote>PAUSED</quote> and <quote>PLAYING</quote>.
-  </para>
-  <para>
-    <symbol>GST_STATE_NULL</symbol> is the default state of an element. In this state, it
-    has not allocated any runtime resources, it has not loaded any runtime
-    libraries and it can obviously not handle data.
-  </para>
-  <para>
-    <symbol>GST_STATE_READY</symbol> is the next state that an element can be in. In the
-    READY state, an element has all default resources (runtime-libraries,
-    runtime-memory) allocated. However, it has not yet allocated or defined
-    anything that is stream-specific. When going from NULL to READY state
-    (<symbol>GST_STATE_CHANGE_NULL_TO_READY</symbol>), an element should
-    allocate any non-stream-specific resources and should load runtime-loadable
-    libraries (if any). When going the other way around (from READY to NULL,
-    <symbol>GST_STATE_CHANGE_READY_TO_NULL</symbol>), an element should unload
-    these libraries and free all allocated resources. Examples of such
-    resources are hardware devices. Note that files are generally streams,
-    and these should thus be considered as stream-specific resources; therefore,
-    they should <emphasis>not</emphasis> be allocated in this state.
-  </para>
-  <para>
-    <symbol>GST_STATE_PAUSED</symbol> is the state in which an element is 
-    ready to accept and handle data. For most elements this state is the same
-    as PLAYING. The only exception to this rule are sink elements. Sink
-    elements only accept one single buffer of data and then block. At this
-    point the pipeline is 'prerolled' and ready to render data immediately.
-  </para>
-  <para>
-    <symbol>GST_STATE_PLAYING</symbol> is the highest state that an element
-    can be in. For most elements this state is exactly the same as PAUSED,
-    they accept and process events and buffers with data. Only sink elements
-    need to differentiate between PAUSED and PLAYING state. In PLAYING state,
-    sink elements actually render incoming data, e.g. output audio to a sound
-    card or render video pictures to an image sink.
-  </para>
-
-  <sect1 id="section-statemanage-filters">
-  <title>Managing filter state</title>
-  <para>
-    If at all possible, your element should derive from one of the new base 
-    classes (<xref linkend="chapter-other-base"/>). There are ready-made 
-    general purpose base classes for different types of sources, sinks and
-    filter/transformation elements. In addition to those, specialised base 
-    classes exist for audio and video elements and others.
-  </para>
-  <para>
-    If you use a base class, you will rarely have to handle state changes 
-    yourself. All you have to do is override the base class's start() and
-    stop() virtual functions (might be called differently depending on the
-    base class) and the base class will take care of everything for you.
-  </para>
-  <para>
-    If, however, you do not derive from a ready-made base class, but from 
-    GstElement or some other class not built on top of a base class, you 
-    will most likely have to implement your own state change function to
-    be notified of state changes. This is definitively necessary if your
-    plugin is a demuxer or a muxer, as there are no base classes for
-    muxers or demuxers yet.
-  </para>
-  <para>
-    An element can be notified of state changes through a virtual function
-    pointer. Inside this function, the element can initialize any sort of
-    specific data needed by the element, and it can optionally fail to
-    go from one state to another.
-  </para>
-  <para>
-    Do not g_assert for unhandled state changes; this is taken care of by
-    the GstElement base class.
-  </para>
-  <programlisting>
-static GstStateChangeReturn
-gst_my_filter_change_state (GstElement *element, GstStateChange transition);
-
-static void
-gst_my_filter_class_init (GstMyFilterClass *klass)
-{
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-
-  element_class->change_state = gst_my_filter_change_state;
-}
-<!-- example-begin state.c a --><!--
-#include "init.func"
-#include "caps.func"
-#include "chain.func"
-#include "state.func"
---><!-- example-end state.c a -->
-<!-- example-begin state.func a --><!--
-static gboolean
-gst_my_filter_allocate_memory (GstMyFilter * filter)
-{
-  return TRUE;
-}
-static void
-gst_my_filter_free_memory (GstMyFilter * filter)
-{
-}
---><!-- example-end state.func a -->
-<!-- example-begin state.func b -->
-static GstStateChangeReturn
-gst_my_filter_change_state (GstElement *element, GstStateChange transition)
-{
-  GstStateChangeReturn ret = GST_STATE_CHANGE_SUCCESS;
-  GstMyFilter *filter = GST_MY_FILTER (element);
-
-  switch (transition) {
-    case GST_STATE_CHANGE_NULL_TO_READY:
-      if (!gst_my_filter_allocate_memory (filter))
-        return GST_STATE_CHANGE_FAILURE;
-      break;
-    default:
-      break;
-  }
-
-  ret = GST_ELEMENT_CLASS (parent_class)-&gt;change_state (element, transition);
-  if (ret == GST_STATE_CHANGE_FAILURE)
-    return ret;
-
-  switch (transition) {
-    case GST_STATE_CHANGE_READY_TO_NULL:
-      gst_my_filter_free_memory (filter);
-      break;
-    default:
-      break;
-  }
-
-  return ret;
-}
-<!-- example-end state.func b -->
-<!-- example-begin state.c b --><!--
-#include "register.func"
-  --><!-- example-end state.c b --></programlisting>
-  <para>
-    Note that upwards (NULL=&gt;READY, READY=&gt;PAUSED, PAUSED=&gt;PLAYING)
-    and downwards (PLAYING=&gt;PAUSED, PAUSED=&gt;READY, READY=&gt;NULL) state
-    changes are handled in two separate blocks with the downwards state change
-    handled only after we have chained up to the parent class's state
-    change function. This is necessary in order to safely handle concurrent
-    access by multiple threads.
-  </para>
-  <para>
-    The reason for this is that in the case of downwards state changes
-    you don't want to destroy allocated resources while your plugin's 
-    chain function (for example) is still accessing those resources in
-    another thread. Whether your chain function might be running or not
-    depends on the state of your plugin's pads, and the state of those
-    pads is closely linked to the state of the element. Pad states are
-    handled in the GstElement class's state change function, including
-    proper locking, that's why it is essential to chain up before
-    destroying allocated resources.
-  </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/building-testapp.xml b/docs/pwg/building-testapp.xml
deleted file mode 100644 (file)
index 43a16f9..0000000
+++ /dev/null
@@ -1,216 +0,0 @@
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-building-testapp">
-  <title>Building a Test Application</title>
-  <para>
-    Often, you will want to test your newly written plugin in an as small
-    setting as possible. Usually, <filename>gst-launch-1.0</filename> is a
-    good first step at testing a plugin. If you have not installed your
-    plugin in a directory that GStreamer searches, then you will need to
-    set the plugin path. Either set GST_PLUGIN_PATH to the directory
-    containing your plugin, or use the command-line option --gst-plugin-path.
-    If you based your plugin off of the gst-plugin template, then this
-    will look something like
-    <command>
-    gst-launch-1.0 --gst-plugin-path=$HOME/gst-template/gst-plugin/src/.libs TESTPIPELINE
-    </command>
-    However, you will often need more
-    testing features than gst-launch-1.0 can provide, such as seeking, events,
-    interactivity and more. Writing your own small testing program is the
-    easiest way to accomplish this. This section explains - in a few words
-    - how to do that. For a complete application development guide, see the
-    <ulink type="http" url="../../manual/html/index.html">Application Development
-    Manual</ulink>.
-  </para>
-
-    <para>
-      At the start, you need to initialize the &GStreamer; core library by
-      calling <function>gst_init ()</function>. You can alternatively call
-      <function>gst_init_get_option_group ()</function>, which will return
-      a pointer to GOptionGroup. You can then use GOption to handle the
-      initialization, and this will finish the &GStreamer; initialization.
-    </para>
-
-    <para>
-      You can create elements using <function>gst_element_factory_make ()</function>,
-      where the first argument is the element type that you want to create,
-      and the second argument is a free-form name. The example at the end uses
-      a simple filesource - decoder - soundcard output pipeline, but you can
-      use specific debugging elements if that's necessary. For example, an
-      <classname>identity</classname> element can be used in the middle of
-      the pipeline to act as a data-to-application transmitter. This can be
-      used to check the data for misbehaviours or correctness in your test
-      application. Also, you can use a <classname>fakesink</classname>
-      element at the end of the pipeline to dump your data to the stdout
-      (in order to do this, set the <function>dump</function> property to
-      TRUE). Lastly, you can use valgrind to check for memory errors.
-    </para>
-
-    <para>
-      During linking, your test application can use filtered caps
-      as a way to drive a specific type of data to or from your element. This
-      is a very simple and effective way of checking multiple types of input
-      and output in your element.
-    </para>
-
-    <para>
-      Note that during running, you should listen for at least the
-      <quote>error</quote> and <quote>eos</quote> messages on the bus
-      and/or your plugin/element to check for correct handling of this. Also,
-      you should add events into the pipeline and make sure your plugin handles
-      these correctly (with respect to clocking, internal caching, etc.).
-    </para>
-
-    <para>
-      Never forget to clean up memory in your plugin or your test application.
-      When going to the NULL state, your element should clean up allocated
-      memory and caches. Also, it should close down any references held to
-      possible support libraries. Your application should <function>unref ()</function>
-      the pipeline and make sure it doesn't crash.
-    </para>
-
-    <programlisting><!-- example-begin test.c -->
-#include &lt;gst/gst.h&gt;
-
-static gboolean
-bus_call (GstBus     *bus,
-         GstMessage *msg,
-         gpointer    data)
-{
-  GMainLoop *loop = data;
-
-  switch (GST_MESSAGE_TYPE (msg)) {
-    case GST_MESSAGE_EOS:
-      g_print ("End-of-stream\n");
-      g_main_loop_quit (loop);
-      break;
-    case GST_MESSAGE_ERROR: {
-      gchar *debug = NULL;
-      GError *err = NULL;
-
-      gst_message_parse_error (msg, &amp;err, &amp;debug);
-
-      g_print ("Error: %s\n", err->message);
-      g_error_free (err);
-
-      if (debug) {
-        g_print ("Debug details: %s\n", debug);
-        g_free (debug);
-      }
-
-      g_main_loop_quit (loop);
-      break;
-    }
-    default:
-      break;
-  }
-
-  return TRUE;
-}
-
-gint
-main (gint   argc,
-      gchar *argv[])
-{
-  GstStateChangeReturn ret;
-  GstElement *pipeline, *filesrc, *decoder, *filter, *sink;
-  GstElement *convert1, *convert2, *resample;
-  GMainLoop *loop;
-  GstBus *bus;
-  guint watch_id;
-
-  /* initialization */
-  gst_init (&amp;argc, &amp;argv);
-  loop = g_main_loop_new (NULL, FALSE);
-  if (argc != 2) {
-    g_print ("Usage: %s &lt;mp3 filename&gt;\n", argv[0]);
-    return 01;
-  }
-
-  /* create elements */
-  pipeline = gst_pipeline_new ("my_pipeline");
-
-  /* watch for messages on the pipeline's bus (note that this will only
-   * work like this when a GLib main loop is running) */
-  bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
-  watch_id = gst_bus_add_watch (bus, bus_call, loop);
-  gst_object_unref (bus);
-
-  filesrc  = gst_element_factory_make ("filesrc", "my_filesource");
-  decoder  = gst_element_factory_make ("mad", "my_decoder");
-
-  /* putting an audioconvert element here to convert the output of the
-   * decoder into a format that my_filter can handle (we are assuming it
-   * will handle any sample rate here though) */
-  convert1 = gst_element_factory_make ("audioconvert", "audioconvert1");
-
-  /* use "identity" here for a filter that does nothing */
-  filter   = gst_element_factory_make ("my_filter", "my_filter");
-
-  /* there should always be audioconvert and audioresample elements before
-   * the audio sink, since the capabilities of the audio sink usually vary
-   * depending on the environment (output used, sound card, driver etc.) */
-  convert2 = gst_element_factory_make ("audioconvert", "audioconvert2");
-  resample = gst_element_factory_make ("audioresample", "audioresample");
-  sink     = gst_element_factory_make ("pulsesink", "audiosink");
-
-  if (!sink || !decoder) {
-    g_print ("Decoder or output could not be found - check your install\n");
-    return -1;
-  } else if (!convert1 || !convert2 || !resample) {
-    g_print ("Could not create audioconvert or audioresample element, "
-             "check your installation\n");
-    return -1;
-  } else if (!filter) {
-    g_print ("Your self-written filter could not be found. Make sure it "
-             "is installed correctly in $(libdir)/gstreamer-1.0/ or "
-             "~/.gstreamer-1.0/plugins/ and that gst-inspect-1.0 lists it. "
-             "If it doesn't, check with 'GST_DEBUG=*:2 gst-inspect-1.0' for "
-             "the reason why it is not being loaded.");
-    return -1;
-  }
-
-  g_object_set (G_OBJECT (filesrc), "location", argv[1], NULL);
-
-  gst_bin_add_many (GST_BIN (pipeline), filesrc, decoder, convert1, filter,
-                    convert2, resample, sink, NULL);
-
-  /* link everything together */
-  if (!gst_element_link_many (filesrc, decoder, convert1, filter, convert2,
-                              resample, sink, NULL)) {
-    g_print ("Failed to link one or more elements!\n");
-    return -1;
-  }
-
-  /* run */
-  ret = gst_element_set_state (pipeline, GST_STATE_PLAYING);
-  if (ret == GST_STATE_CHANGE_FAILURE) {
-    GstMessage *msg;
-
-    g_print ("Failed to start up pipeline!\n");
-
-    /* check if there is an error message with details on the bus */
-    msg = gst_bus_poll (bus, GST_MESSAGE_ERROR, 0);
-    if (msg) {
-      GError *err = NULL;
-
-      gst_message_parse_error (msg, &amp;err, NULL);
-      g_print ("ERROR: %s\n", err-&gt;message);
-      g_error_free (err);
-      gst_message_unref (msg);
-    }
-    return -1;
-  }
-
-  g_main_loop_run (loop);
-
-  /* clean up */
-  gst_element_set_state (pipeline, GST_STATE_NULL);
-  gst_object_unref (pipeline);
-  g_source_remove (watch_id);
-  g_main_loop_unref (loop);
-
-  return 0;
-}
-    <!-- example-end test.c --></programlisting>
-</chapter>
diff --git a/docs/pwg/intro-basics.xml b/docs/pwg/intro-basics.xml
deleted file mode 100644 (file)
index de065d2..0000000
+++ /dev/null
@@ -1,395 +0,0 @@
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-intro-basics" xreflabel="Foundations">
-  <title>Foundations</title>
-  <para><!-- synchronize with AppDevMan -->
-    This chapter of the guide introduces the basic concepts of &GStreamer;.
-    Understanding these concepts will help you grok the issues involved in
-    extending &GStreamer;. Many of these concepts are explained in greater
-    detail in the &GstAppDevMan;; the basic concepts presented here serve mainly
-    to refresh your memory.
-  </para>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-basics-elements" xreflabel="Elements and Plugins">
-    <title>Elements and Plugins</title>
-    <para>
-      Elements are at the core of &GStreamer;. In the context of plugin
-      development, an <emphasis>element</emphasis> is an object derived from the
-      <ulink type="http" url="../../gstreamer/html/GstElement.html"><classname>
-      GstElement</classname></ulink> class. Elements provide some sort of
-      functionality when linked with other elements: For example, a source
-      element provides data to a stream, and a filter element acts on the data
-      in a stream. Without elements, &GStreamer; is just a bunch of conceptual
-      pipe fittings with nothing to link. A large number of elements ship
-      with &GStreamer;, but extra elements can also be written.
-    </para>
-    <para>
-      Just writing a new element is not entirely enough, however: You will need
-      to encapsulate your element in a <emphasis>plugin</emphasis> to enable
-      &GStreamer; to use it. A plugin is essentially a loadable block of code,
-      usually called a shared object file or a dynamically linked library. A
-      single plugin may contain the implementation of several elements, or just
-      a single one. For simplicity, this guide concentrates primarily on plugins
-      containing one element.
-    </para>
-    <para>
-      A <emphasis>filter</emphasis> is an important type of element that
-      processes a stream of data. Producers and consumers of data are called
-      <emphasis>source</emphasis> and <emphasis>sink</emphasis> elements,
-      respectively. <emphasis>Bin</emphasis> elements contain other elements.
-      One type of bin is responsible for synchronization of the elements that they
-      contain so that data flows smoothly. Another type of bin, called
-      <emphasis>autoplugger</emphasis> elements, automatically add other
-      elements to the bin and links them together so that they act as a
-      filter between two arbitrary stream types.
-    </para>
-    <para>
-      The plugin mechanism is used everywhere in &GStreamer;, even if only the
-      standard packages are being used. A few very basic functions reside in the
-      core library, and all others are implemented in plugins. A plugin registry
-      is used to store the details of the plugins in an binary registry file.
-      This way, a program using &GStreamer; does not have to load all plugins to
-      determine which are needed. Plugins are only loaded when their provided
-      elements are requested.
-    </para>
-    <para>
-      See the &GstLibRef; for the current implementation details of <ulink
-      type="http"
-      url="../../gstreamer/html/GstElement.html"><classname>GstElement</classname></ulink>
-      and <ulink type="http"
-      url="../../gstreamer/html/GstPlugin.html"><classname>GstPlugin</classname></ulink>.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-basics-pads" xreflabel="Pads">
-    <title>Pads</title>
-    <para>
-      <emphasis>Pads</emphasis> are used to negotiate links and data flow
-      between elements in &GStreamer;. A pad can be viewed as a
-      <quote>place</quote> or <quote>port</quote> on an element where
-      links may be made with other elements, and through which data can
-      flow to or from those elements.  Pads have specific data handling
-      capabilities: A pad can restrict the type of data that flows
-      through it.  Links are only allowed between two pads when the
-      allowed data types of the two pads are compatible.
-    </para>
-    <para>
-      An analogy may be helpful here. A pad is similar to a plug or jack on a
-      physical device. Consider, for example, a home theater system consisting
-      of an amplifier, a DVD player, and a (silent) video projector. Linking
-      the DVD player to the amplifier is allowed because both devices have audio
-      jacks, and linking the projector to the DVD player is allowed because
-      both devices have compatible video jacks. Links between the
-      projector and the amplifier may not be made because the projector and
-      amplifier have different types of jacks. Pads in &GStreamer; serve the
-      same purpose as the jacks in the home theater system.
-    </para>
-    <para>
-      For the most part, all data in &GStreamer; flows one way through a link
-      between elements. Data flows out of one element through one or more
-      <emphasis>source pads</emphasis>, and elements accept incoming data through
-      one or more <emphasis>sink pads</emphasis>. Source and sink elements have
-      only source and sink pads, respectively.
-    </para>
-    <para>
-      See the &GstLibRef; for the current implementation details of a <ulink
-      type="http"
-      url="../../gstreamer/html/GstPad.html"><classname>GstPad</classname></ulink>.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-basics-data" xreflabel="Data, Buffers and Events">
-    <title>GstMiniObject, Buffers and Events</title>
-    <para>
-      All streams of data in &GStreamer; are chopped up into chunks that are
-      passed from a source pad on one element to a sink pad on another element.
-      <emphasis>GstMiniObject</emphasis> is the structure used to hold these
-      chunks of data.
-    </para>
-    <para>
-      GstMiniObject contains the following important types:
-      <itemizedlist>
-        <listitem>
-          <para>
-            An exact type indicating what type of data (event, buffer, ...)
-            this GstMiniObject is.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            A reference count indicating the number of elements currently
-            holding a reference to the miniobject. When the reference count
-            falls to zero, the miniobject will be disposed, and its memory will be
-            freed in some sense (see below for more details).
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <para>
-      For data transport, there are two types of GstMiniObject defined:
-      events (control) and buffers (content).
-    </para>
-    <para>
-      Buffers may contain any sort of data that the two linked pads
-      know how to handle. Normally, a buffer contains a chunk of some sort of
-      audio or video data that flows from one element to another.
-    </para>
-    <para>
-      Buffers also contain metadata describing the buffer's contents. Some of
-      the important types of metadata are:
-      <itemizedlist>
-        <listitem>
-          <para>
-            Pointers to one or more GstMemory objects. GstMemory objects are
-            refcounted objects that encapsulate a region of memory.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            A timestamp indicating the preferred display timestamp of the
-            content in the buffer.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <para>
-      Events
-      contain information on the state of the stream flowing between the two
-      linked pads. Events will only be sent if the element explicitly supports
-      them, else the core will (try to) handle the events automatically. Events
-      are used to indicate, for example, a media type, the end of a
-      media stream or that the cache should be flushed.
-    </para>
-    <para>
-      Events may contain several of the following items:
-      <itemizedlist>
-        <listitem>
-          <para>
-            A subtype indicating the type of the contained event.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            The other contents of the event depend on the specific event type.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </para>
-    <para>
-      Events will be discussed extensively in <xref linkend="chapter-advanced-events"/>.
-      Until then, the only event that will be used is the <emphasis>EOS</emphasis>
-      event, which is used to indicate the end-of-stream (usually end-of-file).
-    </para>
-    <para>
-      See the &GstLibRef; for the current implementation details of a <ulink
-      type="http"
-      url="../../gstreamer/html/gstreamer-GstMiniObject.html"><classname>GstMiniObject</classname></ulink>, <ulink type="http"
-      url="../../gstreamer/html/GstBuffer.html"><classname>GstBuffer</classname></ulink> and <ulink type="http"
-      url="../../gstreamer/html/GstEvent.html"><classname>GstEvent</classname></ulink>.
-    </para>
-
-    <sect2 id="sect2-buffer-allocation" xreflabel="Buffer Allocation">
-      <title>Buffer Allocation</title>
-      <para>
-        Buffers are able to store chunks of memory of several different
-       types.  The most generic type of buffer contains memory allocated
-       by malloc().  Such buffers, although convenient, are not always
-       very fast, since data often needs to be specifically copied into
-       the buffer.
-      </para>
-      <para>
-       Many specialized elements create buffers that point to special
-       memory.  For example, the filesrc element usually
-       maps a file into the address space of the application (using mmap()),
-       and creates buffers that point into that address range.  These
-       buffers created by filesrc act exactly like generic buffers, except
-       that they are read-only.  The buffer freeing code automatically
-       determines the correct method of freeing the underlying memory.
-       Downstream elements that receive these kinds of buffers do not
-       need to do anything special to handle or unreference it.
-      </para>
-      <para>
-        Another way an element might get specialized buffers is to
-        request them from a downstream peer through a GstBufferPool or
-        GstAllocator.  Elements can ask a GstBufferPool or GstAllocator
-        from the downstream peer element. If downstream is able to provide
-        these objects, upstream can use them to allocate buffers.
-        See more in <xref linkend="chapter-allocation"/>.
-      </para>
-      <para>
-        Many sink elements have accelerated methods for copying data
-       to hardware, or have direct access to hardware.  It is common
-        for these elements to be able to create a GstBufferPool or 
-        GstAllocator for their upstream peers.  One such example is
-       ximagesink.  It creates buffers that contain XImages.  Thus,
-       when an upstream peer copies data into the buffer, it is copying
-       directly into the XImage, enabling ximagesink to draw the
-       image directly to the screen instead of having to copy data
-       into an XImage first.
-      </para>
-      <para>
-        Filter elements often have the opportunity to either work on
-       a buffer in-place, or work while copying from a source buffer
-       to a destination buffer.  It is optimal to implement both
-       algorithms, since the &GStreamer; framework can choose the
-       fastest algorithm as appropriate.  Naturally, this only makes
-       sense for strict filters -- elements that have exactly the
-       same format on source and sink pads.
-      </para>
-    </sect2>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-basics-types" xreflabel="Types and Properties">
-    <title>Media types and Properties</title>
-    <para>
-      &GStreamer; uses a type system to ensure that the data passed between
-      elements is in a recognized format. The type system is also important
-      for ensuring that the parameters required to fully specify a format match
-      up correctly when linking pads between elements. Each link that is
-      made between elements has a specified type and optionally a set of
-      properties. See more about caps negotiation in
-      <xref linkend="chapter-negotiation"/>.
-    </para>
-
-    <!-- ############ sect2 ############# -->
-
-    <sect2 id="sect2-types-basictypes" xreflabel="Basic Types">
-      <title>The Basic Types</title>
-      <para>
-        &GStreamer; already supports many basic media types. Following is a
-        table 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 <xref linkend="section-types-definitions"/>.
-      </para>
-
-      <table frame="all" id="table-basictypes" xreflabel="Table of Example Types">
-        <title>Table of Example Types</title>
-        <tgroup cols="6" align="left" colsep="1" rowsep="1">
-
-        <thead>
-          <row>
-            <entry>Media Type</entry>
-            <entry>Description</entry>
-            <entry>Property</entry>
-            <entry>Property Type</entry>
-            <entry>Property Values</entry>
-            <entry>Property Description</entry>
-          </row>
-        </thead>
-
-        <tbody valign="top">
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="1">audio/*</entry>
-            <entry morerows="1">
-              <emphasis>All audio types</emphasis>
-            </entry>
-            <entry>rate</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>
-              The sample rate of the data, in samples (per channel) per second.
-            </entry>
-          </row>
-          <row>
-            <entry>channels</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>
-              The number of channels of audio data.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-raw</entry>
-            <entry>
-              Unstructured and uncompressed raw integer audio data.
-            </entry>
-            <entry>format</entry>
-            <entry>string</entry>
-            <entry>
-              S8 U8 S16LE S16BE U16LE U16BE S24_32LE S24_32BE U24_32LE U24_32BE S32LE S32BE U32LE U32BE
-              S24LE S24BE U24LE U24BE S20LE S20BE U20LE U20BE S18LE S18BE U18LE U18BE F32LE F32BE F64LE F64BE
-            </entry>
-            <entry>
-              The format of the sample data.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry morerows="3">audio/mpeg</entry>
-            <entry morerows="3">
-              Audio data compressed using the MPEG audio encoding scheme.
-            </entry>
-            <entry>mpegversion</entry>
-            <entry>integer</entry>
-            <entry>1, 2 or 4</entry>
-            <entry>
-              The MPEG-version used for encoding the data. The value 1 refers
-              to MPEG-1, -2 and -2.5 layer 1, 2 or 3. The values 2 and 4 refer
-              to the MPEG-AAC audio encoding schemes.
-            </entry>
-          </row>
-          <row>
-            <entry>framed</entry>
-            <entry>boolean</entry>
-            <entry>0 or 1</entry>
-            <entry>
-              A true value indicates that each buffer contains exactly one
-              frame. A false value indicates that frames and buffers do not
-              necessarily match up.
-            </entry>
-          </row>
-          <row>
-            <entry>layer</entry>
-            <entry>integer</entry>
-            <entry>1, 2, or 3</entry>
-            <entry>
-              The compression scheme layer used to compress the data
-              <emphasis>(only if mpegversion=1)</emphasis>.
-            </entry>
-          </row>
-          <row>
-            <entry>bitrate</entry>
-            <entry>integer</entry>
-            <entry>greater than 0</entry>
-            <entry>
-              The bitrate, in bits per second. For VBR (variable bitrate)
-              MPEG data, this is the average bitrate.
-            </entry>
-          </row>
-
-          <!-- ############ type ############# -->
-
-          <row>
-            <entry>audio/x-vorbis</entry>
-            <entry>Vorbis audio data</entry>
-            <entry></entry>
-            <entry></entry>
-            <entry></entry>
-            <entry>
-              There are currently no specific properties defined for this type.
-            </entry>
-          </row>
-        </tbody>
-      </tgroup>
-      </table>
-    </sect2>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/intro-preface.xml b/docs/pwg/intro-preface.xml
deleted file mode 100644 (file)
index 40e6541..0000000
+++ /dev/null
@@ -1,296 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-intro-preface" xreflabel="Preface">
-  <title>Preface</title>
-
-  <!-- ############ sect1 ############# -->
-  
-  <sect1 id="section-intro-what"><!-- synchronize with AppDevMan -->
-    <title>What is &GStreamer;?</title>
-    <para> 
-      &GStreamer; is a framework for creating streaming media applications.
-      The fundamental design comes from the video pipeline at Oregon Graduate
-      Institute, as well as some ideas from DirectShow.  
-    </para>
-    <para>
-      &GStreamer;'s development framework makes it possible to write any
-      type of streaming multimedia application. The &GStreamer; framework
-      is designed to make it easy to write applications that handle audio
-      or video or both. It isn't restricted to audio and video, and can
-      process any kind of data flow.
-      The pipeline design is made to have little overhead above what the
-      applied filters induce. This makes &GStreamer; a good framework for
-      designing even high-end audio applications which put high demands on
-      latency or performance. 
-    </para> 
-
-    <para>
-      One of the most obvious uses of &GStreamer; is using it to build
-      a media player. &GStreamer; already includes components for building a
-      media player that can support a very wide variety of formats, including
-      MP3, Ogg/Vorbis, MPEG-1/2, AVI, Quicktime, mod, and more. &GStreamer;,
-      however, is much more than just another media player. Its main advantages
-      are that the pluggable components can be mixed and matched into arbitrary
-      pipelines so that it's possible to write a full-fledged video or audio
-      editing application.
-    </para> 
-
-    <para>
-      The framework is based on plugins that will provide the various codec 
-      and other functionality. The plugins can be linked and arranged in
-      a pipeline. This pipeline defines the flow of the data.
-    </para> 
-
-    <para>
-      The &GStreamer; core function is to provide a framework for plugins,
-      data flow, synchronization and media type handling/negotiation. It
-      also provides an API to write applications using the various plugins.
-    </para> 
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-preface-who" xreflabel="Who Should Read This Guide?">
-    <title>Who Should Read This Guide?</title>
-    <para>
-      This guide explains how to write new modules for &GStreamer;. The guide is
-      relevant to several groups of people:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Anyone who wants to add support for new ways of processing data in
-          &GStreamer;. For example, a person in this group might want to create
-          a new data format converter, a new visualization tool, or a new
-          decoder or encoder.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Anyone who wants to add support for new input and output devices. For
-          example, people in this group might want to add the ability to write
-          to a new video output system or read data from a digital camera or
-          special microphone.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Anyone who wants to extend &GStreamer; in any way. You need to have an
-          understanding of how the plugin system works before you can understand
-          the constraints that the plugin system places on the rest of the code.
-          Also, you might be surprised after reading this at how much can be
-          done with plugins.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      This guide is not relevant to you if you only want to use the existing
-      functionality of &GStreamer;, or if you just want to use an application
-      that uses &GStreamer;. If you are only interested in using existing
-      plugins to write a new application - and there are quite a lot of
-      plugins already - you might want to check the &GstAppDevMan;. If you
-      are just trying to get help with a &GStreamer; application, then you
-      should check with the user manual for that particular application.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-preface-reading" xreflabel="Preliminary Reading">
-    <title>Preliminary Reading</title>
-    <para>
-      This guide assumes that you are somewhat familiar with the basic workings
-      of &GStreamer;. For a gentle introduction to programming concepts in
-      &GStreamer;, you may wish to read the &GstAppDevMan; first.
-      Also check out the other documentation available on the <ulink type="http"
-      url="http://gstreamer.freedesktop.org/documentation/">&GStreamer; web site</ulink>.
-    </para>
-    <para><!-- synchronize with AppDevMan -->
-      In order to understand this manual, you will need to have a basic
-      understanding of the C language.
-      Since &GStreamer; adheres to the GObject programming model, this guide
-      also assumes that you understand the basics of <ulink type="http"
-      url="http://developer.gnome.org/gobject/stable/pt01.html">GObject</ulink>
-      programming. 
-      You may also want to have a look
-      at Eric Harlow's book <emphasis>Developing Linux Applications with
-      GTK+ and GDK</emphasis>.
-    </para>
-  </sect1>
-
-  <!-- ############ sect1 ############# -->
-
-  <sect1 id="section-preface-structure" xreflabel="Structure of This Guide">
-    <title>Structure of This Guide</title>
-    <para>
-      To help you navigate through this guide, it is divided into several large
-      parts. Each part addresses a particular broad topic concerning &GStreamer;
-      plugin development. The parts of this guide are laid out in the following
-      order:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          <xref linkend="part-building"/> -
-          Introduction to the structure of a plugin, using an example audio
-          filter for illustration.
-        </para>
-        <para>
-          This part covers all the basic steps you generally need to perform
-          to build a plugin, such as registering the element with &GStreamer;
-          and setting up the basics so it can receive data from and send data
-          to neighbour elements. The discussion begins by giving examples of
-          generating the basic structures and registering an element in
-          <xref linkend="chapter-building-boiler"/>. Then, you will learn how
-          to write the code to get a basic filter plugin working in <xref
-          linkend="chapter-building-pads"/>, <xref
-          linkend="chapter-building-chainfn"/> and <xref
-          linkend="chapter-statemanage-states"/>.
-        </para>
-        <para>
-          After that, we will show some of the GObject concepts on how to
-          make an element configurable for applications and how to do
-          application-element interaction in
-          <xref linkend="chapter-building-args"/> and <xref
-          linkend="chapter-building-signals"/>. Next, you will learn to build
-          a quick test application to test all that you've just learned in
-          <xref linkend="chapter-building-testapp"/>. We will just touch upon
-          basics here. For full-blown application development, you should
-          look at <ulink type="http"
-          url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html">the
-          Application Development Manual</ulink>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <xref linkend="part-advanced"/> -
-          Information on advanced features of &GStreamer; plugin development.
-        </para>
-        <para>
-          After learning about the basic steps, you should be able to create a
-          functional audio or video filter plugin with some nice features.
-          However, &GStreamer; offers more for plugin writers. This part of the
-          guide includes chapters on more advanced topics, such as scheduling,
-          media type definitions in &GStreamer;, clocks, interfaces and
-          tagging. Since these features are purpose-specific, you can read them
-          in any order, most of them don't require knowledge from other
-          sections.
-        </para>
-        <para>
-          The first chapter, named <xref linkend="chapter-scheduling"/>,
-          will explain some of the basics of element scheduling. It is not
-          very in-depth, but is mostly some sort of an introduction on why
-          other things work as they do. Read this chapter if you're interested
-          in &GStreamer; internals. Next, we will apply this knowledge and
-          discuss another type of data transmission than what you learned in
-          <xref linkend="chapter-building-chainfn"/>: <xref
-          linkend="chapter-scheduling"/>. Loop-based elements will give
-          you more control over input rate. This is useful when writing, for
-          example, muxers or demuxers.
-        </para>
-        <para>
-          Next, we will discuss media identification in &GStreamer; in <xref
-          linkend="chapter-building-types"/>. You will learn how to define
-          new media types and get to know a list of standard media types
-          defined in &GStreamer;.
-        </para>
-        <para>
-          In the next chapter, you will learn the concept of request- and
-          sometimes-pads, which are pads that are created dynamically, either
-          because the application asked for it (request) or because the media
-          stream requires it (sometimes). This will be in <xref
-          linkend="chapter-advanced-request"/>.
-        </para>
-        <para>
-          The next chapter, <xref linkend="chapter-advanced-clock"/>, will
-          explain the concept of clocks in &GStreamer;. You need this
-          information when you want to know how elements should achieve
-          audio/video synchronization.
-        </para>
-        <para>
-          The next few chapters will discuss advanced ways of doing
-          application-element interaction. Previously, we learned on the
-          GObject-ways of doing this in <xref linkend="chapter-building-args"/>
-          and <xref linkend="chapter-building-signals"/>. We will discuss
-          dynamic parameters, which are a way of defining element behaviour
-          over time in advance, in <xref linkend="chapter-dparams"/>. Next,
-          you will learn about interfaces in <xref
-          linkend="chapter-advanced-interfaces"/>. Interfaces are very target-
-          specific ways of application-element interaction, based on GObject's
-          GInterface. Lastly, you will learn about how metadata is handled in
-          &GStreamer; in <xref linkend="chapter-advanced-tagging"/>.
-        </para>
-        <para>
-          The last chapter, <xref linkend="chapter-advanced-events"/>, will
-          discuss the concept of events in &GStreamer;. Events are, on the
-          one hand, another way of doing application-element interaction. It
-          takes care of seeking, for example. On the other hand, it is also
-          a way in which elements interact with each other, such as letting
-          each other know about media stream discontinuities, forwarding tags
-          inside a pipeline and so on.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <xref linkend="part-other"/> - Explanation
-          of writing other plugin types.
-        </para>
-        <para>
-          Because the first two parts of the guide use an audio filter as an
-          example, the concepts introduced apply to filter plugins. But many of
-          the concepts apply equally to other plugin types, including sources,
-          sinks, and autopluggers. This part of the guide presents the issues
-          that arise when working on these more specialized plugin types. The
-          chapter starts with a special focus on elements that can be written
-          using a base-class (<xref linkend="chapter-other-base"/>), and
-          later also goes into writing special types of elements in
-          <xref linkend="chapter-other-oneton"/>, <xref
-          linkend="chapter-other-ntoone"/> and <xref
-          linkend="chapter-other-manager"/>.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          <xref linkend="part-appendix"/> - Further
-          information for plugin developers.
-        </para>
-        <para>
-          The appendices contain some information that stubbornly refuses
-          to fit cleanly in other sections of the guide. Most of this section
-          is not yet finished.
-        </para>
-      </listitem>
-    </itemizedlist>
-
-    <para>
-      The remainder of this introductory part of the guide presents a short
-      overview of the basic concepts involved in &GStreamer; plugin development.
-      Topics covered include <xref linkend="section-basics-elements"/>, <xref
-      linkend="section-basics-pads"/>, <xref linkend="section-basics-data"/> and
-      <xref linkend="section-basics-types"/>. If you are already familiar with
-      this information, you can use this short overview to refresh your memory,
-      or you can skip to <xref linkend="part-building"/>.
-    </para>
-    <para>
-      As you can see, there a lot to learn, so let's get started!
-    </para>
-
-    <itemizedlist>
-      <listitem>
-        <para>
-          Creating compound and complex elements by extending from a GstBin.
-          This will allow you to create plugins that have other plugins embedded
-          in them.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Adding new media types to the registry along with typedetect functions.
-          This will allow your plugin to operate on a completely new media type.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/other-base.xml b/docs/pwg/other-base.xml
deleted file mode 100644 (file)
index 0c00f98..0000000
+++ /dev/null
@@ -1,310 +0,0 @@
-<chapter id="chapter-other-base" xreflabel="Pre-made base classes">
-  <title>Pre-made base classes</title>
-  <para>
-    So far, we've been looking at low-level concepts of creating any type of
-    &GStreamer; element. Now, let's assume that all you want is to create an
-    simple audiosink that works exactly the same as, say,
-    <quote>esdsink</quote>, or a filter that simply normalizes audio volume.
-    Such elements are very general in concept and since they do nothing
-    special, they should be easier to code than to provide your own scheduler
-    activation functions and doing complex caps negotiation. For this purpose,
-    &GStreamer; provides base classes that simplify some types of elements.
-    Those base classes will be discussed in this chapter.
-  </para>
-
-  <sect1 id="section-base-sink" xreflabel="Writing a sink">
-    <title>Writing a sink</title>
-    <para>
-      Sinks are special elements in &GStreamer;. This is because sink elements
-      have to take care of <emphasis>preroll</emphasis>, which is the process
-      that takes care that elements going into the
-      <classname>GST_STATE_PAUSED</classname> state will have buffers ready
-      after the state change. The result of this is that such elements can
-      start processing data immediately after going into the
-      <classname>GST_STATE_PLAYING</classname> state, without requiring to
-      take some time to initialize outputs or set up decoders; all that is done
-      already before the state-change to <classname>GST_STATE_PAUSED</classname>
-      successfully completes.
-    </para>
-    <para>
-      Preroll, however, is a complex process that would require the same
-      code in many elements. Therefore, sink elements can derive from the
-      <classname>GstBaseSink</classname> base-class, which does preroll and
-      a few other utility functions automatically. The derived class only
-      needs to implement a bunch of virtual functions and will work
-      automatically.
-    </para>
-    <para>
-      The base class implement much of the synchronization logic that a
-      sink has to perform.
-    </para>
-    <para>
-      The <classname>GstBaseSink</classname> base-class specifies some
-      limitations on elements, though:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          It requires that the sink only has one sinkpad. Sink elements that
-          need more than one sinkpad, must make a manager element with
-          multiple GstBaseSink elements inside.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      Sink elements can derive from <classname>GstBaseSink</classname> using
-      the usual <classname>GObject</classname> convenience macro
-      <function>G_DEFINE_TYPE ()</function>:
-    </para>
-    <programlisting>
-G_DEFINE_TYPE (GstMySink, gst_my_sink, GST_TYPE_BASE_SINK);
-
-[..]
-
-static void
-gst_my_sink_class_init (GstMySinkClass * klass)
-{
-  klass->set_caps = [..];
-  klass->render = [..];
-[..]
-}
-    </programlisting>
-    <para>
-      The advantages of deriving from <classname>GstBaseSink</classname> are
-      numerous:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Derived implementations barely need to be aware of preroll, and do
-          not need to know anything about the technical implementation
-          requirements of preroll. The base-class does all the hard work.
-        </para>
-        <para>
-          Less code to write in the derived class, shared code (and thus
-          shared bugfixes).
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      There are also specialized base classes for audio and video, let's look
-      at those a bit.
-    </para>
-
-    <sect2 id="section-base-audiosink" xreflabel="Writing an audio sink">
-      <title>Writing an audio sink</title>
-      <para>
-        Essentially, audio sink implementations are just a special case of a
-        general sink. An audio sink has the added complexity that it needs to
-        schedule playback of samples. It must match the clock selected in the
-        pipeline against the clock of the audio device and calculate and
-        compensate for drift and jitter.
-      </para>
-      <para>
-        There are two audio base classes that you can choose to
-        derive from, depending on your needs:
-        <classname>GstAudioBasesink</classname> and
-        <classname>GstAudioSink</classname>. The audiobasesink provides full
-        control over how synchronization and scheduling is handled, by using
-        a ringbuffer that the derived class controls and provides. The
-        audiosink base-class is a derived class of the audiobasesink,
-        implementing a standard ringbuffer implementing default
-        synchronization and providing a standard audio-sample clock. Derived
-        classes of this base class merely need to provide a <function>_open
-        ()</function>, <function>_close ()</function> and a <function>_write
-        ()</function> function implementation, and some optional functions.
-        This should suffice for many sound-server output elements and even
-        most interfaces. More demanding audio systems, such as Jack, would
-        want to implement the <classname>GstAudioBaseSink</classname>
-        base-class.
-      </para>
-      <para>
-        The <classname>GstAudioBaseSink</classname> has little to no
-        limitations and should fit virtually every implementation, but is
-        hard to implement. The <classname>GstAudioSink</classname>, on the
-        other hand, only fits those systems with a simple <function>open
-        ()</function> / <function>close ()</function> / <function>write
-        ()</function> API (which practically means pretty much all of them),
-        but has the advantage that it is a lot easier to implement. The
-        benefits of this second base class are large:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Automatic synchronization, without any code in the derived class.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Also automatically provides a clock, so that other sinks (e.g. in
-            case of audio/video playback) are synchronized.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Features can be added to all audiosinks by making a change in the
-            base class, which makes maintenance easy.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            Derived classes require only three small functions, plus some
-            <classname>GObject</classname> boilerplate code.
-          </para>
-        </listitem>
-      </itemizedlist>
-      <para>
-        In addition to implementing the audio base-class virtual functions,
-        derived classes can (should) also implement the
-        <classname>GstBaseSink</classname> <function>set_caps ()</function> and
-        <function>get_caps ()</function> virtual functions for negotiation.
-      </para>
-    </sect2>
-
-    <sect2 id="section-base-videosink" xreflabel="Writing a general sink">
-      <title>Writing a video sink</title>
-      <para>
-        Writing a videosink can be done using the
-        <classname>GstVideoSink</classname> base-class, which derives from
-        <classname>GstBaseSink</classname> internally. Currently, it does
-        nothing yet but add another compile dependency, so derived classes
-        will need to implement all base-sink virtual functions. When they do
-        this correctly, this will have some positive effects on the end user
-        experience with the videosink:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Because of preroll (and the <function>preroll ()</function> virtual
-            function), it is possible to display a video frame already when
-            going into the <classname>GST_STATE_PAUSED</classname> state.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            By adding new features to <classname>GstVideoSink</classname>, it
-            will be possible to add extensions to videosinks that affect all of
-            them, but only need to be coded once, which is a huge maintenance
-            benefit.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-base-src" xreflabel="Writing a source">
-    <title>Writing a source</title>
-    <para>
-      In the previous part, particularly <xref
-      linkend="section-scheduling-randomxs"/>, we have learned that some types
-      of elements can provide random access. This applies most definitely to
-      source elements reading from a randomly seekable location, such as file
-      sources. However, other source elements may be better described as a
-      live source element, such as a camera source, an audio card source and
-      such; those are not seekable and do not provide byte-exact access. For
-      all such use cases, &GStreamer; provides two base classes:
-      <classname>GstBaseSrc</classname> for the basic source functionality, and
-      <classname>GstPushSrc</classname>, which is a non-byte exact source
-      base-class. The pushsource base class itself derives from basesource as
-      well, and thus all statements about the basesource apply to the
-      pushsource, too.
-    </para>
-    <para>
-      The basesrc class does several things automatically for derived classes,
-      so they no longer have to worry about it:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          Fixes to <classname>GstBaseSrc</classname> apply to all derived
-          classes automatically.
-        </para>
-      </listitem>
-      <listitem>
-        <para>
-          Automatic pad activation handling, and task-wrapping in case we get
-          assigned to start a task ourselves.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      The <classname>GstBaseSrc</classname> may not be suitable for all cases,
-      though; it has limitations:
-    </para>
-    <itemizedlist>
-      <listitem>
-        <para>
-          There is one and only one sourcepad. Source elements requiring
-          multiple sourcepads must implement a manager bin and use multiple
-          source elements internally or make a manager element that uses
-          a source element and a demuxer inside.
-        </para>
-      </listitem>
-    </itemizedlist>
-    <para>
-      It is possible to use special memory, such as X server memory pointers
-      or <function>mmap ()</function>'ed memory areas, as data pointers in
-      buffers returned from the <function>create()</function> virtual function.
-    </para>
-
-    <sect2 id="section-base-audiosrc" xreflabel="Writing an audio source">
-      <title>Writing an audio source</title>
-      <para>
-        An audio source is nothing more but a special case of a pushsource.
-        Audio sources would be anything that reads audio, such as a source
-        reading from a soundserver, a kernel interface (such as ALSA) or a
-        test sound / signal generator. &GStreamer; provides two base classes,
-        similar to the two audiosinks described in <xref
-        linkend="section-base-audiosink"/>; one is ringbuffer-based, and
-        requires the derived class to take care of its own scheduling,
-        synchronization and such. The other is based on this
-        <classname>GstAudioBaseSrc</classname> and is called
-        <classname>GstAudioSrc</classname>, and provides a simple
-        <function>open ()</function>, <function>close ()</function> and
-        <function>read ()</function> interface, which is rather simple to
-        implement and will suffice for most soundserver sources and audio
-        interfaces (e.g. ALSA or OSS) out there.
-      </para>
-      <para>
-        The <classname>GstAudioSrc</classname> base-class has several benefits
-        for derived classes, on top of the benefits of the
-        <classname>GstPushSrc</classname> base-class that it is based on:
-      </para>
-      <itemizedlist>
-        <listitem>
-          <para>
-            Does syncronization and provides a clock.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            New features can be added to it and will apply to all derived
-            classes automatically.
-          </para>
-        </listitem>
-      </itemizedlist>
-    </sect2>
-  </sect1>
-
-  <sect1 id="section-base-transform"
-      xreflabel="Writing a transformation element">
-    <title>Writing a transformation element</title>
-    <para>
-      A third base-class that &GStreamer; provides is the
-      <classname>GstBaseTransform</classname>. This is a base class for
-      elements with one sourcepad and one sinkpad which act as a filter
-      of some sort, such as volume changing, audio resampling, audio format
-      conversion, and so on and so on. There is quite a lot of bookkeeping
-      that such elements need to do in order for things such as buffer
-      allocation forwarding, passthrough, in-place processing and such to all
-      work correctly. This base class does all that for you, so that you just
-      need to do the actual processing.
-    </para>
-    <para>
-      Since the <classname>GstBaseTransform</classname> is based on the 1-to-1
-      model for filters, it may not apply well to elements such as decoders,
-      which may have to parse properties from the stream. Also, it will not
-      work for elements requiring more than one sourcepad or sinkpad.
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/other-manager.xml b/docs/pwg/other-manager.xml
deleted file mode 100644 (file)
index 5338114..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<chapter id="chapter-other-manager" xreflabel="Writing a Manager">
-  <title>Writing a Manager</title>
-  <para>
-    Managers are elements that add a function or unify the function of
-    another (series of) element(s). Managers are generally a
-    <classname>GstBin</classname> with one or more ghostpads. Inside them
-    is/are the actual element(s) that matters. There is several cases where
-    this is useful. For example:
-  </para>
-  <itemizedlist>
-    <listitem>
-      <para>
-        To add support for private events with custom event handling to
-        another element.
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        To add support for custom pad <function>_query ()</function>
-        or <function>_convert ()</function> handling to another element.
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        To add custom data handling before or after another element's data
-        handler function (generally its <function>_chain ()</function>
-        function).
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        To embed an element, or a series of elements, into something that
-        looks and works like a simple element to the outside world. This
-        is particular handy for implementing sources and sink elements with
-        multiple pads.
-      </para>
-    </listitem>
-  </itemizedlist>
-  <para>
-    Making a manager is about as simple as it gets. You can derive from a
-    <classname>GstBin</classname>, and in most cases, you can embed the
-    required elements in the <function>_init ()</function> already, including
-    setup of ghostpads. If you need any custom data handlers, you can connect
-    signals or embed a second element which you control.
-  </para>
-</chapter>
diff --git a/docs/pwg/other-ntoone.xml b/docs/pwg/other-ntoone.xml
deleted file mode 100644 (file)
index 9efcff6..0000000
+++ /dev/null
@@ -1,155 +0,0 @@
-<chapter id="chapter-other-ntoone"
-    xreflabel="Writing a N-to-1 Element or Muxer">
-  <title>Writing a N-to-1 Element or Muxer</title>
-  <para>
-    N-to-1 elements have been previously mentioned and discussed in both
-    <xref linkend="chapter-advanced-request"/> and in
-    <xref linkend="chapter-scheduling"/>. The main noteworthy thing
-    about N-to-1 elements is that each pad is push-based in its own thread,
-    and the N-to-1 element synchronizes those streams by
-    expected-timestamp-based logic. This means it lets all streams wait
-    except for the one that provides the earliest next-expected timestamp.
-    When that stream has passed one buffer, the next
-    earliest-expected-timestamp is calculated, and we start back where we
-    were, until all streams have reached EOS. There is a helper base class,
-    called <classname>GstCollectPads</classname>, that will help you to do
-    this.
-  </para>
-  <para>
-    Note, however, that this helper class will only help you with grabbing
-    a buffer from each input and giving you the one with earliest timestamp.
-    If you need anything more difficult, such as "don't-grab-a-new-buffer
-    until a given timestamp" or something like that, you'll need to do this
-    yourself.
-  </para>
-
-<!--
-  Note: I'd like to have something like this in the final text, but since
-  the code below doesn't work and this is all 0.8'y, I commented it for now.
-  <sect1 id="section-muxer-negotiation" xreflabel="Negotiation">
-    <title>Negotiation</title>
-    <para>
-      Most container formats will have a fair amount of issues with
-      changing content on an elementary stream. Therefore, you should
-      not allow caps to be changed once you've started using data from
-      them. The easiest way to achieve this is by using explicit caps,
-      which have been explained before. However, we're going to use them
-      in a slightly different way then what you're used to, having the
-      core do all the work for us.
-    </para>
-    <para>
-      The idea is that, as long as the stream/file headers have not been
-      written yet and no data has been processed yet, a stream is allowed
-      to renegotiate. After that point, the caps should be fixed, because
-      we can only use a stream once. Caps may then only change within an
-      allowed range (think MPEG, where changes in FPS are allowed), or
-      sometimes not at all (such as AVI audio). In order to do that, we
-      will, after data retrieval and header writing, set an explicit caps
-      on each sink pad, that is the minimal caps describing the properties
-      of the format that may not change. As an example, for MPEG audio
-      inside an MPEG system stream, this would mean a wide caps of
-      audio/mpeg with mpegversion=1 and layer=[1,2]. For the same audio type
-      in MPEG, though, the samplerate, bitrate, layer and number of channels
-      would become static, too. Since the (request) pads will be removed
-      when the stream ends, the static caps will cease to exist too, then.
-      While the explicit caps  exist, the <function>_link ()</function>-
-      function will not be called, since the core will do all necessary
-      checks for us. Note that the property of using explicit caps should
-      be added along with the actual explicit caps, not any earlier.
-    </para>
-    <para>
-      Below here follows the simple example of an AVI muxer's audio caps
-      negotiation. The <function>_link ()</function>-function is fairly
-      normal, but the <function>-Loop ()</function>-function does some of
-      the tricks mentioned above. There is no <function>_getcaps ()</function>-
-      function since the pad template contains all that information already
-      (not shown).
-    </para>
-    <programlisting>
-static GstPadLinkReturn
-gst_avi_mux_audio_link (GstPad        *pad,
-                       const GstCaps *caps)
-{
-  GstAviMux *mux = GST_AVI_MUX (gst_pad_get_parent (pad));
-  GstStructure *str = gst_caps_get_structure (caps, 0);
-  const gchar *media = gst_structure_get_name (str);
-
-  if (!strcmp (str, "audio/mpeg")) {
-    /* get version, make sure it's 1, get layer, make sure it's 1-3,
-     * then create the 2-byte audio tag (0x0055) and fill an audio
-     * stream structure (strh/strf). */
-    [..]
-    return GST_PAD_LINK_OK;
-  } else if !strcmp (str, "audio/x-raw")) {
-    /* See above, but now with the raw audio tag (0x0001). */
-    [..]
-    return GST_PAD_LINK_OK;
-  } else [..]
-[..]
-}
-
-static void
-gst_avi_mux_loop (GstElement *element)
-{
-  GstAviMux *mux = GST_AVI_MUX (element);
-[..]
-  /* As we get here, we should have written the header if we hadn't done
-   * that before yet, and we're supposed to have an internal buffer from
-   * each pad, also from the audio one. So here, we check again whether
-   * this is the first run and if so, we set static caps. */
-  if (mux->first_cycle) {
-    const GList *padlist = gst_element_get_pad_list (element);
-    GList *item;
-
-    for (item = padlist; item != NULL; item = item->next) {
-      GstPad *pad = item->data;
-      GstCaps *caps;
-
-      if (!GST_PAD_IS_SINK (pad))
-        continue;
-
-      /* set static caps here */
-      if (!strncmp (gst_pad_get_name (pad), "audio_", 6)) {
-        /* the strf is the struct you filled in the _link () function. */
-        switch (strf->format) {
-          case 0x0055: /* mp3 */
-            caps = gst_caps_new_simple ("audio/mpeg",
-                       "mpegversion", G_TYPE_INT, 1,
-                       "layer",       G_TYPE_INT, 3,
-                       "bitrate",     G_TYPE_INT, strf->av_bps,
-                       "rate",        G_TYPE_INT, strf->rate,
-                       "channels",    G_TYPE_INT, strf->channels,
-                       NULL);
-            break;
-          case 0x0001: /* pcm */
-            caps = gst_caps_new_simple ("audio/x-raw",
-                                       [..]);
-            break;
-          [..]
-        }
-      } else if (!strncmp (gst_pad_get_name (pad), "video_", 6)) {
-        [..]
-      } else {
-        g_warning ("oi!");
-        continue;
-      }
-
-      /* set static caps */
-      gst_pad_use_explicit_caps (pad);
-      gst_pad_set_explicit_caps (pad, caps);
-    }
-  }
-[..]
-  /* Next runs will never be the first again. */
-  mux->first_cycle = FALSE;
-}
-    </programlisting>
-    <para>
-      Note that there are other ways to achieve that, which might be useful
-      for more complex cases. This will do for the simple cases, though.
-      This method is provided to simplify negotiation and renegotiation in
-      muxers, it is not a complete solution, nor is it a pretty one.
-    </para>
-  </sect1>
--->
-</chapter>
diff --git a/docs/pwg/other-oneton.xml b/docs/pwg/other-oneton.xml
deleted file mode 100644 (file)
index bc61bac..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<chapter id="chapter-other-oneton" xreflabel="Writing a Demuxer or Parser">
-  <title>Writing a Demuxer or Parser</title>
-  <para>
-    Demuxers are the 1-to-N elements that need very special care.
-    They are responsible for timestamping raw, unparsed data into
-    elementary video or audio streams, and there are many things that you
-    can optimize or do wrong. Here, several culprits will be mentioned
-    and common solutions will be offered. Parsers are demuxers with only
-    one source pad. Also, they only cut the stream into buffers, they
-    don't touch the data otherwise.
-  </para>
-  <para>
-    As mentioned previously in <xref linkend="chapter-negotiation"/>,
-    demuxers should use fixed caps, since their data type will not change.
-  </para>
-  <para>
-    As discussed in <xref linkend="chapter-scheduling"/>, demuxer elements
-    can be written in multiple ways:
-  </para>
-  <itemizedlist>
-    <listitem>
-      <para>
-        They can be the driving force of the pipeline, by running their own
-        task. This works particularly well for elements that need random
-        access, for example an AVI demuxer.
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-        They can also run in push-based mode, which means that an upstream
-        element drives the pipeline. This works particularly well for streams
-        that may come from network, such as Ogg.
-      </para>
-    </listitem>
-  </itemizedlist>
-  <para>
-    In addition, audio parsers with one output can, in theory, also be written
-    in random access mode. Although simple playback will mostly work if your
-    element only accepts one mode, it may be required to implement multiple
-    modes to work in combination with all sorts of applications, such as
-    editing. Also, performance may become better if you implement multiple
-    modes. See <xref linkend="chapter-scheduling"/> to see how an element
-    can accept multiple scheduling modes.
-  </para>
-</chapter>
diff --git a/docs/pwg/other-sink.xml b/docs/pwg/other-sink.xml
deleted file mode 100644 (file)
index 3222106..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-other-sink" xreflabel="Writing a Sink">
-  <title>Writing a Sink</title>
-  <para>
-    Sinks are output elements that, opposite to sources, have no source
-    pads and one or more (usually one) sink pad. They can be sound card
-    outputs, disk writers, etc. This chapter will discuss the basic
-    implementation of sink elements.
-  </para>
-
-  <sect1 id="other-sink-processing" xreflabel="Data processing, events, synchronization and clocks">
-    <title>Data processing, events, synchronization and clocks</title>
-    <para>
-      Except for corner cases, sink elements will be <function>_chain
-      ()</function>-based elements. The concept of such elements has
-      been discussed before in detail, so that will be skipped here. What
-      is very important in sink elements, specifically in real-time audio
-      and video sources (such as <classname>osssink</classname> or
-      <classname>ximagesink</classname>), is event handling in the
-      <function>_chain ()</function>-function, because most elements rely
-      on EOS-handling of the sink element, and because A/V synchronization
-      can only be perfect if the element takes this into account.
-    </para>
-    <para>
-      How to achieve synchronization between streams depends on whether
-      you're a clock-providing or a clock-receiving element. If you're
-      the clock provider, you can do with time whatever you want. Correct
-      handling would mean that you check whether the end of the previous
-      buffer (if any) and the start of the current buffer are the same.
-      If so, there's no gap between the two and you can continue playing
-      right away. If there is a gap, then you'll need to wait for your
-      clock to reach that time. How to do that depends on the element
-      type. In the case of audio output elements, you would output silence
-      for a while. In the case of video, you would show background color.
-      In case of subtitles, show no subtitles at all.
-    </para>
-    <para>
-      In the case that the provided clock and the received clock are not
-      the same (or in the case where your element provides no clock, which
-      is the same), you simply wait for the clock to reach the timestamp of
-      the current buffer and then you handle the data in it.
-    </para>
-    <para>
-      A simple data handling function would look like this:
-    </para>
-    <programlisting>
-static void
-gst_my_sink_chain (GstPad  *pad,
-                  GstData *data)
-{
-  GstMySink *sink = GST_MY_SINK (gst_pad_get_parent (pad));
-  GstBuffer *buf;
-  GstClockTime time;
-
-  /* only needed if the element is GST_EVENT_AWARE */
-  if (GST_IS_EVENT (data)) {
-    GstEvent *event = GST_EVENT (data);
-
-    switch (GST_EVENT_TYPE (event)) {
-      case GST_EVENT_EOS:
-        [ if your element provides a clock, disable (inactivate) it here ]
-        /* pass-through */
-
-      default:
-        /* the default handler handles discontinuities, even if your
-         * element provides a clock! */
-        gst_pad_event_default (pad, event);
-        break;
-    }
-
-    return;
-  }
-
-  buf = GST_BUFFER (data);
-  if (GST_BUFFER_TIME_IS_VALID (buf))
-    time = GST_BUFFER_TIMESTAMP (buf);
-  else
-    time = sink->expected_next_time;
-
-  /* Synchronization - the property is only useful in case the
-   * element has the option of not syncing. So it is not useful
-   * for hardware-sync (clock-providing) elements. */
-  if (sink->sync) {
-    /* This check is only needed if you provide a clock. Else,
-     * you can always execute the 'else' clause. */
-    if (sink->provided_clock == sink->received_clock) {
-      /* GST_SECOND / 10 is 0,1 sec, it's an arbitrary value. The
-       * casts are needed because else it'll be unsigned and we
-       * won't detect negative values. */
-      if (llabs ((gint64) sink->expected_next_time - (gint64) time) >
-            (GST_SECOND / 10)) {
-        /* so are we ahead or behind? */
-        if (time > sink->expected_time) {
-          /* we need to wait a while... In case of audio, output
-           * silence. In case of video, output background color.
-           * In case of subtitles, display nothing. */
-          [..]
-        } else {
-          /* Drop data. */
-          [..]
-        }
-      }
-    } else {
-      /* You could do more sophisticated things here, but we'll
-       * keep it simple for the purpose of the example. */
-      gst_element_wait (GST_ELEMENT (sink), time);
-    }
-  }
-
-  /* And now handle the data. */
-[..]
-}
-    </programlisting>
-  </sect1>
-
-  <sect1 id="other-sink-buffers" xreflabel="Special memory">
-    <title>Special memory</title>
-    <para>
-      Like source elements, sink elements can sometimes provide externally
-      allocated (such as X-provided or DMA'able) memory to elements earlier
-      in the pipeline, and thereby prevent the need for
-      <function>memcpy ()</function> for incoming data. We do this by
-      providing a pad-allocate-buffer function.
-    </para>
-    <programlisting>
-static GstBuffer *     gst_my_sink_buffer_allocate     (GstPad *pad,
-                                                        guint64 offset,
-                                                        guint   size);
-
-static void
-gst_my_sink_init (GstMySink *sink)
-{
-[..]
-  gst_pad_set_bufferalloc_function (sink->sinkpad,
-                                    gst_my_sink_buffer_allocate);
-}
-
-static void
-gst_my_sink_buffer_free (GstBuffer *buf)
-{
-  GstMySink *sink = GST_MY_SINK (GST_BUFFER_PRIVATE (buf));
-
-  /* Do whatever is needed here. */
-[..]
-}
-
-static GstBuffer *
-gst_my_sink_buffer_allocate (GstPad *pad,
-                            guint64 offset,
-                            guint   size)
-{
-  GstBuffer *buf = gst_buffer_new ();
-
-  /* So here it's up to you to wrap your private buffers and
-   * return that. */
-  GST_BUFFER_FREE_DATA_FUNC (buf) = gst_my_sink_buffer_free;
-  GST_BUFFER_PRIVATE (buf) = sink;
-  GST_BUFFER_FLAG_SET (buf, GST_BUFFER_DONTFREE);
-[..]
-
-  return buf;
-}
-    </programlisting>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/other-source.xml b/docs/pwg/other-source.xml
deleted file mode 100644 (file)
index 55aaafc..0000000
+++ /dev/null
@@ -1,475 +0,0 @@
-
-<!-- ############ chapter ############# -->
-
-<chapter id="chapter-other-source" xreflabel="Writing a Source">
-  <title>Writing a Source</title>
-  <para>
-    Source elements are the start of a data streaming pipeline. Source
-    elements have no sink pads and have one or more source pads. We will
-    focus on single-sourcepad elements here, but the concepts apply equally
-    well to multi-sourcepad elements. This chapter will explain the essentials
-    of source elements, which features it should implement and which it
-    doesn't have to, and how source elements will interact with other
-    elements in a pipeline.
-  </para>
-
-  <sect1 id="section-source-getfn" xreflabel="The get()-function">
-    <title>The get()-function</title>
-    <para>
-      Source elements have the special option of having a
-      <function>_get ()</function>-function rather than a
-      <function>_loop ()</function>- or <function>_chain
-      ()</function>-function. A <function>_get ()</function>-function is
-      called by the scheduler every time the next elements needs data. Apart
-      from corner cases, every source element will want to be <function>_get
-      ()</function>-based.
-    </para>
-    <programlisting>
-static GstData *       gst_my_source_get       (GstPad *pad);
-
-static void
-gst_my_source_init (GstMySource *src)
-{
-[..]
-  gst_pad_set_get_function (src->srcpad, gst_my_source_get);
-}
-
-static GstData *
-gst_my_source_get (GstPad *pad)
-{
-  GstBuffer *buffer;
-
-  buffer = gst_buffer_new ();
-  GST_BUFFER_DATA (buf) = g_strdup ("hello pipeline!");
-  GST_BUFFER_SIZE (buf) = strlen (GST_BUFFER_DATA (buf));
-  /* terminating '/0' */
-  GST_BUFFER_MAZSIZE (buf) = GST_BUFFER_SIZE (buf) + 1;
-
-  return GST_DATA (buffer);
-}
-    </programlisting>
-  </sect1>
-
-  <sect1 id="section-source-padfn" xreflabel="Events, querying and converting">
-    <title>Events, querying and converting</title>
-    <para>
-      One of the most important functions of source elements is to
-      implement correct query, convert and event handling functions.
-      Those will continuously describe the current state of the stream.
-      Query functions can be used to get stream properties such as current
-      position and length. This can be used by fellow elements to convert
-      this same value into a different unit, or by applications to provide
-      information about the length/position of the stream to the user.
-      Conversion functions are used to convert such values from one unit
-      to another. Lastly, events are mostly used to seek to positions
-      inside the stream. Any function is essentially optional, but the
-      element should try to provide as much information as it knows. Note
-      that elements providing an event function should also list their
-      supported events in an <function>_get_event_mask ()</function>
-      function. Elements supporting query operations should list the
-      supported operations in a <function>_get_query_types
-      ()</function> function. Elements supporting either conversion
-      or query operations should also implement a <function>_get_formats
-      ()</function> function.
-    </para>
-    <para>
-      An example source element could, for example, be an element that
-      continuously generates a wave tone at 44,1 kHz, mono, 16-bit. This
-      element will generate 44100 audio samples per second or 88,2 kB/s.
-      This information can be used to implement such functions:
-    </para>
-    <programlisting>
-static GstFormat *     gst_my_source_format_list       (GstPad      *pad);
-static GstQueryType *  gst_my_source_query_list        (GstPad      *pad);
-
-static gboolean                gst_my_source_convert           (GstPad      *pad,
-                                                        GstFormat    from_fmt,
-                                                        gint64       from_val,
-                                                        GstFormat   *to_fmt,
-                                                        gint64      *to_val);
-static gboolean                gst_my_source_query             (GstPad      *pad,
-                                                        GstQueryType type,
-                                                        GstFormat   *to_fmt,
-                                                        gint64      *to_val);
-
-static void
-gst_my_source_init (GstMySource *src)
-{
-[..]
-  gst_pad_set_convert_function (src->srcpad, gst_my_source_convert);
-  gst_pad_set_formats_function (src->srcpad, gst_my_source_format_list);
-  gst_pad_set_query_function (src->srcpad, gst_my_source_query);
-  gst_pad_set_query_type_function (src->srcpad, gst_my_source_query_list);
-}
-
-/*
- * This function returns an enumeration of supported GstFormat
- * types in the query() or convert() functions. See gst/gstformat.h
- * for a full list.
- */
-
-static GstFormat *
-gst_my_source_format_list (GstPad *pad)
-{
-  static const GstFormat formats[] = {
-    GST_FORMAT_TIME,
-    GST_FORMAT_DEFAULT, /* means "audio samples" */
-    GST_FORMAT_BYTES,
-    0
-  };
-
-  return formats;
-}
-
-/*
- * This function returns an enumeration of the supported query()
- * operations. Since we generate audio internally, we only provide
- * an indication of how many samples we've played so far. File sources
- * or such elements could also provide GST_QUERY_TOTAL for the total
- * stream length, or other things. See gst/gstquery.h for details.
- */
-
-static GstQueryType *
-gst_my_source_query_list (GstPad *pad)
-{
-  static const GstQueryType query_types[] = {
-    GST_QUERY_POSITION,
-    0,
-  };
-
-  return query_types;
-}
-
-/*
- * And below are the logical implementations.
- */
-
-static gboolean
-gst_my_source_convert (GstPad    *pad,
-                      GstFormat  from_fmt,
-                      gint64     from_val,
-                      GstFormat *to_fmt,
-                      gint64    *to_val)
-{
-  gboolean res = TRUE;
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-
-  switch (from_fmt) {
-    case GST_FORMAT_TIME:
-      switch (*to_fmt) {
-        case GST_FORMAT_TIME:
-          /* nothing */
-          break;
-
-        case GST_FORMAT_BYTES:
-          *to_val = from_val / (GST_SECOND / (44100 * 2));
-          break;
-
-        case GST_FORMAT_DEFAULT:
-          *to_val = from_val / (GST_SECOND / 44100);
-          break;
-
-        default:
-          res = FALSE;
-          break;
-      }
-      break;
-
-    case GST_FORMAT_BYTES:
-      switch (*to_fmt) {
-        case GST_FORMAT_TIME:
-          *to_val = from_val * (GST_SECOND / (44100 * 2));
-          break;
-
-        case GST_FORMAT_BYTES:
-          /* nothing */
-          break;
-
-        case GST_FORMAT_DEFAULT:
-          *to_val = from_val / 2;
-          break;
-
-        default:
-          res = FALSE;
-          break;
-      }
-      break;
-
-    case GST_FORMAT_DEFAULT:
-      switch (*to_fmt) {
-        case GST_FORMAT_TIME:
-          *to_val = from_val * (GST_SECOND / 44100);
-          break;
-
-        case GST_FORMAT_BYTES:
-          *to_val = from_val * 2;
-          break;
-
-        case GST_FORMAT_DEFAULT:
-          /* nothing */
-          break;
-
-        default:
-          res = FALSE;
-          break;
-      }
-      break;
-
-    default:
-      res = FALSE;
-      break;
-  }
-
-  return res;
-}
-
-static gboolean
-gst_my_source_query (GstPad      *pad,
-                    GstQueryType type,
-                    GstFormat   *to_fmt,
-                    gint64      *to_val)
-{
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-  gboolean res = TRUE;
-
-  switch (type) {
-    case GST_QUERY_POSITION:
-      res = gst_pad_convert (pad, GST_FORMAT_BYTES, src->total_bytes,
-                             to_fmt, to_val);
-      break;
-
-    default:
-      res = FALSE;
-      break;
-  }
-
-  return res;
-}
-    </programlisting>
-    <para>
-      Be sure to increase src->total_bytes after each call to your
-      <function>_get ()</function> function.
-    </para>
-    <para>
-      Event handling has already been explained previously in the events
-      chapter.
-    </para>
-  </sect1>
-
-  <sect1 id="section-source-sync" xreflabel="Time, clocking and synchronization">
-    <title>Time, clocking and synchronization</title>
-    <para>
-      The above example does not provide any timing info, but will suffice
-      for elementary data sources such as a file source or network data
-      source element. Things become slightly more complicated, but still
-      very simple, if we create artificial video or audio data sources,
-      such as a video test image source or an artificial audio source (e.g.
-      <classname>audiotestsrc</classname>).
-      It will become more complicated if we want the element to be a
-      realtime capture source, such as a video4linux source (for reading
-      video frames from a TV card) or an ALSA source (for reading data
-      from soundcards supported by an ALSA-driver). Here, we will need to
-      make the element aware of timing and clocking.
-    </para>
-    <para>
-      Timestamps can essentially be generated from all the information
-      given above without any difficulty. We could add a very small amount
-      of code to generate perfectly timestamped buffers from our
-      <function>_get ()</function>-function:
-    </para>
-    <programlisting>
-static void
-gst_my_source_init (GstMySource *src)
-{
-[..]
-  src->total_bytes = 0;
-}
-
-static GstData *
-gst_my_source_get (GstPad *pad)
-{
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-  GstBuffer *buf;
-  GstFormat fmt = GST_FORMAT_TIME;
-[..]
-  GST_BUFFER_DURATION (buf) = GST_BUFFER_SIZE (buf) * (GST_SECOND / (44100 * 2));
-  GST_BUFFER_TIMESTAMP (buf) = src->total_bytes * (GST_SECOND / (44100 * 2));
-  src->total_bytes += GST_BUFFER_SIZE (buf);
-
-  return GST_DATA (buf);
-}
-
-static GstStateChangeReturn
-gst_my_source_change_state (GstElement *element, GstStateChange transition)
-{
-  GstStateChangeReturn ret = GST_STATE_CHANGE_SUCCESS;
-  GstMySource *src = GST_MY_SOURCE (element);
-
-  /* First, handle upwards state changes */
-  switch (transition) {
-    case GST_STATE_READY_TO_PAUSED:
-      /* do something */
-      break;
-    default:
-      break;
-  }
-
-  ret = GST_ELEMENT_CLASS (parent_class)-&gt;change_state (element, transition);
-  if (ret == GST_STATE_CHANGE_FAILURE)
-    return ret;
-
-  /* Now handle downwards state changes after chaining up */
-  switch (transition) {
-    case GST_STATE_PAUSED_TO_READY:
-      src->total_bytes = 0;
-      break;
-    default:
-      break;
-  }
-
-  return ret;
-}
-    </programlisting>
-    <para>
-      That wasn't too hard. Now, let's assume real-time elements. Those
-      can either have hardware-timing, in which case we can rely on backends
-      to provide sync for us (in which case you probably want to provide a
-      clock), or we will have to emulate that internally (e.g. to acquire
-      sync in artificial data elements such as
-      <classname>audiotestsrc</classname>).
-      Let's first look at the second option (software sync). The first option
-      (hardware sync + providing a clock) does not require any special code
-      with respect to timing, and the clocking section already explained how
-      to provide a clock.
-    </para>
-    <programlisting>
-enum {
-  ARG_0,
-[..]
-  ARG_SYNC,
-[..]
-};
-
-static void
-gst_my_source_class_init (GstMySourceClass *klass)
-{
-  GObjectClass *object_class = G_OBJECT_CLASS (klass);
-[..]
-  g_object_class_install_property (object_class, ARG_SYNC,
-      g_param_spec_boolean ("sync", "Sync", "Synchronize to clock",
-                            FALSE, G_PARAM_READWRITE |
-                                G_PARAM_STATIC_STRINGS));
-[..]
-}
-
-static void
-gst_my_source_init (GstMySource *src)
-{
-[..]
-  src->sync = FALSE;
-}
-
-static GstData *
-gst_my_source_get (GstPad *pad)
-{
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-  GstBuffer *buf;
-[..]
-  if (src->sync) {
-    /* wait on clock */
-    gst_element_wait (GST_ELEMENT (src), GST_BUFFER_TIMESTAMP (buf));
-  }
-
-  return GST_DATA (buf);
-}
-
-static void
-gst_my_source_get_property (GObject    *object,
-                           guint       prop_id,
-                           GParamSpec *pspec,
-                           GValue     *value)
-{
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-
-  switch (prop_id) {
-[..]
-    case ARG_SYNC:
-      g_value_set_boolean (value, src->sync);
-      break;
-[..]
-  }
-}
-
-static void
-gst_my_source_get_property (GObject      *object,
-                           guint         prop_id,
-                           GParamSpec   *pspec,
-                           const GValue *value)
-{
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-
-  switch (prop_id) {
-[..]
-    case ARG_SYNC:
-      src->sync = g_value_get_boolean (value);
-      break;
-[..]
-  }
-}
-    </programlisting>
-    <para>
-      Most of this is GObject wrapping code. The actual code to do
-      software-sync (in the <function>_get ()</function>-function)
-      is relatively small.
-    </para>
-  </sect1>
-  <sect1 id="section-source-buffers" xreflabel="Using special memory">
-    <title>Using special memory</title>
-    <para>
-      In some cases, it might be useful to use specially allocated memory
-      (e.g. <function>mmap ()</function>'ed DMA'able memory) in
-      your buffers, and those will require special handling when they are
-      being dereferenced. For this, &GStreamer; uses the concept of
-      buffer-free functions. Those are special functions pointers that an
-      element can set on buffers that it created itself. The given function
-      will be called when the buffer has been dereferenced, so that the
-      element can clean up or re-use memory internally rather than using
-      the default implementation (which simply calls
-      <function>g_free ()</function> on the data pointer).
-    </para>
-    <programlisting>
-static void
-gst_my_source_buffer_free (GstBuffer *buf)
-{
-  GstMySource *src = GST_MY_SOURCE (GST_BUFFER_PRIVATE (buf));
-
-  /* do useful things here, like re-queueing the buffer which
-   * makes it available for DMA again. The default handler will
-   * not free this buffer because of the GST_BUFFER_DONTFREE
-   * flag. */
-}
-
-static GstData *
-gst_my_source_get (GstPad *pad)
-{
-  GstMySource *src = GST_MY_SOURCE (gst_pad_get_parent (pad));
-  GstBuffer *buf;
-[..]
-  buf = gst_buffer_new ();
-  GST_BUFFER_FREE_DATA_FUNC (buf) = gst_my_source_buffer_free;
-  GST_BUFFER_PRIVATE (buf) = src;
-  GST_BUFFER_FLAG_SET (buf, GST_BUFFER_READONLY | GST_BUFFER_DONTFREE);
-[..]
-
-  return GST_DATA (buf);
-}
-    </programlisting>
-    <para>
-      Note that this concept should <emphasis>not</emphasis> be used to
-      decrease the number of calls made to functions such as
-      <function>g_malloc ()</function> inside your element. We
-      have better ways of doing that elsewhere (&GStreamer; core, Glib,
-      Glibc, Linux kernel, etc.).
-    </para>
-  </sect1>
-</chapter>
diff --git a/docs/pwg/pwg.xml b/docs/pwg/pwg.xml
deleted file mode 100644 (file)
index 52d729e..0000000
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-          "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY % image-entities SYSTEM "image.entities">
-%image-entities;
-<!ENTITY % version-entities SYSTEM "version.entities">
-%version-entities;
-
-<!ENTITY TITLEPAGE            SYSTEM "titlepage.xml">
-
-<!-- Part 1: Introduction -->
-<!ENTITY INTRO_PREFACE        SYSTEM "intro-preface.xml">
-<!ENTITY INTRO_BASICS         SYSTEM "intro-basics.xml">
-
-<!-- Part 2: Building a Plugin -->
-<!ENTITY BUILDING_BOILER      SYSTEM "building-boiler.xml">
-<!ENTITY BUILDING_DEBUG       SYSTEM "building-debug.xml">
-<!ENTITY BUILDING_PADS        SYSTEM "building-pads.xml">
-<!ENTITY BUILDING_CHAINFN     SYSTEM "building-chainfn.xml">
-<!ENTITY BUILDING_EVENTFN     SYSTEM "building-eventfn.xml">
-<!ENTITY BUILDING_QUERYFN     SYSTEM "building-queryfn.xml">
-<!ENTITY BUILDING_STATE       SYSTEM "building-state.xml">
-<!ENTITY BUILDING_PROPS       SYSTEM "building-props.xml">
-<!ENTITY BUILDING_SIGNALS     SYSTEM "building-signals.xml">
-<!ENTITY BUILDING_TESTAPP     SYSTEM "building-testapp.xml">
-
-<!-- Part 3: Advanced Filter Concepts -->
-<!ENTITY ADVANCED_REQUEST     SYSTEM "advanced-request.xml">
-<!ENTITY ADVANCED_SCHEDULING  SYSTEM "advanced-scheduling.xml">
-<!ENTITY ADVANCED_NEGOTIATION SYSTEM "advanced-negotiation.xml">
-<!ENTITY ADVANCED_ALLOCATION  SYSTEM "advanced-allocation.xml">
-<!ENTITY ADVANCED_TYPES       SYSTEM "advanced-types.xml">
-<!ENTITY ADVANCED_EVENTS      SYSTEM "advanced-events.xml">
-<!ENTITY ADVANCED_CLOCK       SYSTEM "advanced-clock.xml">
-<!ENTITY ADVANCED_QOS         SYSTEM "advanced-qos.xml">
-<!ENTITY ADVANCED_DPARAMS     SYSTEM "advanced-dparams.xml">
-<!ENTITY ADVANCED_INTERFACES  SYSTEM "advanced-interfaces.xml">
-<!ENTITY ADVANCED_TAGGING     SYSTEM "advanced-tagging.xml">
-
-<!-- Part 4: Creating special element types -->
-<!ENTITY OTHER_BASE           SYSTEM "other-base.xml">
-<!ENTITY OTHER_ONETON         SYSTEM "other-oneton.xml">
-<!ENTITY OTHER_NTOONE         SYSTEM "other-ntoone.xml">
-<!ENTITY OTHER_MANAGER        SYSTEM "other-manager.xml">
-
-<!-- Appendices -->
-<!ENTITY APPENDIX_CHECKLIST   SYSTEM "appendix-checklist.xml">
-<!ENTITY APPENDIX_PORTING     SYSTEM "appendix-porting.xml">
-<!ENTITY APPENDIX_LICENSING   SYSTEM "appendix-licensing.xml">
-<!ENTITY APPENDIX_PYTHON      SYSTEM "appendix-python.xml">
-
-<!ENTITY GStreamer    "<application>GStreamer</application>">
-<!ENTITY GstAppDevMan "<emphasis>GStreamer Application Development Manual</emphasis>">
-<!ENTITY GstLibRef    "<emphasis>GStreamer Library Reference</emphasis>">
-]>
-
-<book id="index">
-  &TITLEPAGE;
-
-  <!-- ############# Introduction - part ############### -->
-
-  <part id="part-introduction" xreflabel="Introduction">
-    <title>Introduction</title>
-    <partintro>
-      <para><!-- synchronize with AppDevMan -->
-        &GStreamer; is an extremely powerful and versatile framework for creating
-        streaming media applications. Many of the virtues of the &GStreamer;
-        framework come from its modularity: &GStreamer; can seamlessly
-        incorporate new plugin modules. But because modularity and power often
-        come at a cost of greater complexity (consider, for example, <ulink
-        type="http" url="http://www.omg.org/">CORBA</ulink>), writing new
-        plugins is not always easy.
-      </para>
-      <para>
-        This guide is intended to help you understand the &GStreamer; framework
-        (version &GST_VERSION;) so you can develop new plugins to extend the
-        existing functionality. The guide addresses most issues by following the
-        development of an example plugin - an audio filter plugin -
-        written in C. However, the later parts of the guide also present some
-        issues involved in writing other types of plugins, and the end of the
-        guide describes some of the Python bindings for &GStreamer;.
-      </para>
-    </partintro>
-
-    &INTRO_PREFACE;
-    &INTRO_BASICS;
-  </part>
-
-  <!-- ############ Building a Plugin - part ############# -->
-
-  <part id="part-building" xreflabel="Building a Plugin">
-    <title>Building a Plugin</title>
-    <partintro>
-      <para>
-        You are now ready to learn how to build a plugin. In this part of the
-        guide, you will learn how to apply basic &GStreamer;
-        programming concepts to write a simple plugin. The previous parts of the
-        guide have contained no explicit example code, perhaps making things a
-        bit abstract and difficult to understand. In contrast, this section will
-        present both applications and code by following the development of an
-        example audio filter plugin called <quote>MyFilter</quote>.
-      </para>
-      <para>
-        The example filter element will begin with a single input pad and a 
-        single
-        output pad. The filter will, at first, simply pass media and event data
-        from its sink pad to its source pad without modification. But by the end
-        of this part of the guide, you will learn to add some more interesting
-        functionality, including properties and signal handlers. And after
-        reading the next part of the guide, <xref linkend="part-advanced"/>, you
-        will be able to add even more functionality to your plugins.
-      </para>
-    </partintro>
-
-    &BUILDING_BOILER;
-    &BUILDING_PADS;
-    &BUILDING_CHAINFN;
-    &BUILDING_EVENTFN;
-    &BUILDING_QUERYFN;
-    &BUILDING_STATE;
-    &BUILDING_PROPS;
-    &BUILDING_SIGNALS;
-    &BUILDING_TESTAPP;
-  </part>
-
-  <!-- ############ Advanced Filter Concepts - part ############# -->
-
-  <part id="part-advanced" xreflabel="Advanced Filter Concepts">
-    <title>Advanced Filter Concepts</title>
-    <partintro>
-      <para>
-        By now, you should be able to create basic filter elements that can
-        receive and send data. This is the simple model that &GStreamer; stands
-        for. But &GStreamer; can do much more than only this! In this chapter,
-        various advanced topics will be discussed, such as scheduling, special
-        pad types, clocking, events, interfaces, tagging and more. These topics
-        are the sugar that makes &GStreamer; so easy to use for applications.
-      </para>
-    </partintro>
-
-    &ADVANCED_REQUEST;
-    &ADVANCED_SCHEDULING;
-    &ADVANCED_NEGOTIATION;
-    &ADVANCED_ALLOCATION;
-    &ADVANCED_TYPES;
-    &ADVANCED_EVENTS;
-    &ADVANCED_CLOCK;
-    &ADVANCED_QOS;
-    &ADVANCED_DPARAMS;
-    &ADVANCED_INTERFACES;
-    &ADVANCED_TAGGING;
-
-    <!-- FIXME: add querying, event handling and conversion -->
-
-  </part>
-
-  <!-- ############ Creating special element types - part ############# -->
-
-  <part id="part-other" xreflabel="Creating special element types">
-    <title>Creating special element types</title>
-    <partintro>
-      <para>
-        By now, we have looked at pretty much any feature that can be embedded
-        into a &GStreamer; element. Most of this has been fairly low-level and
-        given deep insights in how &GStreamer; works internally. Fortunately,
-        &GStreamer; contains some easier-to-use interfaces to create such
-        elements. In order to do that, we will look closer at the element
-        types for which &GStreamer; provides base classes (sources, sinks and
-        transformation elements). We will also look closer at some types of
-        elements that require no specific coding such as scheduling-interaction
-        or data passing, but rather require specific pipeline control (e.g.
-        N-to-1 elements and managers).
-      </para>
-    </partintro>
-
-    &OTHER_BASE;
-    &OTHER_ONETON;
-    &OTHER_NTOONE;
-    &OTHER_MANAGER;
-  </part>
-
-  <!-- ############ Appendices - part ############# -->
-
-  <part id="part-appendix" xreflabel="Appendices">
-    <title>Appendices</title>
-    <partintro>
-      <para>
-        This chapter contains things that don't belong anywhere else.
-      </para>
-    </partintro>
-
-      &APPENDIX_CHECKLIST;
-      &APPENDIX_PORTING;
-      &APPENDIX_LICENSING;
-      &APPENDIX_PYTHON;
-  </part>
-
-</book>
diff --git a/docs/pwg/titlepage.xml b/docs/pwg/titlepage.xml
deleted file mode 100644 (file)
index e249d16..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-<bookinfo>
-
-  <authorgroup>
-    <author>
-      <firstname>Richard</firstname>
-      <othername>John</othername>
-      <surname>Boulton</surname>
-      <authorblurb>
-       <para>
-         <email>richard-gst@tartarus.org</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Erik</firstname>
-      <surname>Walthinsen</surname>
-      <authorblurb>
-       <para>
-         <email>omega@temple-baptist.com</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Steve</firstname>
-      <surname>Baker</surname>
-      <authorblurb>
-       <para>
-         <email>stevebaker_org@yahoo.co.uk</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Leif</firstname>
-      <surname>Johnson</surname>
-      <authorblurb>
-       <para>
-         <email>leif@ambient.2y.net</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Ronald</firstname>
-      <othername>S.</othername>
-      <surname>Bultje</surname>
-      <authorblurb>
-       <para>
-         <email>rbultje@ronald.bitfreak.net</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Stefan</firstname>
-      <surname>Kost</surname>
-      <authorblurb>
-       <para>
-         <email>ensonic@users.sf.net</email>
-       </para>
-      </authorblurb>
-    </author>
-
-    <author>
-      <firstname>Tim-Philipp</firstname>
-      <surname>Müller</surname>
-      <authorblurb>
-        <para>
-             <email>tim centricular . net</email>
-        </para>
-      </authorblurb>
-    </author>
-    <author>
-      <firstname>Wim</firstname>
-      <surname>Taymans</surname>
-      <authorblurb>
-        <para>
-             <email>wim.taymans@gmail.com</email>
-        </para>
-      </authorblurb>
-    </author>
-  </authorgroup>
-
-  <legalnotice id="misc-legalnotice">
-    <para>
-      This material may be distributed only subject to the terms and
-      conditions set forth in the Open Publication License, v1.0 or later (the
-      latest version is presently available at <ulink
-      url="http://www.opencontent.org/openpub/"
-      type="http">http://www.opencontent.org/openpub/</ulink>).
-    </para>
-  </legalnotice>
-
-  <title>&GStreamer; Plugin Writer's Guide (&GST_VERSION;)</title>
-
-</bookinfo>
index 6918f90..ea563c8 100644 (file)
@@ -8,7 +8,6 @@ endif
 always_dirs = \
        controller \
        helloworld \
-       manual     \
        memory   \
        netclock \
        ptp \
diff --git a/tests/examples/manual/.gitignore b/tests/examples/manual/.gitignore
deleted file mode 100644 (file)
index 1f16c7d..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-Makefile
-Makefile.in
-*.c
-*.o
-*.lo
-*.la
-.deps
-.libs
-
-appsink
-appsrc
-blockprobe
-dynformat
-elementget
-elementmake
-gnome
-helloworld
-helloworld2
-init
-popt
-queue
-threads
-bin
-decodebin
-dynamic
-elementcreate
-elementfactory
-elementlink
-ghostpad
-pad
-playbin
-playsink
-norebuffer
-probe
-query
-fakesrc
-typefind
-effectswitch
-testrtpool
-
-xml-mp3
-xml
-xmlTest.gst
-README
-
-*.bb
-*.bbg
-*.da
-
-test-registry.*
diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am
deleted file mode 100644 (file)
index 42ae9e5..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-# if HAVE_LIBGNOMEUI
-# GNOME = gnome
-# else
-GNOME =
-# endif
-
-# gnome_LDADD = $(GST_OBJ_LIBS) $(LIBGNOMEUI_LIBS)
-# gnome_CFLAGS = $(GST_OBJ_CFLAGS) $(LIBGNOMEUI_CFLAGS)
-
-CHECK_REGISTRY = $(top_builddir)/tests/examples/manual/test-registry.reg
-
-REGISTRY_ENVIRONMENT = \
-        GST_REGISTRY=$(CHECK_REGISTRY)
-
-AM_TESTS_ENVIRONMENT = \
-        $(REGISTRY_ENVIRONMENT)                                 \
-        GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
-        GST_PLUGIN_SYSTEM_PATH_1_0=                                 \
-        GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins
-
-EXTRA_DIST = extract.pl
-
-EXAMPLES = \
-       $(GNOME) \
-       elementcreate \
-       elementmake \
-       elementfactory \
-       elementget \
-       elementlink \
-       bin \
-       pad \
-       ghostpad \
-       helloworld \
-       init \
-       query \
-       typefind \
-       blockprobe \
-       probe \
-       appsrc \
-       appsink \
-       dynformat \
-       effectswitch \
-       norebuffer \
-       playbin \
-       decodebin \
-       playsink 
-
-BUILT_SOURCES = \
-       elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c \
-       bin.c \
-       pad.c ghostpad.c \
-       gnome.c \
-       helloworld.c \
-       init.c \
-       query.c \
-       typefind.c \
-       blockprobe.c \
-       probe.c \
-       appsrc.c \
-       appsink.c \
-       dynformat.c \
-       effectswitch.c \
-       norebuffer.c \
-       playbin.c decodebin.c \
-       playsink.c
-
-if HAVE_PTHREAD
-BUILT_SOURCES += testrtpool.c
-EXAMPLES += testrtpool
-endif
-
-CLEANFILES = core core.* test-registry.* *.gcno *.gcda $(BUILT_SOURCES)
-
-AM_CFLAGS = $(GST_OBJ_CFLAGS)
-LDADD = $(top_builddir)/libs/gst/base/libgstbase-@GST_API_VERSION@.la \
-       $(GST_OBJ_LIBS)
-
-elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c: $(top_srcdir)/docs/manual/basics-elements.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-bin.c : $(top_srcdir)/docs/manual/basics-bins.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-pad.c ghostpad.c: $(top_srcdir)/docs/manual/basics-pads.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-gnome.c: $(top_srcdir)/docs/manual/appendix-integration.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-helloworld.c: $(top_srcdir)/docs/manual/basics-helloworld.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-init.c: $(top_srcdir)/docs/manual/basics-init.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-query.c: $(top_srcdir)/docs/manual/advanced-position.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-typefind.c: $(top_srcdir)/docs/manual/advanced-autoplugging.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-blockprobe.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-probe.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-appsrc.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-appsink.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-dynformat.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-effectswitch.c: $(top_srcdir)/docs/manual/advanced-dataaccess.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-norebuffer.c: $(top_srcdir)/docs/manual/advanced-buffering.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-playbin.c decodebin.c playsink.c: $(top_srcdir)/docs/manual/highlevel-playback.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-testrtpool.c: $(top_srcdir)/docs/manual/advanced-threads.xml
-       $(PERL_PATH) $(srcdir)/extract.pl $@ $<
-
-TESTS = bin \
-       elementcreate elementfactory elementget elementlink elementmake \
-       ghostpad init
-
-noinst_PROGRAMS = $(EXAMPLES)
-
-testrtpool_LDADD = $(GST_OBJ_LIBS) $(PTHREAD_LIBS)
-testrtpool_CFLAGS = $(GST_OBJ_CFLAGS) $(PTHREAD_CFLAGS)
diff --git a/tests/examples/manual/extract.pl b/tests/examples/manual/extract.pl
deleted file mode 100755 (executable)
index a4b7c1c..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-#!/usr/bin/perl
-
-# extract code fragments from xml program listings
-# first argument: source code file to find
-# second argument: xml files to extract code from
-
-# main
-
-# decodes xml by translating &amp; &lt; &gt; back to what they should be
-# and also ignore
-# <![CDATA[ and ]]> and <!-- and -->
-sub
-xml_decode ($)
-{
-  my $input = shift;
-
-  $input =~ s/\&amp;/&/g;
-  $input =~ s/&lt;/</g;
-  $input =~ s/&gt;/>/g;
-
-  if ($input =~ /<!\[CDATA\[/) { $input = ""; }
-  if ($input =~ /]]>/) { $input = ""; }
-  if ($input =~ /<!--/) { $input = ""; }
-  if ($input =~ /-->/) { $input = ""; }
-
-  #print "Returning line $input";
-  return $input;
-}
-
-# main
-my $output = shift @ARGV;
-my $outputname;
-
-# strip path parts
-if ($output =~ m/.*\/(.*)$/)
-{
-  $outputname = $1;
-}
-else
-{
-  $outputname = $output;
-}
-
-$found = 0;
-%blocks = ();
-
-foreach $file (@ARGV)
-{
-  open FILE, $file or die "Cannot open file $file";
-
-  while ($line = <FILE>)
-  {
-    if ($line =~ /<!-- example-begin $outputname (.*?)-->/)
-    {
-      $found = 1;
-      $block_id = $1;
-      $block = "\n/*** block $block_id from $file ***/\n";
-
-      print "Extracting $outputname block $block_id from $file\n";
-
-      while ($line = <FILE>)
-      {
-        if ($line =~ /<!-- example-end $outputname (.*?)-->/)
-        {
-          last;
-        }
-        $block .= xml_decode ($line);
-      }
-      $blocks{$block_id} = $block;
-    }
-  }
-}
-
-
-if (!$found)
-{
-  print "Could not find $outputname example !\n";
-  exit(1);
-}
-
-# now output all the blocks in the right order
-open OUTPUT, ">$output";
-@block_ids = keys %blocks;
-foreach $block_id (sort @block_ids)
-{
-  print "Writing $output block $block_id\n";
-  print OUTPUT $blocks{$block_id};
-}
-close OUTPUT;