mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
spa: export log topic enumerations
This commit is contained in:
parent
fc4dbcd033
commit
eaea03c26c
40 changed files with 74 additions and 43 deletions
|
|
@ -9,7 +9,9 @@
|
|||
|
||||
#include "libcamera.h"
|
||||
|
||||
struct spa_log_topic libcamera_log_topic = SPA_LOG_TOPIC(0, "spa.libcamera");
|
||||
SPA_LOG_TOPIC_DEFINE(libcamera_log_topic, "spa.libcamera");
|
||||
|
||||
SPA_LOG_TOPIC_ENUM_DEFINE_REGISTERED;
|
||||
|
||||
SPA_EXPORT
|
||||
int spa_handle_factory_enum(const struct spa_handle_factory **factory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue