mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
gst-rtsptransports: no warning Transport end with semicolumn
This commit is contained in:
parent
d63a4024b8
commit
791163aba2
1 changed files with 3 additions and 1 deletions
|
@ -515,8 +515,10 @@ gst_rtsp_transport_parse (const gchar * str, GstRTSPTransport * transport)
|
|||
transport->ssrc = strtoul (split[i] + 5, NULL, 16);
|
||||
} else {
|
||||
/* unknown field... */
|
||||
if (strlen (split[i]) > 0) {
|
||||
g_warning ("unknown transport field \"%s\"", split[i]);
|
||||
}
|
||||
}
|
||||
i++;
|
||||
}
|
||||
g_strfreev (split);
|
||||
|
|
Loading…
Reference in a new issue