Replace Pipewire with PipeWire for consistency

And set up a CI job to check for that.
This commit is contained in:
Peter Hutterer 2021-07-14 15:41:58 +10:00
parent 4732aea0c6
commit 257fd83f65
20 changed files with 28 additions and 20 deletions

View file

@ -3220,7 +3220,7 @@ static int64_t get_port_latency_offset(struct client *client, struct pw_manager_
size_t j;
/*
* The latency offset is a property of nodes in Pipewire, so we look it up on the
* The latency offset is a property of nodes in PipeWire, so we look it up on the
* nodes. We'll return the latency offset of the first node in the port.
*
* This is also because we need to be consistent with

View file

@ -35,7 +35,7 @@ extern "C" {
#include <pipewire/proxy.h>
#include <pipewire/permission.h>
/** \defgroup pw_client Pipewire Client
/** \defgroup pw_client PipeWire Client
*
*/

View file

@ -47,7 +47,7 @@ extern "C" {
*
*/
/** \defgroup pw_context Pipewire Context
/** \defgroup pw_context PipeWire Context
*
* \brief The PipeWire context object manages all locally available
* resources. It is used by both clients and servers.

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
/** \defgroup pw_filter Pipewire Filter
/** \defgroup pw_filter PipeWire Filter
*
* \brief PipeWire filter object class
*

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
/** \defgroup pw_impl_core Pipewire Core Interface
/** \defgroup pw_impl_core PipeWire Core Interface
*
* \brief PipeWire core interface.
*

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
/** \defgroup pw_impl_device Pipewire Device Interface
/** \defgroup pw_impl_device PipeWire Device Interface
*
* The device is an object that manages nodes. It typically
* corresponds to a physical hardware device but it does not

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
/** \defgroup pw_impl_factory Pipewire Factory Interface
/** \defgroup pw_impl_factory PipeWire Factory Interface
*
* The factory is used to make objects on demand.
*/

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
/** \defgroup pw_impl_metadata Pipewire Metadata Interface
/** \defgroup pw_impl_metadata PipeWire Metadata Interface
*
* The metadata is used to store key/type/value pairs per object id.
*/

View file

@ -34,7 +34,7 @@ extern "C" {
#include <pipewire/proxy.h>
/** \defgroup pw_link Pipewire Link
/** \defgroup pw_link PipeWire Link
*
* A link is the connection between 2 nodes (\ref pw_node). Nodes are
* linked together on ports.

View file

@ -32,7 +32,7 @@ extern "C" {
#include <spa/support/loop.h>
#include <spa/utils/dict.h>
/** \defgroup pw_loop Pipewire Loop
/** \defgroup pw_loop PipeWire Loop
*
* PipeWire loop object provides an implementation of
* the spa loop interfaces. It can be used to implement various

View file

@ -29,7 +29,7 @@
extern "C" {
#endif
/** \defgroup pw_main_loop Pipewire Main-Loop Interface
/** \defgroup pw_main_loop PipeWire Main-Loop Interface
*
* A main loop object
*/

View file

@ -39,7 +39,7 @@ extern "C" {
#include <pipewire/proxy.h>
/** \defgroup pw_node Pipewire Node
/** \defgroup pw_node PipeWire Node
*
*/

View file

@ -31,7 +31,7 @@ extern "C" {
#include <spa/utils/defs.h>
/** \defgroup pw_permission Pipewire Permission
/** \defgroup pw_permission PipeWire Permission
*
* Permissions are kept for a client and describe what the client is
* allowed to do with an object.

View file

@ -38,7 +38,7 @@ extern "C" {
#include <pipewire/proxy.h>
/** \defgroup pw_port Pipewire Port
/** \defgroup pw_port PipeWire Port
*
*/

View file

@ -31,7 +31,7 @@ extern "C" {
#include <spa/utils/type.h>
/** \defgroup pw_type Pipewire Types
/** \defgroup pw_type PipeWire Types
*/
/**

View file

@ -38,7 +38,7 @@ extern "C" {
#include <spa/utils/defs.h>
#include <spa/pod/pod.h>
/** \defgroup pw_utils Pipewire Utility Functions
/** \defgroup pw_utils PipeWire Utility Functions
*
* Various utility functions
*/