mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
docs/manual/helloworld.xml:
Original commit message from CVS: * docs/manual/helloworld.xml: s/audiosink/osssink (patch by Patrick Guimond)
This commit is contained in:
parent
7cbe588a07
commit
3cd51699bf
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-05-08 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
* docs/manual/helloworld.xml:
|
||||||
|
s/audiosink/osssink (patch by Patrick Guimond)
|
||||||
|
|
||||||
2004-05-07 David Schleef <ds@schleef.org>
|
2004-05-07 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
|
* configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
|
||||||
|
|
|
@ -154,7 +154,7 @@ main (int argc, char *argv[])
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/* and an audio sink */
|
/* and an audio sink */
|
||||||
audiosink = gst_element_factory_make ("audiosink", "play_audio");
|
audiosink = gst_element_factory_make ("osssink", "play_audio");
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -154,7 +154,7 @@ main (int argc, char *argv[])
|
||||||
</para>
|
</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/* and an audio sink */
|
/* and an audio sink */
|
||||||
audiosink = gst_element_factory_make ("audiosink", "play_audio");
|
audiosink = gst_element_factory_make ("osssink", "play_audio");
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue