summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp-server/rtsp-client.h')
-rw-r--r--gst/rtsp-server/rtsp-client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h
index 4746d1c..53e4f2f 100644
--- a/gst/rtsp-server/rtsp-client.h
+++ b/gst/rtsp-server/rtsp-client.h
@@ -70,8 +70,7 @@ struct _GstRTSPClient {
GObject parent;
GstRTSPConnection *connection;
- GstRTSPChannel *channel;
- GThread *thread;
+ GstRTSPWatch *watch;
guint timeout;
GstRTSPSessionPool *session_pool;