diff options
Diffstat (limited to 'ext/srt/gstsrt.c')
-rw-r--r-- | ext/srt/gstsrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/srt/gstsrt.c b/ext/srt/gstsrt.c index 53c8f51e2..e845b1498 100644 --- a/ext/srt/gstsrt.c +++ b/ext/srt/gstsrt.c @@ -36,7 +36,7 @@ SRTSOCKET gst_srt_client_connect (GstElement * elem, int sender, const gchar * host, guint16 port, int rendez_vous, const gchar * bind_address, guint16 bind_port, int latency, - GSocketAddress ** socket_address, gint * poll_id, gchar * passphrase, + GSocketAddress ** socket_address, gint * poll_id, const gchar * passphrase, int key_length) { SRTSOCKET sock = SRT_INVALID_SOCK; |