mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
rtsp: Removed duplicate initialization of conn->writefd.
This commit is contained in:
parent
0167e3589d
commit
b0a9848524
1 changed files with 0 additions and 3 deletions
|
@ -704,9 +704,6 @@ setup_tunneling (GstRTSPConnection * conn, GTimeVal * timeout)
|
|||
url->abspath, url->query ? "?" : "", url->query ? url->query : "",
|
||||
hostparam ? hostparam : "", conn->tunnelid);
|
||||
|
||||
/* we start by writing to this fd */
|
||||
conn->writefd = &conn->fd1;
|
||||
|
||||
res = gst_rtsp_connection_write (conn, (guint8 *) str, strlen (str), timeout);
|
||||
g_free (str);
|
||||
if (res != GST_RTSP_OK)
|
||||
|
|
Loading…
Reference in a new issue