config visual studio 2015 for gstreamer plugin development

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

config visual studio 2015 for gstreamer plugin development

Hao Zhang
Hi all,

I want to write some windows plugins using visual studio 2015, windows sdk 10 and wdk 10.
I have the Gstreamer 1.9.1 binary installed, and I am using the visual studio props sheets from the binary package. But, all the plugin base class functions can not be found? I don't knew if my set up is correct for plugin development. BTW the regular app writing works fine with gstreamer on my machine, so I am really having a hard time understand what is going on with plugin development using visual studio 2015.

Thanks,
Hao 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: config visual studio 2015 for gstreamer plugin development

Josh Doe
On Tue, Aug 9, 2016 at 11:52 AM, Hao Zhang <[hidden email]> wrote:
Hi all,

I want to write some windows plugins using visual studio 2015, windows sdk 10 and wdk 10.
I have the Gstreamer 1.9.1 binary installed, and I am using the visual studio props sheets from the binary package. But, all the plugin base class functions can not be found? I don't knew if my set up is correct for plugin development. BTW the regular app writing works fine with gstreamer on my machine, so I am really having a hard time understand what is going on with plugin development using visual studio 2015.

You need to provide a little more information, such as a small relevant section of the error output. Do you #include the headers but they aren't found? Property sheets pretty much just set the include directories and libraries to link against. Crucial point is that they rely on the GSTREAMER_1_0_ROOT_X86 (and/or X86_64) environment variable being set correctly before you start Visual Studio.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel