From acc22ba11cf438e319b46192d960b62f2121700e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 17 Jun 2001 03:03:09 +0000 Subject: [PATCH] Fixed the audiosink in the example with osssink. Original commit message from CVS: Fixed the audiosink in the example with osssink. --- docs/manual/helloworld.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/helloworld.sgml b/docs/manual/helloworld.sgml index 42868dcd6b..90436398de 100644 --- a/docs/manual/helloworld.sgml +++ b/docs/manual/helloworld.sgml @@ -43,7 +43,7 @@ main (int argc, char *argv[]) decoder = gst_elementfactory_make ("mpg123", "decoder"); /* and an audio sink */ - audiosink = gst_elementfactory_make ("audiosink", "play_audio"); + audiosink = gst_elementfactory_make ("osssink", "play_audio"); /* add objects to the main pipeline */ gst_bin_add (GST_BIN (pipeline), disksrc);