mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d8f61515d8
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. |
||
---|---|---|
.. | ||
AUTHORS | ||
cam.c | ||
cam.h | ||
camapplication.c | ||
camapplication.h | ||
camapplicationinfo.c | ||
camapplicationinfo.h | ||
camconditionalaccess.c | ||
camconditionalaccess.h | ||
camdevice.c | ||
camdevice.h | ||
camresourcemanager.c | ||
camresourcemanager.h | ||
camsession.c | ||
camsession.h | ||
camswclient.c | ||
camswclient.h | ||
camtransport.c | ||
camtransport.h | ||
camutils.c | ||
camutils.h | ||
dvbbasebin.c | ||
dvbbasebin.h | ||
gstdvb.c | ||
gstdvbsrc.c | ||
gstdvbsrc.h | ||
meson.build | ||
parsechannels.c | ||
parsechannels.h |