Skip to content
Snippets Groups Projects
Commit acc22ba1 authored by Wim Taymans's avatar Wim Taymans
Browse files

Fixed the audiosink in the example with osssink.

Original commit message from CVS:
Fixed the audiosink in the example with osssink.
parent e7ceea58
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment