Site icon EfmSoft

What does HRESULT 0xC00D4A3F (MF_E_SINK_ALREADYSTOPPED) mean?

 
Previous Next
MF_E_SAMPLEALLOCATOR_EMPTY MF_E_ASF_FILESINK_BITRATE_UNKNOWN

MF_E_SINK_ALREADYSTOPPED

MF_E_SINK_ALREADYSTOPPED identifies a duplicate or badly ordered stop transition in a media sink. It is different from a general sink failure: the requested transition conflicts with the sink's current clock state because stopping has already completed.

Trace clock-state callbacks and stop ownership

Media sinks participate in presentation-clock state through stream-sink and clock-state contracts. Recreating media types or flushing samples does not change the fact that the sink is already stopped. The useful evidence is the transition history showing who sent the first stop and why another stop followed.

Microsoft: media sinks · Microsoft: WavSink sample and clock-state sink · Wine: HRESULT definition


Looking for a different code? Search another status or error code.

Exit mobile version