Windows error 0xC00D4A44, -1072870844

Detailed Error Information

MF_E_SINK_NO_SAMPLES_PROCESSED[1]

MessageThe operation failed because no samples were processed by the sink.%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 Code19012 (0x4a44)

Questions

1vote
1answer

0xC00D4A44 MF_E_SINK_NO_SAMPLES_PROCESSED with MPEG 4 sink

I am running out of ideas on why I am getting this HRESULT. I have a pipeline in Media Foundation. A file is loaded through the source resolver. I am using the media session. Here is my general pipeline: Source Reader -> Decoder -> Color Converter (to RGB24) -> Custom [...] read more
video-processing
ms-media-foundation
mpeg-4
1vote
1answer

Correcting live IMFMediaSource time stamps

I have two cameras, listed below, that I am trying to use in a Media Foundation topology. Here is a summary of my topology: Webcam --> MJPG Decoder --> Custom MFT --> H264 Encoder --> MP4 File Sink The problem with this is that the generated MP4 file has incorrect [...] read more
c++
windows
winapi
video
ms-media-foundation

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