mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 23:59:55 +00:00
Fix build on Mac OS X
This commit is contained in:
parent
e9e9d82fbe
commit
d45b27d92d
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ setup_tunneling (GstRTSPConnection * conn, GTimeVal * timeout)
|
|||
/* ERRORS */
|
||||
write_failed:
|
||||
{
|
||||
GST_ERROR ("write failed", res);
|
||||
GST_ERROR ("write failed (%d)", res);
|
||||
return res;
|
||||
}
|
||||
eof:
|
||||
|
|
Loading…
Reference in a new issue