mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 18:58:02 +02:00
modules/si-*: cleanup included headers
This commit is contained in:
parent
3cecc18807
commit
9df3bb715c
3 changed files with 9 additions and 15 deletions
|
|
@ -7,14 +7,12 @@
|
|||
*/
|
||||
|
||||
#include <wp/wp.h>
|
||||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/extensions/session-manager.h>
|
||||
#include <pipewire/keys.h>
|
||||
#include <pipewire/extensions/session-manager/keys.h>
|
||||
|
||||
#include <spa/pod/builder.h>
|
||||
#include <spa/param/format-utils.h>
|
||||
#include <spa/param/format.h>
|
||||
#include <spa/param/audio/raw.h>
|
||||
#include <spa/param/audio/format-utils.h>
|
||||
#include <spa/param/props.h>
|
||||
#include <spa/param/param.h>
|
||||
|
||||
#include "module-pipewire/algorithms.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
*/
|
||||
|
||||
#include <wp/wp.h>
|
||||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/extensions/session-manager/keys.h>
|
||||
#include <pipewire/keys.h>
|
||||
|
||||
#include <spa/utils/names.h>
|
||||
|
||||
enum {
|
||||
|
|
@ -137,7 +137,7 @@ si_audio_softdsp_endpoint_create_convert_node (WpSiAudioSoftdspEndpoint *self,
|
|||
wp_properties_setf (props, PW_KEY_OBJECT_PATH, "%p/convert", self);
|
||||
wp_properties_setf (props, PW_KEY_NODE_NAME, "%p/convert/%d", self, index);
|
||||
wp_properties_set (props, PW_KEY_MEDIA_CLASS, "Audio/Convert");
|
||||
wp_properties_set (props, SPA_KEY_FACTORY_NAME, SPA_NAME_AUDIO_CONVERT);
|
||||
wp_properties_set (props, PW_KEY_FACTORY_NAME, SPA_NAME_AUDIO_CONVERT);
|
||||
|
||||
/* Create the node */
|
||||
return wp_node_new_from_factory (core, "spa-node-factory",
|
||||
|
|
|
|||
|
|
@ -8,14 +8,10 @@
|
|||
|
||||
#include <wp/wp.h>
|
||||
#include <pipewire/pipewire.h>
|
||||
#include <pipewire/extensions/session-manager.h>
|
||||
|
||||
#include <spa/pod/builder.h>
|
||||
#include <spa/param/format-utils.h>
|
||||
#include <spa/param/format.h>
|
||||
#include <spa/param/audio/raw.h>
|
||||
#include <spa/param/audio/format-utils.h>
|
||||
#include <spa/param/audio/type-info.h>
|
||||
#include <spa/param/props.h>
|
||||
#include <spa/param/param.h>
|
||||
|
||||
#include "module-pipewire/algorithms.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue