aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/MmsInputPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/MmsInputPlugin.cxx')
-rw-r--r--src/input/MmsInputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/MmsInputPlugin.cxx b/src/input/MmsInputPlugin.cxx
index 15c6ac377..069857fba 100644
--- a/src/input/MmsInputPlugin.cxx
+++ b/src/input/MmsInputPlugin.cxx
@@ -45,7 +45,7 @@ struct MmsInputStream {
mms(_mms), eof(false) {
/* XX is this correct? at least this selects the ffmpeg
decoder, which seems to work fine*/
- base.mime = g_strdup("audio/x-ms-wma");
+ base.mime = "audio/x-ms-wma";
base.ready = true;
}