mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-06 01:40:26 -05:00
videoconvert: don't load the dummy converter
Just don't load any converter at all, the dummy converter has some issues.
This commit is contained in:
parent
e584cee066
commit
4ddb17c4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1889,7 +1889,7 @@ static int load_converter(struct impl *this, const struct spa_dict *info,
|
||||||
|
|
||||||
factory_name = spa_dict_lookup(&cinfo, "video.adapt.converter");
|
factory_name = spa_dict_lookup(&cinfo, "video.adapt.converter");
|
||||||
if (factory_name == NULL)
|
if (factory_name == NULL)
|
||||||
factory_name = SPA_NAME_VIDEO_CONVERT".dummy";
|
return 0;
|
||||||
|
|
||||||
if (this->ploader) {
|
if (this->ploader) {
|
||||||
hnd_convert = spa_plugin_loader_load(this->ploader, factory_name, &cinfo);
|
hnd_convert = spa_plugin_loader_load(this->ploader, factory_name, &cinfo);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue