mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-20 01:40:28 -05:00
device: add device object
Make a device object, let the v4l2 monitor create device objects The device object is responsible for dynamically creating nodes.
This commit is contained in:
parent
79253c6d46
commit
e1bd12e599
43 changed files with 1784 additions and 237 deletions
|
|
@ -34,9 +34,6 @@ extern "C" {
|
|||
|
||||
#include <pipewire/core.h>
|
||||
|
||||
#define PW_TYPE__Module PW_TYPE_OBJECT_BASE "Module"
|
||||
#define PW_TYPE_MODULE_BASE PW_TYPE__Module ":"
|
||||
|
||||
#define PIPEWIRE_SYMBOL_MODULE_INIT "pipewire__module_init"
|
||||
|
||||
/** \class pw_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue