mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
The videoadapter always exposes the EnumPortConfig parameter. If no
converter is loaded, the EnumPortConfig parameter doesn't return a
parameter.
In this case, the client-node in the PipeWire server returns -ENOENT for
the EnumPortConfig, which in turn causes WirePlumber to fail the object
activation and it won't be able to create a link for the object.
This happens since Commit
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| plugin.c | ||
| videoadapter.c | ||
| videoconvert-dummy.c | ||
| videoconvert-ffmpeg.c | ||