Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
ff0263b3
Commit
ff0263b3
authored
Nov 10, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Added warning about wrong type of metadata update.
See:
#2017
parent
6d0e4e6f
Pipeline
#487
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/format_vorbis.c
src/format_vorbis.c
+2
-0
No files found.
src/format_vorbis.c
View file @
ff0263b3
...
...
@@ -416,6 +416,8 @@ static void vorbis_set_tag (format_plugin_t *plugin, const char *tag, const char
vorbis_codec_t
*
source_vorbis
;
char
*
value
;
ICECAST_LOG_WARN
(
"Not officially supported metadata update detected, please inform the source client software vendor that they should fix their software!"
);
/* avoid updating if multiple codecs in use */
if
(
codec
&&
codec
->
next
==
NULL
)
source_vorbis
=
codec
->
specific
;
...
...
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