Hi all,
I wonder anyone can given me some pointers in compiling dshowsrcwrapper with mingw on Vista. How does one compile the dshowsrcwrapper plugin in gst-plugins-bad from source right now? Either using Visual Studio or mingw? Your pointer is much appreciated.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
hi,
you can install GStreamer-WinBuild-0.10.4.exe (prerelease) and GStreamerWinBuild-0.10.4-dev.exe (prerelease) from http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download then use gst-plugins-bad/win32/vs8/libdshowsrcwrapper.vcproj (change include dir and lib dir) you need also to install ms platform SDK from http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&displaylang=en and you have to compile the base classes inside this SDK. Julien 2009/8/6 William Lee <[hidden email]> Hi all, ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
2009/8/6 Julien Isorce <[hidden email]>:
> hi, > > you can install GStreamer-WinBuild-0.10.4.exe (prerelease) and > GStreamerWinBuild-0.10.4-dev.exe (prerelease) > from http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download > > then use gst-plugins-bad/win32/vs8/libdshowsrcwrapper.vcproj (change include > dir and lib dir) > > you need also to install ms platform SDK from > http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&displaylang=en > and you have to compile the base classes inside this SDK. > dependencies. We recently change the build system to OSSBuild and you don't need any more to compile the DirectShow's base classes. You will find all the info about the build system in the "Developes" section of the Wiki. Andoni > Julien > > 2009/8/6 William Lee <[hidden email]> >> >> Hi all, >> I wonder anyone can given me some pointers in compiling dshowsrcwrapper >> with mingw on Vista. How does one compile the dshowsrcwrapper plugin in >> gst-plugins-bad from source right now? Either using Visual Studio or mingw? >> Your pointer is much appreciated. >> William >> >> -- >> >> William Lee @ Breeze Capsule >> Email: william at breezecapsule.com >> Mobile: +44 7984 368 182 >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > -- Andoni Morales Alastruey LongoMatch:The Digital Coach http://www.longomatch.ylatuya.es ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Does it support Visual C++ 2008 Express Edition?
William
2009/8/6 Andoni Morales <[hidden email]> 2009/8/6 Julien Isorce <[hidden email]>: -- William Lee @ Breeze Capsule Email: william at breezecapsule.com Mobile: +44 7984 368 182 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi all,
I'm answering my own question. I finally got it building in Visual C++ 2008 Express Edition. I followed the instruction at http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=developers Recap on the steps I took: 1) Download and install Visual C++ 2008 Express Edition 2) SVN checkout http://ossbuild.googlecode.com/svn/trunk/ 3) Install all the dependencies as described in the checked out ReadMe.txt (Perl, Python, PyObject) 4) Run Download.bat in Main/GStreamer 5) Run Generate.bat in Main/GStreamer 6) Open GStreamer.sln in Visual C++ 2008 Express Edition 7) Ignore warnings that some of the actions and properties cannot be loaded. This seems to be caused by the fact that Express Edition is stripped down so certain project properties will not available but the project will still load. 8) Very important! Switch to 'Release' option. Only the 'release' option seems to be supported. 9) Rebuild the solution 10) This will build the gstreamer DLL, gst-inspect, gst-launch, gst-xmlinspect and plugins into Build\Windows\Win32\Release\bin\gstreamer. Enjoy William 2009/8/6 William Lee <[hidden email]> > > Does it support Visual C++ 2008 Express Edition? > William > > 2009/8/6 Andoni Morales <[hidden email]> >> >> 2009/8/6 Julien Isorce <[hidden email]>: >> > hi, >> > >> > you can install GStreamer-WinBuild-0.10.4.exe (prerelease) and >> > GStreamerWinBuild-0.10.4-dev.exe (prerelease) >> > from http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download >> > >> > then use gst-plugins-bad/win32/vs8/libdshowsrcwrapper.vcproj (change include >> > dir and lib dir) >> > >> > you need also to install ms platform SDK from >> > http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a&displaylang=en >> > and you have to compile the base classes inside this SDK. >> > >> We also provide a complete build system to build GStreamer and all its >> dependencies. We recently change the build system to OSSBuild and you >> don't need any more to compile the DirectShow's base classes. You will >> find all the info about the build system in the "Developes" section of >> the Wiki. >> >> Andoni >> > Julien >> > >> > 2009/8/6 William Lee <[hidden email]> >> >> >> >> Hi all, >> >> I wonder anyone can given me some pointers in compiling dshowsrcwrapper >> >> with mingw on Vista. How does one compile the dshowsrcwrapper plugin in >> >> gst-plugins-bad from source right now? Either using Visual Studio or mingw? >> >> Your pointer is much appreciated. >> >> William >> >> >> >> -- >> >> >> >> William Lee @ Breeze Capsule >> >> Email: william at breezecapsule.com >> >> Mobile: +44 7984 368 182 >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> >> 30-Day >> >> trial. Simplify your report design, integration and deployment - and focus >> >> on >> >> what you do best, core application coding. Discover what's new with >> >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> _______________________________________________ >> >> gstreamer-devel mailing list >> >> [hidden email] >> >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> >> >> > >> > >> > ------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> > trial. Simplify your report design, integration and deployment - and focus >> > on >> > what you do best, core application coding. Discover what's new with >> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >> > _______________________________________________ >> > gstreamer-devel mailing list >> > [hidden email] >> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > >> > >> >> >> >> -- >> Andoni Morales Alastruey >> >> LongoMatch:The Digital Coach >> http://www.longomatch.ylatuya.es >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > -- > > William Lee @ Breeze Capsule > Email: william at breezecapsule.com > Mobile: +44 7984 368 182 -- William Lee @ Breeze Capsule Email: william at breezecapsule.com Mobile: +44 7984 368 182 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |