Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
97211d0a
Commit
97211d0a
authored
Oct 21, 2021
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/pipewire: rename field "buffer" to "pod_buffer"
parent
029c499b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PipeWireOutputPlugin.cxx
src/output/plugins/PipeWireOutputPlugin.cxx
+3
-3
No files found.
src/output/plugins/PipeWireOutputPlugin.cxx
View file @
97211d0a
...
@@ -70,7 +70,7 @@ class PipeWireOutput final : AudioOutput {
...
@@ -70,7 +70,7 @@ class PipeWireOutput final : AudioOutput {
std
::
string
error_message
;
std
::
string
error_message
;
std
::
byte
buffer
[
1024
];
std
::
byte
pod_
buffer
[
1024
];
struct
spa_pod_builder
pod_builder
;
struct
spa_pod_builder
pod_builder
;
std
::
size_t
frame_size
;
std
::
size_t
frame_size
;
...
@@ -505,8 +505,8 @@ PipeWireOutput::Open(AudioFormat &audio_format)
...
@@ -505,8 +505,8 @@ PipeWireOutput::Open(AudioFormat &audio_format)
const
struct
spa_pod
*
params
[
1
];
const
struct
spa_pod
*
params
[
1
];
pod_builder
=
{};
pod_builder
=
{};
pod_builder
.
data
=
buffer
;
pod_builder
.
data
=
pod_
buffer
;
pod_builder
.
size
=
sizeof
(
buffer
);
pod_builder
.
size
=
sizeof
(
pod_
buffer
);
#if defined(ENABLE_DSD) && defined(SPA_AUDIO_DSD_FLAG_NONE)
#if defined(ENABLE_DSD) && defined(SPA_AUDIO_DSD_FLAG_NONE)
struct
spa_audio_info_dsd
dsd
;
struct
spa_audio_info_dsd
dsd
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment