Use gstreamer with Visual Studio 2012

doon don-prog at mail.ru
Sun Jul 12 16:37:03 PDT 2015


Thanks for your response.
I installed gstreamer-1.0-devel-x86-1.5.2.msi and
gstreamer-1.0-x86-1.5.2.msi, then I added gstreamer-1.0.props in Property
Sheet and changed working directory in "properties->configuration
properties->debugging" to MY\GSTREAMER\PATH\bin. And tried to compile this:

#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;
}

But got this issue:

*The procedure entry point g_type_check_instance_is_fundamentally_a could
not be located in the dynamic link library libgobject-2.0-0.dll.*

How I can resolve this?
Sebastian Dröge-3 wrote
> On Sa, 2015-07-11 at 08:46 -0700, doon wrote:
>> How I can create gstreamer project in VS 2012 for cross-platform 
>> application?
>> I have found some  tutorials
>> <http://web.archive.org/web/20130324094628/http://www.gstreamer
> > -winbuild.ylatuya.es/doku.php?id=developers>  ;
>> with OSSBuild, but can I create a cross-platform app if I will use 
>> OSSBuild? 
>> So which source I need to use for cross-platform application using 
>> Visual Studio 2012?
> 
> That stuff is based on the old 0.10 version of GStreamer and also not
> longer maintained. You can find up-to-date binaries for GStreamer here:
> http://gstreamer.freedesktop.org/data/pkg/windows/
> 
> They come with Visual Studio property sheets that you can include in
> your project for setting up the linker and compiler flags.
> 
> -- 
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
> 
> _______________________________________________
> gstreamer-devel mailing list

> gstreamer-devel at .freedesktop

> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 
> 
> signature.asc (968 bytes)
> <http://gstreamer-devel.966125.n4.nabble.com/attachment/4672633/0/signature.asc>





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Use-gstreamer-with-Visual-Studio-2012-tp4672632p4672638.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list