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
Ezstream
Commits
6eb8e196
Commit
6eb8e196
authored
Feb 22, 2020
by
Moritz Grimm
Browse files
Fix setting of the stream name
Regression found and reported by zygmund2000 on Github
parent
7b7c42bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
6eb8e196
Changes in 1.0.1, released on XXXX-XX-XX:
* Fix a crash if there is a typo in the <encoder /> setting
* Fix regression setting the stream name. From zygmund2000 on Github.
* Minor example and documentation tweaks
...
...
src/cfgfile_xml.c
View file @
6eb8e196
...
...
@@ -155,6 +155,7 @@ _cfgfile_xml_parse_stream(xmlDocPtr doc, xmlNodePtr cur)
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_public
,
"public"
);
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_format
,
"format"
);
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_encoder
,
"encoder"
);
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_stream_name
,
"stream_name"
);
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_stream_url
,
"stream_url"
);
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_stream_genre
,
"stream_genre"
);
XML_STREAM_SET
(
s
,
sl
,
cfg_stream_set_stream_description
,
"stream_description"
);
...
...
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