rtsp: Add a FIXME 2.0 for gst_rtsp_connection_create_from_socket()
authorArun Raghavan <git@arunraghavan.net>
Fri, 12 Jun 2015 07:20:35 +0000 (12:50 +0530)
committerArun Raghavan <git@arunraghavan.net>
Fri, 12 Jun 2015 07:21:22 +0000 (12:51 +0530)
There's a couple of redundant arguments from the pre-GIO days.

gst-libs/gst/rtsp/gstrtspconnection.c

index 98342dd..03e7455 100644 (file)
@@ -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)