pipewire/src/gst
Jonas Ådahl 15b4c58e80 gst: Don't ask for DMA buffers
Gstreamer simply mmap()s the DMA buffers. This can be very very slow on
some hardware, so don't ask for it. For gstreamer to support DMA
buffers, it will need to support a proper way of transferring the
buffers from the GPU to the CPU, e.g. using EGL/OpenGL.
2021-11-11 10:22:37 +00:00
..
.editorconfig add .editorconfig files 2019-02-13 11:19:21 +01:00
gstpipewire.c meson.build: drop VERSION, use PACKAGE_VERSION in the C sources 2021-06-10 09:30:56 +02:00
gstpipewireclock.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
gstpipewireclock.h gst: replace tabs with spaces 2019-12-19 15:42:42 +01:00
gstpipewirecore.c gst: init last_error 2021-10-14 19:16:56 +00:00
gstpipewirecore.h gst: add 30 seconds timeout 2021-09-16 10:05:58 +02:00
gstpipewiredeviceprovider.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
gstpipewiredeviceprovider.h meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
gstpipewireformat.c gst: support ulaw/alaw conversion of caps 2021-08-17 17:34:14 +02:00
gstpipewireformat.h gst: replace tabs with spaces 2019-12-19 15:42:42 +01:00
gstpipewirepool.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
gstpipewirepool.h gst: support VideoCrop meta 2020-07-31 11:44:46 +02:00
gstpipewiresink.c gst: Don't ask for DMA buffers 2021-11-11 10:22:37 +00:00
gstpipewiresink.h gst: share the core between connections 2020-07-13 18:38:19 +02:00
gstpipewiresrc.c gst: Don't ask for DMA buffers 2021-11-11 10:22:37 +00:00
gstpipewiresrc.h gst: don't do set_caps from the pipewire callback 2020-08-06 13:03:40 +02:00
meson.build meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00