diff options
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r-- | gst/rtsp/gstrtspsrc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index 3bada066..caf9efe9 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -147,7 +147,8 @@ struct _GstRTSPSrc { RTSPLowerTrans protocols; gboolean debug; guint retry; - guint64 timeout; + guint64 udp_timeout; + GTimeVal tcp_timeout; guint latency; /* state */ |