installation of gstreamer on windows

classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

installation of gstreamer on windows

sumit kumar-11
hi,
 
i am trying to port gstreamer to windows-xp. i don't know how to use binaries given on gstreamer website. could anyone guide me with this
 
regards,
sumit

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

michael smith-6-3
On Thu, Dec 4, 2008 at 8:06 AM, sumit kumar <[hidden email]> wrote:
> hi,
>
> i am trying to port gstreamer to windows-xp. i don't know how to use
> binaries given on gstreamer website. could anyone guide me with this

Don't use the binaries from the website - they're out of date and
unmaintained (they should be removed).

You can build gstreamer on windows using MSVC or gcc.

Mike

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

Andoni Morales
I'm working with Andrés Colubri to create a GStreamer installer for
Windows based on OAbuild with full codec support. We introduced some
changes to the OAbuild project and, actually, our binaries have support
for almost all the codecs. The changes we made:
·Compile ffmpeg with mingw/msys with full codec sopport
·Remove the ffmpeg project from OAbuild and include the new ffmpeg
libraries to the OAbuild's dependecies
·Remove the GLib project and link GStreamer to the GLib version provided
with the GTK+ win32 installer (this way GStreamer can be used in GTK
applications)
·Update liboil to a newer version to compile the volume plugin
·Change the ffmpeg plugin code to compile it using VS
·Change the qtdemux plugin code to compile it using VS
·Compile libmad for Windows and add the libraries to the GStreamer's
dependecies
·Add the mad plugin to OAbuild
·Add the asfdemux plugin to OAbuild
·Remove the Direct Show wrapper and use the ffmepg plugin for all the
decoding stuff, which is much more efficient

We will soon publish a new branch in launchpad with all these changes
and a Windows installer.

Andoni Morales Alastruey


El jue, 04-12-2008 a las 09:46 -0800, Michael Smith escribió:

> On Thu, Dec 4, 2008 at 8:06 AM, sumit kumar <[hidden email]> wrote:
> > hi,
> >
> > i am trying to port gstreamer to windows-xp. i don't know how to use
> > binaries given on gstreamer website. could anyone guide me with this
>
> Don't use the binaries from the website - they're out of date and
> unmaintained (they should be removed).
>
> You can build gstreamer on windows using MSVC or gcc.
>
> Mike
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

sumit kumar-11
In reply to this post by michael smith-6-3
yes, thanks for the info Mike. I have tried the OABuild (as suggested in some of the discussions), it seems to be fine at first go. But, it gives some errors like "Failed to load plugin : libdshowsrcwrapper.dll." Similarly, with libgstdshowvideosink.dll. I think these are required to play video files. And is there any link for maintained binaries of windows?
:)

On Thu, Dec 4, 2008 at 11:16 PM, Michael Smith <[hidden email]> wrote:
On Thu, Dec 4, 2008 at 8:06 AM, sumit kumar <[hidden email]> wrote:
> hi,
>
> i am trying to port gstreamer to windows-xp. i don't know how to use
> binaries given on gstreamer website. could anyone guide me with this

Don't use the binaries from the website - they're out of date and
unmaintained (they should be removed).

You can build gstreamer on windows using MSVC or gcc.

Mike

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

sumit kumar-11
In reply to this post by Andoni Morales
Thanks Andoni, will try to do that.
 
-sumit

On Fri, Dec 5, 2008 at 6:01 AM, Andoni Morales Alastruey <[hidden email]> wrote:
I'm working with Andrés Colubri to create a GStreamer installer for
Windows based on OAbuild with full codec support. We introduced some
changes to the OAbuild project and, actually, our binaries have support
for almost all the codecs. The changes we made:
·Compile ffmpeg with mingw/msys with full codec sopport
·Remove the ffmpeg project from OAbuild and include the new ffmpeg
libraries to the OAbuild's dependecies
·Remove the GLib project and link GStreamer to the GLib version provided
with the GTK+ win32 installer (this way GStreamer can be used in GTK
applications)
·Update liboil to a newer version to compile the volume plugin
·Change the ffmpeg plugin code to compile it using VS
·Change the qtdemux plugin code to compile it using VS
·Compile libmad for Windows and add the libraries to the GStreamer's
dependecies
·Add the mad plugin to OAbuild
·Add the asfdemux plugin to OAbuild
·Remove the Direct Show wrapper and use the ffmepg plugin for all the
decoding stuff, which is much more efficient

We will soon publish a new branch in launchpad with all these changes
and a Windows installer.

Andoni Morales Alastruey


El jue, 04-12-2008 a las 09:46 -0800, Michael Smith escribió:
> On Thu, Dec 4, 2008 at 8:06 AM, sumit kumar <[hidden email]> wrote:
> > hi,
> >
> > i am trying to port gstreamer to windows-xp. i don't know how to use
> > binaries given on gstreamer website. could anyone guide me with this
>
> Don't use the binaries from the website - they're out of date and
> unmaintained (they should be removed).
>
> You can build gstreamer on windows using MSVC or gcc.
>
> Mike
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

