gstreamer/ext/dtls
Sebastian Dröge 1de51fcf02 dtls: Fix some compiler warnings
gstdtlsconnection.c:128:32: error: passing 'const char [30]' to parameter of type 'void *'
      discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
      SSL_get_ex_new_index (0, "gstdtlsagent connection index", NULL, NULL,
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/ssl.h:1981:43: note: passing argument to parameter 'argp' here
int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
                                          ^
gstdtlsconnection.c:822:40: error: arithmetic on a pointer to void is a GNU extension
      [-Werror,-Wpointer-arith]
  memcpy (out_buffer, priv->bio_buffer + priv->bio_buffer_offset, copy_size);
                      ~~~~~~~~~~~~~~~~ ^
2015-03-16 18:23:27 +01:00
..
gstdtlsagent.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlsagent.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlscertificate.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlscertificate.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlscommon.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlsconnection.c dtls: Fix some compiler warnings 2015-03-16 18:23:27 +01:00
gstdtlsconnection.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlsdec.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlsdec.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlsenc.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlsenc.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlssrtpbin.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlssrtpbin.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlssrtpdec.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlssrtpdec.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlssrtpdemux.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlssrtpdemux.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
gstdtlssrtpenc.c dtls: Fix indention 2015-03-16 18:23:27 +01:00
gstdtlssrtpenc.h dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
Makefile.am dtls: Add new DTLS plugin 2015-03-16 18:23:27 +01:00
plugin.c dtls: Fix indention 2015-03-16 18:23:27 +01:00