mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rg: fix caps
This commit is contained in:
parent
0eeffef222
commit
c1abdd7626
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ enum
|
||||||
/* The ReplayGain algorithm is intended for use with mono and stereo
|
/* The ReplayGain algorithm is intended for use with mono and stereo
|
||||||
* audio. The used implementation has filter coefficients for the
|
* audio. The used implementation has filter coefficients for the
|
||||||
* "usual" sample rates in the 8000 to 48000 Hz range. */
|
* "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)" }, " \
|
"format = (string) { "GST_AUDIO_NE(F32)","GST_AUDIO_NE(S16)" }, " \
|
||||||
"channels = (int) { 1, 2 }, " \
|
"channels = (int) { 1, 2 }, " \
|
||||||
"rate = (int) { 8000, 11025, 12000, 16000, 22050, 24000, 32000, " \
|
"rate = (int) { 8000, 11025, 12000, 16000, 22050, 24000, 32000, " \
|
||||||
|
|
Loading…
Reference in a new issue