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
Xiph.Org
Icecast-IceS
Commits
e2538c70
Commit
e2538c70
authored
Mar 02, 2003
by
Karl Heyes
Browse files
log message is misleading, it refers to the wrong input module
svn path=/trunk/ices/; revision=4390
parent
159a0fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/im_oss.c
View file @
e2538c70
/* im_oss.c
* - Raw PCM input from OSS devices
*
* $Id: im_oss.c,v 1.
8
200
2/12/29 10:55:46 msmith
Exp $
* $Id: im_oss.c,v 1.
9
200
3/03/02 21:10:13 karl
Exp $
*
* Copyright (c) 2001 Michael Smith <msmith@labyrinth.net.au>
*
...
...
@@ -192,7 +192,7 @@ input_module_t *oss_open_module(module_param_t *params)
else
if
(
!
strcmp
(
current
->
name
,
"metadatafilename"
))
ices_config
->
metadata_filename
=
current
->
value
;
else
LOG_WARN1
(
"Unknown parameter %s for
stdinpcm
module"
,
current
->
name
);
LOG_WARN1
(
"Unknown parameter %s for
oss
module"
,
current
->
name
);
current
=
current
->
next
;
}
...
...
Write
Preview
Supports
Markdown
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