mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
spa: aec: mark handle factory objects static
This commit is contained in:
parent
a506ddd799
commit
c9cc2fe6dc
2 changed files with 2 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ impl_enum_interface_info(const struct spa_handle_factory *factory,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct spa_handle_factory spa_aec_null_factory = {
|
static const struct spa_handle_factory spa_aec_null_factory = {
|
||||||
SPA_VERSION_HANDLE_FACTORY,
|
SPA_VERSION_HANDLE_FACTORY,
|
||||||
SPA_NAME_AEC,
|
SPA_NAME_AEC,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
@ -160,7 +160,6 @@ const struct spa_handle_factory spa_aec_null_factory = {
|
||||||
impl_enum_interface_info,
|
impl_enum_interface_info,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
SPA_EXPORT
|
SPA_EXPORT
|
||||||
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
|
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -248,7 +248,7 @@ impl_enum_interface_info(const struct spa_handle_factory *factory,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct spa_handle_factory spa_aec_webrtc_factory = {
|
static const struct spa_handle_factory spa_aec_webrtc_factory = {
|
||||||
SPA_VERSION_HANDLE_FACTORY,
|
SPA_VERSION_HANDLE_FACTORY,
|
||||||
SPA_NAME_AEC,
|
SPA_NAME_AEC,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
@ -257,7 +257,6 @@ const struct spa_handle_factory spa_aec_webrtc_factory = {
|
||||||
impl_enum_interface_info,
|
impl_enum_interface_info,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
SPA_EXPORT
|
SPA_EXPORT
|
||||||
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
|
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue