pipewire/src/gst
Taruntej Kanakamalla 333b5aaa36 gst: don't use bufferpool for audio by default
Deprecate the `always-copy` property in pipewiresrc and use the new
property `use-bufferpool` in both pipewiresrc and pipewiresink to
specify whether to use the gstpipewirepool or not.

The gstpipewirepool is used for video by default unless `use-bufferpool`
is set to `false` and it is not used for audio by default unless
`use-bufferpool` is set to `true`
2025-02-03 17:22:34 +00:00
..
.editorconfig add .editorconfig files 2019-02-13 11:19:21 +01:00
gstpipewire.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
gstpipewireclock.c gst: enable the pipewire ticks as a clock source 2024-11-26 17:23:00 +01:00
gstpipewireclock.h gst: use G_DECLARE_FINAL_TYPE for all classes 2024-06-11 12:51:51 +00:00
gstpipewirecore.c gst: core: Fixup connection error handling 2025-01-12 11:42:29 +00:00
gstpipewirecore.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
gstpipewiredeviceprovider.c gst: deviceprovider: fix memory leak in do_add_nodes 2024-10-22 21:53:57 +00:00
gstpipewiredeviceprovider.h gst: deviceprovider: Signal default devices 2024-09-11 13:14:26 +00:00
gstpipewireformat.c gst: handle interlace mode 2024-11-14 17:18:28 +01:00
gstpipewireformat.h gst: Add helper to fixate DMA_DRM caps 2024-05-29 19:05:53 +02:00
gstpipewirepool.c gst: pipewirepool:fix lock evasion in release_buffer 2025-01-24 10:51:29 +00:00
gstpipewirepool.h gst: don't use bufferpool for audio by default 2025-02-03 17:22:34 +00:00
gstpipewiresink.c gst: don't use bufferpool for audio by default 2025-02-03 17:22:34 +00:00
gstpipewiresink.h gst: don't use bufferpool for audio by default 2025-02-03 17:22:34 +00:00
gstpipewiresrc.c gst: don't use bufferpool for audio by default 2025-02-03 17:22:34 +00:00
gstpipewiresrc.h gst: don't use bufferpool for audio by default 2025-02-03 17:22:34 +00:00
gstpipewirestream.c gst: add rate control to the sink 2024-12-03 12:11:47 +01:00
gstpipewirestream.h gst: add rate control to the sink 2024-12-03 12:11:47 +01:00
meson.build gst: add rate control to the sink 2024-12-03 12:11:47 +01:00