mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue