mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
oss: add fixme comment
This commit is contained in:
parent
5f318bed2a
commit
b62d781516
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ gst_oss_helper_probe_caps (gint fd)
|
||||||
probe = g_new0 (GstOssProbe, 1);
|
probe = g_new0 (GstOssProbe, 1);
|
||||||
probe->fd = fd;
|
probe->fd = fd;
|
||||||
probe->format = format_bit;
|
probe->format = format_bit;
|
||||||
|
/* FIXME: this is not working for all cards, see bug #518474 */
|
||||||
probe->n_channels = 2;
|
probe->n_channels = 2;
|
||||||
|
|
||||||
ret = gst_oss_helper_rate_probe_check (probe);
|
ret = gst_oss_helper_rate_probe_check (probe);
|
||||||
|
|
Loading…
Reference in a new issue