mirror of https://github.com/electron/electron
2793539c9c
XDG Desktop Portal provides restore tokens to restore a previously selected PipeWire stream instead of prompting the user again. This restore token is single use only and it has to be replaced when the stream is completed/stopped. BaseCapturerPipewire maintains two source IDs: one is initialized by the constructor for new sources (source_id_) and another is for capturing previously selected sources (selected_source_id_). The restore token was always being stored under `source_id_`, even if the capture was ongoing for `selected_source_id_`. This prevents a stream from being restored more than once. Fix that by storing the restore token under the selected source ID if it exists. Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Athul Iddya <athul@iddya.com> |
||
---|---|---|
.. | ||
.patches | ||
cherry-pick-0e9556a90cec.patch | ||
fix_check_pipewire_init_before_creating_generic_capturer.patch | ||
fix_fallback_to_x11_capturer_on_wayland.patch | ||
fix_mark_pipewire_capturer_as_failed_after_session_is_closed.patch | ||
pipewire_capturer_increase_buffer_size_to_avoid_buffer_overflow.patch | ||
pipewire_capturer_make_restore_tokens_re-usable_more_than_one_time.patch | ||
prevent_sdp_munging_of_duplicate_ssrcs.patch |