Christian Fredrik Kalager Schaller-2
In reply to this post by Andoni Morales
Great effort Andoni, let me know when you have everything up and running
and I will update the GStreamer website to point to these new binaries.

Christian

On Fri, 2008-12-05 at 01:31 +0100, Andoni Morales Alastruey wrote:

> I'm working with Andrés Colubri to create a GStreamer installer for
> Windows based on OAbuild with full codec support. We introduced some
> changes to the OAbuild project and, actually, our binaries have support
> for almost all the codecs. The changes we made:
> ·Compile ffmpeg with mingw/msys with full codec sopport
> ·Remove the ffmpeg project from OAbuild and include the new ffmpeg
> libraries to the OAbuild's dependecies
> ·Remove the GLib project and link GStreamer to the GLib version provided
> with the GTK+ win32 installer (this way GStreamer can be used in GTK
> applications)
> ·Update liboil to a newer version to compile the volume plugin
> ·Change the ffmpeg plugin code to compile it using VS
> ·Change the qtdemux plugin code to compile it using VS
> ·Compile libmad for Windows and add the libraries to the GStreamer's
> dependecies
> ·Add the mad plugin to OAbuild
> ·Add the asfdemux plugin to OAbuild
> ·Remove the Direct Show wrapper and use the ffmepg plugin for all the
> decoding stuff, which is much more efficient
>
> We will soon publish a new branch in launchpad with all these changes
> and a Windows installer.
>
> Andoni Morales Alastruey
>
>
> El jue, 04-12-2008 a las 09:46 -0800, Michael Smith escribió:
> > On Thu, Dec 4, 2008 at 8:06 AM, sumit kumar <[hidden email]> wrote:
> > > hi,
> > >
> > > i am trying to port gstreamer to windows-xp. i don't know how to use
> > > binaries given on gstreamer website. could anyone guide me with this
> >
> > Don't use the binaries from the website - they're out of date and
> > unmaintained (they should be removed).
> >
> > You can build gstreamer on windows using MSVC or gcc.
> >
> > Mike
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> > Build the coolest Linux based applications with Moblin SDK & win great prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > _______________________________________________
> > gstreamer-devel mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

Thomas Loewe
In reply to this post by sumit kumar-11
Hi,

i have cross compiled gst-ffmpeg-0.10.6 under xubuntu 8.10, but there's nothing ffmpeg related with gst-inspect to find after installing it under windows xp.

Are there any dependencies or something i forgot?

Thanks,
Thomas
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

sumit kumar-11
Hi,
I have installed the gstreamer using OABuild.I am trying to stream h264 raw video data, but it requires a plugin called 'x264enc' which is not there by default. Does anyone knows encoder plugin available for H264 on windows.
 
-Sumit 

On Sun, Dec 7, 2008 at 3:48 AM, Thomas Loewe <[hidden email]> wrote:

Hi,

i have cross compiled gst-ffmpeg-0.10.6 under xubuntu 8.10, but there's
nothing ffmpeg related with gst-inspect to find after installing it under
windows xp.

Are there any dependencies or something i forgot?

Thanks,
Thomas
--
View this message in context: http://www.nabble.com/installation-of-gstreamer-on-windows-tp20836599p20875253.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

Bill Cholewka
install gst-plugins-bad


From: sumit kumar <[hidden email]>
To: Discussion of the development of GStreamer <[hidden email]>
Sent: Tuesday, December 9, 2008 8:45:22 AM
Subject: Re: [gst-devel] installation of gstreamer on windows

Hi,
I have installed the gstreamer using OABuild.I am trying to stream h264 raw video data, but it requires a plugin called 'x264enc' which is not there by default. Does anyone knows encoder plugin available for H264 on windows.
 
-Sumit 

On Sun, Dec 7, 2008 at 3:48 AM, Thomas Loewe <[hidden email]> wrote:

Hi,

i have cross compiled gst-ffmpeg-0.10.6 under xubuntu 8.10, but there's
nothing ffmpeg related with gst-inspect to find after installing it under
windows xp.

Are there any dependencies or something i forgot?

Thanks,
Thomas
--
View this message in context: http://www.nabble.com/installation-of-gstreamer-on-windows-tp20836599p20875253.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

sumit kumar-11
which version is needed for that? thanks in advance..
:)
-sumit

On Wed, Dec 10, 2008 at 8:17 PM, Bill Cholewka <[hidden email]> wrote:
install gst-plugins-bad


From: sumit kumar <[hidden email]>
To: Discussion of the development of GStreamer <[hidden email]>
Sent: Tuesday, December 9, 2008 8:45:22 AM
Subject: Re: [gst-devel] installation of gstreamer on windows

