diff options
Diffstat (limited to 'gst/subparse/gstsubparse.c')
-rw-r--r-- | gst/subparse/gstsubparse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/subparse/gstsubparse.c b/gst/subparse/gstsubparse.c index b6446f01..713b96c5 100644 --- a/gst/subparse/gstsubparse.c +++ b/gst/subparse/gstsubparse.c @@ -353,7 +353,8 @@ convert_encoding (GstSubParse * self, const gchar * str, gsize len) NULL, NULL, NULL); } - GST_LOG_OBJECT (self, "successfully converted %d characters from %s to UTF-8" + GST_LOG_OBJECT (self, + "successfully converted %" G_GSIZE_FORMAT " characters from %s to UTF-8" "%s", len, encoding, (err) ? " , using ISO-8859-15 as fallback" : ""); return ret; |