mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pod: move compare and filter functions out of the library
This commit is contained in:
parent
60d4473e7b
commit
3b1c40f17f
35 changed files with 549 additions and 62 deletions
|
|
@ -29,10 +29,9 @@
|
|||
#include <spa/support/log.h>
|
||||
#include <spa/support/type-map.h>
|
||||
#include <spa/support/loop.h>
|
||||
#include <spa/support/plugin.h>
|
||||
#include <spa/monitor/monitor.h>
|
||||
|
||||
#include <lib/debug.h>
|
||||
|
||||
#define NAME "v4l2-monitor"
|
||||
|
||||
extern const struct spa_handle_factory spa_v4l2_source_factory;
|
||||
|
|
|
|||
|
|
@ -34,9 +34,7 @@
|
|||
#include <spa/param/buffers.h>
|
||||
#include <spa/param/meta.h>
|
||||
#include <spa/param/io.h>
|
||||
|
||||
#include <lib/debug.h>
|
||||
#include <lib/pod.h>
|
||||
#include <spa/pod/filter.h>
|
||||
|
||||
#define NAME "v4l2-source"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue