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
949d72e3
Commit
949d72e3
authored
2 years ago
by
Naïm Favier
Committed by
Max Kellermann
2 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/PipeWire: lock thread loop in SendTag
parent
8d2a1846
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
NEWS
NEWS
+2
-0
PipeWireOutputPlugin.cxx
src/output/plugins/PipeWireOutputPlugin.cxx
+2
-0
No files found.
NEWS
View file @
949d72e3
ver 0.23.13 (not yet released)
* input
- curl: fix busy loop after connection failed
* output
- pipewire: fix corruption bug due to missing lock
ver 0.23.12 (2023/01/17)
* input
...
...
This diff is collapsed.
Click to expand it.
src/output/plugins/PipeWireOutputPlugin.cxx
View file @
949d72e3
...
...
@@ -973,6 +973,8 @@ PipeWireOutput::SendTag(const Tag &tag)
struct
spa_dict
dict
=
SPA_DICT_INIT
(
items
,
n_items
);
const
PipeWire
::
ThreadLoopLock
lock
(
thread_loop
);
auto
rc
=
pw_stream_update_properties
(
stream
,
&
dict
);
if
(
rc
<
0
)
LogWarning
(
pipewire_output_domain
,
"Error updating properties"
);
...
...
This diff is collapsed.
Click to expand it.
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