~mpv-team/mpv/master

Viewing all changes in revision 40532.

  • Committer: Kevin Mitchell
  • Author(s): wm4
  • Date: 2018-03-15 07:00:04 UTC
  • Revision ID: git-v1:2edf00fb94ba18dc2d476e0354036043ce4f714d
client API: send MPV_EVENT_SHUTDOWN only once

Before this change, mpv_wait_event() could inconsistently return
multiple MPV_EVENT_SHUTDOWN events to a single mpv_handle, up to the
point of spamming the event queue under certain circumstances. Change
this and just send it exactly once to each mpv_handle.

Some client API users might have weird requirements about destroying
their state asynchronously (and not reacting immediately to the SHUTDOWN
event). This change will help a bit to make this less weird and
surprising.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: