twolamemp2enc: Update for the new raw audio caps

This commit is contained in:
Sebastian Dröge 2012-01-04 15:44:37 +01:00
parent f7e7a959d8
commit 52481b34f5

View file

@ -67,8 +67,14 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw, "
"format = (string) { " GST_AUDIO_NE (F32) ", " GST_AUDIO_NE (S16) " }, "
"layout = (string) interleaved, "
"rate = (int) { 16000, 22050, 24000, 32000, 44100, 48000 }, "
"channels = (int) [ 1, 2 ]")
"channels = (int) 1; "
"audio/x-raw, "
"format = (string) { " GST_AUDIO_NE (F32) ", " GST_AUDIO_NE (S16) " }, "
"layout = (string) interleaved, "
"rate = (int) { 16000, 22050, 24000, 32000, 44100, 48000 }, "
"channels = (int) 2," "channel-mask = (bitmask) 0x3")
);
static GstStaticPadTemplate gst_two_lame_src_template =