[gst-devel] gstreamer on Windows
Samuel Vinson
samuelv at users.sourceforge.net
Tue Oct 2 22:20:50 CEST 2007
Andreas Volz a écrit :
> Hello,
>
> I write an application for Linux, Windows (and later OS X). Now I like
> to embedd a video player in my application. I've yet written the
> backend and now decide about the GUI toolkit. I prefer gtk(mm) because
> I know that.
>
> How complete is gstreamer on Windows/OS X?
>
On Windows, it compiles with MSVC 6.0 too. You must create some (few)
projects.
I tested gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad
For some libray (like liboil), you must compile with mingw/cygwin and
create .lib like that :
pexports liboil.dll > liboil.def
lib /def:liboil.def /out:liboil.lib
Samuel
> Does it use own codecs or native Windows/OS X codecs? (e.g. DirectShow)
>
> regards
> Andreas
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
More information about the gstreamer-devel
mailing list