pipewire/src/gst
Arun Raghavan 85fa0aae40 gst: src: Set possible_caps before stream connect
The value is used when a the format changes in handle_format_change(),
and while it seems this was typically expected to happen async and thus
protected by the thread lock, there are cases (such as with
auto-port-config) where a param might be set within the
pw_stream_connect() call itself (in the case of auto-port-config, by the
impl_init() of the audioadapter).
2024-12-13 13:44:09 +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: handle some more errors 2024-05-01 20:31:39 +02: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: print buffer type with numeric value 2024-06-20 21:05:45 +00:00
gstpipewirepool.h gst: use G_DECLARE_FINAL_TYPE for all classes 2024-06-11 12:51:51 +00:00
gstpipewiresink.c gst: add slave-method property 2024-12-03 12:11:47 +01:00
gstpipewiresink.h gst: add slave-method property 2024-12-03 12:11:47 +01:00
gstpipewiresrc.c gst: src: Set possible_caps before stream connect 2024-12-13 13:44:09 +00:00
gstpipewiresrc.h gst: use G_DECLARE_FINAL_TYPE for all classes 2024-06-11 12:51:51 +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