summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-06-12 12:50:35 +0530
committerArun Raghavan <git@arunraghavan.net>2015-06-12 12:51:22 +0530
commit37684b35b63dcd0ef5cf132b0db857bdf9d81a3c (patch)
tree0f4538babddf0836fbb31f140f52e6b1f17abf1e /gst-libs/gst/rtsp
parentf5ad17871ce95567719fa8bad5b98875652cebaf (diff)
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.
Diffstat (limited to 'gst-libs/gst/rtsp')
-rw-r--r--gst-libs/gst/rtsp/gstrtspconnection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c
index 98342dd1f..03e745505 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)