mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
videoadapter: disable ffmpeg converter by default again
This commit is contained in:
parent
1904521a4d
commit
6161cb3ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -1898,7 +1898,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 = "video.convert.ffmpeg";
|
||||
return 0;
|
||||
|
||||
if (this->ploader) {
|
||||
hnd_convert = spa_plugin_loader_load(this->ploader, factory_name, &cinfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue