gstreamer/ext/cairo
Niels De Graef 7cf4ab6229 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-17 15:32:30 +00:00
..
gstcairo.c cairo: remove old cairo-based text renderering element 2013-01-01 12:12:02 +00:00
gstcairooverlay.c Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
gstcairooverlay.h cairooverlay: Don't map input buffers if we just attach the overlay as meta 2018-10-03 23:20:10 +03:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00