summaryrefslogtreecommitdiff
path: root/gst/subparse/gstsubparse.c
diff options
context:
space:
mode:
authorJan David Mol <j.j.d.mol@tudelft.nl>2006-11-14 11:54:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-11-14 11:54:14 +0000
commitd24ad6ac0ac348355b8b6ba69fafe62c1c28b09e (patch)
treec9f888230fc0fcfbcd633f348475d2c0cccde45c /gst/subparse/gstsubparse.c
parentcadc881165acee92dd8bcb67cb6ae444ea66c7ec (diff)
Various gsize and gssize printf fixes. Fixes #372507.
Original commit message from CVS: Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl> * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs): * gst/subparse/gstsubparse.c: (convert_encoding): * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_client_write): * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read), (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps): * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render): * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Various gsize and gssize printf fixes. Fixes #372507.
Diffstat (limited to 'gst/subparse/gstsubparse.c')
-rw-r--r--gst/subparse/gstsubparse.c3
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;