gstreamer/ext/cdparanoia
Niels De Graef 0314b482f3 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-08-27 07:31:57 +02:00
..
gstcdparanoiasrc.c Don't pass default GLib marshallers for signals 2019-08-27 07:31:57 +02:00
gstcdparanoiasrc.h docs: order and canonicalize the -sections.txt file 2015-07-03 21:16:27 +02:00
Makefile.am Remove plugin specific static build option 2017-05-16 13:42:07 -04:00
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00