[gst-cvs] gstreamer: manual: Fix typo
Sebastian Dröge
slomo at kemper.freedesktop.org
Thu Jun 17 00:05:43 PDT 2010
Module: gstreamer
Branch: master
Commit: 7266cbc54ae1348c4708dc3d32c9e220a5ba7aa6
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=7266cbc54ae1348c4708dc3d32c9e220a5ba7aa6
Author: Alexander Saprykin <xelfium at gmail.com>
Date: Thu Jun 17 09:05:28 2010 +0200
manual: Fix typo
---
docs/manual/intro-basics.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/manual/intro-basics.xml b/docs/manual/intro-basics.xml
index 1ab1940..2dc038d 100644
--- a/docs/manual/intro-basics.xml
+++ b/docs/manual/intro-basics.xml
@@ -122,7 +122,7 @@
</listitem>
<listitem>
<para>
- <emphasis>messages</emphasis>: are object send from elements over the
+ <emphasis>messages</emphasis>: are objects send from elements over the
bus to the application. Messages can be received synchronously, but
then from the streaming thread context of the sender or asynchronously
marshalled to the main thread of the application.
More information about the Gstreamer-commits
mailing list