manual: small tweaks
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 11 Oct 2012 15:10:04 +0000 (17:10 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 11 Oct 2012 15:10:04 +0000 (17:10 +0200)
docs/manual/basics-bus.xml
docs/manual/intro-gstreamer.xml

index 46e037a..d040c8d 100644 (file)
@@ -2,7 +2,7 @@
   <title>Bus</title>
   <para>
     A bus is a simple system that takes care of forwarding messages from
-    the pipeline threads to an application in its own thread context. The
+    the streaming threads to an application in its own thread context. The
     advantage of a bus is that an application does not need to be
     thread-aware in order to use &GStreamer;, even though &GStreamer;
     itself is heavily threaded.
@@ -255,7 +255,7 @@ g_signal_connect (bus, "message::eos", G_CALLBACK (cb_message_eos), NULL);
           manually extract the progress (in percent) from the message by
           extracting the <quote>buffer-percent</quote> property from the
           structure returned by <function>gst_message_get_structure
-          ()</function>.
+            ()</function>. See also <xref linkend="chapter-buffering"/>.
         </para>
       </listitem>
       <listitem>
index 1e40c97..38329e8 100644 (file)
@@ -55,7 +55,8 @@
         <listitem><para>a plugin architecture</para></listitem>
         <listitem><para>a pipeline architecture</para></listitem>
         <listitem><para>a mechanism for media type handling/negotiation</para></listitem>
-        <listitem><para>over 150 plug-ins</para></listitem>
+        <listitem><para>a mechanism for synchronization</para></listitem>
+        <listitem><para>over 250 plug-ins providing more than 1000 elements</para></listitem>
         <listitem><para>a set of tools</para></listitem>
       </itemizedlist>
     </para>