Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
b62d7815
Commit
b62d7815
authored
Apr 04, 2010
by
Stefan Kost
Browse files
oss: add fixme comment
parent
5f318bed
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/oss/gstosshelper.c
View file @
b62d7815
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment