summaryrefslogtreecommitdiff
path: root/test/mp2toavi.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mp2toavi.c')
-rw-r--r--test/mp2toavi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mp2toavi.c b/test/mp2toavi.c
index 4dd7e3cae..fd5a7b7e8 100644
--- a/test/mp2toavi.c
+++ b/test/mp2toavi.c
@@ -104,7 +104,7 @@ void mp2tomp1(GstElement *parser,GstPad *pad, GstElement *pipeline) {
g_return_if_fail(parse_audio != NULL);
decode = gst_elementfactory_make("mpg123","decode_audio");
g_return_if_fail(decode != NULL);
- play = gst_elementfactory_make("audiosink","play_audio");
+ play = gst_elementfactory_make("osssink","play_audio");
g_return_if_fail(play != NULL);
// create the thread and pack stuff into it