GStreamer 0.10.15.2, gst-plugins-base 0.10.15.2 and gst-python 0.10.9.2 pre-releases available

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

GStreamer 0.10.15.2, gst-plugins-base 0.10.15.2 and gst-python 0.10.9.2 pre-releases available

Jan Schmidt-6
The first pre-releases for the next releases of gstreamer core,
gst-plugins-base and gst-python are available.

Tarballs are at:

http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.2.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.2.tar.bz2

and

http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.2.tar.bz2

Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org

Please see the release schedule for more details about this release
(http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008)

Cheers,
Jan.


-------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

GStreamer 0.10.15.3, gst-plugins-base 0.10.15.3 and gst-python 0.10.9.3 pre-releases available

Jan Schmidt-6
2nd pre-releases of each module are now available in the usual locations.

The new gst-python tarball fixes compilation against python 2.4, and
generation of the config.h file for the windows build.
The core tarball tweaks the new gst_plugin_register_static to take the
set of arguments directly that were previously passed in a GstPluginDesc
and removes the deprecation guards around the GST_PLUGIN_DEFINE_STATIC
macro to make compiler warnings more meaningful in code that has been
using static plugins.
gst-plugins-base has had the libgstrtsp.defs file for the windows build
added.
New translations for core & base have been merged.

Tarballs are at:

http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.3.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.3.tar.bz2

and

http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.3.tar.bz2

Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org

There will be one more set of pre-release tarballs on Monday if needed.
The release itself is scheduled for the following Monday, 28th January.
Please see the release schedule for more details:
http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008

Cheers,
Jan.

Jan Schmidt wrote:

> The first pre-releases for the next releases of gstreamer core,
> gst-plugins-base and gst-python are available.
>
> Tarballs are at:
>
> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.2.tar.bz2
>
> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.2.tar.bz2
>
> and
>
> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.2.tar.bz2
>
> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
>
> Please see the release schedule for more details about this release
> (http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008)
>
> Cheers,
> Jan.
>
>
> -------------------------------------------------------------------------
> 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
>
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

GStreamer 0.10.15.4, gst-plugins-base 0.10.15.4 and gst-python 0.10.9.4 pre-releases available

Jan Schmidt-6
The 3rd (and hopefully) final pre-releases of GStreamer Core, Base and
Python bindings before final releases next Monday (28th Jan) are now
available.

Please test these thoroughly to catch any issues.

Changed since the last pre-releases:
* In gst-python: Fixed a reported issue building in jhbuild.
* In core: Fix the static plugin registration API to not call
g_threads_init(), to avoid breaking applications that unconditionally
call g_threads_init().
* In core: Use $(MAKE) in the docs/manuals.mak file to fix the build
when GNU make is not called 'make'
* In all modules (common/): Use $(MAKE) instead of make to fix the build
if GNU make is called something else on the system. Fix path for
docbook.xsl if we have no /etc/xml/catalog and add a  docbook-xsl search
path for FreeBSD. Added some valgrind suppressions.
* New translations for core & base have been merged.

Tarballs are at:

http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.4.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.4.tar.bz2

and

http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.4.tar.bz2


Please test and file bugs in bugzilla: http://bugzilla.gnome.org

Cheers
Jan.


Jan Schmidt wrote:

> 2nd pre-releases of each module are now available in the usual locations.
>
> The new gst-python tarball fixes compilation against python 2.4, and
> generation of the config.h file for the windows build.
> The core tarball tweaks the new gst_plugin_register_static to take the
> set of arguments directly that were previously passed in a GstPluginDesc
> and removes the deprecation guards around the GST_PLUGIN_DEFINE_STATIC
> macro to make compiler warnings more meaningful in code that has been
> using static plugins.
> gst-plugins-base has had the libgstrtsp.defs file for the windows build
> added.
> New translations for core & base have been merged.
>
> Tarballs are at:
>
> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.3.tar.bz2
>
> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.3.tar.bz2
>
> and
>
> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.3.tar.bz2
>
> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
>
> There will be one more set of pre-release tarballs on Monday if needed.
> The release itself is scheduled for the following Monday, 28th January.
> Please see the release schedule for more details:
> http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008
>
> Cheers,
> Jan.
>
> Jan Schmidt wrote:
>  
>> The first pre-releases for the next releases of gstreamer core,
>> gst-plugins-base and gst-python are available.
>>
>> Tarballs are at:
>>
>> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.2.tar.bz2
>>
>> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.2.tar.bz2
>>
>> and
>>
>> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.2.tar.bz2
>>
>> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
>>
>> Please see the release schedule for more details about this release
>> (http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008)
>>
>> Cheers,
>> Jan.
>>
>>
>> -------------------------------------------------------------------------
>> 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
>>
>>  
>>    
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer 0.10.15.4, gst-plugins-base 0.10.15.4 and gst-python 0.10.9.4 pre-releases available

