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:
Wim Taymans 2025-03-25 15:14:03 +01:00
parent e584cee066
commit 4ddb17c4b5

View file

@ -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");
if (factory_name == NULL)
factory_name = SPA_NAME_VIDEO_CONVERT".dummy";
return 0;
if (this->ploader) {
hnd_convert = spa_plugin_loader_load(this->ploader, factory_name, &cinfo);