gstreamer/ext/sctp
Nirbheek Chauhan 70a90f0e5e sctp: Fix crash on free() when using the MSVC binaries
On Windows, if libusrsctp and gstreamer are built with different
C runtimes (CRT), we cannot free memory allocated inside libusrsctp
with the `free()` function from gstreamer's CRT.

`usrsctp_freedumpbuffer()` simply calls `free()`, but because of the
way DLLs work on Windows, it will always call the free function from
the correct CRT.
2019-08-20 14:33:41 +05:30
..
gstsctpdec.c sctp elements: avoid assertions on shutdown 2018-09-21 19:36:52 +10:00
gstsctpdec.h Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00
gstsctpenc.c sctp elements: avoid assertions on shutdown 2018-09-21 19:36:52 +10:00
gstsctpenc.h Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00
gstsctpplugin.c Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00
Makefile.am sctp: Create plugin with $(GST_PLUGIN_LDFLAGS) 2019-04-12 07:24:08 +00:00
meson.build meson: add more plugins to plugins list 2019-05-30 20:41:57 +02:00
sctpassociation.c sctp: Fix crash on free() when using the MSVC binaries 2019-08-20 14:33:41 +05:30
sctpassociation.h Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00