mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Rename to Support
This commit is contained in:
parent
6e6b5588f4
commit
a68e5d5124
14 changed files with 41 additions and 40 deletions
|
|
@ -380,8 +380,8 @@ static SpaResult
|
|||
alsa_monitor_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaALSAMonitor *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -599,8 +599,8 @@ static SpaResult
|
|||
alsa_sink_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaALSASink *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -752,8 +752,8 @@ static SpaResult
|
|||
alsa_source_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaALSASource *this;
|
||||
unsigned int i;
|
||||
|
|
|
|||
|
|
@ -780,8 +780,8 @@ static SpaResult
|
|||
spa_audiomixer_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaAudioMixer *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -989,8 +989,8 @@ static SpaResult
|
|||
audiotestsrc_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaAudioTestSrc *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ static SpaResult
|
|||
ffmpeg_dec_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
if (factory == NULL || handle == NULL)
|
||||
return SPA_RESULT_INVALID_ARGUMENTS;
|
||||
|
|
@ -45,8 +45,8 @@ static SpaResult
|
|||
ffmpeg_enc_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
if (factory == NULL || handle == NULL)
|
||||
return SPA_RESULT_INVALID_ARGUMENTS;
|
||||
|
|
|
|||
|
|
@ -1348,8 +1348,8 @@ static SpaResult
|
|||
proxy_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaProxy *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -351,8 +351,8 @@ static SpaResult
|
|||
v4l2_monitor_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaV4l2Monitor *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -831,8 +831,8 @@ static SpaResult
|
|||
v4l2_source_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaV4l2Source *this;
|
||||
unsigned int i;
|
||||
|
|
|
|||
|
|
@ -937,8 +937,8 @@ static SpaResult
|
|||
videotestsrc_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaVideoTestSrc *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -677,8 +677,8 @@ static SpaResult
|
|||
volume_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaVolume *this;
|
||||
|
||||
|
|
|
|||
|
|
@ -558,8 +558,8 @@ static SpaResult
|
|||
xv_sink_init (const SpaHandleFactory *factory,
|
||||
SpaHandle *handle,
|
||||
const SpaDict *info,
|
||||
const SpaInterface **platform,
|
||||
unsigned int n_platform)
|
||||
const SpaSupport **support,
|
||||
unsigned int n_support)
|
||||
{
|
||||
SpaXvSink *this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue