srt: Fix confusing typo in FIXME comment

SRT does not support IPv6, but the comment said IPv4 which was the
opposite of the following code.
This commit is contained in:
Nicolas Dufresne 2019-07-06 15:45:20 -04:00 committed by Olivier Crête
parent 6ea4557271
commit e5b6622546

View file

@ -1000,7 +1000,7 @@ gst_srt_object_open_full (GstSRTObject * srtobject,
goto out;
}
/* FIXME: Unfortunately, SRT doesn't support IPv4 currently. */
/* FIXME: Unfortunately, SRT doesn't support IPv6 currently. */
if (g_socket_address_get_family (socket_address) != G_SOCKET_FAMILY_IPV4) {
g_set_error (error, GST_RESOURCE_ERROR, GST_RESOURCE_ERROR_OPEN_READ,
"SRT supports IPv4 only");