From bdaaede33b971380190bf7628bf3419e7a1e6a96 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 2 Aug 2004 11:39:17 +0000 Subject: [PATCH] gearing up for release Original commit message from CVS: gearing up for release --- ext/lame/gstlame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index b3e63e3..4427a6a 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -366,7 +366,7 @@ gst_lame_src_link (GstPad * pad, const GstCaps * caps) return GST_PAD_LINK_REFUSED; /* we don't do channel conversion */ - channelcaps = gst_caps_new_simple ("audio/x-raw-int", "chnnels", G_TYPE_INT, + channelcaps = gst_caps_new_simple ("audio/x-raw-int", "channels", G_TYPE_INT, lame->num_channels, NULL); othercaps = gst_caps_intersect (gst_pad_get_pad_template_caps (lame->sinkpad), channelcaps); -- 2.7.4