Null Renderer not in graphedit

人盡茶涼 提交于 2019-12-12 03:15:58

问题


I'm running GraphEdit on Windows Server 2012 R2 and I've noticed that the null renderer is not there. There are some other directshow filters that I am using that will run in this server and the null renderer is the only one that isn't there.

I have registered quartz.dll and qedit.dll but there is still nothing. How can I use the Null Render on Server 2012?

Cheers.


回答1:


Null Renderer (along with Sample Grabber and a few others) is hosted by qedit.dll, not quartz.dll. It looks like it is taken away from the most recent Windows versions and your best solution is to build your own. Windows SDK samples offers Dump sample which you can clean up to retain a doing nothing renderer.



来源:https://stackoverflow.com/questions/27804752/null-renderer-not-in-graphedit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!