diff --git a/docs/manual/basics-bus.xml b/docs/manual/basics-bus.xml index 46e037a381..d040c8dcbd 100644 --- a/docs/manual/basics-bus.xml +++ b/docs/manual/basics-bus.xml @@ -2,7 +2,7 @@ Bus 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 buffer-percent property from the structure returned by gst_message_get_structure - (). + (). See also . diff --git a/docs/manual/intro-gstreamer.xml b/docs/manual/intro-gstreamer.xml index 1e40c97983..38329e8cd6 100644 --- a/docs/manual/intro-gstreamer.xml +++ b/docs/manual/intro-gstreamer.xml @@ -55,7 +55,8 @@ a plugin architecture a pipeline architecture a mechanism for media type handling/negotiation - over 150 plug-ins + a mechanism for synchronization + over 250 plug-ins providing more than 1000 elements a set of tools