From c1abdd7626c619d6006cf6f79a84998edc64da2b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 19 Aug 2011 16:27:20 +0200 Subject: [PATCH] rg: fix caps --- gst/replaygain/gstrganalysis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/replaygain/gstrganalysis.c b/gst/replaygain/gstrganalysis.c index 9b34f24..9bd445a 100644 --- a/gst/replaygain/gstrganalysis.c +++ b/gst/replaygain/gstrganalysis.c @@ -103,7 +103,7 @@ enum /* The ReplayGain algorithm is intended for use with mono and stereo * audio. The used implementation has filter coefficients for the * "usual" sample rates in the 8000 to 48000 Hz range. */ -#define REPLAY_GAIN_CAPS \ +#define REPLAY_GAIN_CAPS "audio/x-raw," \ "format = (string) { "GST_AUDIO_NE(F32)","GST_AUDIO_NE(S16)" }, " \ "channels = (int) { 1, 2 }, " \ "rate = (int) { 8000, 11025, 12000, 16000, 22050, 24000, 32000, " \ -- 2.7.4