pipewire/spa/plugins/videoconvert
zuozhiwei 2722d16303 audioadapter: remap port id for port_reuse_buffer on target
port_use_buffers and related port methods increment port_id when the
implicit output direction differs from the adapter's primary direction.
port_reuse_buffer only receives a port id but applies to output ports,
so apply the same offset before forwarding to this->target.

Also update videoadapter for the same mapping.
2026-04-20 07:55:54 +00:00
..
meson.build videoconvert: add an ffmpeg based video converter 2024-09-06 12:27:02 +02:00
plugin.c videoconvert: add an ffmpeg based video converter 2024-09-06 12:27:02 +02:00
videoadapter.c audioadapter: remap port id for port_reuse_buffer on target 2026-04-20 07:55:54 +00:00
videoconvert-dummy.c videoconvert: Add dummy plugin 2024-08-29 14:00:51 +00:00
videoconvert-ffmpeg.c spa: add Capability and PeerCapability 2025-11-21 10:08:46 +01:00