mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05: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
|
|
@ -24,6 +24,11 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <spa/node/node.h>
|
||||
#include <spa/utils/hook.h>
|
||||
#include <spa/param/audio/format-utils.h>
|
||||
#include <spa/pod/filter.h>
|
||||
|
||||
#include "pipewire/core.h"
|
||||
#include "pipewire/interfaces.h"
|
||||
#include "pipewire/log.h"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include <sys/eventfd.h>
|
||||
|
||||
#include <spa/node/node.h>
|
||||
#include <spa/lib/pod.h>
|
||||
#include <spa/pod/filter.h>
|
||||
|
||||
#include "pipewire/pipewire.h"
|
||||
#include "pipewire/interfaces.h"
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@
|
|||
#include <spa/param/buffers.h>
|
||||
#include <spa/param/meta.h>
|
||||
#include <spa/param/io.h>
|
||||
|
||||
#include <spa/lib/pod.h>
|
||||
#include <spa/pod/filter.h>
|
||||
|
||||
#define NAME "floatmix"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@
|
|||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <spa/lib/debug.h>
|
||||
|
||||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/private.h>
|
||||
#include <pipewire/global.h>
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <spa/pod/parser.h>
|
||||
#include <spa/pod/compare.h>
|
||||
#include <spa/param/param.h>
|
||||
|
||||
#include <spa/lib/debug.h>
|
||||
#include <spa/lib/pod.h>
|
||||
|
||||
#include "pipewire.h"
|
||||
#include "private.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <spa/lib/debug.h>
|
||||
#include <spa/pod/parser.h>
|
||||
|
||||
#include "pipewire/pipewire.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#include <sys/mman.h>
|
||||
|
||||
#include <spa/pod/parser.h>
|
||||
#include <spa/lib/debug.h>
|
||||
|
||||
#include "pipewire/pipewire.h"
|
||||
#include "pipewire/private.h"
|
||||
|
|
|
|||
|
|
@ -29,9 +29,8 @@
|
|||
#include <spa/param/props.h>
|
||||
#include <spa/node/io.h>
|
||||
#include <spa/utils/ringbuffer.h>
|
||||
|
||||
#include <spa/pod/filter.h>
|
||||
#include <spa/lib/debug.h>
|
||||
#include <spa/lib/pod.h>
|
||||
|
||||
#include "pipewire/pipewire.h"
|
||||
#include "pipewire/stream.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue