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.
This commit is contained in:
parent
f5ad17871c
commit
37684b35b6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user