Use ASYNC RTSP io
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-client.h
index 694361f..4746d1c 100644 (file)
@@ -70,7 +70,7 @@ struct _GstRTSPClient {
   GObject       parent;
 
   GstRTSPConnection *connection;
-  struct sockaddr_in address;
+  GstRTSPChannel *channel;
   GThread *thread;
 
   guint                 timeout;