gstreamer/ext/sctp
Niels De Graef d8f61515d8 Don't pass default GLib marshallers for signals
By passing NULL to `g_signal_new` instead of a marshaller, GLib will
actually internally optimize the signal (if the marshaller is available
in GLib itself) by also setting the valist marshaller. This makes the
signal emission a bit more performant than the regular marshalling,
which still needs to box into `GValue` and call libffi in case of a
generic marshaller.

Note that for custom marshallers, one would use
`g_signal_set_va_marshaller()` with the valist marshaller instead.
2019-11-06 14:27:46 +00:00
..
gstsctpdec.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstsctpdec.h Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00
gstsctpenc.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00: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
meson.build meson: add more plugins to plugins list 2019-05-30 20:41:57 +02:00
sctpassociation.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
sctpassociation.h Add new SCTP plugins (sctpenc/sctpdec) 2018-09-21 19:36:52 +10:00