[gst-devel] using GStreamer in windows

Julien Isorce julien.isorce at gmail.com
Thu Apr 10 13:20:09 CEST 2008


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 <bob at tataelxsi.co.in>:
>
>  hi julien,
>
> thanx for that fast reply. i did find the program and tried to compile the
> same. y do i get the foll error?:
>
> --------------------Configuration: gstreamer - Win32
> Debug--------------------
> Compiling...
> test.c
> Linking...
> test.obj : error LNK2001: unresolved external symbol
> _g_signal_connect_data
> test.obj : error LNK2001: unresolved external symbol _g_object_set
> test.obj : error LNK2001: unresolved external symbol
> _g_type_check_instance_cast
> Debug/gstreamer.exe : fatal error LNK1120: 3 unresolved externals
> Error executing link.exe.
>
> gstreamer.exe - 4 error(s), 0 warning(s)
> please help. i am really new to this
> thanks
> -bob
>
> ----- Original Message -----
> *From:* Julien Isorce <julien.isorce at gmail.com>
> *To:* Bob <bob at tataelxsi.co.in>
> *Cc:* gstreamer-devel at lists.sourceforge.net
> *Sent:* Thursday, April 10, 2008 4:27 PM
> *Subject:* Re: [gst-devel] using GStreamer in windows
>
> 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 <bob at tataelxsi.co.in>:
> >
> >  hi julien,
> >
> > what could be the pipeline in Visual Studio, for:
> >
> > gst-launch-0.10 filesrc location=/some file.mp3 (give file path)  !
> > ffdemux_mp3  !  ffdec_mp3  !  directsoundsink
> >
> >  thanks
> > -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.
> >
>
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080410/2afe516f/attachment.htm>


More information about the gstreamer-devel mailing list