How to integrate gstreamer 1.0 in Cinder through VS 2013?

Hi, I am trying to integrate gstreamer 1.0 in Cinder through VS 2013 on Windows 7 OS. However I am getting compile time errors.

I have downloaded cinder block _2RealGStreamerWrapper and added to my example.

I have installed gstreamer 1.0 in my system but noticed that none of the Environment Variable is set as part of gstreamer installation. Do I need to set any Environmental Variable ?
I have downloaded samples from Git but those are giving compilation errors. None of them are working.

I have also tried to change the Project properties as per link http://prog3.com/sbdm/blog/jk007/article/details/4531729

Please check the errors that I am getting in attached screenshot.

Also tried using GstGLVideoPlayer.h and GstGLVideoPlayer.cpp into a separate project but in vain.

Can anyone please help me in resolving the errors ?

Thanks in advance !
Regards ,
Dipalee

1 Like

Hi,

several people have already been integrating gstreamer into their applications, so you might want to have a look at their implementations before rolling your own.
http://discourse.libcinder.org/search?q=gstreamer
https://forum.libcinder.org/#Search/gstreamer

There’s also a 3-year old Cinder block that might be a helpful:

-Paul