mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
client: rename method
gst_rtsp_client_create_from_socket -> gst_rtsp_client_use_socket: we don't really create the client from the socket, we use the socket for the client.
This commit is contained in:
parent
a58d404e1f
commit
c431592976
2 changed files with 2 additions and 2 deletions
|
@ -2132,7 +2132,7 @@ no_address:
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_rtsp_client_create_from_socket:
|
||||
* gst_rtsp_client_use_socket:
|
||||
* @client: a #GstRTSPClient
|
||||
* @socket: a #GSocket
|
||||
* @ip: the IP address of the remote client
|
||||
|
|
|
@ -155,7 +155,7 @@ gboolean gst_rtsp_client_accept (GstRTSPClient *client,
|
|||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
gboolean gst_rtsp_client_create_from_socket(GstRTSPClient * client,
|
||||
gboolean gst_rtsp_client_use_socket (GstRTSPClient * client,
|
||||
GSocket *socket,
|
||||
const gchar * ip,
|
||||
gint port,
|
||||
|
|
Loading…
Reference in a new issue