Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

windows 7 handles leak

____5
Beginner
284 Views

hi, 

I need your help。

I download INDE Media SDK for Windows 6.0.0.388 and intel_media_sdk_2016, in win8 they goes well,but win7 handle keep increasing。

my code like this:

while(true)

{

...

MFXInit(m_session, &version);

....

MFXVideoENCODE_Init(m_session, &m_mfxEncParams);

...

MFXVideoENCODE_Close(m_session);
MFXClose(m_session);

Sleep(50);

}

loop open and close,it's wrong in the function MFXVideoENCODE_Init, in win7 handles can't be recovery and once add eight.

and I think maybe it's no problem in previou version, but I can't find the link to download. can you tell me.

 

0 Kudos
1 Reply
Harshdeep_B_Intel
284 Views

Hi there, 

Can you share a log from system analyzer tool. This is will help provide us your system details. Also, verify and confirm if you have latest graphics driver installed from https://downloadcenter.intel.com/. BTW, to isolate if issue is due to app or driver, can you run our sample_encode app (https://software.intel.com/sites/default/files/MediaSamples_Windows_6.0.0.68.msi) with latest graphics driver installed. Let me know how it goes. 

Thanks, 

 

0 Kudos
Reply