Jan Schmidt-6
By the way, if you have any plugins currently in gst-plugins-bad that
you would like to see moving to Good or Ugly in next month's release,
now might be a good time to look at polishing them up.

Make sure they meet the Moving Plugins guidelines:
http://webcvs.freedesktop.org/gstreamer/gstreamer/docs/random/moving-plugins?revision=1.11&view=markup
and file a blocker bug on the gst-plugins-bad module to make sure the
plugins are lined up for moving during the plugins-move window from the
4th to the 8th February!

Cheers,
Jan.

Jan Schmidt wrote:

> The 3rd (and hopefully) final pre-releases of GStreamer Core, Base and
> Python bindings before final releases next Monday (28th Jan) are now
> available.
>
> Please test these thoroughly to catch any issues.
>
> Changed since the last pre-releases:
> * In gst-python: Fixed a reported issue building in jhbuild.
> * In core: Fix the static plugin registration API to not call
> g_threads_init(), to avoid breaking applications that unconditionally
> call g_threads_init().
> * In core: Use $(MAKE) in the docs/manuals.mak file to fix the build
> when GNU make is not called 'make'
> * In all modules (common/): Use $(MAKE) instead of make to fix the build
> if GNU make is called something else on the system. Fix path for
> docbook.xsl if we have no /etc/xml/catalog and add a  docbook-xsl search
> path for FreeBSD. Added some valgrind suppressions.
> * New translations for core & base have been merged.
>
> Tarballs are at:
>
> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.4.tar.bz2
>
> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.4.tar.bz2
>
> and
>
> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.4.tar.bz2
>
>
> Please test and file bugs in bugzilla: http://bugzilla.gnome.org
>
> Cheers
> Jan.
>
>
> Jan Schmidt wrote:
>  
>> 2nd pre-releases of each module are now available in the usual locations.
>>
>> The new gst-python tarball fixes compilation against python 2.4, and
>> generation of the config.h file for the windows build.
>> The core tarball tweaks the new gst_plugin_register_static to take the
>> set of arguments directly that were previously passed in a GstPluginDesc
>> and removes the deprecation guards around the GST_PLUGIN_DEFINE_STATIC
>> macro to make compiler warnings more meaningful in code that has been
>> using static plugins.
>> gst-plugins-base has had the libgstrtsp.defs file for the windows build
>> added.
>> New translations for core & base have been merged.
>>
>> Tarballs are at:
>>
>> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.3.tar.bz2
>>
>> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.3.tar.bz2
>>
>> and
>>
>> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.3.tar.bz2
>>
>> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
>>
>> There will be one more set of pre-release tarballs on Monday if needed.
>> The release itself is scheduled for the following Monday, 28th January.
>> Please see the release schedule for more details:
>> http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008
>>
>> Cheers,
>> Jan.
>>
>> Jan Schmidt wrote:
>>  
>>    
>>> The first pre-releases for the next releases of gstreamer core,
>>> gst-plugins-base and gst-python are available.
>>>
>>> Tarballs are at:
>>>
>>> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.2.tar.bz2
>>>
>>> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.2.tar.bz2
>>>
>>> and
>>>
>>> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.2.tar.bz2
>>>
>>> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
>>>
>>> Please see the release schedule for more details about this release
>>> (http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008)
>>>
>>> Cheers,
>>> Jan.
>>>
>>>
>>> -------------------------------------------------------------------------
>>> 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
>>>
>>>  
>>>    
>>>      
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>>  
>>    
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

GStreamer 0.10.15.5 pre-release uploaded

