summaryrefslogtreecommitdiff
path: root/gst/festival
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-07-15 12:27:12 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-07-15 12:27:12 +0100
commit41a39d93bf56a0fc7bb63dfca09e78e66aa45665 (patch)
tree0775abafeb18aa268888d5da0b78a20eabc8774a /gst/festival
parentf45873047d5bb7b391f030464b908d56628ccdb2 (diff)
downloadgstreamer-plugins-bad-41a39d93bf56a0fc7bb63dfca09e78e66aa45665.tar.gz
celt, opencv, wayland, dvbsub, festival, hls: printf format fixes
Diffstat (limited to 'gst/festival')
-rw-r--r--gst/festival/gstfestival.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c
index faced1f87..08adf8c3d 100644
--- a/gst/festival/gstfestival.c
+++ b/gst/festival/gstfestival.c
@@ -261,7 +261,7 @@ gst_festival_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
festival = GST_FESTIVAL (parent);
- GST_LOG_OBJECT (festival, "Got text buffer, %u bytes",
+ GST_LOG_OBJECT (festival, "Got text buffer, %" G_GSIZE_FORMAT " bytes",
gst_buffer_get_size (buf));
f = dup (festival->info->server_fd);