Fixed the audiosink in the example with osssink.

Original commit message from CVS:
Fixed the audiosink in the example with osssink.
This commit is contained in:
Wim Taymans 2001-06-17 03:03:09 +00:00
parent e7ceea587b
commit acc22ba11c

View file

@ -43,7 +43,7 @@ main (int argc, char *argv[])
decoder = gst_elementfactory_make ("mpg123", "decoder"); decoder = gst_elementfactory_make ("mpg123", "decoder");
/* and an audio sink */ /* and an audio sink */
audiosink = gst_elementfactory_make ("audiosink", "play_audio"); audiosink = gst_elementfactory_make ("osssink", "play_audio");
/* add objects to the main pipeline */ /* add objects to the main pipeline */
gst_bin_add (GST_BIN (pipeline), disksrc); gst_bin_add (GST_BIN (pipeline), disksrc);