mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54: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 */
|
/* ERRORS */
|
||||||
no_address:
|
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);
|
g_error_free (error);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue