mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
filter-chain: document ffmpeg plugin
This commit is contained in:
parent
8c68537446
commit
a78e97a53b
2 changed files with 136 additions and 36 deletions
|
|
@ -411,7 +411,7 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
if (spa_streq(k, "filter.graph.path"))
|
||||
path = s;
|
||||
}
|
||||
if (path == NULL)
|
||||
if (!spa_streq(path, "filtergraph"))
|
||||
return -EINVAL;
|
||||
|
||||
impl->plugin.iface = SPA_INTERFACE_INIT(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue