Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.8k
    • Issues 3.8k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 287
    • Merge requests 287
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCVLC
  • Merge requests
  • !742

Draft: vlc_aout: add vlc_audio_output_callbacks for device hotplug support in player

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Alexandre Janniaux requested to merge alexandre-janniaux/vlc:player/aout/add-hotplug-event/2 into master Oct 08, 2021
  • Overview 9
  • Commits 7
  • Pipelines 1
  • Changes 11

The callbacks are similar to those from vlc_audio_output_events but are meant to forward to the interfaces/player instead of the audio output owner. They could be unified in later refactors.

The Qt interface doesn't implement the callback correctly yet, I'm waiting for approval on the way I plan to refactor the audio output events vlc_variable into the callback structure in input_resource.

Fixes #22478

Refs #22479

Edited Oct 08, 2021 by Alexandre Janniaux
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: player/aout/add-hotplug-event/2

VideoLAN code repository instance