这是indexloc提供的服务,不要输入任何密码
Skip to content

Video Media memory leak #158

@dasgarner

Description

@dasgarner

Some players are reporting errors like the following which could be related to memory leaks.

MediaElement_MediaFailed: Media Failed. E = Exception from HRESULT: 0xC00D11C6
MediaElement_MediaFailed: Media Failed. E = Exception from HRESULT: 0xC00D10BD
MediaElement_MediaFailed: Media Failed. E = Exception from HRESULT: 0xC00D11B1

Should we manually clear some of the resources held by MediaElement?

videoElement.Close();
videoElement.Clock = null;
videoElement.Source = null;
videoElement = null;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions