From 37684b35b63dcd0ef5cf132b0db857bdf9d81a3c Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 12 Jun 2015 12:50:35 +0530 Subject: [PATCH] rtsp: Add a FIXME 2.0 for gst_rtsp_connection_create_from_socket() There's a couple of redundant arguments from the pre-GIO days. --- gst-libs/gst/rtsp/gstrtspconnection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 98342dd1f8..03e7455056 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -356,6 +356,8 @@ collect_addresses (GSocket * socket, gchar ** ip, guint16 * port, * * Returns: #GST_RTSP_OK when @conn contains a valid connection. */ +/* FIXME 2.0 We don't need the ip and port since they can be got from the + * GSocket */ GstRTSPResult gst_rtsp_connection_create_from_socket (GSocket * socket, const gchar * ip, guint16 port, const gchar * initial_buffer, GstRTSPConnection ** conn)