RELEASE: gst-plugins-good/bad/ugly 0.11.1, gst-ffmpeg 0.11.1



This mail announces the release of the gst-plugins-good/bad/ugly and gst-ffmpeg 0.11.1 modules.

This is the first release of the plugins for the unstable 0.11 series that will lead up to the 1.0 release later this year. It is intended for developers and people wanting to port their plugins and applications to the new series.

5a69ed30ace3141339315c83ade2ec8d  gst-plugins-good-0.11.1.tar.gz
70965aa59386167cd0ec640534172813  gst-plugins-good-0.11.1.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.1.tar.gz
http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.1.tar.bz2

7aca654052a4b7870534d21f847ab58b  gst-plugins-bad-0.11.1.tar.gz
1dfe0c6b6e4974ecab111b96c3216882  gst-plugins-bad-0.11.1.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.1.tar.gz
http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.1.tar.bz2

3a5f8e5b965d2de767f17682696cf02e  gst-plugins-ugly-0.11.1.tar.gz
af8106747db7bd384c95af52dbd924ab  gst-plugins-ugly-0.11.1.tar.bz2

http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.1.tar.gz
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.1.tar.bz2

83ebaccfb4bd267dcd39454fddb4263f  gst-ffmpeg-0.11.1.tar.gz
f6630f06fdf30a1123fcf2bbcc5eb272  gst-ffmpeg-0.11.1.tar.bz2

http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.11.1.tar.gz
http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.11.1.tar.bz2

Enjoy!


Release notes for GStreamer 0.11.1 "Sweet New Blossom"
        


The GStreamer team is proud to announce a new release
in the 0.11.x unstable series of the
core of the GStreamer streaming media framework.


The 0.11.x series is an unstable series targeted at developers
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series.


The 0.11.x series has improved memory management and features
various cleanups and enhancements.


This module, gstreamer, only contains core functionality.
For actual media playback, you will need other modules.

gst-plugins-base
contains a basic set of well-supported plug-ins
gst-plugins-good
contains a set of well-supported plug-ins under our preferred license
gst-plugins-ugly
contains a set of well-supported plug-ins, but might pose problems for
    distributors
gst-plugins-bad
contains a set of less supported plug-ins that haven't passed the
    rigorous quality testing we expect



  

Features of this release
    
      * Parallel installability with 0.10.x series
      * Remove negotiation from state change in GstBaseSrc
      * Removed our custom FOURCC type
      * Updates to the base classes
There were no bugs fixed in this release
    

Download

You can find source releases of gstreamer in the download directory:
http://gstreamer.freedesktop.org/src/gstreamer/

GStreamer Homepage

More details can be found on the project's website:
http://gstreamer.freedesktop.org/

Support and Bugs

We use GNOME's bugzilla for bug reports and feature requests:
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer

Developers

GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
Interested developers of the core library, plug-ins, and applications should
subscribe to the gstreamer-devel list. If there is sufficient interest we
will create more lists as necessary.

        
Applications

No applications are ported to 0.11 as of yet. We are looking for more people to
port plugins and applications.

  
Contributors to this release
    
      * David Schleef
      * Edward Hervey
      * Fabrizio (Misto) Milo
      * Guillaume Desmottes
      * Josep Torra
      * Mark Nauwelaerts
      * Nicolas Dufresne
      * Peteris Krisjanis
      * Piotr Fusik
      * Raimo Järvi
      * Sebastian Dröge
      * Shaun Hoopes
      * Sjoerd Simons
      * Stas Sergeev
      * Stefan Kost
      * Stefan Sauer
      * Thomas Vander Stichele
      * Tim-Philipp Müller
      * Vincent Penquerc'h
      * Wim Taymans
 
Release notes for GStreamer Base Plug-ins 0.11.1 "A handful sometimes, A heartful always"
        


The GStreamer team is proud to announce a new release
in the 0.11.x unstable series of the
GStreamer Base Plug-ins.


The 0.11.x series is an unstable series targeted at developers.
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series.



This module contains a set of reference plugins, base classes for other
plugins, and helper libraries.

This module is kept up-to-date together with the core developments.  Element
writers should look at the elements in this module as a reference for
their development.

This module contains elements for, among others:

  device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
  containers: ogg
  codecs: vorbis, theora
  text: textoverlay, subparse
  sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc
  network: tcp
  typefind functions
  audio processing: audioconvert, adder, audiorate, audioresample, volume
  visualisation: libvisual
  video processing: videoconvert
  aggregate elements: uridecodebin, playbin, decodebin, encodebin
  libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video


Other modules containing plug-ins are:


gst-plugins-good
contains a set of well-supported plug-ins under our preferred license
gst-plugins-ugly
contains a set of well-supported plug-ins, but might pose problems for
    distributors
gst-plugins-bad
contains a set of less supported plug-ins that haven't passed the
    rigorous quality testing we expect



  

Features of this release
    
      * Parallel installability with 0.10.x series
      * Rename GstXOverlay -> GstVideoOverlay
      * Reworked audio caps
      * Support for multiple frames in buffers
      * Add video colorimetry support
There were no bugs fixed in this release
    

Download

You can find source releases of gst-plugins-base in the download directory:
http://gstreamer.freedesktop.org/src/gst-plugins-base/

GStreamer Homepage

More details can be found on the project's website:
http://gstreamer.freedesktop.org/

Support and Bugs

We use GNOME's bugzilla for bug reports and feature requests:
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer

Developers

GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned from there.
Interested developers of the core library, plug-ins, and applications should
subscribe to the gstreamer-devel list. If there is sufficient interest we
will create more lists as necessary.

        
Applications
  
Contributors to this release
    
      * Age Bosma
      * Alessandro Decina
      * Alex Lancaster
      * Benjamin Otte
      * Christian Fredrik Kalager Schaller
      * David Schleef
      * Edward Hervey
      * Erich Schubert
      * Iago Toral
      * Jan Schmidt
      * Jason Kivlighn
      * Josep Torra
      * LoneStar
      * Mark Nauwelaerts
      * Monty Montgomery
      * Nicolas Dufresne
      * Olivier Crête
      * Raimo Järvi
      * René Stadler
      * Robert Swain
      * Sebastian Dröge
      * Sergey Scobich
      * Sergey Scobich)
      * Sjoerd Simons
      * Stefan Kost
      * Stefan Sauer
      * Sébastien Moutte
      * Thiago Santos
      * Thomas Vander Stichele
      * Tim-Philipp Müller
      * Tommi Myöhänen
      * Vincent Penquerc'h
      * Wim Taymans
      * Youness Alaoui
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]