gstreamer/plugins
Niels De Graef 4812c4087f 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-09-09 12:16:24 +00:00
..
elements Don't pass default GLib marshallers for signals 2019-09-09 12:16:24 +00:00
tracers latency: fix custom event leaks 2019-08-13 09:09:55 +05:30
Makefile.am gsttraceutils: actually disable tracing system hooks if configured 2017-11-24 13:40:34 +01:00
meson.build Port to hotdoc 2019-05-13 16:34:09 -04:00