[gstreamer-bugs] [Bug 148986] - [lame] bug in negotiation

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Aug 2 02:50:26 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=148986
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From meiker at upb.de  2004-08-02 05:50 -------
Hi,

just to let u know there's a small bug in the patch:

+/* we don't do channel conversion */
+  channelcaps = gst_caps_new_simple ("audio/x-raw-int", "chnnels", G_TYPE_INT, 
+      lame->num_channels, NULL);

should read

+/* we don't do channel conversion */
+  channelcaps = gst_caps_new_simple ("audio/x-raw-int", "channels", G_TYPE_INT, 
+      lame->num_channels, NULL);

shouldn't it?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list