summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/annodex/gstcmmlparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/annodex/gstcmmlparser.c b/ext/annodex/gstcmmlparser.c
index abc79e76..221f9f91 100644
--- a/ext/annodex/gstcmmlparser.c
+++ b/ext/annodex/gstcmmlparser.c
@@ -112,7 +112,7 @@ gst_cmml_parser_parse_chunk (GstCmmlParser * parser,
GST_DEBUG ("Error occurred decoding chunk %s", data);
g_set_error (err,
- GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, xml_error->message);
+ GST_LIBRARY_ERROR, GST_LIBRARY_ERROR_FAILED, "%s", xml_error->message);
return FALSE;
}