Skip to content
Snippets Groups Projects

mmdevice: move MTA initialization to the worker thread

Merged Pierre Lamot requested to merge chub/vlc:mmdevice/mta-init into master
1 unresolved thread

MTA was checked in the Open function. As this function is called from libvlc thread, this implies that a user of libvlc should have its own thread in MTA which may not be possible for various reasons.

  • MuteSet, VolumeSet, Play, DeviceSelect, Close callback don't require MTA
  • Flush, Pause and Start callbacks still require MTA, but as these functions are called from VLC internal thread this is a lesser issue

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Pierre Lamot added 1 commit

    added 1 commit

    • ba640ff5 - mmdevice: move MTA initialization to the worker thread

    Compare with previous version

  • Pierre Lamot added 1 commit

    added 1 commit

    • 2a920c8c - mmdevice: move MTA initialization to the worker thread

    Compare with previous version

  • Alexandre Janniaux resolved all threads

    resolved all threads

  • Steve Lhomme approved this merge request

    approved this merge request

  • MR Acceptance result

    :tada: This MergeRequest has been Accepted! Congratulations.

    MR acceptance checks details:

    • :white_check_mark: MR should be considered mergeable by Gitlab
    • :white_check_mark: Last pipeline should be successful
    • :white_check_mark: MergeRequest should have at least one external review and/or vote
    • :white_check_mark: All threads should be resolved, and score >= 0
    • :white_check_mark: MergeRequest should have no activity (threads/votes) for (24h/24h)

    This message was automatically generated by homer-bot.

  • Steve Lhomme added 112 commits

    added 112 commits

    Compare with previous version

  • Steve Lhomme enabled an automatic merge when the pipeline for 2fa81b6f succeeds

    enabled an automatic merge when the pipeline for 2fa81b6f succeeds

  • merged

  • Please register or sign in to reply
    Loading