mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
videoadapter: Use dummy converter by default
The ffmpeg converter doesn't quite work yet for planar formats at least, so let's leave the dummy as the default till that works.
This commit is contained in:
parent
7da66f8a5f
commit
14b7b31bd9
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");
|
||||
if (factory_name == NULL)
|
||||
factory_name = SPA_NAME_VIDEO_CONVERT".ffmpeg";
|
||||
factory_name = SPA_NAME_VIDEO_CONVERT".dummy";
|
||||
|
||||
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