diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-11-12 14:30:43 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-11-12 15:01:13 +0100 |
commit | c431592976acd62ea8931437fd9bd588b6789366 (patch) | |
tree | e1697767499b69a62c04b6e939e7367d97aff58e /gst/rtsp-server/rtsp-client.h | |
parent | a58d404e1f703d89c31cd950b921b71ca99ee322 (diff) |
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.
Diffstat (limited to 'gst/rtsp-server/rtsp-client.h')
-rw-r--r-- | gst/rtsp-server/rtsp-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-client.h b/gst/rtsp-server/rtsp-client.h index 80c6dc8..71a28ad 100644 --- a/gst/rtsp-server/rtsp-client.h +++ b/gst/rtsp-server/rtsp-client.h @@ -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, |