gstreamer/gst/camerabin2
Niels De Graef d8f61515d8 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-06 14:27:46 +00:00
..
camerabin2-src.txt documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
camerabingeneral.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
camerabingeneral.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstcamerabin2.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstcamerabin2.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstdigitalzoom.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstdigitalzoom.h camerabin: digitalzoom: create a bin element for digital zooming 2015-04-27 21:13:47 -03:00
gstplugin.c Fix FSF address 2012-11-04 00:09:59 +00:00
gstviewfinderbin.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstviewfinderbin.h Fix FSF address 2012-11-04 00:09:59 +00:00
gstwrappercamerabinsrc.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstwrappercamerabinsrc.h wrappercamerabinsrc: use digitalzoom element 2015-04-27 21:14:09 -03:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
PORTING camerabin2: add location=NULL docs to PORTING 2011-07-25 10:32:51 -03:00