Windows error 0x80040207, -2147220985

Detailed Error Information

MPEG2_E_TX_STREAM_UNAVAILABLE[1]

Declared inMpeg2Error.h

EVENT_E_INVALID_PER_USER_SID[2]

MessageThe owner SID on a per-user subscription doesn't exist
Declared inwinerror.h

HRESULT analysis[3]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[3][2]
DescriptionThe source of the error code is COM/OLE Interface management.[3][2]
Error Code519 (0x0207)

Questions

3votes
1answer

No combination between pins when both accept ARGB32 media type

I have tagged both directshow as well as directshow.net because I'm using both C++ and C# to create a source filter (for loading up bitmaps in memory) and c# is supplying the bitmap. I've been stumped on the problem "There is no common media type between these pins" for days [...] read more
video
directshow
directshow.net
3votes
1answer

Custom filter is incompatible?

I created a custom filter in DirectShow called decryption however when using GraphStudioNext gives me a "VFW_E_NO_ACCEPTABLE_TYPES (0x80040207)" when trying to connect the output from a MP4 into the input of my custom filter. // Media Types const AMOVIESETUP_MEDIATYPE sudPinTypes = { &MEDIATYPE_Stream, &MEDIASUBTYPE_NULL }; // Pins const AMOVIESETUP_PIN psudPins[] [...] read more
c++
filter
directshow
0votes
1answer

connect x264vfw to custom source filter

I'm trying to connect a custom source filter to x264. I can connect it to leadtools encoder, main concepts encoder. I can connect them directly in graphedit. I get the HR result 0x80040207 VFW_E_NO_ACCEPTABLE_TYPES. HRESULT CStreaming::Init(){ CoInitialize(NULL); HRESULT hr; hr = CoCreateInstance(CLSID_FilterGraph, NULL, CLSCTX_INPROC_SERVER,IID_PPV_ARGS(&m_pGraph)); #ifdef _DEBUG DWORD dwRegister; hr = [...] read more
c++
visual-c++
directshow

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0