diff options
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r-- | gst/rtsp/gstrtspsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index 81256a9e..8ee865ce 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -152,6 +152,7 @@ struct _GstRTSPSrc { guint retry; guint64 udp_timeout; GTimeVal tcp_timeout; + GTimeVal *ptcp_timeout; guint latency; guint connection_speed; |