projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc449f
)
dtls: fix printf format on win32
author
Polochon_street
<polochonstreet@gmx.fr>
Fri, 2 Oct 2015 15:05:11 +0000
(17:05 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 5 Oct 2015 11:17:11 +0000
(12:17 +0100)
ext/dtls/gstdtlsdec.c
patch
|
blob
|
history
diff --git
a/ext/dtls/gstdtlsdec.c
b/ext/dtls/gstdtlsdec.c
index ac6ba77d4fa49661cdfb9338aec6eb7b54d3dac2..eecc458b34de60c1835c3a5833f8363438a7c0c5 100644
(file)
--- a/
ext/dtls/gstdtlsdec.c
+++ b/
ext/dtls/gstdtlsdec.c
@@
-569,7
+569,7
@@
sink_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
return GST_FLOW_OK;
}
- GST_DEBUG_OBJECT (self, "received buffer from %s with length %
zd"
,
+ GST_DEBUG_OBJECT (self, "received buffer from %s with length %
" G_GSIZE_FORMAT
,
self->connection_id, gst_buffer_get_size (buffer));
buffer = gst_buffer_make_writable (buffer);