mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #222] [MERGED] linux: add support for multiple media players #335
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/222
Author: @kavishdevar
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/2/2025
Merged by: @kavishdevar
Base:
main← Head:linux/handle-multiple-audio-sources📝 Commits (1)
b4cd740linux: add support for multiple media players📊 Changes
3 files changed (+112 additions, -51 deletions)
View changed files
📝
linux/media/mediacontroller.cpp(+95 -47)📝
linux/media/mediacontroller.h(+2 -2)📝
linux/media/pulseaudiocontroller.cpp(+15 -2)📄 Description
fixes #207
note: this only works if the browser shows two instances for multiple media sources. playing two youtube videos in two separate tabs in Firefox exposed only one instance of media player which will not result in all media sources paused. Something I can't fix. But now, it will only resume the services it has paused not just the first one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.