gstreamer/ext/raw1394
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
..
gst1394.c Fix FSF address 2012-11-04 00:07:18 +00:00
gst1394clock.c 1394: Sink the clock reference in the constructor 2017-05-17 10:41:01 +03:00
gst1394clock.h Fix FSF address 2012-11-04 00:07:18 +00:00
gst1394probe.c Fix FSF address 2012-11-04 00:07:18 +00:00
gst1394probe.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstdv1394src.c Don't pass default GLib marshallers for signals 2019-11-17 15:32:30 +00:00
gstdv1394src.h documentation: fix a number of typos 2019-10-05 22:38:11 +00:00
gsthdv1394src.c docs: Port all docstring to gtk-doc markdown 2019-05-13 10:24:40 -04:00
gsthdv1394src.h Fix FSF address 2012-11-04 00:07:18 +00:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00