From 849a83bee6ac004685893d6abfad7ac164c8e0f2 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 11 Jan 2012 12:39:01 +0100 Subject: [PATCH] voamrwbenc: fix audio format in template caps --- ext/voamrwbenc/gstvoamrwbenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/voamrwbenc/gstvoamrwbenc.c b/ext/voamrwbenc/gstvoamrwbenc.c index 7452fe46de..0721c87f10 100644 --- a/ext/voamrwbenc/gstvoamrwbenc.c +++ b/ext/voamrwbenc/gstvoamrwbenc.c @@ -92,7 +92,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/x-raw, " - "format = (string) S16LE, " + "format = (string) " GST_AUDIO_NE (S16) ", " "layout = (string) interleaved, " "rate = (int) 16000, " "channels = (int) 1") );