pipewire/spa/plugins/videoconvert
zuozhiwei f3e1378d41 audioadapter: fix recalc_tag ParamTag direction filter
ParamTag on a port describes the peer direction, matching audioconvert port_set_tag.
recalc_tag used info.direction == direction and could skip valid tags or forward the wrong param to the follower.
Use SPA_DIRECTION_REVERSE(direction) when selecting the enumerated tag.

Apply the same fix in videoadapter for videoconvert.
2026-04-23 07:40:36 +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: fix recalc_tag ParamTag direction filter 2026-04-23 07:40:36 +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