mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
parent
4d98bc5e55
commit
7bf8c4d218
1 changed files with 2 additions and 2 deletions
|
@ -1837,9 +1837,9 @@ default_configure_client_transport (GstRTSPClient * client,
|
||||||
ct->port.min = addr->port;
|
ct->port.min = addr->port;
|
||||||
ct->port.max = addr->port + addr->n_ports - 1;
|
ct->port.max = addr->port + addr->n_ports - 1;
|
||||||
ct->ttl = addr->ttl;
|
ct->ttl = addr->ttl;
|
||||||
|
|
||||||
gst_rtsp_address_free (addr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_rtsp_address_free (addr);
|
||||||
} else {
|
} else {
|
||||||
GstRTSPUrl *url;
|
GstRTSPUrl *url;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue