gstreamer/gst-libs/gst/basecamerabinsrc
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
..
basecamerabinsrc-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00
gstbasecamerasrc.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstbasecamerasrc.h basecamerabinsrc: GST_EXPORT -> GST_BASE_CAMERA_BIN_SRC_API 2018-03-13 12:29:08 +00:00
gstcamerabin-enum.c libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00
gstcamerabin-enum.h basecamerabinsrc: GST_EXPORT -> GST_BASE_CAMERA_BIN_SRC_API 2018-03-13 12:29:08 +00:00
gstcamerabinpreview.c camerabin2: preview: remove redundant property setting on appsink 2019-10-20 20:07:04 +00:00
gstcamerabinpreview.h basecamerabinsrc: GST_EXPORT -> GST_BASE_CAMERA_BIN_SRC_API 2018-03-13 12:29:08 +00:00
meson.build libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 14:45:56 +01:00