Question

I just downloaded gstreamer 1.2.4 both normal and developer packs from here, and performed full installs of both packs.

Then I added bin location to path variable, then created c++ solution and added x86.props and gstreamer-1.0.props. I wanted to check some basic GES project, but I'm unable to do it since not all dependencies are resolved. Visual studio 2012 shows:

cannot include file : 'ges/ges-version.h'. No such file or directory.

How can I setup GES working environment on Visual Studio? What props do I need to add to my solution?

Was it helpful?

Solution

The missing gst-editing-services-1.0.props file was added in 1.2.4.1 version. You can download it from here http://gstreamer.freedesktop.org/data/pkg/windows/1.2.4.1/ .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top