diff options
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
| -rw-r--r-- | gst/rtsp/gstrtspsrc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index e0b32e9f..81256a9e 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -90,6 +90,7 @@ struct _GstRTSPStream { GstFlowReturn last_ret; gboolean added; gboolean disabled; + gboolean eos; /* for interleaved mode */ guint8 channel[2]; @@ -152,6 +153,7 @@ struct _GstRTSPSrc { guint64 udp_timeout; GTimeVal tcp_timeout; guint latency; + guint connection_speed; /* state */ GstRTSPState state; |
