docs/manual/: Some small fixes as pointed out by Ser-ver on IRC.

Original commit message from CVS:
* docs/manual/basics-bins.xml:
* docs/manual/basics-elements.xml:
Some small fixes as pointed out by Ser-ver on IRC.
This commit is contained in:
Wim Taymans 2006-01-11 10:20:06 +00:00
parent 0042c9dada
commit 9c39605f30
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-01-11 Wim Taymans <wim@fluendo.com>
* docs/manual/basics-bins.xml:
* docs/manual/basics-elements.xml:
Some small fixes as pointed out by Ser-ver on IRC.
2006-01-10 Edward Hervey <edward@fluendo.com>
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):

View file

@ -137,7 +137,7 @@ main (int argc
g_object_set (G_OBJECT (player), "location", "helloworld.ogg", NULL);
/* start playback */
gst_element_set_state (GST_ELEMENT (mp3player), GST_STATE_PLAYING);
gst_element_set_state (GST_ELEMENT (player), GST_STATE_PLAYING);
[..]
}
</programlisting>

View file

@ -530,7 +530,7 @@ main (int argc,
any form. Internally, &GStreamer; will start threads that take this
task on to them. &GStreamer; will also take care of switching
messages from the pipeline's thread into the application's own
thread, by using a <xref linkend="chapter-bus"/>.
thread, by using <xref linkend="chapter-bus"/>.
</para>
</sect1>
</chapter>