Windows error 0xC00D4A3E, -1072870850

Detailed Error Information

MF_E_SAMPLEALLOCATOR_EMPTY[1]

MessageThe sample allocator is currently empty, due to outstanding requests.%0
Declared inMferror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code19006 (0x4a3e)

Questions

0votes
1answer

MediaCapture VideoStabilization fails with 0xC00D4A3E

I'm working on a video recording app that supports the VideoStabilization effect, but when I start recording, I receive the following through the MediaCapture.Failed event almost instantly: > The sample allocator is currently empty, due to outstanding requests. > (0xC00D4A3E) It only happens when I use the recommended configuration from [...] read more
c#
windows-store-apps
win-universal-app
windows-10

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0