Hi,
I have installed the gstreamer using OABuild.I am trying to stream h264 raw video data, but it requires a plugin called 'x264enc' which is not there by default. Does anyone knows encoder plugin available for H264 on windows.
 
-Sumit 

On Sun, Dec 7, 2008 at 3:48 AM, Thomas Loewe <[hidden email]> wrote:

Hi,

i have cross compiled gst-ffmpeg-0.10.6 under xubuntu 8.10, but there's
nothing ffmpeg related with gst-inspect to find after installing it under
windows xp.

Are there any dependencies or something i forgot?

Thanks,
Thomas
--
View this message in context: http://www.nabble.com/installation-of-gstreamer-on-windows-tp20836599p20875253.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

sumit kumar-11
i have tried version 0.10.5 and 0.10.6, but it dint help.. please guide..

On Wed, Dec 10, 2008 at 9:37 PM, sumit kumar <[hidden email]> wrote:
which version is needed for that? thanks in advance..
:)
-sumit

On Wed, Dec 10, 2008 at 8:17 PM, Bill Cholewka <[hidden email]> wrote:
install gst-plugins-bad


From: sumit kumar <[hidden email]>
To: Discussion of the development of GStreamer <[hidden email]>
Sent: Tuesday, December 9, 2008 8:45:22 AM
Subject: Re: [gst-devel] installation of gstreamer on windows

Hi,
I have installed the gstreamer using OABuild.I am trying to stream h264 raw video data, but it requires a plugin called 'x264enc' which is not there by default. Does anyone knows encoder plugin available for H264 on windows.
 
-Sumit 

On Sun, Dec 7, 2008 at 3:48 AM, Thomas Loewe <[hidden email]> wrote:

Hi,

i have cross compiled gst-ffmpeg-0.10.6 under xubuntu 8.10, but there's
nothing ffmpeg related with gst-inspect to find after installing it under
windows xp.

Are there any dependencies or something i forgot?

Thanks,
Thomas
--
View this message in context: http://www.nabble.com/installation-of-gstreamer-on-windows-tp20836599p20875253.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: installation of gstreamer on windows

Stefan Sauer
sumit kumar schrieb:
> i have tried version 0.10.5 and 0.10.6, but it dint help.. please guide..

x264enc is under gst-plugins-bad/ext, that means it uses an external library for
the encoding. You need to also build and install x264enc to get the gstreamer
plugin for it built.

Stefan

>
> On Wed, Dec 10, 2008 at 9:37 PM, sumit kumar <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     which version is needed for that? thanks in advance..
>     :)
>     -sumit
>
>     On Wed, Dec 10, 2008 at 8:17 PM, Bill Cholewka <[hidden email]
>     <mailto:[hidden email]>> wrote:
>
>         install gst-plugins-bad
>
>         ------------------------------------------------------------------------
>         *From:* sumit kumar <[hidden email]
>         <mailto:[hidden email]>>
>         *To:* Discussion of the development of GStreamer
>         <[hidden email]
>         <mailto:[hidden email]>>
>         *Sent:* Tuesday, December 9, 2008 8:45:22 AM
>         *Subject:* Re: [gst-devel] installation of gstreamer on windows
>
>         Hi,
>         I have installed the gstreamer using OABuild.I am trying to
>         stream h264 raw video data, but it requires a plugin called
>         'x264enc' which is not there by default. Does anyone knows
>         encoder plugin available for H264 on windows.
>          
>         -Sumit
>
>         On Sun, Dec 7, 2008 at 3:48 AM, Thomas Loewe <[hidden email]
>         <mailto:[hidden email]>> wrote:
>
>
>             Hi,
>
>             i have cross compiled gst-ffmpeg-0.10.6 under xubuntu 8.10,
>             but there's
>             nothing ffmpeg related with gst-inspect to find after
>             installing it under
>             windows xp.
>
>             Are there any dependencies or something i forgot?
>
>             Thanks,
>             Thomas
>             --
>             View this message in context:
>             http://www.nabble.com/installation-of-gstreamer-on-windows-tp20836599p20875253.html
>             Sent from the GStreamer-devel mailing list archive at
>             Nabble.com <http://nabble.com/>.
>
>
>             ------------------------------------------------------------------------------
>             SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las
>             Vegas, Nevada.
>             The future of the web can't happen without you.  Join us at
>             MIX09 to help
>             pave the way to the Next Web now. Learn more and register at
>             http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
>             _______________________________________________
>             gstreamer-devel mailing list
>             [hidden email]
>             <mailto:[hidden email]>
>             https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
>         ------------------------------------------------------------------------------
>         SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las
>         Vegas, Nevada.
>         The future of the web can't happen without you.  Join us at
>         MIX09 to help
>         pave the way to the Next Web now. Learn more and register at
>         http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
>         _______________________________________________
>         gstreamer-devel mailing list
>         [hidden email]
>         <mailto:[hidden email]>
>         https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel