mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
client: fix comment
This commit is contained in:
parent
82812988a6
commit
13016309b1
1 changed files with 1 additions and 1 deletions
|
@ -2196,7 +2196,7 @@ gst_rtsp_client_set_connection (GstRTSPClient * client,
|
|||
/* ERRORS */
|
||||
no_address:
|
||||
{
|
||||
GST_ERROR ("could not get remote address %s", error->message);
|
||||
GST_ERROR ("could not get local address %s", error->message);
|
||||
g_error_free (error);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue