gpt4 book ai didi

c++ - 在 Visual Studio 2012 中使用 Gstreamer

转载 作者:行者123 更新时间:2023-11-28 06:10:24 29 4
gpt4 key购买 nike

我尝试在 Visual Studio 2012 中使用 Gstreamer。所以我安装了 gstreamer-1.0-devel-x86-1.5.2.msi 和 gstreamer-1.0-x86-1.5.2.msi,然后我添加了 gstreamer-1.0.props在 Property Sheet 中,将“properties->configuration properties->debugging”中的工作目录更改为 MY\GSTREAMER\PATH\bin。并试图编译这个:

#include "stdafx.h" 
#include <gst/gst.h>

int _tmain(int argc, char* argv[])
{
GstElement *pipeline;
GstBus *bus;
GstMessage *msg;

/* Initialize GStreamer */
gst_init (&argc, &argv);
return 0;
}

但是遇到了这个问题:

无法在动态链接库 libgobject-2.0-0.dll 中找到过程入口点 g_type_check_instance_is_fundamentally_a。

我该如何解决?

最佳答案

我找到了解决方案:我的程序使用了不正确的 dll,它与 GTK# 的同名 dll,删除 GTK# 后(错误,但很快 ;))我的程序开始从 Gstreamer 加载正确的 dll。

关于c++ - 在 Visual Studio 2012 中使用 Gstreamer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31380251/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com