mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
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:
parent
0042c9dada
commit
9c39605f30
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
2006-01-10 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
|
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
|
||||||
|
|
|
@ -137,7 +137,7 @@ main (int argc
|
||||||
g_object_set (G_OBJECT (player), "location", "helloworld.ogg", NULL);
|
g_object_set (G_OBJECT (player), "location", "helloworld.ogg", NULL);
|
||||||
|
|
||||||
/* start playback */
|
/* start playback */
|
||||||
gst_element_set_state (GST_ELEMENT (mp3player), GST_STATE_PLAYING);
|
gst_element_set_state (GST_ELEMENT (player), GST_STATE_PLAYING);
|
||||||
[..]
|
[..]
|
||||||
}
|
}
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
|
@ -530,7 +530,7 @@ main (int argc,
|
||||||
any form. Internally, &GStreamer; will start threads that take this
|
any form. Internally, &GStreamer; will start threads that take this
|
||||||
task on to them. &GStreamer; will also take care of switching
|
task on to them. &GStreamer; will also take care of switching
|
||||||
messages from the pipeline's thread into the application's own
|
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>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
Loading…
Reference in a new issue