Jan Schmidt-6
In reply to this post by Jan Schmidt-6
I've just uploaded a new pre-release of the Core module alone - 0.10.15.5.
This pre-release fixes detection of monotonic clocks and posix timers in
cross-compilation environments. Base & Python are unaffected and are still
at 0.10.15.4.

Latest pre-release tarballs are:

http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.5.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.4.tar.bz2

and

http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.4.tar.bz2

Release is still scheduled for Monday.

Cheers,
Jan.

<quote who="Jan Schmidt">

> The 3rd (and hopefully) final pre-releases of GStreamer Core, Base and
> Python bindings before final releases next Monday (28th Jan) are now
> available.
>
> Please test these thoroughly to catch any issues.
>
> Changed since the last pre-releases:
> * In gst-python: Fixed a reported issue building in jhbuild.
> * In core: Fix the static plugin registration API to not call
> g_threads_init(), to avoid breaking applications that unconditionally
> call g_threads_init().
> * In core: Use $(MAKE) in the docs/manuals.mak file to fix the build
> when GNU make is not called 'make'
> * In all modules (common/): Use $(MAKE) instead of make to fix the build
> if GNU make is called something else on the system. Fix path for
> docbook.xsl if we have no /etc/xml/catalog and add a  docbook-xsl search
> path for FreeBSD. Added some valgrind suppressions.
> * New translations for core & base have been merged.
>
> Tarballs are at:
>
> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.4.tar.bz2
>
> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.4.tar.bz2
>
> and
>
> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.4.tar.bz2
>
>
> Please test and file bugs in bugzilla: http://bugzilla.gnome.org
>
> Cheers
> Jan.
>
>
> Jan Schmidt wrote:
> > 2nd pre-releases of each module are now available in the usual locations.
> >
> > The new gst-python tarball fixes compilation against python 2.4, and
> > generation of the config.h file for the windows build.
> > The core tarball tweaks the new gst_plugin_register_static to take the
> > set of arguments directly that were previously passed in a GstPluginDesc
> > and removes the deprecation guards around the GST_PLUGIN_DEFINE_STATIC
> > macro to make compiler warnings more meaningful in code that has been
> > using static plugins.
> > gst-plugins-base has had the libgstrtsp.defs file for the windows build
> > added.
> > New translations for core & base have been merged.
> >
> > Tarballs are at:
> >
> > http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.3.tar.bz2
> >
> > http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.3.tar.bz2
> >
> > and
> >
> > http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.3.tar.bz2
> >
> > Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
> >
> > There will be one more set of pre-release tarballs on Monday if needed.
> > The release itself is scheduled for the following Monday, 28th January.
> > Please see the release schedule for more details:
> > http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008
> >
> > Cheers,
> > Jan.
> >
> > Jan Schmidt wrote:
> >  
> >> The first pre-releases for the next releases of gstreamer core,
> >> gst-plugins-base and gst-python are available.
> >>
> >> Tarballs are at:
> >>
> >> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.2.tar.bz2
> >>
> >> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.2.tar.bz2
> >>
> >> and
> >>
> >> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.2.tar.bz2
> >>
> >> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
> >>
> >> Please see the release schedule for more details about this release
> >> (http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008)
> >>
> >> Cheers,
> >> Jan.
> >>
> >>
> >> -------------------------------------------------------------------------
> >> 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
> >>
> >>  
> >>    
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > gstreamer-devel mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
> >  
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

--
Jan Schmidt                                                 EMAIL-ADDR

It all works, but it limits Linux processes to a mere 512GB of virtual
address space. Such limits are irksome to the kernel developers when the
hardware can do more, and, besides, somebody is likely to release a web
browser or office suite which runs into that limit in the near future.
  - http://lwn.net/Articles/106177/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer 0.10.15.5 pre-release uploaded

Luis de Bethencourt-2
Very nice. I will give it a try this weekend.

Cheers,
Luis de Bethencourt

On Jan 25, 2008 6:14 PM, Jan Schmidt <[hidden email]> wrote:

