mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-05 07:15:34 -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");
|
factory_name = spa_dict_lookup(&cinfo, "video.adapt.converter");
|
||||||
if (factory_name == NULL)
|
if (factory_name == NULL)
|
||||||
factory_name = "video.convert.ffmpeg";
|
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