RELEASE 0.11.1

This commit is contained in:
Wim Taymans 2011-09-29 17:43:00 +02:00
parent 2de5c36c09
commit 5ab9f5856d
8 changed files with 3919 additions and 30 deletions

3854
ChangeLog

File diff suppressed because it is too large Load diff

12
NEWS
View file

@ -1,9 +1,9 @@
This is GStreamer Base Plug-ins 0.11.0, "Just like a pacifier"
This is GStreamer Base Plug-ins 0.11.1, "A handful sometimes, A heartful always"
New in 0.11.0:
New in 0.11.1:
* Ported to 0.11.0 core API changes
* Reworked video caps
* Improved video helper library
* Numerous cleanups and improvements
* Rename GstXOverlay -> GstVideoOverlay
* Reworked audio caps
* Support for multiple frames in buffers
* Add video colorimetry support

47
RELEASE
View file

@ -1,13 +1,14 @@
Release notes for GStreamer Base Plug-ins 0.11.0 "Just like a pacifier"
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.
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
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.
@ -31,8 +32,8 @@ This module contains elements for, among others:
typefind functions
audio processing: audioconvert, adder, audiorate, audioresample, volume
visualisation: libvisual
video processing: ffmpegcolorspace
aggregate elements: uridecodebin, playbin2, decodebin2, decodebin, playbin, encodebin
video processing: videoconvert
aggregate elements: uridecodebin, playbin, decodebin, encodebin
libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video
@ -55,8 +56,10 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Parallel installability with 0.10.x series
* Ported to the new 0.11 core API
* Improved video helper classes
* Rename GstXOverlay -> GstVideoOverlay
* Reworked audio caps
* Support for multiple frames in buffers
* Add video colorimetry support
There were no bugs fixed in this release
@ -87,16 +90,38 @@ 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
* Jonathan Matthew
* Luis de Bethencourt
* Jason Kivlighn
* Josep Torra
* LoneStar
* Mark Nauwelaerts
* Philip Jägenstedt
* Piotr Fusik
* 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
 

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.11.0.2,
AC_INIT(GStreamer Base Plug-ins, 0.11.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@ -49,7 +49,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 25, 0, 0)
AS_LIBTOOL(GST, 26, 0, 0)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.0
GST_REQ=0.11.1
dnl *** autotools stuff ****

View file

@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.1</revision>
<branch>0.11</branch>
<name>A handful sometimes, A heartful always</name>
<created>2011-09-29</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.11.1.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.11.1.tar.gz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.0</revision>

View file

@ -1,8 +1,8 @@
#ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H
#define _GENERATED_STDINT_H "gst-plugins-base 0.11.0.2"
/* generated using gnu compiler gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 4.5.3 */
#define _GENERATED_STDINT_H "gst-plugins-base 0.11.1"
/* generated using gnu compiler gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2 */
#define _STDINT_HAVE_STDINT_H 1
#include <stdint.h>
#endif

View file

@ -75,13 +75,13 @@
#define GST_MAJORMINOR "0.11"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins prerelease"
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2011-08-25T15:33Z"
#define GST_PACKAGE_RELEASE_DATETIME "2011-09-29"
/* Define to enable ALSA (used by alsa). */
#undef HAVE_ALSA
@ -287,6 +287,9 @@
/* Define to enable X11 XVideo extensions (used by xvimagesink). */
#undef HAVE_XVIDEO
/* Define to enable zlib support for ID3 parsing in libgsttag. */
#undef HAVE_ZLIB
/* the host CPU */
#define HOST_CPU "i686"
@ -322,7 +325,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.11.0.2"
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.11.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
@ -331,7 +334,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.0.2"
#define PACKAGE_VERSION "0.11.1"
/* directory where plugins are located */
#ifdef _DEBUG
@ -362,7 +365,7 @@
#undef USE_TREMOLO
/* Version number of package */
#define VERSION "0.11.0.2"
#define VERSION "0.11.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */

View file

@ -279,6 +279,8 @@ gst_rtsp_header_field_get_type (void)
"x-server-ip-address"},
{GST_RTSP_HDR_X_SESSIONCOOKIE, "GST_RTSP_HDR_X_SESSIONCOOKIE",
"x-sessioncookie"},
{GST_RTSP_HDR_RTCP_INTERVAL, "GST_RTSP_HDR_RTCP_INTERVAL",
"rtcp-interval"},
{GST_RTSP_HDR_LAST, "GST_RTSP_HDR_LAST", "last"},
{0, NULL, NULL}
};