From: Wim Taymans Date: Fri, 19 Aug 2011 14:27:20 +0000 (+0200) Subject: rg: fix caps X-Git-Tag: RELEASE-0.11.1~384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1abdd7626c619d6006cf6f79a84998edc64da2b;p=platform%2Fupstream%2Fgst-plugins-good.git rg: fix caps --- 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, " \