I am required to write a plugin for gstreamer. The code which will be integrated in the plugin is actually available as VS 2005 project. That's why I intend to develop the plug as well in visual studio. I couldn't find any resources which talks about setting up gstreamer plugin dev environment in windows as Visual Studio Project.
The gstreamer windows SDK doesn't contain the required files for plugin development as mentioned in http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-building-boiler.html.
Note: The following question though similar is not what I am looking for : Needed environment for building gstreamer plugins in Windows