> I've just uploaded a new pre-release of the Core module alone - 0.10.15.5.
> This pre-release fixes detection of monotonic clocks and posix timers in
> cross-compilation environments. Base & Python are unaffected and are still
> at 0.10.15.4.
>
> Latest pre-release tarballs are:
>
> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.5.tar.bz2
>
> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.4.tar.bz2
>
> and
>
> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.4.tar.bz2
>
> Release is still scheduled for Monday.
>
> Cheers,
> Jan.
>
> <quote who="Jan Schmidt">
>
> > The 3rd (and hopefully) final pre-releases of GStreamer Core, Base and
> > Python bindings before final releases next Monday (28th Jan) are now
> > available.
> >
> > Please test these thoroughly to catch any issues.
> >
> > Changed since the last pre-releases:
> > * In gst-python: Fixed a reported issue building in jhbuild.
> > * In core: Fix the static plugin registration API to not call
> > g_threads_init(), to avoid breaking applications that unconditionally
> > call g_threads_init().
> > * In core: Use $(MAKE) in the docs/manuals.mak file to fix the build
> > when GNU make is not called 'make'
> > * In all modules (common/): Use $(MAKE) instead of make to fix the build
> > if GNU make is called something else on the system. Fix path for
> > docbook.xsl if we have no /etc/xml/catalog and add a  docbook-xsl search
> > path for FreeBSD. Added some valgrind suppressions.
> > * New translations for core & base have been merged.
> >
> > Tarballs are at:
> >
> > http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.4.tar.bz2
> >
> > http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.4.tar.bz2
> >
> > and
> >
> > http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.4.tar.bz2
> >
> >
> > Please test and file bugs in bugzilla: http://bugzilla.gnome.org
> >
> > Cheers
> > Jan.
> >
> >
> > Jan Schmidt wrote:
> > > 2nd pre-releases of each module are now available in the usual locations.
> > >
> > > The new gst-python tarball fixes compilation against python 2.4, and
> > > generation of the config.h file for the windows build.
> > > The core tarball tweaks the new gst_plugin_register_static to take the
> > > set of arguments directly that were previously passed in a GstPluginDesc
> > > and removes the deprecation guards around the GST_PLUGIN_DEFINE_STATIC
> > > macro to make compiler warnings more meaningful in code that has been
> > > using static plugins.
> > > gst-plugins-base has had the libgstrtsp.defs file for the windows build
> > > added.
> > > New translations for core & base have been merged.
> > >
> > > Tarballs are at:
> > >
> > > http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.3.tar.bz2
> > >
> > > http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.3.tar.bz2
> > >
> > > and
> > >
> > > http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.3.tar.bz2
> > >
> > > Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
> > >
> > > There will be one more set of pre-release tarballs on Monday if needed.
> > > The release itself is scheduled for the following Monday, 28th January.
> > > Please see the release schedule for more details:
> > > http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008
> > >
> > > Cheers,
> > > Jan.
> > >
> > > Jan Schmidt wrote:
> > >
> > >> The first pre-releases for the next releases of gstreamer core,
> > >> gst-plugins-base and gst-python are available.
> > >>
> > >> Tarballs are at:
> > >>
> > >> http://gstreamer.freedesktop.org/src/gstreamer/pre/gstreamer-0.10.15.2.tar.bz2
> > >>
> > >> http://gstreamer.freedesktop.org/src/gst-plugins-base/pre/gst-plugins-base-0.10.15.2.tar.bz2
> > >>
> > >> and
> > >>
> > >> http://gstreamer.freedesktop.org/src/gst-python/pre/gst-python-0.10.9.2.tar.bz2
> > >>
> > >> Please test, and file any bugs in bugzilla at http://bugzilla.gnome.org
> > >>
> > >> Please see the release schedule for more details about this release
> > >> (http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008)
> > >>
> > >> Cheers,
> > >> Jan.
> > >>
> > >>
> > >> -------------------------------------------------------------------------
> > >> 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
> > >>
> > >>
> > >>
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Microsoft
> > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > _______________________________________________
> > > gstreamer-devel mailing list
> > > [hidden email]
> > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > gstreamer-devel mailing list
> > [hidden email]
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
>
> --
> Jan Schmidt                                                 EMAIL-ADDR
>
> It all works, but it limits Linux processes to a mere 512GB of virtual
> address space. Such limits are irksome to the kernel developers when the
> hardware can do more, and, besides, somebody is likely to release a web
> browser or office suite which runs into that limit in the near future.
>   - http://lwn.net/Articles/106177/
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>



--
Luis de Bethencourt GuimerĂ¡
luisbg
<[hidden email]>
GPG: B0ED1326

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel