gstreamer/sys/d3d11
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
..
gstd3d11_fwd.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11bufferpool.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11bufferpool.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11device.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstd3d11device.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11memory.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11memory.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11utils.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11utils.h d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00
gstd3d11videosink.c d3d11videosink: Don't try to post error message by d3d11window self 2019-10-04 21:15:15 +09:00
gstd3d11videosink.h d3d11videosink: Take into account pixel aspect ratio 2019-08-15 16:55:37 +09:00
gstd3d11window.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstd3d11window.h d3d11videosink: Don't try to post error message by d3d11window self 2019-10-04 21:15:15 +09:00
meson.build documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
plugin.c d3d11videosink: Add new Direct3D11 video render plugin 2019-07-08 08:31:47 +00:00