You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playback state change notification syncs Media Client (HTMLMediaElement)
state with current player state:
commit fb0730e:
The platform backend may change state, for example as a result
of an external plugin controlling the backend, so we need to
react to this situation by syncing up the WebCore state with the
platform backend.
We call playInternal()/pauseInternal() depending on the backend
state, to trigger the corresponding DOM events to match the state.
Sending that notification on EOS condition may effectively pause the pipeline
without user request becasue the GST player reports it is paused m_isEndReached is set.
0 commit comments