gearing up for release
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 2 Aug 2004 11:39:17 +0000 (11:39 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 2 Aug 2004 11:39:17 +0000 (11:39 +0000)
Original commit message from CVS:
gearing up for release

ext/lame/gstlame.c

index b3e63e3..4427a6a 100644 (file)
@@ -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);