From: Thomas Vander Stichele Date: Mon, 2 Aug 2004 11:39:17 +0000 (+0000) Subject: gearing up for release X-Git-Tag: 1.16.2~901^2~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdaaede33b971380190bf7628bf3419e7a1e6a96;p=platform%2Fupstream%2Fgst-plugins-good.git gearing up for release Original commit message from CVS: gearing up for release --- 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);