mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-18 08:28:14 +02:00
After discussing things at the AGL May 2019 F2F meeting and reflecting on the initial design of WirePlumber, it became clear that it needed a fresh start.
14 lines
305 B
C
14 lines
305 B
C
/* WirePlumber
|
|
*
|
|
* Copyright © 2019 Collabora Ltd.
|
|
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
|
*/
|
|
|
|
#include "core.h"
|
|
#include "endpoint.h"
|
|
#include "error.h"
|
|
#include "factory.h"
|
|
#include "module.h"
|
|
#include "session-manager.h"
|