mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
docs/manual/basics-bins.xml: Fix variable name mismatch (#170464).
Original commit message from CVS: * docs/manual/basics-bins.xml: Fix variable name mismatch (#170464).
This commit is contained in:
parent
ccd1b69b71
commit
5f354c5bd4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/manual/basics-bins.xml:
|
||||
Fix variable name mismatch (#170464).
|
||||
|
||||
2005-03-23 Tristan van Berkom <tristan.van.berkom@gmail.com>
|
||||
|
||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue