mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
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:
parent
e7ceea587b
commit
acc22ba11c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue