mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
4812c4087f
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. |
||
---|---|---|
.. | ||
.gitignore | ||
controller-prelude.h | ||
controller.h | ||
gstargbcontrolbinding.c | ||
gstargbcontrolbinding.h | ||
gstdirectcontrolbinding.c | ||
gstdirectcontrolbinding.h | ||
gstinterpolationcontrolsource.c | ||
gstinterpolationcontrolsource.h | ||
gstlfocontrolsource.c | ||
gstlfocontrolsource.h | ||
gstproxycontrolbinding.c | ||
gstproxycontrolbinding.h | ||
gsttimedvaluecontrolsource.c | ||
gsttimedvaluecontrolsource.h | ||
gsttriggercontrolsource.c | ||
gsttriggercontrolsource.h | ||
Makefile.am | ||
meson.build |