hi,
I want to use GStreamer, in windows, in Visual Studio. I downloaded and installed the setup (.exe) files. the gst-inspect.exe and gst-launch.exe were executed and successfully. I don't know how to include the libraries and the headers
of gst-ffmpeg, gst-plugins-base, gst-plugins-good
etc....
please tell me how to start. thanks and regards -bob The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it. Contact your Administrator for further information. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi
(http://gstreamer.freedesktop.org/pkg/windows/releases/) For the gstreamer part, you only need to include .h and .lib from gstreamer-0.10.17.win32dev.zip and headers from gst-plugins-base-0.10.17.win32dev.zip. You also need to install libxml2-dev, iconv, and glib-dev. You can find them here :http://www.gtk.org/download-windows.html and here http://www.gimp.org/~tml/gimp/win32/downloads.html. For binaires I advise you to install gtk runtime that contains also binaires needed, gtk also but np, from here http://gtk-win.sourceforge.net/home/index.php/en/Downloads Sincerey Julien 2008/4/2, Bob <[hidden email]>:
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Bob-278
Hi,
If you have not a minimal experience in IDE compilation, you should begin by compiling a simple example. There is a lot of tutoriels. "where?": in project properties, you have to specify the path (general) and the lib names. Julien 2008/4/3, Julien Isorce <[hidden email]>: Hi, ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Bob-278
Hi,
Take a look at the "hello work" section in this page : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html It is almost what you need. You can first start to adapt it to play mp3, then if you have still questions do not hesitate to ask again. Julien I. 2008/4/10, Bob <[hidden email]>:
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
The errors you got is about glib library.
You have to fill in the "linker input" section, in the project properties, with the .lib required (depends on what you are doing). Try those: libgstreamer-0.10.lib glib-2.0.lib gobject-2.0.lib libxml2_a.lib iconv.lib Fill in the "linker general - additionnal dependencies" (= lib path) too. 2008/4/10, Bob <[hidden email]>:
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
Just get and install the gst-ffmpeg cvs package there http://gstreamer.freedesktop.org/pkg/windows/cvs/. Julien 2008/4/11, Bob <[hidden email]>:
2008/4/10, Bob <[hidden email]>:
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |