dtls: fix printf format on win32
https://bugzilla.gnome.org/show_bug.cgi?id=755981
This commit is contained in:
parent
58cb254450
commit
86443f8ae2
@ -483,8 +483,8 @@ sink_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
|
|||||||
map_info.size);
|
map_info.size);
|
||||||
if (ret != map_info.size) {
|
if (ret != map_info.size) {
|
||||||
GST_WARNING_OBJECT (self,
|
GST_WARNING_OBJECT (self,
|
||||||
"error sending data: %d B were written, expected value was %zd B",
|
"error sending data: %d B were written, expected value was %"
|
||||||
ret, map_info.size);
|
G_GSIZE_FORMAT " B", ret, map_info.size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user