Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

GetHDL documentation bug

BMart1
New Contributor II
155 Views

The documentation for mfxFrameAllocator::GetHDL states:

This function returns the OS-specific handle associated with a video frame. If the handle is a COM interface, the reference counter must increase. The SDK will release the interface afterward.

but all d3d samples simply return the handle without incrementing the ref count. I think the docs are wrong.

Bruno

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
155 Views

This function is intended to abstract access to the video frame handle.  The allocator code in the tutorials is simplified to provide a starting point and documentation by example. It is a good starting point reference on this topic.  The simple_gethdl implementations also simply return handles, though there may be more sophisticated scenarios such as when multiple threads might be accessing the same handle where more complexity is necessary.  You are correct though -- the interface does not require incrementing any reference counters.

Thanks for pointing out that more clarification is needed here. Please watch for updates in the documentation as well as Intel Developer Zone articles on this subject.

Regards, Jeff

 

Reply