简体   繁体   English

gstreamer调试版本

[英]gstreamer debug builds

I m writing a multimedia application .For Debugging purpose I need gstreamer debug builds for windows. 我正在编写一个多媒体应用程序。出于调试目的,我需要为windows进行gstreamer调试构建。 Ossbuild only provides the release dll. Ossbuild只提供发布dll。 Does anyone know where I can get debug dlls for gstreamer? 有谁知道我可以在哪里获得gstreamer的调试dll?

You'll have to build it yourself, until the Gstreamer SDK comes out for Windows. 您必须自己构建它,直到Gstreamer SDK出现在Windows上。 Even if you managed to obtain debug DLLs, they would have to be from the same version of gstreamer that you're targeting with your release build, or else you'd get non-meaningful results when debugging. 即使您设法获得调试DLL,它们也必须来自您使用发布版本定位的同一版本的gstreamer,否则在调试时您将获得无意义的结果。

If you used OSSBuild with Visual Studio, you may be able to find the .pdb files for debugging already in $OSSBUILD/Build/Windows/Win32/Release/pdb directory; 如果您在Visual Studio中使用OSSBuild,则可以在$OSSBUILD/Build/Windows/Win32/Release/pdb目录中找到用于调试的.pdb文件; if you can find these files, you can add them to Visual Studio so it knows to use them by following, eg these instructions. 如果您可以找到这些文件,则可以将它们添加到Visual Studio中,以便通过以下方式知道如何使用它们,例如这些说明。

Reference for OSSBuild debug info: here OSSBuild调试信息的参考: 这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM