summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/dccp/gstdccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/dccp/gstdccp.c b/gst/dccp/gstdccp.c
index c29d5f42..35f37432 100644
--- a/gst/dccp/gstdccp.c
+++ b/gst/dccp/gstdccp.c
@@ -285,7 +285,7 @@ gst_dccp_send_buffer (GstElement * this, GstBuffer * buffer, int client_sock_fd,
size = GST_BUFFER_SIZE (buffer);
data = GST_BUFFER_DATA (buffer);
- GST_LOG_OBJECT (this, "writing %" G_GSIZE_FORMAT " bytes", size);
+ GST_LOG_OBJECT (this, "writing %d bytes", size);
if (packet_size < 0) {
GST_LOG_OBJECT (this, "error getting MTU");