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:
Ronald S. Bultje 2005-03-23 22:18:30 +00:00
parent ccd1b69b71
commit 5f354c5bd4
2 changed files with 6 additions and 1 deletions

View file

@ -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>

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>