docs/manual/: Add scale factor for pdf output.
authorLuc Pionchon <luc.pionchon@nokia.com>
Fri, 27 Jun 2008 07:03:05 +0000 (07:03 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Fri, 27 Jun 2008 07:03:05 +0000 (07:03 +0000)
Original commit message from CVS:
patch by: Luc Pionchon  <luc.pionchon@nokia.com>
* docs/manual/advanced-autoplugging.xml:
* docs/manual/advanced-threads.xml:
* docs/manual/basics-bins.xml:
* docs/manual/basics-elements.xml:
* docs/manual/basics-helloworld.xml:
* docs/manual/basics-pads.xml:
Add scale factor for pdf output.
* docs/manual/intro-basics.xml:
Switched sections "pads" and "bins" and added a pipeline diagram.
* docs/manual/intro-gstreamer.xml:
Added more info on gstreamer.
* docs/manual/intro-motivation.xml:
Commented out the whole section "current problem", which sounds
historical and somehow osolete; it could be turned in a positive
way and reused to improve the design principles.
* docs/manual/intro-preface.xml:
- Update URLs to library.gnome.org.
- Do not mention GTK+ in preliminary reading (irrelevant).
- Mention Plugin Writer's Manual and further reading only in the
previous section.
- Added a list of most relevant GObject/glib topics.
* docs/manual/Makefile.am:
* docs/manual/bin-element-ghost.fig:
* docs/manual/bin-element-ghost.png:
* docs/manual/bin-element-noghost.fig:
* docs/manual/bin-element-noghost.png:
* docs/manual/bin-element.fig:
* docs/manual/bin-element.png:
* docs/manual/filter-element-multi.fig:
* docs/manual/filter-element-multi.png:
* docs/manual/filter-element.fig:
* docs/manual/filter-element.png:
* docs/manual/gstreamer-overview.png:
* docs/manual/hello-world.fig:
* docs/manual/hello-world.png:
* docs/manual/linked-elements.fig:
* docs/manual/linked-elements.png:
* docs/manual/mime-world.fig:
* docs/manual/mime-world.png:
* docs/manual/queue.fig:
* docs/manual/queue.png:
* docs/manual/simple-player.png:
* docs/manual/sink-element.fig:
* docs/manual/sink-element.png:
* docs/manual/src-element.fig:
* docs/manual/src-element.png:
* docs/manual/diagrams-general.svg:
* docs/manual/diagrams-pipelines.svg:
Removed .fig, added .png counterpart.
Fixes: #539137

38 files changed:
ChangeLog
docs/manual/Makefile.am
docs/manual/advanced-autoplugging.xml
docs/manual/advanced-threads.xml
docs/manual/basics-bins.xml
docs/manual/basics-elements.xml
docs/manual/basics-helloworld.xml
docs/manual/basics-pads.xml
docs/manual/bin-element-ghost.fig [deleted file]
docs/manual/bin-element-ghost.png [new file with mode: 0644]
docs/manual/bin-element-noghost.fig [deleted file]
docs/manual/bin-element-noghost.png [new file with mode: 0644]
docs/manual/bin-element.fig [deleted file]
docs/manual/bin-element.png [new file with mode: 0644]
docs/manual/diagrams-general.svg [new file with mode: 0644]
docs/manual/diagrams-pipelines.svg [new file with mode: 0644]
docs/manual/filter-element-multi.fig [deleted file]
docs/manual/filter-element-multi.png [new file with mode: 0644]
docs/manual/filter-element.fig [deleted file]
docs/manual/filter-element.png [new file with mode: 0644]
docs/manual/gstreamer-overview.png [new file with mode: 0644]
docs/manual/hello-world.fig [deleted file]
docs/manual/hello-world.png [new file with mode: 0644]
docs/manual/intro-basics.xml
docs/manual/intro-gstreamer.xml
docs/manual/intro-motivation.xml
docs/manual/intro-preface.xml
docs/manual/linked-elements.fig [deleted file]
docs/manual/linked-elements.png [new file with mode: 0644]
docs/manual/mime-world.fig [deleted file]
docs/manual/mime-world.png [new file with mode: 0644]
docs/manual/queue.fig [deleted file]
docs/manual/queue.png [new file with mode: 0644]
docs/manual/simple-player.png [new file with mode: 0644]
docs/manual/sink-element.fig [deleted file]
docs/manual/sink-element.png [new file with mode: 0644]
docs/manual/src-element.fig [deleted file]
docs/manual/src-element.png [new file with mode: 0644]

index cea8f2d..e8c4905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2008-06-27  Stefan Kost  <ensonic@users.sf.net>
+
+       patch by: Luc Pionchon  <luc.pionchon@nokia.com>
+
+       * docs/manual/advanced-autoplugging.xml:
+       * docs/manual/advanced-threads.xml:
+       * docs/manual/basics-bins.xml:
+       * docs/manual/basics-elements.xml:
+       * docs/manual/basics-helloworld.xml:
+       * docs/manual/basics-pads.xml:
+         Add scale factor for pdf output.
+
+       * docs/manual/intro-basics.xml:
+         Switched sections "pads" and "bins" and added a pipeline diagram.
+
+       * docs/manual/intro-gstreamer.xml:
+         Added more info on gstreamer.
+
+       * docs/manual/intro-motivation.xml:
+         Commented out the whole section "current problem", which sounds
+         historical and somehow osolete; it could be turned in a positive
+         way and reused to improve the design principles.
+
+       * docs/manual/intro-preface.xml:
+         - Update URLs to library.gnome.org. 
+         - Do not mention GTK+ in preliminary reading (irrelevant). 
+         - Mention Plugin Writer's Manual and further reading only in the
+           previous section.
+         - Added a list of most relevant GObject/glib topics.
+
+       * docs/manual/Makefile.am:
+       * docs/manual/bin-element-ghost.fig:
+       * docs/manual/bin-element-ghost.png:
+       * docs/manual/bin-element-noghost.fig:
+       * docs/manual/bin-element-noghost.png:
+       * docs/manual/bin-element.fig:
+       * docs/manual/bin-element.png:
+       * docs/manual/filter-element-multi.fig:
+       * docs/manual/filter-element-multi.png:
+       * docs/manual/filter-element.fig:
+       * docs/manual/filter-element.png:
+       * docs/manual/gstreamer-overview.png:
+       * docs/manual/hello-world.fig:
+       * docs/manual/hello-world.png:
+       * docs/manual/linked-elements.fig:
+       * docs/manual/linked-elements.png:
+       * docs/manual/mime-world.fig:
+       * docs/manual/mime-world.png:
+       * docs/manual/queue.fig:
+       * docs/manual/queue.png:
+       * docs/manual/simple-player.png:
+       * docs/manual/sink-element.fig:
+       * docs/manual/sink-element.png:
+       * docs/manual/src-element.fig:
+       * docs/manual/src-element.png:
+       * docs/manual/diagrams-general.svg:
+       * docs/manual/diagrams-pipelines.svg:
+         Removed .fig, added .png counterpart.
+         
+         Fixes: #539137
+
 2008-06-26  Thijs Vermeir  <thijsvermeir@gmail.com>
 
        * plugins/elements/gstmultiqueue.c:
index 406588e..2939403 100644 (file)
@@ -16,7 +16,7 @@ XML = $(notdir $(wildcard $(srcdir)/*.xml))
 CSS = base.css
 
 # image sources
-PNG_SRC = 
+PNG_SRC = $(notdir $(wildcard $(srcdir)/*.png))
 FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
 
 # extra sources to copy in build directory
index 6e86146..b76ab43 100644 (file)
       linkend="section-mime-img"/> shows what MIME-type belongs to each
       pad in this pipeline.
     </para>
-    <!-- FIXME: update for ogg/vorbis rather than mp3 -->
+
     <figure float="1" id="section-mime-img">
       <title>The Hello world pipeline with MIME types</title>
       <mediaobject>
         <imageobject>
-          <imagedata fileref="images/mime-world.&image;" format="&IMAGE;"/>
+          <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
index 52f6b9a..fb191d2 100644 (file)
         </para>
       </listitem>
     </itemizedlist>
+
     <figure float="1" id="section-queues-img">
       <title>a two-threaded decoder with a queue</title>
       <mediaobject>
         <imageobject>
-          <imagedata fileref="images/queue.&image;" format="&IMAGE;"/>
+          <imagedata scale="75" fileref="images/queue.&image;" format="&IMAGE;"/>
         </imageobject>
       </mediaobject>
     </figure>
+
     <para>
       Above, we've mentioned the <quote>queue</quote> element several times
       now. A queue is the thread boundary element through which you can
index 7d510c0..98b6d5e 100644 (file)
@@ -30,7 +30,7 @@
       <title>Visualisation of a bin with some elements in it</title>
         <mediaobject>  
           <imageobject>
-            <imagedata fileref="images/bin-element.&image;" format="&IMAGE;"/>
+            <imagedata scale="75" fileref="images/bin-element.&image;" format="&IMAGE;"/>
           </imageobject>
         </mediaobject>
     </figure>
index 05e91a6..6a54dc1 100644 (file)
@@ -35,7 +35,7 @@
         <title>Visualisation of a source element</title>
           <mediaobject>  
             <imageobject>
-              <imagedata fileref="images/src-element.&image;"
+              <imagedata scale="75" fileref="images/src-element.&image;"
               format="&IMAGE;"/>
             </imageobject>
           </mediaobject>
@@ -67,7 +67,7 @@
         <title>Visualisation of a filter element</title>
           <mediaobject>  
             <imageobject>
-              <imagedata fileref="images/filter-element.&image;"
+              <imagedata scale="75" fileref="images/filter-element.&image;"
               format="&IMAGE;"/>
             </imageobject>
           </mediaobject>
@@ -83,7 +83,7 @@
          more than one output pad</title>
         <mediaobject>  
           <imageobject>
-            <imagedata fileref="images/filter-element-multi.&image;" 
+            <imagedata scale="75" fileref="images/filter-element-multi.&image;" 
             format="&IMAGE;" />
           </imageobject>
         </mediaobject>
         <title>Visualisation of a sink element</title>
         <mediaobject>  
           <imageobject>
-            <imagedata fileref="images/sink-element.&image;"
+            <imagedata scale="75" fileref="images/sink-element.&image;"
             format="&IMAGE;" />
           </imageobject>
         </mediaobject>
@@ -400,7 +400,7 @@ main (int   argc,
       <title>Visualisation of three linked elements</title>
         <mediaobject>
           <imageobject>
-            <imagedata fileref="images/linked-elements.&image;"
+            <imagedata scale="75" fileref="images/linked-elements.&image;"
             format="&IMAGE;"/>
           </imageobject>
         </mediaobject>
index b8220ad..7b0e291 100644 (file)
@@ -202,19 +202,20 @@ main (int   argc,
 }
 <!-- example-end helloworld.c -->
     </programlisting>
-    <!-- FIXME: this image needs updating -->
     <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 fileref="images/hello-world.&image;" format="&IMAGE;" />
+          <imagedata scale="75" fileref="images/hello-world.&image;" format="&IMAGE;" />
         </imageobject>
       </mediaobject>  
     </figure>
+
   </sect1>
 
   <sect1 id="section-helloworld-compilerun">
index be317a6..9cded27 100644 (file)
@@ -602,7 +602,7 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
       element without ghost pads</title>
       <mediaobject>
         <imageobject>
-          <imagedata fileref="images/bin-element-noghost.&image;"
+          <imagedata scale="75" fileref="images/bin-element-noghost.&image;"
           format="&IMAGE;"/>
         </imageobject>
       </mediaobject>  
@@ -621,7 +621,7 @@ link_elements_with_filter (GstElement *element1, GstElement *element2)
       element with a ghost pad</title>
       <mediaobject>
         <imageobject>
-          <imagedata fileref="images/bin-element-ghost.&image;"
+          <imagedata scale="75" fileref="images/bin-element-ghost.&image;"
           format="&IMAGE;"/>
         </imageobject>
       </mediaobject>  
diff --git a/docs/manual/bin-element-ghost.fig b/docs/manual/bin-element-ghost.fig
deleted file mode 100644 (file)
index 3432736..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        3975 3600 4725 3600 4725 4125 3975 4125 3975 3600
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        2775 2775 4725 2775 4725 4425 2775 4425 2775 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5400 2775 7350 2775 7350 4425 5400 4425 5400 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        8025 2775 9975 2775 9975 4425 8025 4425 8025 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5400 3600 6150 3600 6150 4125 5400 4125 5400 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        8025 3600 8775 3600 8775 4125 8025 4125 8025 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6600 3600 7350 3600 7350 4125 6600 4125 6600 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        4575 3750 5400 3750
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        7200 3750 8025 3750
-2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5
-        1950 1950 10575 1950 10575 4800 1950 4800 1950 1950
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        1950 4125 2700 4125 2700 4650 1950 4650 1950 4125
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        2775 3600 3525 3600 3525 4125 2775 4125 2775 3600
-2 1 2 1 0 7 50 0 -1 3.000 0 0 -1 0 0 2
-        2550 4350 2850 3825
-4 0 0 50 0 16 12 0.0000 4 105 255 4200 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5550 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 135 330 8175 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 105 255 6825 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 750 5625 3075 element2\001
-4 0 0 50 0 16 12 0.0000 4 135 750 8250 3075 element3\001
-4 0 0 50 0 16 12 0.0000 4 135 750 3000 3075 element1\001
-4 0 0 50 0 16 12 0.0000 4 135 255 2175 2250 bin\001
-4 0 0 50 0 16 12 0.0000 4 135 330 2925 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 135 330 2025 4500 sink\001
diff --git a/docs/manual/bin-element-ghost.png b/docs/manual/bin-element-ghost.png
new file mode 100644 (file)
index 0000000..5ca55dc
Binary files /dev/null and b/docs/manual/bin-element-ghost.png differ
diff --git a/docs/manual/bin-element-noghost.fig b/docs/manual/bin-element-noghost.fig
deleted file mode 100644 (file)
index 7408c1b..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        3975 3600 4725 3600 4725 4125 3975 4125 3975 3600
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        2775 2775 4725 2775 4725 4425 2775 4425 2775 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5400 2775 7350 2775 7350 4425 5400 4425 5400 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        8025 2775 9975 2775 9975 4425 8025 4425 8025 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5400 3600 6150 3600 6150 4125 5400 4125 5400 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        8025 3600 8775 3600 8775 4125 8025 4125 8025 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6600 3600 7350 3600 7350 4125 6600 4125 6600 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        4575 3750 5400 3750
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        7200 3750 8025 3750
-2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5
-        1950 1950 10575 1950 10575 4800 1950 4800 1950 1950
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        2775 3600 3525 3600 3525 4125 2775 4125 2775 3600
-4 0 0 50 0 16 12 0.0000 4 105 255 4200 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5550 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 135 330 8175 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 105 255 6825 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 750 5625 3075 element2\001
-4 0 0 50 0 16 12 0.0000 4 135 750 8250 3075 element3\001
-4 0 0 50 0 16 12 0.0000 4 135 750 3000 3075 element1\001
-4 0 0 50 0 16 12 0.0000 4 135 255 2175 2250 bin\001
-4 0 0 50 0 16 12 0.0000 4 135 330 2925 3975 sink\001
diff --git a/docs/manual/bin-element-noghost.png b/docs/manual/bin-element-noghost.png
new file mode 100644 (file)
index 0000000..61dcb65
Binary files /dev/null and b/docs/manual/bin-element-noghost.png differ
diff --git a/docs/manual/bin-element.fig b/docs/manual/bin-element.fig
deleted file mode 100644 (file)
index a4259a6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        3975 3600 4725 3600 4725 4125 3975 4125 3975 3600
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        2775 2775 4725 2775 4725 4425 2775 4425 2775 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5400 2775 7350 2775 7350 4425 5400 4425 5400 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        8025 2775 9975 2775 9975 4425 8025 4425 8025 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5400 3600 6150 3600 6150 4125 5400 4125 5400 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        8025 3600 8775 3600 8775 4125 8025 4125 8025 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6600 3600 7350 3600 7350 4125 6600 4125 6600 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        4575 3750 5400 3750
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        7200 3750 8025 3750
-2 2 0 1 0 7 100 0 -1 0.000 0 0 -1 0 0 5
-        1950 1950 10575 1950 10575 4800 1950 4800 1950 1950
-4 0 0 50 0 16 12 0.0000 4 105 255 4200 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5550 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 135 330 8175 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 105 255 6825 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 750 5625 3075 element2\001
-4 0 0 50 0 16 12 0.0000 4 135 750 8250 3075 element3\001
-4 0 0 50 0 16 12 0.0000 4 135 750 3000 3075 element1\001
-4 0 0 50 0 16 12 0.0000 4 135 255 2175 2250 bin\001
diff --git a/docs/manual/bin-element.png b/docs/manual/bin-element.png
new file mode 100644 (file)
index 0000000..7c7f80d
Binary files /dev/null and b/docs/manual/bin-element.png differ
diff --git a/docs/manual/diagrams-general.svg b/docs/manual/diagrams-general.svg
new file mode 100644 (file)
index 0000000..bb6143d
--- /dev/null
@@ -0,0 +1,14211 @@
+<?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.46"
+   sodipodi:docname="template.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <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.31474975"
+     inkscape:cx="757.68549"
+     inkscape:cy="1480.7341"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1398"
+     inkscape:window-height="982"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     showborder="false"
+     inkscape:showpageshadow="false"
+     borderlayer="false"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid5665"
+       visible="false"
+       enabled="true"
+       color="#0000ff"
+       opacity="0.04705882"
+       empcolor="#0000ff"
+       empopacity="0.14901961" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="160.44492,2126.2924"
+       id="guide6187" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="741.8592,2137.4123"
+       id="guide6189" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <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="linearGradient9016"
+       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="radialGradient9018"
+       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="radialGradient9020"
+       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="linearGradient9022"
+       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="linearGradient9024"
+       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="linearGradient9026"
+       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="linearGradient9028"
+       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="linearGradient9030"
+       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="linearGradient9032"
+       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="radialGradient9034"
+       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="radialGradient9036"
+       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="radialGradient9038"
+       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="radialGradient9040"
+       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="linearGradient9042"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(1028.0257,-231.1927)"
+       x1="30.062469"
+       y1="13.444801"
+       x2="17.696169"
+       y2="12.333632" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3690"
+       id="linearGradient9044"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9609338,0,0,1.8379278,-1111.6001,-1207.6336)"
+       x1="1114.5305"
+       y1="5.378334"
+       x2="1214.5341"
+       y2="5.378334" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3690"
+       id="linearGradient9046"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4630654,0,0,0.3674593,710.18113,7.2716162)"
+       x1="1114.5305"
+       y1="5.378334"
+       x2="1214.5341"
+       y2="5.378334" />
+    <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" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7079"
+       id="radialGradient9686"
+       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="radialGradient9688"
+       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="linearGradient9690"
+       gradientUnits="userSpaceOnUse"
+       x1="23.816254"
+       y1="12.75"
+       x2="29.049412"
+       y2="25.772396" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7054"
+       id="linearGradient9692"
+       gradientUnits="userSpaceOnUse"
+       x1="21.03167"
+       y1="31.867859"
+       x2="21.107563"
+       y2="-4.5986342" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7069"
+       id="linearGradient9694"
+       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="linearGradient9696"
+       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" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3690"
+       id="linearGradient9804"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9609338,0,0,1.8379278,-1673.2125,192.64678)"
+       x1="1114.5305"
+       y1="5.378334"
+       x2="1214.5341"
+       y2="5.378334" />
+  </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">
+    <rect
+       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"
+       id="rect5471"
+       width="78.164238"
+       height="78.164238"
+       x="550.91791"
+       y="-492.71994"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect5485"
+       width="78.164238"
+       height="78.164238"
+       x="645.91791"
+       y="-492.71994"
+       rx="5"
+       ry="5"
+       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" />
+    <g
+       id="g5487"
+       transform="matrix(1,0,0,-1,458.77161,-1225.6546)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5489"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5491"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5493"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5495"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <rect
+       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"
+       id="rect10266"
+       width="78.164238"
+       height="78.164238"
+       x="172.91788"
+       y="-493.71994"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10274"
+       width="185.4816"
+       height="144.85741"
+       x="787.07178"
+       y="-678.30359"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10254"
+       width="106.05405"
+       height="58.375156"
+       x="282.68732"
+       y="-773.89111"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10256"
+       width="106.05405"
+       height="58.375156"
+       x="402.10828"
+       y="-773.89111"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10258"
+       width="106.05405"
+       height="58.375156"
+       x="521.52924"
+       y="-773.89111"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10260"
+       width="106.05405"
+       height="58.375156"
+       x="640.9502"
+       y="-773.89111"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10252"
+       width="106.05405"
+       height="58.375156"
+       x="163.26636"
+       y="-773.89111"
+       rx="5"
+       ry="5"
+       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" />
+    <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>    <rect
+       ry="5"
+       rx="5"
+       y="414.31732"
+       x="65.707336"
+       height="178.42247"
+       width="950.7605"
+       id="rect4780"
+       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"
+       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
+       ry="5"
+       rx="5"
+       y="-23.059189"
+       x="-484.37994"
+       height="99.162369"
+       width="153.2551"
+       id="rect2385"
+       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" />
+    <text
+       id="text3163"
+       y="-7.783432"
+       x="-478.60358"
+       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="-7.783432"
+         x="-478.60358"
+         id="tspan3165"
+         sodipodi:role="line"
+         style="font-size:12px">&lt;Element name&gt;</tspan></text>
+    <g
+       id="g3234"
+       transform="translate(-682.21996,-497.61921)">
+      <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="rect2387"
+         width="49.561798"
+         height="33.867229"
+         x="197.83418"
+         y="519.57288" />
+      <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="209.81161"
+         y="540.6366"
+         id="text3167"><tspan
+           sodipodi:role="line"
+           id="tspan3169"
+           x="209.81161"
+           y="540.6366">sink</tspan></text>
+    </g>
+    <g
+       id="g3229"
+       transform="translate(-682.21996,-497.61921)">
+      <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="rect3179"
+         width="49.561798"
+         height="33.867229"
+         x="301.50095"
+         y="519.57288" />
+      <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="320.49963"
+         y="540.6366"
+         id="text3171"><tspan
+           sodipodi:role="line"
+           id="tspan3173"
+           x="320.49963"
+           y="540.6366">src</tspan></text>
+    </g>
+    <rect
+       ry="5"
+       rx="5"
+       y="97.25148"
+       x="-484.23145"
+       height="135.21065"
+       width="152.95805"
+       id="rect3187"
+       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" />
+    <text
+       id="text3191"
+       y="112.37874"
+       x="-478.60358"
+       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="112.37874"
+         x="-478.60358"
+         id="tspan3193"
+         sodipodi:role="line"
+         style="font-size:12px">&lt;Element name&gt;</tspan></text>
+    <g
+       transform="translate(-682.21998,-497.18103)"
+       id="g3205">
+      <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="rect3189"
+         width="49.561798"
+         height="33.867229"
+         x="197.8342"
+         y="639.73505" />
+      <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="209.81163"
+         y="660.79877"
+         id="text3195"><tspan
+           sodipodi:role="line"
+           id="tspan3197"
+           x="209.81163"
+           y="660.79877">sink</tspan></text>
+    </g>
+    <rect
+       ry="5"
+       rx="5"
+       y="255.19386"
+       x="-483.9447"
+       height="183.60526"
+       width="152.61688"
+       id="rect3239"
+       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" />
+    <text
+       id="text3241"
+       y="270.15054"
+       x="-478.48743"
+       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="270.15054"
+         x="-478.48743"
+         id="tspan3243"
+         sodipodi:role="line"
+         style="font-size:12px">&lt;Element name&gt;</tspan></text>
+    <g
+       transform="translate(-682.10382,-339.02141)"
+       id="g3245">
+      <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="rect3247"
+         width="49.561798"
+         height="33.867229"
+         x="197.8342"
+         y="639.73505" />
+      <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="209.81163"
+         y="660.79877"
+         id="text3249"><tspan
+           sodipodi:role="line"
+           id="tspan3251"
+           x="209.81163"
+           y="660.79877">sink</tspan></text>
+    </g>
+    <g
+       transform="translate(-682.1038,-339.84744)"
+       id="g3253">
+      <g
+         id="g3255">
+        <rect
+           y="639.73505"
+           x="301.50095"
+           height="33.867229"
+           width="49.561798"
+           id="rect3257"
+           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="text3259"><tspan
+           sodipodi:role="line"
+           id="tspan3261"
+           x="310.49963"
+           y="660.79877">src_01</tspan></text>
+    </g>
+    <g
+       transform="translate(-682.1038,-296.86872)"
+       id="g3263">
+      <g
+         id="g3265">
+        <rect
+           y="639.73505"
+           x="301.50095"
+           height="33.867229"
+           width="49.561798"
+           id="rect3267"
+           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="text3269"><tspan
+           sodipodi:role="line"
+           id="tspan3271"
+           x="311.29715"
+           y="660.79877">src_02</tspan></text>
+    </g>
+    <g
+       id="g3323"
+       transform="translate(-682.21996,-497.61921)">
+      <g
+         id="g3275"
+         transform="translate(-4.1e-6,244.53004)">
+        <rect
+           y="639.73505"
+           x="301.50095"
+           height="33.867229"
+           width="49.561798"
+           id="rect3277"
+           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="905.3288"
+         id="text3279"><tspan
+           sodipodi:role="line"
+           id="tspan3281"
+           x="310.49963"
+           y="905.3288">src_03</tspan></text>
+    </g>
+    <g
+       id="g3285"
+       transform="translate(-682.21996,-497.18103)">
+      <g
+         id="g3287">
+        <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="rect3289"
+           width="49.561798"
+           height="33.867229"
+           x="301.50095"
+           y="639.73505" />
+      </g>
+      <text
+         id="text3291"
+         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="tspan3293"
+           sodipodi:role="line">src_01</tspan></text>
+    </g>
+    <g
+       id="g3295"
+       transform="translate(-682.21997,-454.20231)">
+      <g
+         id="g3297">
+        <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="rect3299"
+           width="49.561798"
+           height="33.867229"
+           x="301.50095"
+           y="639.73505" />
+      </g>
+      <text
+         id="text3301"
+         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="tspan3303"
+           sodipodi:role="line">src_02</tspan></text>
+    </g>
+    <rect
+       ry="5"
+       rx="5"
+       y="483.18698"
+       x="74.986877"
+       height="99.162369"
+       width="153.2551"
+       id="rect3369"
+       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="text3371"
+       y="498.46274"
+       x="80.763252"
+       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="498.46274"
+         x="80.763252"
+         id="tspan3373"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">file-source</tspan></text>
+    <rect
+       y="528.19983"
+       x="178.64783"
+       height="33.867229"
+       width="49.561798"
+       id="rect3385"
+       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="text3387"
+       y="547.86298"
+       x="197.64655"
+       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="547.86298"
+         x="197.64655"
+         id="tspan3389"
+         sodipodi:role="line">src</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="483.18698"
+       x="269.104"
+       height="99.162369"
+       width="153.2551"
+       id="rect3391"
+       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="text3393"
+       y="498.46274"
+       x="274.88037"
+       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="498.46274"
+         x="274.88037"
+         id="tspan3395"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">ogg-demuxer</tspan></text>
+    <rect
+       y="528.19983"
+       x="269.09814"
+       height="33.867229"
+       width="49.561798"
+       id="rect3399"
+       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="text3401"
+       y="548.86151"
+       x="281.07556"
+       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="548.86151"
+         x="281.07556"
+         id="tspan3403"
+         sodipodi:role="line">sink</tspan></text>
+    <rect
+       y="528.19983"
+       x="372.76489"
+       height="33.867229"
+       width="49.561798"
+       id="rect3407"
+       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="text3409"
+       y="547.66522"
+       x="383.76355"
+       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="547.66522"
+         x="383.76355"
+         id="tspan3411"
+         sodipodi:role="line">src_01</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="483.18698"
+       x="463.22095"
+       height="99.162369"
+       width="153.2551"
+       id="rect3413"
+       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="text3415"
+       y="498.46274"
+       x="468.99744"
+       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="498.46274"
+         x="468.99744"
+         id="tspan3417"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">vorbis-decoder</tspan></text>
+    <rect
+       y="528.19983"
+       x="463.21509"
+       height="33.867229"
+       width="49.561798"
+       id="rect3421"
+       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="text3423"
+       y="548.86151"
+       x="475.1925"
+       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="548.86151"
+         x="475.1925"
+         id="tspan3425"
+         sodipodi:role="line">sink</tspan></text>
+    <rect
+       y="528.19983"
+       x="566.88184"
+       height="33.867229"
+       width="49.561798"
+       id="rect3429"
+       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="text3431"
+       y="547.86298"
+       x="585.88062"
+       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="547.86298"
+         x="585.88062"
+         id="tspan3433"
+         sodipodi:role="line">src</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="483.18698"
+       x="658.03381"
+       height="99.162369"
+       width="153.2551"
+       id="rect3435"
+       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="text3437"
+       y="498.46274"
+       x="663.8103"
+       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="498.46274"
+         x="663.8103"
+         id="tspan3439"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">converter</tspan></text>
+    <rect
+       y="528.19983"
+       x="658.02808"
+       height="33.867229"
+       width="49.561798"
+       id="rect3443"
+       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="text3445"
+       y="548.86151"
+       x="670.00562"
+       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="548.86151"
+         x="670.00562"
+         id="tspan3447"
+         sodipodi:role="line">sink</tspan></text>
+    <rect
+       y="528.19983"
+       x="761.69495"
+       height="33.867229"
+       width="49.561798"
+       id="rect3451"
+       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="text3453"
+       y="547.86298"
+       x="780.6936"
+       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="547.86298"
+         x="780.6936"
+         id="tspan3455"
+         sodipodi:role="line">src</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="483.18698"
+       x="851.8031"
+       height="99.162369"
+       width="153.2551"
+       id="rect3457"
+       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="text3459"
+       y="498.46274"
+       x="857.57947"
+       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="498.46274"
+         x="857.57947"
+         id="tspan3461"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">alsa-output</tspan></text>
+    <rect
+       y="528.19983"
+       x="851.79724"
+       height="33.867229"
+       width="49.561798"
+       id="rect3465"
+       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="text3467"
+       y="548.86151"
+       x="863.77466"
+       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="548.86151"
+         x="863.77466"
+         id="tspan3469"
+         sodipodi:role="line">sink</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3481"
+       d="M 228.019,545.15372 L 265.01904,545.15372"
+       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"
+       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="text4782"
+       y="435.7399"
+       x="77.004333"
+       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"
+       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="435.7399"
+         x="77.004333"
+         id="tspan4784"
+         sodipodi:role="line"
+         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold">pipeline</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path6087"
+       d="M 422.08244,545.15372 L 459.08244,545.15372"
+       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"
+       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" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path6089"
+       d="M 616.91234,545.15372 L 653.91234,545.15372"
+       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"
+       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" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path6091"
+       d="M 810.63044,545.15372 L 847.63044,545.15372"
+       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"
+       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" />
+    <g
+       inkscape:label="Layer 1"
+       id="g4840"
+       transform="translate(61.772614,-51.56596)"
+       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 A 22.627417,5.6568542 0 1 1 0.70710754,41.63604 A 22.627417,5.6568542 0 1 1 45.961941,41.63604 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 A 6.0987959,6.0987959 0 1 1 18.207999,24.930641 A 6.0987959,6.0987959 0 1 1 30.405591,24.930641 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(61.114563,-104.9855)"
+       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 A 13.474453,2.7201946 0 1 1 16.953772,45.153286 A 13.474453,2.7201946 0 1 1 43.902678,45.153286 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 A 5.0608273,5.0608273 0 1 1 8.666667,41.231144 A 5.0608273,5.0608273 0 1 1 18.788321,41.231144 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 A 5.0608273,5.0608273 0 1 1 8.666667,41.231144 A 5.0608273,5.0608273 0 1 1 18.788321,41.231144 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 A 5.0608273,5.0608273 0 1 1 8.666667,41.231144 A 5.0608273,5.0608273 0 1 1 18.788321,41.231144 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 A 2.1875,2.1875 0 1 1 8.625001,38.25 A 2.1875,2.1875 0 1 1 13.000001,38.25 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 A 3.2040777,3.2040777 0 1 1 -217.6563,9.3521948 A 3.2040777,3.2040777 0 1 1 -211.24815,9.3521948 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 A 10.628699,10.628699 0 1 1 -219.07052,19.03072 A 10.628699,10.628699 0 1 1 -197.81312,19.03072 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 A 3.2040777,3.2040777 0 1 1 -217.6563,9.3521948 A 3.2040777,3.2040777 0 1 1 -211.24815,9.3521948 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 0.765625,0.765625 0 1 1 28.5,39.921875 A 0.765625,0.765625 0 1 1 30.03125,39.921875 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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(62.23214,50.66364)"
+       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 A 1.3700194,1.016466 0 1 1 5.833631,25.593554 A 1.3700194,1.016466 0 1 1 8.5736699,25.593554 z"
+         transform="translate(8.838843e-2,0.176776)" />
+      <path
+         transform="translate(33.96705,8.838804e-2)"
+         d="M 8.5736699,25.593554 A 1.3700194,1.016466 0 1 1 5.833631,25.593554 A 1.3700194,1.016466 0 1 1 8.5736699,25.593554 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 A 14.875,6.6875 0 1 1 10.125,19.5625 A 14.875,6.6875 0 1 1 39.875,19.5625 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(60.588806,-0.1776)"
+       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 A 6.5659914,2.2223356 0 1 1 23.63757,44.565483 A 6.5659914,2.2223356 0 1 1 36.769553,44.565483 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="g7625"
+       transform="translate(-933.23991,212.5635)">
+      <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="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"
+         id="rect7152"
+         width="153.2551"
+         height="99.162369"
+         x="1121.116"
+         y="-42.146938"
+         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:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="1126.8923"
+         y="-26.871181"
+         id="text7154"><tspan
+           style="font-size:14px;font-weight:bold;fill:#ffffff;-inkscape-font-specification:Bitstream Vera Sans Bold"
+           sodipodi:role="line"
+           id="tspan7156"
+           x="1126.8923"
+           y="-26.871181">file-source</tspan></text>
+      <g
+         transform="translate(118.50928,215.35846)"
+         id="g7164">
+        <g
+           style="display:inline"
+           transform="matrix(2.105461e-2,0,0,2.086758e-2,1070.6274,-195.7891)"
+           id="g7166">
+          <rect
+             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"
+             id="rect7168"
+             width="1339.6335"
+             height="478.35718"
+             x="-1559.2523"
+             y="-150.69685" />
+          <path
+             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"
+             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="path7170"
+             sodipodi:nodetypes="cccc" />
+          <path
+             sodipodi:nodetypes="cccc"
+             id="path7172"
+             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(#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" />
+        </g>
+        <rect
+           ry="2.394444"
+           rx="2.4241352"
+           y="-215.91727"
+           x="1035.488"
+           height="23.112879"
+           width="31.978371"
+           id="rect7174"
+           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" />
+        <rect
+           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"
+           id="rect7176"
+           width="29.804138"
+           height="21.075352"
+           x="1036.5247"
+           y="-214.94901"
+           rx="1.2846882"
+           ry="1.2846882" />
+        <path
+           sodipodi:nodetypes="ccccc"
+           id="path7178"
+           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(#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" />
+        <path
+           sodipodi:nodetypes="ccccc"
+           id="path7180"
+           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(#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" />
+        <path
+           sodipodi:nodetypes="ccccc"
+           id="path7182"
+           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(#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" />
+        <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="path7184" />
+        <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="path7186"
+           sodipodi:nodetypes="ccccc" />
+        <g
+           id="g7188"
+           transform="matrix(0.676538,0,0,1,1032.0206,-231.1927)">
+          <path
+             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"
+             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="path7190" />
+          <path
+             id="path7192"
+             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(#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" />
+        </g>
+        <g
+           transform="matrix(0.676538,0,0,1,1038.5206,-231.1927)"
+           id="g7194">
+          <path
+             id="path7196"
+             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(#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" />
+          <path
+             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"
+             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="path7198" />
+        </g>
+        <path
+           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"
+           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="path7200"
+           sodipodi:nodetypes="ccccc" />
+      </g>
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         ry="2.9648066"
+         rx="2.9648066"
+         y="-1272.3579"
+         x="-40.129608"
+         height="149.21901"
+         width="95.13578"
+         id="rect7601"
+         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" />
+      <rect
+         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"
+         id="rect7158"
+         width="49.884918"
+         height="33.861797"
+         x="1224.4877"
+         y="-7.6716423" />
+      <text
+         xml:space="preserve"
+         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"
+         x="1241.1472"
+         y="12.805272"
+         id="text7160"><tspan
+           style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold"
+           sodipodi:role="line"
+           id="tspan7162"
+           x="1241.1472"
+           y="12.805272">src</tspan></text>
+      <rect
+         ry="0"
+         rx="0"
+         y="-5.6688371"
+         x="1226.5129"
+         height="29.833549"
+         width="45.845081"
+         id="rect7611"
+         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" />
+    </g>
+    <rect
+       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"
+       id="rect4673"
+       width="790.17462"
+       height="290.7514"
+       x="164.58557"
+       y="-171.33693"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       ry="5"
+       rx="5"
+       y="-59.909706"
+       x="185.83698"
+       height="99.162369"
+       width="153.2551"
+       id="rect3530"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       id="text3532"
+       y="-42.633949"
+       x="191.6134"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="-42.633949"
+         x="191.6134"
+         id="tspan3534"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">file-source</tspan></text>
+    <rect
+       y="-27.26214"
+       x="289.49799"
+       height="33.867229"
+       width="49.561798"
+       id="rect3538"
+       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="text3540"
+       y="-7.5990381"
+       x="308.49664"
+       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="-7.5990381"
+         x="308.49664"
+         id="tspan3542"
+         sodipodi:role="line">src</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="-59.909706"
+       x="379.95404"
+       height="99.162369"
+       width="153.2551"
+       id="rect3544"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       id="text3546"
+       y="-42.633949"
+       x="385.73041"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="-42.633949"
+         x="385.73041"
+         id="tspan3548"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">ogg-demuxer</tspan></text>
+    <rect
+       y="-27.26214"
+       x="379.94818"
+       height="33.867229"
+       width="49.561798"
+       id="rect3552"
+       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="text3554"
+       y="-6.600503"
+       x="391.9256"
+       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="-6.600503"
+         x="391.9256"
+         id="tspan3556"
+         sodipodi:role="line">sink</tspan></text>
+    <rect
+       y="-48.764091"
+       x="483.61493"
+       height="33.867229"
+       width="49.561798"
+       id="rect3560"
+       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="text3562"
+       y="-27.700373"
+       x="492.61359"
+       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="-27.700373"
+         x="492.61359"
+         id="tspan3564"
+         sodipodi:role="line">src_01</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="-122.78056"
+       x="586.65533"
+       height="99.162369"
+       width="153.2551"
+       id="rect3566"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       id="text3568"
+       y="-105.5048"
+       x="592.43182"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="-105.5048"
+         x="592.43182"
+         id="tspan3570"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">vorbis-decoder</tspan></text>
+    <rect
+       y="-90.132973"
+       x="586.64948"
+       height="33.867229"
+       width="49.561798"
+       id="rect3574"
+       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="text3576"
+       y="-69.471352"
+       x="598.62689"
+       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="-69.471352"
+         x="598.62689"
+         id="tspan3578"
+         sodipodi:role="line">sink</tspan></text>
+    <rect
+       y="-90.132973"
+       x="690.31622"
+       height="33.867229"
+       width="49.561798"
+       id="rect3582"
+       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="text3584"
+       y="-70.469887"
+       x="709.31488"
+       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="-70.469887"
+         x="709.31488"
+         id="tspan3586"
+         sodipodi:role="line">src</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="-122.78056"
+       x="780.29425"
+       height="99.162369"
+       width="153.2551"
+       id="rect3610"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       id="text3612"
+       y="-105.5048"
+       x="786.07062"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="-105.5048"
+         x="786.07062"
+         id="tspan3614"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">audio-sink</tspan></text>
+    <rect
+       y="-90.132973"
+       x="780.28839"
+       height="33.867229"
+       width="49.561798"
+       id="rect3618"
+       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="text3620"
+       y="-69.471352"
+       x="792.26581"
+       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="-69.471352"
+         x="792.26581"
+         id="tspan3622"
+         sodipodi:role="line">sink</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3624"
+       d="M 338.86911,-10.30825 L 375.86911,-10.30825"
+       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"
+       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="text3626"
+       y="-148.00755"
+       x="173.85449"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="-148.00755"
+         x="173.85449"
+         id="tspan3628"
+         sodipodi:role="line"
+         style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold">pipeline</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3632"
+       d="M 741.29421,-73.1791 L 778.29421,-73.1791"
+       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"
+       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
+       sodipodi:nodetypes="cc"
+       id="path3634"
+       d="M 740.57991,51.61323 L 777.57991,51.61323"
+       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"
+       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="g7012"
+       transform="translate(-816.76968,195.18659)"
+       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="g6707"
+         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="rect6709"
+           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" />
+        <path
+           sodipodi:nodetypes="cccc"
+           id="path6711"
+           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(#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" />
+        <path
+           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"
+           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="path6713"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <rect
+         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"
+         id="rect3115"
+         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="rect4220"
+         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" />
+      <path
+         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"
+         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="path4162"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         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"
+         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="path4164"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         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"
+         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="path4178"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         id="path4180"
+         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="path4954"
+         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="g2892">
+        <path
+           id="path2882"
+           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(#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" />
+        <path
+           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"
+           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="path2141" />
+      </g>
+      <g
+         id="g2900"
+         transform="matrix(0.676538,0,0,1,1038.5206,-231.1927)">
+        <path
+           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"
+           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="path2902" />
+        <path
+           id="path2904"
+           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(#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" />
+      </g>
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path4966"
+         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(#linearGradient9074);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g7032"
+       transform="translate(-830.81219,194.07975)"
+       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
+         transform="matrix(0.8882175,0,0,0.8882175,1264.3555,-226.72473)"
+         id="layer2"
+         inkscape:label="shadow">
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path1538"
+           sodipodi:cx="24.357143"
+           sodipodi:cy="38.714287"
+           sodipodi:rx="19.928572"
+           sodipodi:ry="9.837245"
+           d="M 44.285715,38.714287 A 19.928572,9.837245 0 1 1 4.4285717,38.714287 A 19.928572,9.837245 0 1 1 44.285715,38.714287 z"
+           transform="matrix(1.18638,0,0,1.18638,-4.539687,-7.794678)" />
+      </g>
+      <g
+         transform="matrix(0.8882175,0,0,0.8882175,1264.3555,-226.72473)"
+         inkscape:label="Layer 1"
+         id="g3839">
+        <path
+           id="path3243"
+           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"
+           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"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true" />
+        <path
+           transform="matrix(0.616598,0,0,0.616598,9.38202,8.539674)"
+           d="M 36.239223,23.781593 A 12.727922,12.727922 0 1 1 10.783379,23.781593 A 12.727922,12.727922 0 1 1 36.239223,23.781593 z"
+           sodipodi:ry="12.727922"
+           sodipodi:rx="12.727922"
+           sodipodi:cy="23.781593"
+           sodipodi:cx="23.511301"
+           id="path3283"
+           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"
+           sodipodi:type="arc"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true" />
+        <path
+           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc"
+           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"
+           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"
+           id="path3285"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true" />
+        <path
+           sodipodi:nodetypes="cccccccccsccccccccccccccccccccsccccc"
+           inkscape:r_cy="true"
+           inkscape:r_cx="true"
+           id="path3767"
+           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"
+           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" />
+        <path
+           inkscape:r_cy="true"
+           inkscape:r_cx="true"
+           id="path3770"
+           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"
+           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" />
+      </g>
+    </g>
+    <rect
+       y="-5.2878809"
+       x="483.42755"
+       height="33.867229"
+       width="49.561798"
+       id="rect3848"
+       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="text3850"
+       y="15.77584"
+       x="492.42621"
+       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="15.77584"
+         x="492.42621"
+         id="tspan3852"
+         sodipodi:role="line">src_02</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3854"
+       d="M 532.61231,15.70274 L 583.15071,50.6503"
+       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"
+       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" />
+    <rect
+       ry="5"
+       rx="5"
+       y="2.011771"
+       x="586.65533"
+       height="99.162369"
+       width="153.2551"
+       id="rect3856"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <text
+       id="text3858"
+       y="19.287527"
+       x="592.43182"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="19.287527"
+         x="592.43182"
+         id="tspan3860"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">theora-decoder</tspan></text>
+    <rect
+       y="34.65934"
+       x="586.64948"
+       height="33.867229"
+       width="49.561798"
+       id="rect3864"
+       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="text3866"
+       y="55.320976"
+       x="598.62689"
+       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="55.320976"
+         x="598.62689"
+         id="tspan3868"
+         sodipodi:role="line">sink</tspan></text>
+    <rect
+       y="34.65934"
+       x="690.31622"
+       height="33.867229"
+       width="49.561798"
+       id="rect3872"
+       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="text3874"
+       y="54.322441"
+       x="709.31488"
+       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="54.322441"
+         x="709.31488"
+         id="tspan3876"
+         sodipodi:role="line">src</tspan></text>
+    <rect
+       ry="5"
+       rx="5"
+       y="2.011771"
+       x="780.29999"
+       height="99.162369"
+       width="153.2551"
+       id="rect3878"
+       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"
+       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="text3880"
+       y="19.287542"
+       x="786.07635"
+       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/simple-player.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"><tspan
+         y="19.287542"
+         x="786.07635"
+         id="tspan3882"
+         sodipodi:role="line"
+         style="font-size:14px;fill:#204a87">video-sink</tspan></text>
+    <rect
+       y="34.65934"
+       x="780.29413"
+       height="33.867229"
+       width="49.561798"
+       id="rect3886"
+       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="text3888"
+       y="55.320976"
+       x="792.27167"
+       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="55.320976"
+         x="792.27167"
+         id="tspan3890"
+         sodipodi:role="line">sink</tspan></text>
+    <g
+       id="g7053"
+       transform="translate(-830.81219,185.30822)"
+       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(0.9587652,0,0,0.9587652,1470.52,-281.13949)"
+         d="M 41.75,35.375 A 18.5,7.375 0 1 1 4.75,35.375 A 18.5,7.375 0 1 1 41.75,35.375 z"
+         sodipodi:ry="7.375"
+         sodipodi:rx="18.5"
+         sodipodi:cy="35.375"
+         sodipodi:cx="23.25"
+         id="path1344"
+         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"
+         sodipodi:type="arc" />
+      <path
+         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"
+         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"
+         id="path7042"
+         sodipodi:nodetypes="cccccccccccccc" />
+      <path
+         sodipodi:nodetypes="ccccccccccc"
+         id="path2311"
+         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"
+         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" />
+      <path
+         transform="matrix(0.7042284,-0.1070413,0.1070413,0.7042284,1474.2624,-272.13586)"
+         d="M 12.25,32.75 A 6.375,3.25 0 1 1 -0.5,32.75 A 6.375,3.25 0 1 1 12.25,32.75 z"
+         sodipodi:ry="3.25"
+         sodipodi:rx="6.375"
+         sodipodi:cy="32.75"
+         sodipodi:cx="5.875"
+         id="path2313"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         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"
+         id="path2323"
+         sodipodi:cx="5.875"
+         sodipodi:cy="32.75"
+         sodipodi:rx="6.375"
+         sodipodi:ry="3.25"
+         d="M 12.25,32.75 A 6.375,3.25 0 1 1 -0.5,32.75 A 6.375,3.25 0 1 1 12.25,32.75 z"
+         transform="matrix(0.7042284,-0.1070413,0.1070413,0.7042284,1493.2867,-274.85362)" />
+    </g>
+    <g
+       id="g7042"
+       transform="translate(-830.81219,188.92104)"
+       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(0.8013773,0,0,0.8013773,1475.315,-156.45514)"
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         d="M 44.724504,26.963573 A 21.566757,14.318913 0 1 1 1.5909901,26.963573 A 21.566757,14.318913 0 1 1 44.724504,26.963573 z"
+         sodipodi:ry="14.318913"
+         sodipodi:rx="21.566757"
+         sodipodi:cy="26.963573"
+         sodipodi:cx="23.157747"
+         id="path7077"
+         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"
+         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="path7028"
+         sodipodi:cx="25.75"
+         sodipodi:cy="21"
+         sodipodi:rx="14.75"
+         sodipodi:ry="8.25"
+         d="M 40.5,21 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 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 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 z"
+         sodipodi:ry="8.25"
+         sodipodi:rx="14.75"
+         sodipodi:cy="21"
+         sodipodi:cx="25.75"
+         id="path3999"
+         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="path6456"
+         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(#radialGradient9088);fill-rule:nonzero;stroke:#3b3d39;stroke-width:0.8013773;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         sodipodi:type="arc"
+         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"
+         id="path7026"
+         sodipodi:cx="25.75"
+         sodipodi:cy="21"
+         sodipodi:rx="14.75"
+         sodipodi:ry="8.25"
+         d="M 40.5,21 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 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="path7012"
+         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 A 18.473166,13.435029 0 1 1 3.7123089,19.008621 A 18.473166,13.435029 0 1 1 40.65864,19.008621 z"
+         sodipodi:ry="13.435029"
+         sodipodi:rx="18.473166"
+         sodipodi:cy="19.008621"
+         sodipodi:cx="22.185474"
+         id="path7044"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         id="path7067"
+         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(#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" />
+      <path
+         sodipodi:nodetypes="cccc"
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         id="path7136"
+         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(#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" />
+    </g>
+    <g
+       id="g7082"
+       transform="translate(-826.81219,187.77171)"
+       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.050251,0,0,1.867888,1685.2,-187.2542)"
+         d="M 41.10058,35.051105 A 16.882174,4.552 0 1 1 7.3362331,35.051105 A 16.882174,4.552 0 1 1 41.10058,35.051105 z"
+         sodipodi:ry="4.552"
+         sodipodi:rx="16.882174"
+         sodipodi:cy="35.051105"
+         sodipodi:cx="24.218407"
+         id="path2452"
+         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"
+         sodipodi:type="arc" />
+      <path
+         transform="translate(1746.179,-151.06966)"
+         d="M -26.263968,29.716238 A 9.3944187,3.939595 0 1 1 -45.052805,29.716238 A 9.3944187,3.939595 0 1 1 -26.263968,29.716238 z"
+         sodipodi:ry="3.939595"
+         sodipodi:rx="9.3944187"
+         sodipodi:cy="29.716238"
+         sodipodi:cx="-35.658386"
+         id="path2407"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         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"
+         id="path1825"
+         sodipodi:cx="-35.658386"
+         sodipodi:cy="29.716238"
+         sodipodi:rx="9.3944187"
+         sodipodi:ry="3.939595"
+         d="M -26.263968,29.716238 A 9.3944187,3.939595 0 1 1 -45.052805,29.716238 A 9.3944187,3.939595 0 1 1 -26.263968,29.716238 z"
+         transform="matrix(0.902373,0,0,0.82765,1742.6978,-146.28017)" />
+      <path
+         transform="matrix(0.837548,0,0,0.852655,1740.3237,-148.14194)"
+         d="M -26.263968,29.716238 A 9.3944187,3.939595 0 1 1 -45.052805,29.716238 A 9.3944187,3.939595 0 1 1 -26.263968,29.716238 z"
+         sodipodi:ry="3.939595"
+         sodipodi:rx="9.3944187"
+         sodipodi:cy="29.716238"
+         sodipodi:cx="-35.658386"
+         id="path2983"
+         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"
+         sodipodi:type="arc" />
+      <rect
+         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"
+         id="rect2699"
+         width="9.0396729"
+         height="6.3650389"
+         x="1706.118"
+         y="-128.06947" />
+      <path
+         sodipodi:nodetypes="cssssssss"
+         id="rect2404"
+         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"
+         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" />
+      <path
+         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"
+         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"
+         id="path2377"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         id="path2393"
+         d="M 1692.823,-127.5373 L 1728.2515,-127.5373"
+         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"
+         sodipodi:nodetypes="cc" />
+      <path
+         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"
+         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"
+         id="path2397"
+         sodipodi:nodetypes="cssssssss" />
+      <path
+         id="path2443"
+         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"
+         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"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         sodipodi:type="arc"
+         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"
+         id="path2709"
+         sodipodi:cx="34.780815"
+         sodipodi:cy="3.9384086"
+         sodipodi:rx="0.83968931"
+         sodipodi:ry="0.83968931"
+         d="M 35.620504,3.9384086 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 z"
+         transform="matrix(1.331237,0,0,0.658449,1680.2263,-153.41922)" />
+      <path
+         transform="matrix(1.331237,0,0,0.658449,1680.3399,-151.31344)"
+         d="M 35.620504,3.9384086 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 z"
+         sodipodi:ry="0.83968931"
+         sodipodi:rx="0.83968931"
+         sodipodi:cy="3.9384086"
+         sodipodi:cx="34.780815"
+         id="path2719"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         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"
+         id="path2723"
+         sodipodi:cx="34.780815"
+         sodipodi:cy="3.9384086"
+         sodipodi:rx="0.83968931"
+         sodipodi:ry="0.83968931"
+         d="M 35.620504,3.9384086 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 z"
+         transform="matrix(1.331237,0,0,0.658449,1680.4535,-149.31344)" />
+      <path
+         transform="matrix(1.331237,0,0,0.658449,1680.5671,-147.31344)"
+         d="M 35.620504,3.9384086 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 z"
+         sodipodi:ry="0.83968931"
+         sodipodi:rx="0.83968931"
+         sodipodi:cy="3.9384086"
+         sodipodi:cx="34.780815"
+         id="path2727"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         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"
+         id="path2731"
+         sodipodi:cx="34.780815"
+         sodipodi:cy="3.9384086"
+         sodipodi:rx="0.83968931"
+         sodipodi:ry="0.83968931"
+         d="M 35.620504,3.9384086 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 z"
+         transform="matrix(1.331237,0,0,0.658449,1680.6807,-145.31344)" />
+      <path
+         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"
+         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"
+         id="text2735" />
+    </g>
+    <g
+       id="g4318"
+       inkscape:label="Layer 1"
+       style="display:inline"
+       transform="translate(226.32061,-143.29228)"
+       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
+         sodipodi:nodetypes="cccc"
+         id="path2682"
+         d="M 12,39.5 L 12,9 L 38.06998,23.817079 L 12,39.5 z"
+         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"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true" />
+      <path
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         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"
+         d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z"
+         id="path3375"
+         sodipodi:nodetypes="cccc" />
+      <path
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         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"
+         d="M 12.49946,37.81149 L 12.49946,10.000005 L 36.602747,23.905748 L 12.49946,37.81149 z"
+         id="path2479"
+         sodipodi:nodetypes="cccc" />
+      <path
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         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"
+         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"
+         id="path2481"
+         sodipodi:nodetypes="cccccccc" />
+      <path
+         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"
+         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"
+         id="path2339"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true"
+         sodipodi:nodetypes="cccc" />
+    </g>
+    <g
+       id="g2837"
+       transform="translate(193.47491,-142.94801)"
+       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"
+         id="path2815"
+         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(#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" />
+      <path
+         id="path2827"
+         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(#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" />
+      <path
+         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"
+         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="path2762"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true" />
+      <path
+         id="path2811"
+         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(#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" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         id="path4470"
+         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"
+         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>
+    <g
+       id="use2844"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true"
+       transform="translate(180.50261,-142.94801)"
+       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
+         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"
+         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="path2848"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true" />
+      <path
+         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"
+         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="path2850"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true" />
+      <path
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         id="path2852"
+         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(#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" />
+      <path
+         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"
+         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="path2854"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true" />
+      <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,25.007768 L 33.013048,24.389049 L 33.013048,14.85437 L 28.019106,14.942758 z"
+         id="path2856"
+         inkscape:r_cx="true"
+         inkscape:r_cy="true"
+         sodipodi:nodetypes="ccccc" />
+    </g>
+    <path
+       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"
+       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"
+       id="path4663"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true"
+       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"
+       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"
+       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"
+       id="path4665"
+       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"
+       id="path4667"
+       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"
+       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"
+       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"
+       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"
+       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"
+       id="path4669"
+       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
+       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 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"
+       id="path4671"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true"
+       sodipodi:nodetypes="ccccc"
+       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
+       inkscape:label="Layer 1"
+       id="g6482"
+       transform="translate(866.48891,-98.34908)"
+       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(2.901907,0,0,3.804948,-4.8525,-32.31157)"
+         d="M 11.932427,17.403807 A 5.524272,2.2980971 0 1 1 0.88388348,17.403807 A 5.524272,2.2980971 0 1 1 11.932427,17.403807 z"
+         sodipodi:ry="2.2980971"
+         sodipodi:rx="5.524272"
+         sodipodi:cy="17.403807"
+         sodipodi:cx="6.4081554"
+         id="path3607"
+         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"
+         sodipodi:type="arc" />
+      <g
+         transform="matrix(1.296182,0,0,1.296182,-4.176277,-7.324567)"
+         id="g4090">
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path4076"
+           sodipodi:cx="8.7504463"
+           sodipodi:cy="24.665476"
+           sodipodi:rx="3.6239223"
+           sodipodi:ry="6.3639612"
+           d="M 12.374369,24.665476 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 z"
+           transform="matrix(1.415965,0,0,1.258558,-2.667614,-6.200669)" />
+        <path
+           transform="matrix(1.154526,0,0,1.154526,-0.379902,-3.63468)"
+           d="M 12.374369,24.665476 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 z"
+           sodipodi:ry="6.3639612"
+           sodipodi:rx="3.6239223"
+           sodipodi:cy="24.665476"
+           sodipodi:cx="8.7504463"
+           id="path4060"
+           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"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path4058"
+           sodipodi:cx="8.7504463"
+           sodipodi:cy="24.665476"
+           sodipodi:rx="3.6239223"
+           sodipodi:ry="6.3639612"
+           d="M 12.374369,24.665476 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 z"
+           transform="matrix(1.081355,0,0,1.081355,1.232653,-1.829889)" />
+        <path
+           transform="matrix(1.1807,0,0,1.076971,-0.608944,-1.721744)"
+           d="M 12.374369,24.665476 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 z"
+           sodipodi:ry="6.3639612"
+           sodipodi:rx="3.6239223"
+           sodipodi:cy="24.665476"
+           sodipodi:cx="8.7504463"
+           id="path3279"
+           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"
+           sodipodi:type="arc" />
+      </g>
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path4542"
+         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"
+         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" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path4544"
+         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"
+         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" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3672"
+         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"
+         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" />
+      <g
+         transform="matrix(1.096894,0,0,1.509271,-4.216951,-12.11812)"
+         id="g4006"
+         style="display:inline">
+        <path
+           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"
+           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"
+           id="path3726"
+           sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
+        <path
+           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"
+           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"
+           id="path6495"
+           sodipodi:nodetypes="ccsssscscsscscsscscsssssssc" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path3636"
+           sodipodi:cx="9.375"
+           sodipodi:cy="9.375"
+           sodipodi:rx="9.375"
+           sodipodi:ry="9.375"
+           d="M 18.75,9.375 A 9.375,9.375 0 1 1 0,9.375 A 9.375,9.375 0 1 1 18.75,9.375 z"
+           transform="matrix(0.846982,0,0,0.911415,16.71027,15.44956)" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path3519"
+           sodipodi:cx="9.375"
+           sodipodi:cy="9.375"
+           sodipodi:rx="9.375"
+           sodipodi:ry="9.375"
+           d="M 18.75,9.375 A 9.375,9.375 0 1 1 0,9.375 A 9.375,9.375 0 1 1 18.75,9.375 z"
+           transform="matrix(0.367272,0,0,0.32,18.56254,21.125)" />
+        <path
+           transform="matrix(1.3125,0,0,1.3125,-4.657679,-5.09375)"
+           sodipodi:type="arc"
+           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"
+           id="path3718"
+           sodipodi:cx="16.5"
+           sodipodi:cy="16.5"
+           sodipodi:rx="0.5"
+           sodipodi:ry="0.5"
+           d="M 17,16.5 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.5 z" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path3720"
+           sodipodi:cx="16.5"
+           sodipodi:cy="16.5"
+           sodipodi:rx="0.5"
+           sodipodi:ry="0.5"
+           d="M 17,16.5 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.5 z"
+           transform="translate(15.22159,0.25)" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path3722"
+           sodipodi:cx="16.5"
+           sodipodi:cy="16.5"
+           sodipodi:rx="0.5"
+           sodipodi:ry="0.5"
+           d="M 17,16.5 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.5 z"
+           transform="translate(15.22159,14.96875)" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path3724"
+           sodipodi:cx="16.5"
+           sodipodi:cy="16.5"
+           sodipodi:rx="0.5"
+           sodipodi:ry="0.5"
+           d="M 17,16.5 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.5 z"
+           transform="matrix(1.375,0,0,1.375,-5.688929,8.8125)" />
+      </g>
+      <path
+         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"
+         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"
+         id="path3488"
+         sodipodi:nodetypes="csc" />
+      <path
+         sodipodi:nodetypes="csc"
+         id="path3494"
+         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"
+         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" />
+      <path
+         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"
+         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"
+         id="path3496"
+         sodipodi:nodetypes="csc" />
+    </g>
+    <text
+       xml:space="preserve"
+       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"
+       x="170.37872"
+       y="111.17413"
+       id="text6835"
+       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
+         sodipodi:role="line"
+         id="tspan6837"
+         x="170.37872"
+         y="111.17413"
+         style="font-size:14px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Gstreamer pipeline for a basic ogg player</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path7621"
+       d="M 532.93871,-33.63525 L 583.47711,-68.58281"
+       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"
+       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="g9665"
+       transform="translate(0,-1.2932313)">
+      <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.78325748;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect8054"
+         width="153.2551"
+         height="99.162369"
+         x="389.42743"
+         y="171.70979"
+         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:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="395.20392"
+         y="186.98555"
+         id="text8056"><tspan
+           style="font-size:14px;font-weight:bold;fill:#ffffff;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold"
+           sodipodi:role="line"
+           id="tspan8058"
+           x="395.20392"
+           y="186.98555">theora-decoder</tspan></text>
+      <rect
+         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"
+         id="rect8060"
+         width="49.561798"
+         height="33.867229"
+         x="389.42157"
+         y="204.35736" />
+      <text
+         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="402.26154"
+         y="225.019"
+         id="text8062"><tspan
+           sodipodi:role="line"
+           id="tspan8064"
+           x="402.26154"
+           y="225.019">sink</tspan></text>
+      <rect
+         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"
+         id="rect8066"
+         width="49.561798"
+         height="33.867229"
+         x="493.08832"
+         y="204.35736" />
+      <text
+         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="509.5318"
+         y="224.02046"
+         id="text8068"><tspan
+           sodipodi:role="line"
+           id="tspan8070"
+           x="509.5318"
+           y="224.02046">src</tspan></text>
+      <g
+         transform="translate(-1028.0402,358.61906)"
+         id="g8072">
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path8074"
+           sodipodi:cx="23.157747"
+           sodipodi:cy="26.963573"
+           sodipodi:rx="21.566757"
+           sodipodi:ry="14.318913"
+           d="M 44.724504,26.963573 A 21.566757,14.318913 0 1 1 1.5909901,26.963573 A 21.566757,14.318913 0 1 1 44.724504,26.963573 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 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 z"
+           sodipodi:ry="8.25"
+           sodipodi:rx="14.75"
+           sodipodi:cy="21"
+           sodipodi:cx="25.75"
+           id="path8076"
+           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="path8078"
+           sodipodi:cx="25.75"
+           sodipodi:cy="21"
+           sodipodi:rx="14.75"
+           sodipodi:ry="8.25"
+           d="M 40.5,21 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 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(#radialGradient9688);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="path8080"
+           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 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 z"
+           sodipodi:ry="8.25"
+           sodipodi:rx="14.75"
+           sodipodi:cy="21"
+           sodipodi:cx="25.75"
+           id="path8082"
+           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"
+           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="path8084"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true" />
+        <path
+           sodipodi:type="arc"
+           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"
+           id="path8086"
+           sodipodi:cx="22.185474"
+           sodipodi:cy="19.008621"
+           sodipodi:rx="18.473166"
+           sodipodi:ry="13.435029"
+           d="M 40.65864,19.008621 A 18.473166,13.435029 0 1 1 3.7123089,19.008621 A 18.473166,13.435029 0 1 1 40.65864,19.008621 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(#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"
+           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="path8088"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           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"
+           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="path8090"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true"
+           sodipodi:nodetypes="cccc" />
+      </g>
+    </g>
+    <text
+       xml:space="preserve"
+       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"
+       x="719.18652"
+       y="432.28882"
+       id="text9661"
+       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
+         sodipodi:role="line"
+         id="tspan9663"
+         x="719.18652"
+         y="432.28882"
+         style="font-size:14px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Gstreamer &quot;hello world&quot; pipeline diagram</tspan></text>
+    <rect
+       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"
+       id="rect9698"
+       width="584.3609"
+       height="145.29628"
+       x="165.11099"
+       y="-677.41626"
+       rx="5"
+       ry="5"
+       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" />
+    <g
+       id="g10276"
+       transform="translate(-243.07076,1.8484469)">
+      <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:2;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect9710"
+         width="153.2551"
+         height="99.162369"
+         x="-279.2139"
+         y="-603.7594"
+         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:#ffffff;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="-270.83246"
+         y="-584.65027"
+         id="text9712"><tspan
+           style="font-size:14px;font-weight:bold;fill:#ffffff;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold"
+           sodipodi:role="line"
+           id="tspan9714"
+           x="-270.83246"
+           y="-584.65027">file-source</tspan></text>
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         ry="2.9648066"
+         rx="2.9648066"
+         y="127.92242"
+         x="-601.74207"
+         height="149.21901"
+         width="95.13578"
+         id="rect9754"
+         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" />
+    </g>
+    <g
+       id="g12322"
+       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.0922594,0,0,1.0922594,-60.796755,-214.22628)">
+      <path
+         style="font-size:14px;fill:#888a85"
+         id="path9974"
+         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="path9976"
+         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="path9978"
+         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="path9980"
+         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="path9982"
+         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="path9984"
+         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="path9986"
+         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="path9988"
+         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="path9990"
+         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="path9992"
+         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="path9994"
+         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="path9996"
+         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>
+    <text
+       xml:space="preserve"
+       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"
+       x="502.08981"
+       y="-791.21509"
+       id="text9998"
+       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="502.08981"
+         y="-791.21509"
+         id="tspan10058">Multimedia applications</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="215.66447"
+       y="-740.84125"
+       id="text10006"
+       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"
+         id="tspan10008"
+         x="215.66447"
+         y="-740.84125">media player</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="335.5127"
+       y="-748.84125"
+       id="text10010"
+       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="337.74121"
+         y="-748.84125"
+         id="tspan12570">VoIP &amp; video </tspan><tspan
+         sodipodi:role="line"
+         x="337.74121"
+         y="-731.34125"
+         id="tspan12572">conferencing </tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="455.39166"
+       y="-748.23431"
+       id="text10014"
+       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="455.39166"
+         y="-748.23431"
+         id="tspan10124">streaming</tspan><tspan
+         sodipodi:role="line"
+         x="455.39166"
+         y="-730.73431"
+         id="tspan10292">server</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="574.35461"
+       y="-739.48431"
+       id="text10022"
+       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"
+         id="tspan10024"
+         x="574.35461"
+         y="-739.48431">video editor</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="170.62811"
+       y="-627.43823"
+       id="text10034"
+       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"
+         id="tspan10036"
+         x="170.62811"
+         y="-627.43823"
+         style="font-size:14">pipeline architecture</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="792.44446"
+       y="-654.41718"
+       id="text10054"
+       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"
+         id="tspan10056"
+         x="792.44446"
+         y="-654.41718"
+         style="font-size:18px">gstreamer tools</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="933.3949"
+       y="-390.03003"
+       id="text10060"
+       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="933.3949"
+         y="-390.03003"
+         id="tspan10172">3rd party plugins</tspan></text>
+    <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 216.29339,-687.06015 L 216.29339,-678.17218"
+       id="path10066"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10064"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(-17.789353,29.355293)"
+       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" />
+    <path
+       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"
+       d="M 216.29307,-714.71262 L 216.29307,-705.67218"
+       id="path10068"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10070"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(-6.4256897,29.427681)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       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" />
+    <text
+       xml:space="preserve"
+       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"
+       x="693.98065"
+       y="-740.31488"
+       id="text10120"
+       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"
+         id="tspan10122"
+         x="693.98065"
+         y="-740.31488">(...)</tspan></text>
+    <g
+       id="g10128"
+       transform="matrix(1,0,0,-1,-13.78846,-1226.2938)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path10130"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path10132"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path10134"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path10136"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g10140"
+       transform="matrix(1,0,0,-1,78.731729,-1226.0597)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path10142"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path10144"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path10146"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path10148"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g10150"
+       transform="matrix(1,0,0,-1,178.17356,-1226.0597)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path10152"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path10154"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path10156"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path10158"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g10160"
+       transform="matrix(1,0,0,-1,271.32726,-1226.0597)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path10162"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path10164"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path10166"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path10168"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10210"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(101.6316,29.355296)"
+       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" />
+    <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 335.71434,-687.06015 L 335.71434,-678.17218"
+       id="path10212"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       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"
+       d="M 335.71402,-714.71262 L 335.71402,-705.67218"
+       id="path10214"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10216"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(112.99527,29.427684)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10220"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(221.05256,29.355296)"
+       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" />
+    <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 455.1353,-687.06015 L 455.1353,-678.17218"
+       id="path10222"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       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"
+       d="M 455.13498,-714.71262 L 455.13498,-705.67218"
+       id="path10224"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10226"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(232.41622,29.427684)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10230"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(340.47352,28.551936)"
+       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" />
+    <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 574.55626,-687.86351 L 574.55626,-678.97554"
+       id="path10232"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       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"
+       d="M 574.55594,-715.51598 L 574.55594,-706.47554"
+       id="path10234"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10236"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(351.83719,28.624324)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10240"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(459.89449,28.551936)"
+       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" />
+    <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 693.97722,-687.86351 L 693.97722,-678.97554"
+       id="path10242"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       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"
+       d="M 693.9769,-715.51598 L 693.9769,-706.47554"
+       id="path10244"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path10246"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(471.25815,28.624324)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       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" />
+    <text
+       xml:space="preserve"
+       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"
+       x="793.2309"
+       y="-629.50519"
+       id="text10282"
+       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"
+         id="tspan10284"
+         x="793.2309"
+         y="-629.50519">gst-inspect</tspan><tspan
+         sodipodi:role="line"
+         x="793.2309"
+         y="-612.00519"
+         id="tspan10286">gst-launch</tspan><tspan
+         sodipodi:role="line"
+         x="793.2309"
+         y="-594.50519"
+         id="tspan10288">gst-editor</tspan><tspan
+         sodipodi:role="line"
+         x="793.2309"
+         y="-577.00519"
+         id="tspan12116">...</tspan></text>
+    <rect
+       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"
+       id="rect10308"
+       width="78.164238"
+       height="78.164238"
+       x="265.91788"
+       y="-493.71994"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10310"
+       width="78.164238"
+       height="78.164238"
+       x="365.91788"
+       y="-493.71994"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect10312"
+       width="78.164238"
+       height="78.164238"
+       x="457.91788"
+       y="-492.71994"
+       rx="5"
+       ry="5"
+       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" />
+    <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="g12033"
+       transform="matrix(0.2661835,0,0,0.2661835,-49.85864,-345.77017)"
+       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">
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11925"
+         xlink:href="#rect4673"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11927"
+         xlink:href="#rect3530"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11929"
+         xlink:href="#text3532"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11931"
+         xlink:href="#rect3538"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11933"
+         xlink:href="#text3540"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11935"
+         xlink:href="#rect3544"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11937"
+         xlink:href="#text3546"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11939"
+         xlink:href="#rect3552"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11941"
+         xlink:href="#text3554"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11943"
+         xlink:href="#rect3560"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11945"
+         xlink:href="#text3562"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11947"
+         xlink:href="#rect3566"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11949"
+         xlink:href="#text3568"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11951"
+         xlink:href="#rect3574"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11953"
+         xlink:href="#text3576"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11955"
+         xlink:href="#rect3582"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11957"
+         xlink:href="#text3584"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11959"
+         xlink:href="#rect3610"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11961"
+         xlink:href="#text3612"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11963"
+         xlink:href="#rect3618"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11965"
+         xlink:href="#text3620"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11967"
+         xlink:href="#path3624"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11969"
+         xlink:href="#text3626"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11971"
+         xlink:href="#path3632"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11973"
+         xlink:href="#path3634"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11975"
+         xlink:href="#g7012"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11977"
+         xlink:href="#g7032"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11979"
+         xlink:href="#rect3848"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11981"
+         xlink:href="#text3850"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11983"
+         xlink:href="#path3854"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11985"
+         xlink:href="#rect3856"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11987"
+         xlink:href="#text3858"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11989"
+         xlink:href="#rect3864"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11991"
+         xlink:href="#text3866"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11993"
+         xlink:href="#rect3872"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11995"
+         xlink:href="#text3874"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11997"
+         xlink:href="#rect3878"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use11999"
+         xlink:href="#text3880"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12001"
+         xlink:href="#rect3886"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12003"
+         xlink:href="#text3888"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12005"
+         xlink:href="#g7053"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12007"
+         xlink:href="#g7042"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12009"
+         xlink:href="#g7082"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12011"
+         xlink:href="#g4318"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12013"
+         xlink:href="#g2837"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12015"
+         xlink:href="#use2844"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12017"
+         xlink:href="#path4663"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12019"
+         xlink:href="#path4665"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12021"
+         xlink:href="#path4667"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12023"
+         xlink:href="#path4669"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12025"
+         xlink:href="#path4671"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12027"
+         xlink:href="#g6482"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use12031"
+         xlink:href="#path7621"
+         y="0"
+         x="0" />
+    </g>
+    <text
+       xml:space="preserve"
+       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"
+       x="170.63666"
+       y="-656.06134"
+       id="text12191"
+       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"
+         id="tspan12193"
+         x="170.63666"
+         y="-656.06134"
+         style="font-size:18px">gstreamer core framework</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="176.68259"
+       y="-464.5477"
+       id="text12199"
+       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="176.68259"
+         y="-464.5477"
+         id="tspan12219"
+         style="font-size:12px">- file:</tspan><tspan
+         sodipodi:role="line"
+         x="176.68259"
+         y="-449.5477"
+         id="tspan12249"
+         style="font-size:12px">- http:</tspan><tspan
+         sodipodi:role="line"
+         x="176.68259"
+         y="-434.5477"
+         id="tspan12223"
+         style="font-size:12px">- rtsp:</tspan><tspan
+         sodipodi:role="line"
+         x="176.68259"
+         y="-419.5477"
+         style="font-size:12px"
+         id="tspan4611">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="272.05746"
+       y="-464.5477"
+       id="text12205"
+       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="272.05746"
+         y="-464.5477"
+         id="tspan12209"
+         style="font-size:12px">- alsa</tspan><tspan
+         sodipodi:role="line"
+         x="272.05746"
+         y="-449.5477"
+         id="tspan12243"
+         style="font-size:12px">- v4l2</tspan><tspan
+         sodipodi:role="line"
+         x="272.05746"
+         y="-434.5477"
+         style="font-size:12px"
+         id="tspan4613">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="179.66054"
+       y="-477.5694"
+       id="text12231"
+       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"
+         id="tspan12233"
+         x="179.66054"
+         y="-477.5694">protocols</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="278.33115"
+       y="-477.5694"
+       id="text12245"
+       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"
+         id="tspan12247"
+         x="278.33115"
+         y="-477.5694">sources</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="377.89603"
+       y="-477.5694"
+       id="text12255"
+       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="377.89603"
+         y="-477.5694"
+         id="tspan12259">formats</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="473.44916"
+       y="-477.5694"
+       id="text12261"
+       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"
+         id="tspan12263"
+         x="473.44916"
+         y="-477.5694">codecs</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="571.01495"
+       y="-477.5694"
+       id="text12275"
+       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"
+         id="tspan12277"
+         x="571.01495"
+         y="-477.5694">filters</tspan></text>
+    <g
+       id="g12336"
+       transform="matrix(0,-1,-1,0,54.265564,-413.86986)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path12338"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path12340"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path12342"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path12344"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g12348"
+       transform="matrix(0,-1,-1,0,54.265564,-379.88653)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path12350"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path12352"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path12354"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path12356"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g12358"
+       transform="matrix(0,-1,-1,0,54.265564,-345.90325)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path12360"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path12362"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path12364"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path12366"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <text
+       xml:space="preserve"
+       style="font-size:14px;font-style:normal;font-weight:normal;text-align:justify;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="572.29089"
+       y="-652.47449"
+       id="text12580"
+       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"
+         id="tspan12582"
+         x="572.29089"
+         y="-652.47449"
+         style="text-align:start;text-anchor:start">media agnostic</tspan><tspan
+         sodipodi:role="line"
+         x="572.29089"
+         y="-634.97449"
+         id="tspan5501"
+         style="text-align:start;text-anchor:start">base classes</tspan><tspan
+         sodipodi:role="line"
+         x="572.29089"
+         y="-617.47449"
+         id="tspan5675"
+         style="text-align:start;text-anchor:start">message bus</tspan><tspan
+         sodipodi:role="line"
+         x="572.29089"
+         y="-599.97449"
+         id="tspan4595"
+         style="text-align:start;text-anchor:start">media type negotiation</tspan><tspan
+         sodipodi:role="line"
+         x="572.29089"
+         y="-582.47449"
+         id="tspan4597"
+         style="text-align:start;text-anchor:start">plugin system</tspan><tspan
+         sodipodi:role="line"
+         x="572.29089"
+         y="-564.97449"
+         style="text-align:start;text-anchor:start"
+         id="tspan5685">utility libraries</tspan><tspan
+         sodipodi:role="line"
+         x="572.29089"
+         y="-547.47449"
+         id="tspan4601"
+         style="text-align:start;text-anchor:start">language bindings</tspan></text>
+    <g
+       id="g5667"
+       transform="translate(7,0)">
+      <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="text10038"
+         y="-473.46512"
+         x="937.65387"
+         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"
+         xml:space="preserve"><tspan
+           id="tspan10170"
+           y="-473.46512"
+           x="937.65387"
+           sodipodi:role="line">gstreamer plugins</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="text4102"
+         y="-454.21878"
+         x="751.36243"
+         style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;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"><tspan
+           id="tspan4108"
+           y="-454.21878"
+           x="751.36243"
+           sodipodi:role="line">gstreamer includes over 150 plugins</tspan></text>
+    </g>
+    <text
+       xml:space="preserve"
+       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"
+       x="667.54492"
+       y="-477.5694"
+       id="text4607"
+       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"
+         id="tspan4609"
+         x="667.54492"
+         y="-477.5694">sinks</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="367.60016"
+       y="-464.5477"
+       id="text4615"
+       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="367.60016"
+         y="-464.5477"
+         style="font-size:12px"
+         id="tspan4621">- avi</tspan><tspan
+         sodipodi:role="line"
+         x="367.60016"
+         y="-449.5477"
+         style="font-size:12px"
+         id="tspan4651">- mp4</tspan><tspan
+         sodipodi:role="line"
+         x="367.60016"
+         y="-434.5477"
+         style="font-size:12px"
+         id="tspan4653">- ogg</tspan><tspan
+         sodipodi:role="line"
+         x="367.60016"
+         y="-419.5477"
+         style="font-size:12px"
+         id="tspan4655">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="465.44891"
+       y="-464.57175"
+       id="text4623"
+       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="465.44891"
+         y="-464.57175"
+         id="tspan4625"
+         style="font-size:12px">- mp3</tspan><tspan
+         sodipodi:role="line"
+         x="465.44891"
+         y="-449.57175"
+         id="tspan4627"
+         style="font-size:12px">- mpeg4</tspan><tspan
+         sodipodi:role="line"
+         x="465.44891"
+         y="-434.57175"
+         style="font-size:12px"
+         id="tspan4657">- vorbis</tspan><tspan
+         sodipodi:role="line"
+         x="465.44891"
+         y="-419.57175"
+         style="font-size:12px"
+         id="tspan4629">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="554.7406"
+       y="-464.5477"
+       id="text4631"
+       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="554.7406"
+         y="-464.5477"
+         id="tspan4633"
+         style="font-size:12px">- converters</tspan><tspan
+         sodipodi:role="line"
+         x="554.7406"
+         y="-449.5477"
+         id="tspan4635"
+         style="font-size:12px">- mixers</tspan><tspan
+         sodipodi:role="line"
+         x="554.7406"
+         y="-434.5477"
+         style="font-size:12px"
+         id="tspan4659">- effetcs</tspan><tspan
+         sodipodi:role="line"
+         x="554.7406"
+         y="-419.5477"
+         style="font-size:12px"
+         id="tspan4637">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="651.1012"
+       y="-464.5477"
+       id="text4639"
+       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="651.1012"
+         y="-464.5477"
+         id="tspan4641"
+         style="font-size:12px">- alsa</tspan><tspan
+         sodipodi:role="line"
+         x="651.1012"
+         y="-449.5477"
+         id="tspan4643"
+         style="font-size:12px">- xvideo</tspan><tspan
+         sodipodi:role="line"
+         x="651.1012"
+         y="-434.5477"
+         style="font-size:12px"
+         id="tspan4645">- ...</tspan></text>
+    <rect
+       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"
+       id="rect4667"
+       width="77.87767"
+       height="37.87767"
+       x="173.06117"
+       y="-413.57666"
+       rx="5"
+       ry="5"
+       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" />
+    <g
+       id="g5473"
+       transform="matrix(1,0,0,-1,364.21039,-1225.3218)"
+       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">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5475"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5477"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5479"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5481"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <rect
+       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"
+       id="rect5657"
+       width="77.87767"
+       height="37.87767"
+       x="315"
+       y="-407.63782"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect5659"
+       width="77.87767"
+       height="37.87767"
+       x="458.06116"
+       y="-412.57666"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect5661"
+       width="77.87767"
+       height="37.87767"
+       x="551.06116"
+       y="-412.57666"
+       rx="5"
+       ry="5"
+       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" />
+    <rect
+       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"
+       id="rect5663"
+       width="77.87767"
+       height="37.87767"
+       x="646.06116"
+       y="-412.57666"
+       rx="5"
+       ry="5"
+       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" />
+    <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 354.12534,-522.26802 L 354.12534,-531.15599"
+       id="path5677"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5679"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="matrix(1,0,0,-1,120.0426,-1238.6835)"
+       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" />
+    <path
+       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"
+       d="M 354,-407.92529 L 354,-503.92529"
+       id="path5681"
+       sodipodi:nodetypes="cc"
+       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" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5683"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="matrix(1,0,0,-1,131.40626,-1238.7559)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       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" />
+    <rect
+       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"
+       id="rect5687"
+       width="78.152527"
+       height="84.476593"
+       x="496.26672"
+       y="-1068.5056"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5689"
+       width="78.152527"
+       height="84.476593"
+       x="579.91064"
+       y="-1068.5056"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <g
+       id="g5691"
+       transform="matrix(1,0,0,-1,392.46241,-1802.0774)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5693"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5695"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5697"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5699"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <rect
+       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"
+       id="rect5701"
+       width="78.152527"
+       height="84.476593"
+       x="161.69099"
+       y="-1069.5864"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5703"
+       width="97.885414"
+       height="59.05331"
+       x="162.17255"
+       y="-1350.6531"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5705"
+       width="106.05405"
+       height="58.375156"
+       x="379.3735"
+       y="-1350.3138"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5707"
+       width="89.809647"
+       height="58.532215"
+       x="492.2431"
+       y="-1350.3925"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5709"
+       width="89.815567"
+       height="58.532154"
+       x="588.78973"
+       y="-1350.3923"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5711"
+       width="56.332069"
+       height="58.923706"
+       x="685.14661"
+       y="-1350.5883"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5713"
+       width="106.05405"
+       height="58.375156"
+       x="266.42538"
+       y="-1350.3138"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5715"
+       width="580.00708"
+       height="145.3037"
+       x="161.84093"
+       y="-1253.8427"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <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(0,-1.6161303,1.6161303,0,622.49018,231.45347)">
+      <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>
+    <text
+       xml:space="preserve"
+       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"
+       x="497.82346"
+       y="-1368.0675"
+       id="text5743"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="497.82346"
+         y="-1368.0675"
+         id="tspan5745">multimedia applications</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="318.82349"
+       y="-1317.264"
+       id="text5747"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5749"
+         x="318.82349"
+         y="-1317.264">media player</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="432.01428"
+       y="-1326.014"
+       id="text5751"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="434.2428"
+         y="-1326.014"
+         id="tspan5753">VoIP &amp; video </tspan><tspan
+         sodipodi:role="line"
+         x="434.2428"
+         y="-1308.514"
+         id="tspan5755">conferencing </tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="537.4043"
+       y="-1324.6571"
+       id="text5757"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="537.4043"
+         y="-1324.6571"
+         id="tspan5759">streaming</tspan><tspan
+         sodipodi:role="line"
+         x="537.4043"
+         y="-1307.1571"
+         id="tspan5761">server</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="633.49585"
+       y="-1315.9071"
+       id="text5763"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5765"
+         x="633.49585"
+         y="-1315.9071">video editor</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="168.36176"
+       y="-1203.861"
+       id="text5767"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5769"
+         x="168.36176"
+         y="-1203.861"
+         style="font-size:14px">pipeline architecture</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="162"
+       y="-1368.1378"
+       id="text5771"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5773"
+         x="162"
+         y="-1368.1378"
+         style="font-size:18px;fill:#204a87">gstreamer tools</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="742.71094"
+       y="-956.63782"
+       id="text5775"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="742.71094"
+         y="-956.63782"
+         id="tspan5777">3rd party </tspan><tspan
+         sodipodi:role="line"
+         x="742.71094"
+         y="-956.63782"
+         id="tspan6195">plugins</tspan></text>
+    <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 319.45241,-1263.4829 L 319.45241,-1254.5949"
+       id="path5779"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5781"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(85.369675,-547.0675)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       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"
+       d="M 319.45241,-1291.1354 L 319.45241,-1282.0949"
+       id="path5783"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5785"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(96.733337,-546.99511)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <text
+       xml:space="preserve"
+       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"
+       x="714.90118"
+       y="-1316.7377"
+       id="text5787"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5789"
+         x="714.90118"
+         y="-1316.7377">(...)</tspan></text>
+    <g
+       id="g5791"
+       transform="matrix(1,0,0,-1,-25.819906,-1802.7166)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5793"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5795"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5797"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5799"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g5801"
+       transform="matrix(1,0,0,-1,57.836573,-1802.4825)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5803"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5805"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5807"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5809"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g5811"
+       transform="matrix(1,0,0,-1,141.49302,-1802.4825)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5813"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5815"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5817"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5819"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g5821"
+       transform="matrix(1,0,0,-1,225.14948,-1802.4825)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path5823"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path5825"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path5827"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path5829"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5831"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(198.31779,-547.06749)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <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 432.40053,-1263.4829 L 432.40053,-1254.5949"
+       id="path5833"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       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"
+       d="M 432.40053,-1291.1354 L 432.40053,-1282.0949"
+       id="path5835"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5837"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(209.68146,-546.99511)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5839"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(303.06519,-547.06749)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <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 537.14793,-1263.4829 L 537.14793,-1254.5949"
+       id="path5841"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       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"
+       d="M 537.14793,-1291.1354 L 537.14793,-1282.0949"
+       id="path5843"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5845"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(314.42886,-546.99511)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5847"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(399.61478,-547.87085)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <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 633.69752,-1264.2863 L 633.69752,-1255.3983"
+       id="path5849"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       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"
+       d="M 633.69752,-1291.9387 L 633.69752,-1282.8983"
+       id="path5851"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5853"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(410.97845,-547.79847)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5855"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="translate(480.81846,-547.87085)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <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 714.90119,-1264.2863 L 714.90119,-1255.3983"
+       id="path5857"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       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"
+       d="M 714.90119,-1291.9387 L 714.90119,-1282.8983"
+       id="path5859"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path5861"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="translate(492.18212,-547.79847)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <text
+       xml:space="preserve"
+       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"
+       x="169.93443"
+       y="-1334.764"
+       id="text5863"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5865"
+         x="169.93443"
+         y="-1334.764">gst-inspect</tspan><tspan
+         sodipodi:role="line"
+         x="169.93443"
+         y="-1317.264"
+         id="tspan5867">gst-launch</tspan><tspan
+         sodipodi:role="line"
+         x="169.93443"
+         y="-1299.764"
+         id="tspan5871">gst-editor</tspan></text>
+    <rect
+       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"
+       id="rect5873"
+       width="78.152527"
+       height="84.476593"
+       x="245.33493"
+       y="-1069.5864"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5875"
+       width="78.152527"
+       height="84.476593"
+       x="328.97882"
+       y="-1069.5864"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <rect
+       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"
+       id="rect5877"
+       width="78.152527"
+       height="84.476593"
+       x="412.62274"
+       y="-1068.5056"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <g
+       id="g5879"
+       transform="matrix(0.2661835,0,0,0.2661835,-53.124993,-922.19296)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5881"
+         xlink:href="#rect4673"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5883"
+         xlink:href="#rect3530"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5885"
+         xlink:href="#text3532"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5887"
+         xlink:href="#rect3538"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5889"
+         xlink:href="#text3540"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5891"
+         xlink:href="#rect3544"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5893"
+         xlink:href="#text3546"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5895"
+         xlink:href="#rect3552"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5897"
+         xlink:href="#text3554"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5899"
+         xlink:href="#rect3560"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5901"
+         xlink:href="#text3562"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5903"
+         xlink:href="#rect3566"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5905"
+         xlink:href="#text3568"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5907"
+         xlink:href="#rect3574"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5909"
+         xlink:href="#text3576"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5911"
+         xlink:href="#rect3582"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5913"
+         xlink:href="#text3584"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5915"
+         xlink:href="#rect3610"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5917"
+         xlink:href="#text3612"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5919"
+         xlink:href="#rect3618"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5921"
+         xlink:href="#text3620"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5923"
+         xlink:href="#path3624"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5925"
+         xlink:href="#text3626"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5927"
+         xlink:href="#path3632"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5929"
+         xlink:href="#path3634"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5931"
+         xlink:href="#g7012"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5933"
+         xlink:href="#g7032"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5935"
+         xlink:href="#rect3848"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5937"
+         xlink:href="#text3850"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5939"
+         xlink:href="#path3854"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5941"
+         xlink:href="#rect3856"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5943"
+         xlink:href="#text3858"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5945"
+         xlink:href="#rect3864"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5947"
+         xlink:href="#text3866"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5949"
+         xlink:href="#rect3872"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5951"
+         xlink:href="#text3874"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5953"
+         xlink:href="#rect3878"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5955"
+         xlink:href="#text3880"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5957"
+         xlink:href="#rect3886"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5959"
+         xlink:href="#text3888"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5961"
+         xlink:href="#g7053"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5963"
+         xlink:href="#g7042"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5965"
+         xlink:href="#g7082"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5967"
+         xlink:href="#g4318"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5969"
+         xlink:href="#g2837"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5971"
+         xlink:href="#use2844"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5973"
+         xlink:href="#path4663"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5975"
+         xlink:href="#path4665"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5977"
+         xlink:href="#path4667"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5979"
+         xlink:href="#path4669"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5981"
+         xlink:href="#path4671"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5983"
+         xlink:href="#g6482"
+         y="0"
+         x="0" />
+      <use
+         height="1052.3622"
+         width="744.09448"
+         transform="translate(669.40487,-864.72194)"
+         id="use5985"
+         xlink:href="#path7621"
+         y="0"
+         x="0" />
+    </g>
+    <text
+       xml:space="preserve"
+       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"
+       x="167.3703"
+       y="-1232.4841"
+       id="text5987"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan5989"
+         x="167.3703"
+         y="-1232.4841"
+         style="font-size:18px">gstreamer core framework</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="166.41623"
+       y="-1034.9705"
+       id="text5991"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="166.41623"
+         y="-1034.9705"
+         id="tspan5993"
+         style="font-size:12px">- file:</tspan><tspan
+         sodipodi:role="line"
+         x="166.41623"
+         y="-1019.9705"
+         id="tspan5995"
+         style="font-size:12px">- http:</tspan><tspan
+         sodipodi:role="line"
+         x="166.41623"
+         y="-1004.9705"
+         id="tspan5997"
+         style="font-size:12px">- rtsp:</tspan><tspan
+         sodipodi:role="line"
+         x="166.41623"
+         y="-989.97046"
+         style="font-size:12px"
+         id="tspan5999">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="250.79111"
+       y="-1034.9705"
+       id="text6001"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="250.79111"
+         y="-1034.9705"
+         id="tspan6003"
+         style="font-size:12px">- alsa</tspan><tspan
+         sodipodi:role="line"
+         x="250.79111"
+         y="-1019.9705"
+         id="tspan6005"
+         style="font-size:12px">- v4l2</tspan><tspan
+         sodipodi:role="line"
+         x="250.79111"
+         y="-1004.9705"
+         style="font-size:12px"
+         id="tspan6167">- tcp/udp</tspan><tspan
+         sodipodi:role="line"
+         x="250.79111"
+         y="-989.97046"
+         style="font-size:12px"
+         id="tspan6007">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="168.23218"
+       y="-1053.9922"
+       id="text6009"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan6011"
+         x="168.23218"
+         y="-1053.9922">protocols</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="257.436"
+       y="-1053.9922"
+       id="text6013"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan6015"
+         x="257.436"
+         y="-1053.9922">sources</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="341.21552"
+       y="-1053.9922"
+       id="text6017"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="341.21552"
+         y="-1053.9922"
+         id="tspan6019">formats</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="427.27139"
+       y="-1053.9922"
+       id="text6021"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan6023"
+         x="427.27139"
+         y="-1053.9922">codecs</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="515.61047"
+       y="-1053.9922"
+       id="text6025"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan6027"
+         x="515.61047"
+         y="-1053.9922">filters</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:14px;font-style:normal;font-weight:normal;text-align:justify;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="569.02454"
+       y="-1228.8972"
+       id="text6059"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan6061"
+         x="569.02454"
+         y="-1228.8972"
+         style="text-align:start;text-anchor:start">media agnostic</tspan><tspan
+         sodipodi:role="line"
+         x="569.02454"
+         y="-1211.3972"
+         id="tspan6063"
+         style="text-align:start;text-anchor:start">base classes</tspan><tspan
+         sodipodi:role="line"
+         x="569.02454"
+         y="-1193.8972"
+         id="tspan6065"
+         style="text-align:start;text-anchor:start">message bus</tspan><tspan
+         sodipodi:role="line"
+         x="569.02454"
+         y="-1176.3972"
+         id="tspan6067"
+         style="text-align:start;text-anchor:start">media type negotiation</tspan><tspan
+         sodipodi:role="line"
+         x="569.02454"
+         y="-1158.8972"
+         id="tspan6069"
+         style="text-align:start;text-anchor:start">plugin system</tspan><tspan
+         sodipodi:role="line"
+         x="569.02454"
+         y="-1141.3972"
+         style="text-align:start;text-anchor:start"
+         id="tspan6071">utility libraries</tspan><tspan
+         sodipodi:role="line"
+         x="569.02454"
+         y="-1123.8972"
+         id="tspan6073"
+         style="text-align:start;text-anchor:start">language bindings</tspan></text>
+    <g
+       id="g6181"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"
+       transform="translate(0,11)">
+      <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="text6077"
+         y="-967.63782"
+         x="346.1875"
+         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"
+         xml:space="preserve"><tspan
+           id="tspan6079"
+           y="-967.63782"
+           x="346.1875"
+           sodipodi:role="line">gstreamer plugins</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="text6081"
+         y="-948.39148"
+         x="159.89606"
+         style="font-size:14px;font-style:normal;font-weight:normal;text-align:start;text-anchor:start;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"><tspan
+           id="tspan6083"
+           y="-948.39148"
+           x="159.89606"
+           sodipodi:role="line">gstreamer includes over 150 plugins</tspan></text>
+    </g>
+    <text
+       xml:space="preserve"
+       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"
+       x="601.23566"
+       y="-1053.9922"
+       id="text6085"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         id="tspan6087"
+         x="601.23566"
+         y="-1053.9922">sinks</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="333.3338"
+       y="-1034.9705"
+       id="text6089"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="333.3338"
+         y="-1034.9705"
+         style="font-size:12px"
+         id="tspan6091">- avi</tspan><tspan
+         sodipodi:role="line"
+         x="333.3338"
+         y="-1019.9705"
+         style="font-size:12px"
+         id="tspan6093">- mp4</tspan><tspan
+         sodipodi:role="line"
+         x="333.3338"
+         y="-1004.9705"
+         style="font-size:12px"
+         id="tspan6095">- ogg</tspan><tspan
+         sodipodi:role="line"
+         x="333.3338"
+         y="-989.97046"
+         style="font-size:12px"
+         id="tspan6097">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="417.18256"
+       y="-1035.1814"
+       id="text6099"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="417.18256"
+         y="-1035.1814"
+         id="tspan6101"
+         style="font-size:12px">- mp3</tspan><tspan
+         sodipodi:role="line"
+         x="417.18256"
+         y="-1020.1814"
+         id="tspan6103"
+         style="font-size:12px">- mpeg4</tspan><tspan
+         sodipodi:role="line"
+         x="417.18256"
+         y="-1005.1814"
+         style="font-size:12px"
+         id="tspan6105">- vorbis</tspan><tspan
+         sodipodi:role="line"
+         x="417.18256"
+         y="-990.1814"
+         style="font-size:12px"
+         id="tspan6107">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="499.47424"
+       y="-1035.6619"
+       id="text6109"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="499.47424"
+         y="-1035.6619"
+         id="tspan6111"
+         style="font-size:12px">- converters</tspan><tspan
+         sodipodi:role="line"
+         x="499.47424"
+         y="-1020.6619"
+         id="tspan6113"
+         style="font-size:12px">- mixers</tspan><tspan
+         sodipodi:role="line"
+         x="499.47424"
+         y="-1005.6619"
+         style="font-size:12px"
+         id="tspan6115">- effetcs</tspan><tspan
+         sodipodi:role="line"
+         x="499.47424"
+         y="-990.66187"
+         style="font-size:12px"
+         id="tspan6117">- ...</tspan></text>
+    <text
+       xml:space="preserve"
+       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"
+       x="583.83484"
+       y="-1034.9705"
+       id="text6119"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003"><tspan
+         sodipodi:role="line"
+         x="583.83484"
+         y="-1034.9705"
+         id="tspan6121"
+         style="font-size:12px">- alsa</tspan><tspan
+         sodipodi:role="line"
+         x="583.83484"
+         y="-1019.9705"
+         id="tspan6123"
+         style="font-size:12px">- xvideo</tspan><tspan
+         sodipodi:role="line"
+         x="583.83484"
+         y="-1004.9705"
+         style="font-size:12px"
+         id="tspan6169">- tcp/udp</tspan><tspan
+         sodipodi:role="line"
+         x="583.83484"
+         y="-989.97046"
+         style="font-size:12px"
+         id="tspan6125">- ...</tspan></text>
+    <g
+       id="g6129"
+       transform="matrix(1,0,0,-1,308.80595,-1801.7446)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path6131"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path6133"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path6135"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path6137"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <rect
+       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"
+       id="rect6139"
+       width="76.924461"
+       height="84.462128"
+       x="664.19647"
+       y="-1068.1346"
+       rx="5"
+       ry="5"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <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 702.6725,-1098.6908 L 702.6725,-1107.5787"
+       id="path6147"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path6149"
+       sodipodi:cx="234.08273"
+       sodipodi:cy="-724.04565"
+       sodipodi:rx="5.8746634"
+       sodipodi:ry="5.8746634"
+       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"
+       transform="matrix(1,0,0,-1,468.58975,-1815.1063)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       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"
+       d="M 702.54716,-1068.4106 L 702.54716,-1081.1207"
+       id="path6151"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <path
+       sodipodi:type="arc"
+       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"
+       id="path6153"
+       sodipodi:cx="222.71907"
+       sodipodi:cy="-724.11804"
+       sodipodi:rx="9.2349148"
+       sodipodi:ry="9.2349148"
+       d="M 213.48416,-724.11804 A 9.2349148,9.2349148 0 0 1 231.95399,-724.11804"
+       transform="matrix(1,0,0,-1,479.95341,-1815.1787)"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853"
+       sodipodi:open="true"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003" />
+    <g
+       id="g6155"
+       transform="translate(-14.644014,-559)"
+       inkscape:export-filename="/scratchbox/users/luc/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/gstreamer-overview3.png"
+       inkscape:export-xdpi="91.230003"
+       inkscape:export-ydpi="91.230003">
+      <path
+         transform="translate(-7.529188,12.389655)"
+         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="path6157"
+         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"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path6159"
+         d="M 226.55355,-704.02579 L 226.55355,-695.13782"
+         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
+         sodipodi:nodetypes="cc"
+         id="path6161"
+         d="M 226.55323,-731.67826 L 226.55323,-722.63782"
+         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
+         sodipodi:open="true"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         transform="translate(3.8344747,12.462043)"
+         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="path6163"
+         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"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       id="g12872"
+       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,-1783.2868,660.51777)">
+      <path
+         style="font-size:14px;fill:#888a85"
+         id="path12874"
+         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="path12876"
+         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="path12878"
+         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="path12880"
+         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="path12882"
+         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="path12884"
+         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="path12886"
+         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="path12888"
+         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="path12890"
+         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="path12892"
+         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="path12894"
+         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="path12896"
+         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>
+</svg>
diff --git a/docs/manual/diagrams-pipelines.svg b/docs/manual/diagrams-pipelines.svg
new file mode 100644 (file)
index 0000000..66228db
--- /dev/null
@@ -0,0 +1,11923 @@
+<?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.46"
+   sodipodi:docname="diagrams-pipelines.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <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.1873914"
+     inkscape:cx="302.5573"
+     inkscape:cy="-206.46414"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1398"
+     inkscape:window-height="982"
+     inkscape:window-x="0"
+     inkscape:window-y="24"
+     showborder="false"
+     inkscape:showpageshadow="false"
+     borderlayer="false"
+     inkscape:snap-global="true">
+    <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="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" />
+  </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 A 22.627417,5.6568542 0 1 1 0.70710754,41.63604 A 22.627417,5.6568542 0 1 1 45.961941,41.63604 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 A 6.0987959,6.0987959 0 1 1 18.207999,24.930641 A 6.0987959,6.0987959 0 1 1 30.405591,24.930641 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 A 13.474453,2.7201946 0 1 1 16.953772,45.153286 A 13.474453,2.7201946 0 1 1 43.902678,45.153286 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 A 5.0608273,5.0608273 0 1 1 8.666667,41.231144 A 5.0608273,5.0608273 0 1 1 18.788321,41.231144 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 A 5.0608273,5.0608273 0 1 1 8.666667,41.231144 A 5.0608273,5.0608273 0 1 1 18.788321,41.231144 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 A 5.0608273,5.0608273 0 1 1 8.666667,41.231144 A 5.0608273,5.0608273 0 1 1 18.788321,41.231144 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 A 2.1875,2.1875 0 1 1 8.625001,38.25 A 2.1875,2.1875 0 1 1 13.000001,38.25 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 A 3.2040777,3.2040777 0 1 1 -217.6563,9.3521948 A 3.2040777,3.2040777 0 1 1 -211.24815,9.3521948 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 A 10.628699,10.628699 0 1 1 -219.07052,19.03072 A 10.628699,10.628699 0 1 1 -197.81312,19.03072 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 A 3.2040777,3.2040777 0 1 1 -217.6563,9.3521948 A 3.2040777,3.2040777 0 1 1 -211.24815,9.3521948 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 L 16.738712,6.0451923 L 16.227424,5.8091345 L 16.6875,5.484375 L 17.147576,5.1596154 L 17.198788,5.7204327 L 17.25,6.28125 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 4.578125,4.578125 0 1 1 26.25,41.484375 A 4.578125,4.578125 0 1 1 35.40625,41.484375 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 A 0.765625,0.765625 0 1 1 28.5,39.921875 A 0.765625,0.765625 0 1 1 30.03125,39.921875 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 0.46874997,0.46874997 0 1 1 30.937498,38.90625 A 0.46874997,0.46874997 0 1 1 31.874998,38.90625 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 A 1.3700194,1.016466 0 1 1 5.833631,25.593554 A 1.3700194,1.016466 0 1 1 8.5736699,25.593554 z"
+         transform="translate(8.838843e-2,0.176776)" />
+      <path
+         transform="translate(33.96705,8.838804e-2)"
+         d="M 8.5736699,25.593554 A 1.3700194,1.016466 0 1 1 5.833631,25.593554 A 1.3700194,1.016466 0 1 1 8.5736699,25.593554 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 A 14.875,6.6875 0 1 1 10.125,19.5625 A 14.875,6.6875 0 1 1 39.875,19.5625 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 A 6.5659914,2.2223356 0 1 1 23.63757,44.565483 A 6.5659914,2.2223356 0 1 1 36.769553,44.565483 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 A 19.928572,9.837245 0 1 1 4.4285717,38.714287 A 19.928572,9.837245 0 1 1 44.285715,38.714287 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 A 12.727922,12.727922 0 1 1 10.783379,23.781593 A 12.727922,12.727922 0 1 1 36.239223,23.781593 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 A 18.5,7.375 0 1 1 4.75,35.375 A 18.5,7.375 0 1 1 41.75,35.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 A 6.375,3.25 0 1 1 -0.5,32.75 A 6.375,3.25 0 1 1 12.25,32.75 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 A 6.375,3.25 0 1 1 -0.5,32.75 A 6.375,3.25 0 1 1 12.25,32.75 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 A 21.566757,14.318913 0 1 1 1.5909901,26.963573 A 21.566757,14.318913 0 1 1 44.724504,26.963573 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 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 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 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 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 A 14.75,8.25 0 1 1 11,21 A 14.75,8.25 0 1 1 40.5,21 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 A 18.473166,13.435029 0 1 1 3.7123089,19.008621 A 18.473166,13.435029 0 1 1 40.65864,19.008621 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 A 16.882174,4.552 0 1 1 7.3362331,35.051105 A 16.882174,4.552 0 1 1 41.10058,35.051105 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 A 9.3944187,3.939595 0 1 1 -45.052805,29.716238 A 9.3944187,3.939595 0 1 1 -26.263968,29.716238 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 A 9.3944187,3.939595 0 1 1 -45.052805,29.716238 A 9.3944187,3.939595 0 1 1 -26.263968,29.716238 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 A 9.3944187,3.939595 0 1 1 -45.052805,29.716238 A 9.3944187,3.939595 0 1 1 -26.263968,29.716238 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 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 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 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 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 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 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 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 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 A 0.83968931,0.83968931 0 1 1 33.941126,3.9384086 A 0.83968931,0.83968931 0 1 1 35.620504,3.9384086 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 A 5.524272,2.2980971 0 1 1 0.88388348,17.403807 A 5.524272,2.2980971 0 1 1 11.932427,17.403807 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 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 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 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 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 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 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 A 3.6239223,6.3639612 0 1 1 5.126524,24.665476 A 3.6239223,6.3639612 0 1 1 12.374369,24.665476 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 A 9.375,9.375 0 1 1 0,9.375 A 9.375,9.375 0 1 1 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 A 9.375,9.375 0 1 1 0,9.375 A 9.375,9.375 0 1 1 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 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.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 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.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 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.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 A 0.5,0.5 0 1 1 16,16.5 A 0.5,0.5 0 1 1 17,16.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" />
+      <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="1674.5095"
+         x="712.40381"
+         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="1674.5095"
+           x="712.40381"
+           id="tspan9663"
+           sodipodi:role="line">Gstreamer &quot;hello world&quot; pipeline diagram</tspan></text>
+    </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">
+        <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 element</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">
+        <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">
+        <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 element</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/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 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/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 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>
+    <g
+       id="queue"
+       transform="translate(197.92151,-7.6896557)"
+       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/queue.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       inkscape:label="#g12539">
+      <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="rect12169"
+         width="584.17798"
+         height="178.80679"
+         x="179.14598"
+         y="2053.667"
+         rx="5.0000005"
+         ry="5" />
+      <g
+         transform="translate(-123.78617,1671.2057)"
+         id="g12149">
+        <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(71.246703,1670.905)"
+         id="g12095">
+        <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(58.246703,1670.905)"
+         id="g12115">
+        <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">play audio</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/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 352.55663,2163.1102 L 389.55663,2163.1102"
+         id="path12129"
+         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 547.2445,2163.1102 L 584.2445,2163.1102"
+         id="path12131"
+         sodipodi:nodetypes="cc" />
+      <g
+         transform="translate(-266.48287,1671.3647)"
+         id="g12133">
+        <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">disk 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/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 9.82706,2163.5699 L 46.82706,2163.5699"
+         id="path12147"
+         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="189.25972"
+         y="2079.1914"
+         id="text12175"><tspan
+           style="font-size:18px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
+           sodipodi:role="line"
+           id="tspan12177"
+           x="189.25972"
+           y="2079.1914">thread</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 157.15931,2163.4266 L 194.15931,2163.4266"
+         id="path12179"
+         sodipodi:nodetypes="cc" />
+      <rect
+         ry="0"
+         rx="0"
+         y="2126.8384"
+         x="50.953087"
+         height="73.422379"
+         width="35.035748"
+         id="rect12181"
+         style="fill:#ef2929;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:1.8;stroke-opacity:1" />
+      <rect
+         ry="0"
+         rx="0"
+         y="2126.8384"
+         x="85.727379"
+         height="73.422379"
+         width="35.035748"
+         id="rect12183"
+         style="fill:#cc0000;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:1.8;stroke-opacity:1" />
+      <rect
+         ry="0"
+         rx="0"
+         y="2126.8384"
+         x="120.76312"
+         height="73.422379"
+         width="35.035748"
+         id="rect12185"
+         style="fill:#a40000;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:1.8;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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="49.586609"
+         y="2114.3347"
+         id="text12203"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12205"
+           x="49.586609"
+           y="2114.3347">queue</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="-270.39511"
+       y="2460.5122"
+       id="text12303"><tspan
+         sodipodi:role="line"
+         id="tspan12305"
+         x="-270.39511"
+         y="2460.5122"
+         style="font-size:20px;font-weight:normal;-inkscape-font-specification:Bitstream Vera Sans">Chapter 17. MIME types</tspan></text>
+    <g
+       id="g12587"
+       transform="translate(19.33261,0)"
+       inkscape:export-filename="/home/luc/dev/mm/gstreamer-0.10.19.2/docs/manual/mime-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="rect12207"
+         width="950.7605"
+         height="178.42247"
+         x="34.49498"
+         y="2461.4634"
+         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="rect12209"
+         width="153.2551"
+         height="99.162369"
+         x="43.774529"
+         y="2530.333"
+         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="49.550903"
+         y="2545.6089"
+         id="text12211"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12213"
+           x="49.550903"
+           y="2545.6089">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="rect12215"
+         width="49.561798"
+         height="33.867229"
+         x="147.43547"
+         y="2575.3459" />
+      <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="163.87897"
+         y="2595.009"
+         id="text12217"><tspan
+           sodipodi:role="line"
+           id="tspan12219"
+           x="163.87897"
+           y="2595.009">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="rect12221"
+         width="153.2551"
+         height="99.162369"
+         x="237.89165"
+         y="2530.333"
+         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="243.66803"
+         y="2545.6089"
+         id="text12223"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12225"
+           x="243.66803"
+           y="2545.6089">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="rect12227"
+         width="49.561798"
+         height="33.867229"
+         x="237.88579"
+         y="2575.3459" />
+      <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="250.72577"
+         y="2596.0076"
+         id="text12229"><tspan
+           sodipodi:role="line"
+           id="tspan12231"
+           x="250.72577"
+           y="2596.0076">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="rect12233"
+         width="49.561798"
+         height="33.867229"
+         x="341.55252"
+         y="2575.3459" />
+      <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="349.55118"
+         y="2594.8113"
+         id="text12235"><tspan
+           sodipodi:role="line"
+           id="tspan12237"
+           x="349.55118"
+           y="2594.8113">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="rect12239"
+         width="153.2551"
+         height="99.162369"
+         x="432.00861"
+         y="2530.333"
+         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="437.7851"
+         y="2545.6089"
+         id="text12241"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12243"
+           x="437.7851"
+           y="2545.6089">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="rect12245"
+         width="49.561798"
+         height="33.867229"
+         x="432.00275"
+         y="2575.3459" />
+      <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="444.84271"
+         y="2596.0076"
+         id="text12247"><tspan
+           sodipodi:role="line"
+           id="tspan12249"
+           x="444.84271"
+           y="2596.0076">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="rect12251"
+         width="49.561798"
+         height="33.867229"
+         x="535.66949"
+         y="2575.3459" />
+      <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="552.11298"
+         y="2595.009"
+         id="text12253"><tspan
+           sodipodi:role="line"
+           id="tspan12255"
+           x="552.11298"
+           y="2595.009">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="rect12257"
+         width="153.2551"
+         height="99.162369"
+         x="626.82147"
+         y="2530.333"
+         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="632.59796"
+         y="2545.6089"
+         id="text12259"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12261"
+           x="632.59796"
+           y="2545.6089">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="rect12263"
+         width="49.561798"
+         height="33.867229"
+         x="626.81573"
+         y="2575.3459" />
+      <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="639.6557"
+         y="2596.0076"
+         id="text12265"><tspan
+           sodipodi:role="line"
+           id="tspan12267"
+           x="639.6557"
+           y="2596.0076">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="rect12269"
+         width="49.561798"
+         height="33.867229"
+         x="730.4826"
+         y="2575.3459" />
+      <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="746.92609"
+         y="2595.009"
+         id="text12271"><tspan
+           sodipodi:role="line"
+           id="tspan12273"
+           x="746.92609"
+           y="2595.009">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="rect12275"
+         width="153.2551"
+         height="99.162369"
+         x="820.59076"
+         y="2530.333"
+         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="826.36713"
+         y="2545.6089"
+         id="text12277"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12279"
+           x="826.36713"
+           y="2545.6089">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="rect12281"
+         width="49.561798"
+         height="33.867229"
+         x="820.5849"
+         y="2575.3459" />
+      <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="832.56232"
+         y="2596.0076"
+         id="text12283"><tspan
+           sodipodi:role="line"
+           id="tspan12285"
+           x="832.56232"
+           y="2596.0076">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 196.80664,2592.2998 L 233.80668,2592.2998"
+         id="path12287"
+         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="45.791985"
+         y="2482.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="45.791985"
+           y="2482.886">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 390.87008,2592.2998 L 427.87008,2592.2998"
+         id="path12293"
+         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 585.69998,2592.2998 L 622.69998,2592.2998"
+         id="path12295"
+         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 779.41808,2592.2998 L 816.41808,2592.2998"
+         id="path12297"
+         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;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 172.21637,2611.5053 L 172.21637,2698.6813"
+         id="path12307"
+         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: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="168.29134"
+         y="2712.1367"
+         id="text12309"><tspan
+           style="font-size:14px;font-weight:bold;fill:#204a87;-inkscape-font-specification:Bitstream Vera Sans Bold"
+           sodipodi:role="line"
+           id="tspan12311"
+           x="168.29134"
+           y="2712.1367">?</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="200.61839"
+         y="2734.5869"
+         id="text12317"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12319"
+           x="200.61839"
+           y="2734.5869">application/ogg</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="324.51031"
+         y="2710.1367"
+         id="text12321"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12323"
+           x="324.51031"
+           y="2710.1367">audio/x-vorbis</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="413.83286"
+         y="2735.3936"
+         id="text12325"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12327"
+           x="413.83286"
+           y="2735.3936">audio/x-vorbis</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="517.88422"
+         y="2710.1367"
+         id="text12329"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12331"
+           x="517.88422"
+           y="2710.1367">audio/x-raw-float</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="608.38348"
+         y="2735.3936"
+         id="text12345"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12347"
+           x="608.38348"
+           y="2735.3936">audio/x-raw-float</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="713.13196"
+         y="2710.1367"
+         id="text12349"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12351"
+           x="713.13196"
+           y="2710.1367">audio/x-raw-int</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:#204a87;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+         x="801.68176"
+         y="2735.3936"
+         id="text12353"><tspan
+           style="font-size:14px;fill:#204a87"
+           sodipodi:role="line"
+           id="tspan12355"
+           x="801.68176"
+           y="2735.3936">audio/x-raw-int</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:square;stroke-linejoin:miter;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2, 4;stroke-dashoffset:1.79999991;stroke-opacity:1"
+         d="M 366.75601,2610.1368 L 366.75601,2697.3128"
+         id="path12363"
+         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;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 560.45039,2610.1368 L 560.45039,2697.3128"
+         id="path12365"
+         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;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 755.5055,2610.4339 L 755.5055,2697.6099"
+         id="path12367"
+         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;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 456.21595,2610.7173 L 456.21595,2722.5895"
+         id="path12369"
+         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;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 651.48231,2610.2714 L 651.48231,2722.1436"
+         id="path12371"
+         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;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 844.37102,2610.5686 L 844.37102,2722.4408"
+         id="path12373"
+         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;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 261.92167,2610.2645 L 261.92167,2722.1367"
+         id="path12375"
+         sodipodi:nodetypes="cc" />
+    </g>
+  </g>
+</svg>
diff --git a/docs/manual/filter-element-multi.fig b/docs/manual/filter-element-multi.fig
deleted file mode 100644 (file)
index a27f243..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5625 2775 7575 2775 7575 4425 5625 4425 5625 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5625 3600 6375 3600 6375 4125 5625 4125 5625 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6825 3225 7575 3225 7575 3750 6825 3750 6825 3225
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6825 3825 7575 3825 7575 4350 6825 4350 6825 3825
-4 0 0 50 0 16 12 0.0000 4 165 1200 5775 3150 demuxer\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5850 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 135 465 6975 3600 video\001
-4 0 0 50 0 16 12 0.0000 4 135 465 6975 4200 audio\001
diff --git a/docs/manual/filter-element-multi.png b/docs/manual/filter-element-multi.png
new file mode 100644 (file)
index 0000000..dfbbcb1
Binary files /dev/null and b/docs/manual/filter-element-multi.png differ
diff --git a/docs/manual/filter-element.fig b/docs/manual/filter-element.fig
deleted file mode 100644 (file)
index e074faf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6825 3600 7575 3600 7575 4125 6825 4125 6825 3600
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5625 2775 7575 2775 7575 4425 5625 4425 5625 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5625 3600 6375 3600 6375 4125 5625 4125 5625 3600
-4 0 0 50 0 16 12 0.0000 4 105 255 7050 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 165 1200 5775 3150 filter\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5850 3975 sink\001
diff --git a/docs/manual/filter-element.png b/docs/manual/filter-element.png
new file mode 100644 (file)
index 0000000..7e2ea32
Binary files /dev/null and b/docs/manual/filter-element.png differ
diff --git a/docs/manual/gstreamer-overview.png b/docs/manual/gstreamer-overview.png
new file mode 100644 (file)
index 0000000..b762ab2
Binary files /dev/null and b/docs/manual/gstreamer-overview.png differ
diff --git a/docs/manual/hello-world.fig b/docs/manual/hello-world.fig
deleted file mode 100644 (file)
index a6b45fa..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-#FIG 3.2
-Portrait
-Center
-Metric
-A4
-100.000000
-Single
--2
-1200 2
-0 32 #ffff00
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       7559 5196 13653 5196 13653 6566 7559 6566 7559 5196
--6
-6 0 0 0 0
-4 0 0 0 0 16 11.381102 0.0 6 0.0 0.0 7653 5385 pipeline\001
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       8645 6215 8754 6215 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       8754 6260 8874 6215 8754 6170 8754 6260
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       7653 5716 8645 5716 8645 6472 7653 6472 7653 5716
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       8220 6094 8645 6094 8645 6336 8220 6336 8220 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       8220 6094 8645 6094 8645 6336 8220 6336 8220 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 8362 6283 src\001
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       8881 5716 9874 5716 9874 6472 8881 6472 8881 5716
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       8881 6094 9307 6094 9307 6336 8881 6336 8881 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       8881 6094 9307 6094 9307 6336 8881 6336 8881 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 8929 6283 sink\001
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       9448 6094 9874 6094 9874 6336 9448 6336 9448 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       9448 6094 9874 6094 9874 6336 9448 6336 9448 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 9590 6283 src\001
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       10110 5716 11102 5716 11102 6472 10110 6472 10110 5716
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       10110 6094 10535 6094 10535 6336 10110 6336 10110 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       10110 6094 10535 6094 10535 6336 10110 6336 10110 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 10157 6283 sink\001
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       10677 6094 11102 6094 11102 6336 10677 6336 10677 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       10677 6094 11102 6094 11102 6336 10677 6336 10677 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 10818 6283 src\001
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       11338 5716 12330 5716 12330 6472 11338 6472 11338 5716
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       11338 6094 11763 6094 11763 6336 11338 6336 11338 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       11338 6094 11763 6094 11763 6336 11338 6336 11338 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 11385 6283 sink\001
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       11905 6094 12330 6094 12330 6336 11905 6336 11905 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       11905 6094 12330 6094 12330 6336 11905 6336 11905 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 12047 6283 src\001
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       12566 5716 13559 5716 13559 6472 12566 6472 12566 5716
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       12566 6094 12992 6094 12992 6336 12566 6336 12566 6094
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       12566 6094 12992 6094 12992 6336 12566 6336 12566 6094
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 12614 6283 sink\001
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       9874 6215 9982 6215 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       9982 6260 10102 6215 9982 6170 9982 6260
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       11102 6215 11211 6215 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       11211 6260 11331 6215 11211 6170 11211 6260
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       12330 6215 12439 6215 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       12439 6260 12559 6215 12439 6170 12439 6260
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 7700 5905 file-source\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 8929 5905 ogg-demuxer\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 10157 5905 vorbis-decoder\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 11385 5905 converter\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 8.535827 0.0 6 0.0 0.0 12614 5905 audio-output\001
--6
diff --git a/docs/manual/hello-world.png b/docs/manual/hello-world.png
new file mode 100644 (file)
index 0000000..a274813
Binary files /dev/null and b/docs/manual/hello-world.png differ
index 3d65002..2e5c6c0 100644 (file)
     </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.
-      A pipeline is a special subtype of a bin that allows execution of all
-      of its contained child 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 pipeline is a top-level bin. 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>
-  </sect1>
-
   <sect1 id="section-intro-basics-pads">
     <title>Pads</title>
     <para>
-      <emphasis>Pads</emphasis> are used to negotiate links and data flow
+      <emphasis>Pads</emphasis> are element's input and output, where
+      you can connect other elements. They 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
       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.
+      A <emphasis>pipeline</emphasis> is a special subtype of a bin that allows execution of all
+      of its contained child 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. 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>
+
 </chapter>
index e744029..aa800ee 100644 (file)
       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/negociation</para></listitem>
+        <listitem><para>over 150 plug-ins</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-python: the python bindings</para></listitem>
+        <listitem><para>a few others packages</para></listitem>
+      </itemizedlist>
+    </para> 
+
+
 </chapter>
index 5ba2ed5..1fceebe 100644 (file)
@@ -1,5 +1,7 @@
 <chapter id="chapter-motivation">
-  <title>Motivation &amp; Goals</title>
+  <title>Design principles</title>
+
+<!--
   <para> 
     Linux has historically lagged behind other operating systems in the
     multimedia arena. Microsoft's <trademark>Windows</trademark> and
     <para> 
       We describe what we try to achieve with &GStreamer;.
     </para>
-    <sect2 id="section-goals-clean">
+-->
+
+    <section id="section-goals-clean">
       <title>Clean and powerful</title>
       <para>
-        &GStreamer; wants to provide a clean interface to:
+        &GStreamer; provides a clean interface to:
       </para>
       <itemizedlist>
         <listitem>
         </listitem>
       </itemizedlist>
 
-    </sect2>
-    <sect2 id="section-goals-object">
+    </section>
+    <section id="section-goals-object">
       <title>Object oriented</title>
       <para>
-        &GStreamer; adheres to the GLib 2.0 object model. A programmer
-        familiar with GLib 2.0 or older versions of GTK+ will be
+        &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>
       <para>
         &GStreamer; intends to be similar in programming methodology to GTK+.
        This applies to the object model, ownership of objects, reference
-        counting, ...
+        counting, etc.
       </para> 
-    </sect2>
+    </section>
   
-    <sect2 id="section-goals-extensible">
+    <section id="section-goals-extensible">
       <title>Extensible</title>
       <para> 
        All &GStreamer; Objects can be extended using the GObject
         All plugins are loaded dynamically and can be extended and upgraded
        independently.
       </para> 
-    </sect2>
+    </section>
 
-    <sect2 id="section-goals-binary">
-      <title>Allow binary only plugins</title>
+    <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,
         Special care has been taken to make plugins completely self-contained. 
         All relevant aspects of plugins can be queried at run-time.
       </para> 
-    </sect2>
+    </section>
 
-    <sect2 id="section-goals-performance">
+    <section id="section-goals-performance">
       <title>High performance</title>
       <para> 
         High performance is obtained by:
          </para>
         </listitem>
       </itemizedlist>
-    </sect2>
+    </section>
 
-    <sect2 id="section-goals-separation">
+    <section id="section-goals-separation">
       <title>Clean core/plugins separation</title>
       <para>
         The core of &GStreamer; is essentially media-agnostic. It only knows
         external to the core. These tell the core how to handle specific
         types of media.
       </para>
-    </sect2>
+    </section>
 
-    <sect2 id="section-goals-testbed">
+    <section id="section-goals-testbed">
       <title>Provide a framework for codec experimentation</title>
       <para>
        &GStreamer; also wants to be an easy framework where codec
        url="http://www.xiph.org/ogg/index.html" type="http">Theora and
        Vorbis</ulink>.
       </para>
-    </sect2>
+    </section>
 
+<!--
   </sect1>
+-->
 </chapter>
index b481bfe..3467c96 100644 (file)
       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 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/doc/API/2.0/gobject/index.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>.
+      In order to understand this manual, you need to have a basic
+      understanding of the <emphasis>C language</emphasis>.
     </para>
     <para>
-      In addition you might want to read the &GstPWG; after this manual.
-      Also check out the other documentation available on the <ulink type="http"
-      url="http://gstreamer.freedesktop.org/documentation/">&GStreamer; web site</ulink>.
+      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 instentiation</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>
   
     </para>
 
     <para>
-      <xref linkend="part-introduction"/> gives you an overview of &GStreamer;'s
-      motivation design goals.
+      <xref linkend="part-introduction"/> gives you an overview of &GStreamer;,
+      it's design principles and foundations.
     </para>
 
     <para>
-      <xref linkend="part-building"/> rapidly covers the basics of &GStreamer;
-      application programming. At the end of that chapter, you should be
+      <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>
 
@@ -76,7 +85,7 @@
     </para>
 
     <para>
-      In <xref linkend="part-appendices"/>, you will find some random
+      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.
diff --git a/docs/manual/linked-elements.fig b/docs/manual/linked-elements.fig
deleted file mode 100644 (file)
index a2b3a52..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        3975 3600 4725 3600 4725 4125 3975 4125 3975 3600
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        2775 2775 4725 2775 4725 4425 2775 4425 2775 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5400 2775 7350 2775 7350 4425 5400 4425 5400 2775
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        8025 2775 9975 2775 9975 4425 8025 4425 8025 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5400 3600 6150 3600 6150 4125 5400 4125 5400 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        8025 3600 8775 3600 8775 4125 8025 4125 8025 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6600 3600 7350 3600 7350 4125 6600 4125 6600 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        4575 3750 5400 3750
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        7200 3750 8025 3750
-4 0 0 50 0 16 12 0.0000 4 105 255 4200 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5550 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 135 330 8175 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 105 255 6825 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 750 5625 3075 filter\001
-4 0 0 50 0 16 12 0.0000 4 135 750 8250 3075 sink_element\001
-4 0 0 50 0 16 12 0.0000 4 135 750 3000 3075 source_element\001
diff --git a/docs/manual/linked-elements.png b/docs/manual/linked-elements.png
new file mode 100644 (file)
index 0000000..fe980f7
Binary files /dev/null and b/docs/manual/linked-elements.png differ
diff --git a/docs/manual/mime-world.fig b/docs/manual/mime-world.fig
deleted file mode 100644 (file)
index 6e8db1d..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-#FIG 3.2
-Portrait
-Center
-Metric
-Letter
-100.000000
-Single
--2
-1200 2
-0 32 #ffff00
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       9589 2741 11539 2741 11539 4391 9589 4391 9589 2741
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       1950 1950 14923 1950 14923 4827 1950 4827 1950 1950
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       2100 2741 4049 2741 4049 4391 2100 4391 2100 2741
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       3300 3584 4050 3584 4050 4109 3300 4109 3300 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       3300 3584 4050 3584 4050 4109 3300 4109 3300 3584
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       4049 3846 4447 3846 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       4447 3891 4567 3846 4447 3801 4447 3891
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       4574 2741 6524 2741 6524 4391 4574 4391 4574 2741
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       4574 3584 5325 3584 5325 4109 4574 4109 4574 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       4574 3584 5325 3584 5325 4109 4574 4109 4574 3584
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       5774 3584 6524 3584 6524 4109 5774 4109 5774 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       5774 3584 6524 3584 6524 4109 5774 4109 5774 3584
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       6524 3846 6997 3846 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       6997 3891 7117 3846 6997 3801 6997 3891
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       7124 2741 9074 2741 9074 4391 7124 4391 7124 2741
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       7124 3584 7874 3584 7874 4109 7124 4109 7124 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       7124 3584 7874 3584 7874 4109 7124 4109 7124 3584
--6
-6 0 0 0 0
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       12239 2741 14189 2741 14189 4391 12239 4391 12239 2741
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       8324 3584 9074 3584 9074 4109 8324 4109 8324 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       8324 3584 9074 3584 9074 4109 8324 4109 8324 3584
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       9600 3584 10349 3584 10349 4109 9600 4109 9600 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       9600 3584 10349 3584 10349 4109 9600 4109 9600 3584
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       9074 3846 9472 3846 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       9472 3891 9592 3846 9472 3801 9472 3891
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       3674 4049 3674 5250 
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       4874 4049 4874 5250 
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       6149 4109 6149 5525 
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       7499 4049 7499 5250 
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       8791 4133 8791 5558 
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       9974 4109 9974 5250 
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 2174 2250 pipeline\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 3548 3869 src\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 4758 3872 sink\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 6017 3872 src\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 7308 3872 sink\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 8567 3872 src\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 9785 3872 sink\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 2250 3074 file source\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 4724 3086 ogg demuxer\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 7274 3074 vorbis decoder\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 9749 3074 audio converter\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 3674 5474 ?\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 9424 5400 audio/x-raw-float\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 4349 5400 application/ogg\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 8215 5772 audio/x-raw-float\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 5808 5772 audio/x-vorbis\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 7124 5403 audio/x-vorbis\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 12367 3074 audio output\001
--6
-6 0 0 0 0
-2 3 1 1 32 32 0 -1 20 5.000000 0 0 0 0 0 5
-       12240 3584 12990 3584 12990 4109 12240 4109 12240 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       12240 3584 12990 3584 12990 4109 12240 4109 12240 3584
--6
-6 0 0 0 0
-2 3 0 1 32 32 0 -1 20 31.496063 0 0 0 0 0 5
-       10777 3584 11527 3584 11527 4109 10777 4109 10777 3584
-2 3 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 5
-       10777 3584 11527 3584 11527 4109 10777 4109 10777 3584
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 11019 3869 src\001
--6
-6 0 0 0 0
-4 0 0 0 0 16 16.787126 0.0 6 0.0 0.0 12423 3872 sink\001
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 11981 5400 audio/x-raw-int\001
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       12554 4119 12554 5244 
--6
-6 0 0 0 0
-2 1 1 1 0 0 0 0 -1 5.000000 0 0 0 0 0 2
-       11404 4145 11404 5570 
--6
-6 0 0 0 0
-4 0 0 0 0 0 16.787126 0.0 6 0.0 0.0 10794 5772 audio/x-raw-int\001
--6
-6 0 0 0 0
-2 1 0 1 0 0 0 0 -1 31.496063 0 0 0 0 0 2
-       11527 3846 12113 3846 
-2 3 0 0 0 0 0 0 20 31.496063 0 0 0 0 0 4
-       12113 3891 12233 3846 12113 3801 12113 3891
--6
diff --git a/docs/manual/mime-world.png b/docs/manual/mime-world.png
new file mode 100644 (file)
index 0000000..ac66f95
Binary files /dev/null and b/docs/manual/mime-world.png differ
diff --git a/docs/manual/queue.fig b/docs/manual/queue.fig
deleted file mode 100644 (file)
index fbc552f..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        4575 3600 5325 3600 5325 4125 4575 4125 4575 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5775 3600 6525 3600 6525 4125 5775 4125 5775 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        6525 3750 7125 3750
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        7125 3600 7875 3600 7875 4125 7125 4125 7125 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        8325 3600 9075 3600 9075 4125 8325 4125 8325 3600
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        9600 3600 10350 3600 10350 4125 9600 4125 9600 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        9075 3750 9600 3750
-2 2 0 1 0 7 51 0 20 0.000 0 0 -1 0 0 5
-        4575 2775 6525 2775 6525 4425 4575 4425 4575 2775
-2 2 0 1 0 7 51 0 20 0.000 0 0 -1 0 0 5
-        7125 2775 9075 2775 9075 4425 7125 4425 7125 2775
-2 2 0 1 0 7 51 0 20 0.000 0 0 -1 0 0 5
-        9600 2775 11550 2775 11550 4425 9600 4425 9600 2775
-2 2 0 1 0 7 100 0 19 0.000 0 0 -1 0 0 5
-        4425 1950 11700 1950 11700 4800 4425 4800 4425 1950
-2 2 0 1 0 7 50 0 20 0.000 0 0 -1 0 0 5
-        300 2775 2250 2775 2250 4425 300 4425 300 2775
-2 2 0 1 0 6 49 0 20 0.000 0 0 -1 0 0 5
-        1500 3600 2250 3600 2250 4125 1500 4125 1500 3600
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        2250 3750 2775 3750
-2 1 0 1 0 7 50 0 -1 0.000 0 0 -1 1 0 2
-       1 1 1.00 90.00 120.00
-        3975 3750 4575 3750
-2 2 0 1 0 11 50 0 20 0.000 0 0 -1 0 0 5
-        2775 3375 3075 3375 3075 4200 2775 4200 2775 3375
-2 2 0 1 0 11 50 0 20 0.000 0 0 -1 0 0 5
-        3075 3375 3375 3375 3375 4200 3075 4200 3075 3375
-2 2 0 1 0 11 50 0 20 0.000 0 0 -1 0 0 5
-        3375 3375 3675 3375 3675 4200 3375 4200 3375 3375
-2 2 0 1 0 11 50 0 20 0.000 0 0 -1 0 0 5
-        3675 3375 3975 3375 3975 4200 3675 4200 3675 3375
-4 0 0 50 0 16 12 0.0000 4 135 330 4725 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 105 255 6075 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 330 7350 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 105 255 8625 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 135 330 9750 3975 sink\001
-4 0 0 50 0 16 12 0.0000 4 150 465 4725 3075 parse\001
-4 0 0 50 0 16 12 0.0000 4 135 690 7275 3075 decoder\001
-4 0 0 50 0 16 12 0.0000 4 180 930 9750 3075 play_audio\001
-4 0 0 50 0 16 12 0.0000 4 135 525 4575 2250 thread\001
-4 0 0 50 0 16 12 0.0000 4 165 1005 450 3075 disk_source\001
-4 0 0 48 0 16 12 0.0000 4 105 255 1650 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 150 525 2850 3225 queue\001
diff --git a/docs/manual/queue.png b/docs/manual/queue.png
new file mode 100644 (file)
index 0000000..668d323
Binary files /dev/null and b/docs/manual/queue.png differ
diff --git a/docs/manual/simple-player.png b/docs/manual/simple-player.png
new file mode 100644 (file)
index 0000000..b3b3ca1
Binary files /dev/null and b/docs/manual/simple-player.png differ
diff --git a/docs/manual/sink-element.fig b/docs/manual/sink-element.fig
deleted file mode 100644 (file)
index 4172cd1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5625 2775 7575 2775 7575 4425 5625 4425 5625 2775
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        5625 3600 6375 3600 6375 4125 5625 4125 5625 3600
-4 0 0 50 0 16 12 0.0000 4 165 1200 5775 3150 sink_element\001
-4 0 0 50 0 16 12 0.0000 4 135 330 5850 3975 sink\001
diff --git a/docs/manual/sink-element.png b/docs/manual/sink-element.png
new file mode 100644 (file)
index 0000000..6a4eaa1
Binary files /dev/null and b/docs/manual/sink-element.png differ
diff --git a/docs/manual/src-element.fig b/docs/manual/src-element.fig
deleted file mode 100644 (file)
index 04c9fcb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#FIG 3.2
-Landscape
-Center
-Inches
-Letter  
-100.00
-Single
--2
-1200 2
-2 2 0 1 0 6 50 0 20 0.000 0 0 -1 0 0 5
-        6825 3600 7575 3600 7575 4125 6825 4125 6825 3600
-2 2 0 1 0 7 50 0 -1 0.000 0 0 -1 0 0 5
-        5625 2775 7575 2775 7575 4425 5625 4425 5625 2775
-4 0 0 50 0 16 12 0.0000 4 105 255 7050 3975 src\001
-4 0 0 50 0 16 12 0.0000 4 165 1200 5775 3150 source_element\001
diff --git a/docs/manual/src-element.png b/docs/manual/src-element.png
new file mode 100644 (file)
index 0000000..27699e0
Binary files /dev/null and b/docs/manual/src-element.png differ