Windows error 0xC00D4A3B, -1072870853

Detailed Error Information

MF_E_STREAMSINKS_FIXED[1]

MessageStream Sinks cannot be added to or removed from this Media Sink because its set of streams is fixed.%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 Code19003 (0x4a3b)

Questions

0votes
1answer

Getting error MF_E_STREAMSINKS_FIXED for EVR - Windows Media Foundation

I am implementing an example of media foundation, using below link. https://msdn.microsoft.com/en-us/library/windows/desktop/ms701605(v=vs.85).aspx The change that I have did to this example is I have added to Streams by calling. CreateMediaSource(wFile1, &m_pSource_1); CreateMediaSource(wFile2, &m_pSource_2); CreateAggregatedSource(m_pSource_1, m_pSource_2, &m_pAggregatedSource); m_pAggregatedSource->CreatePresentationDescriptor(&pSourcePD); m_pSession->SetTopology(0, pTopology); Issue that I am facing is, I am getting below error [...] read more
c++
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