oss: add fixme comment
authorStefan Kost <ensonic@users.sf.net>
Sun, 4 Apr 2010 19:28:33 +0000 (22:28 +0300)
committerStefan Kost <ensonic@users.sf.net>
Sun, 4 Apr 2010 19:29:13 +0000 (22:29 +0300)
sys/oss/gstosshelper.c

index cc81ad8..6d7e6bd 100644 (file)
@@ -112,6 +112,7 @@ gst_oss_helper_probe_caps (gint fd)
       probe = g_new0 (GstOssProbe, 1);
       probe->fd = fd;
       probe->format = format_bit;
+      /* FIXME: this is not working for all cards, see bug #518474 */
       probe->n_channels = 2;
 
       ret = gst_oss_helper_rate_probe_check (probe);