Details
-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
-
6.2.3
-
None
-
Windows 10
Description
I have no exact steps or stable reproduction, just sometimes get this warning on time of MediaPlayer destruction.
void MFPlayerSession::close() { ... HRESULT hr = S_OK; if (m_session) { m_closing = true; hr = m_session->Close(); if (SUCCEEDED(hr)) { DWORD dwWaitResult = WaitForSingleObject(m_hCloseEvent, 100); if (dwWaitResult == WAIT_TIMEOUT) { qWarning() << "session close time out!"; } } m_closing = false; } ... }
I don't know if this is something serious, but probably should be replaced with categorized logging.
Attachments
Issue Links
- relates to
-
QTBUG-102707 Several videos can't be played simultaneously with OpenGL RHI
-
- Closed
-