mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
tcp: Fix compiling with mingw
https://bugzilla.gnome.org/show_bug.cgi?id=673056
This commit is contained in:
parent
b52c035f13
commit
086bee8c14
1 changed files with 2 additions and 2 deletions
|
@ -656,8 +656,8 @@ gst_multi_socket_sink_handle_client_write (GstMultiSocketSink * sink,
|
|||
/* partial write means that the client cannot read more and we should
|
||||
* stop sending more */
|
||||
GST_LOG_OBJECT (sink,
|
||||
"partial write on %p of %" G_GSSIZE_FORMAT " bytes", socket,
|
||||
wrote);
|
||||
"partial write on %p of %" G_GSSIZE_FORMAT " bytes",
|
||||
mhclient->handle.socket, wrote);
|
||||
mhclient->bufoffset += wrote;
|
||||
more = FALSE;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue