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 * Ported to 0.11.0 core API changes
* Reworked video caps * Rename GstXOverlay -> GstVideoOverlay
* Improved video helper library * Reworked audio caps
* Numerous cleanups and improvements * 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 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 not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 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 typefind functions
audio processing: audioconvert, adder, audiorate, audioresample, volume audio processing: audioconvert, adder, audiorate, audioresample, volume
visualisation: libvisual visualisation: libvisual
video processing: ffmpegcolorspace video processing: videoconvert
aggregate elements: uridecodebin, playbin2, decodebin2, decodebin, playbin, encodebin aggregate elements: uridecodebin, playbin, decodebin, encodebin
libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video 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 Features of this release
* Parallel installability with 0.10.x series * Parallel installability with 0.10.x series
* Ported to the new 0.11 core API * Rename GstXOverlay -> GstVideoOverlay
* Improved video helper classes * Reworked audio caps
* Support for multiple frames in buffers
* Add video colorimetry support
There were no bugs fixed in this release There were no bugs fixed in this release
@ -87,16 +90,38 @@ Applications
Contributors to this release Contributors to this release
* Age Bosma
* Alessandro Decina
* Alex Lancaster
* Benjamin Otte
* Christian Fredrik Kalager Schaller
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Erich Schubert
* Iago Toral
* Jan Schmidt * Jan Schmidt
* Jonathan Matthew * Jason Kivlighn
* Luis de Bethencourt * Josep Torra
* LoneStar
* Mark Nauwelaerts * Mark Nauwelaerts
* Philip Jägenstedt * Monty Montgomery
* Piotr Fusik * Nicolas Dufresne
* Olivier Crête
* Raimo Järvi
* René Stadler
* Robert Swain * Robert Swain
* Sebastian Dröge
* Sergey Scobich
* Sergey Scobich)
* Sjoerd Simons
* Stefan Kost
* Stefan Sauer
* Sébastien Moutte
* Thiago Santos * Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Tommi Myöhänen
* Vincent Penquerc'h
* Wim Taymans * 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 initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too 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 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, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base) gst-plugins-base)
@ -49,7 +49,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS 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 FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags. dnl the generated libtool script has no support for the listed tags.
@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.0 GST_REQ=0.11.1
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository> </GitRepository>
</repository> </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> <release>
<Version> <Version>
<revision>0.11.0</revision> <revision>0.11.0</revision>

View file

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

View file

@ -75,13 +75,13 @@
#define GST_MAJORMINOR "0.11" #define GST_MAJORMINOR "0.11"
/* package name in plugins */ /* 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 */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* 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). */ /* Define to enable ALSA (used by alsa). */
#undef HAVE_ALSA #undef HAVE_ALSA
@ -287,6 +287,9 @@
/* Define to enable X11 XVideo extensions (used by xvimagesink). */ /* Define to enable X11 XVideo extensions (used by xvimagesink). */
#undef HAVE_XVIDEO #undef HAVE_XVIDEO
/* Define to enable zlib support for ID3 parsing in libgsttag. */
#undef HAVE_ZLIB
/* the host CPU */ /* the host CPU */
#define HOST_CPU "i686" #define HOST_CPU "i686"
@ -322,7 +325,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins" #define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */ /* 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 to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base" #define PACKAGE_TARNAME "gst-plugins-base"
@ -331,7 +334,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* 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 */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -362,7 +365,7 @@
#undef USE_TREMOLO #undef USE_TREMOLO
/* Version number of package */ /* 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 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ 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"}, "x-server-ip-address"},
{GST_RTSP_HDR_X_SESSIONCOOKIE, "GST_RTSP_HDR_X_SESSIONCOOKIE", {GST_RTSP_HDR_X_SESSIONCOOKIE, "GST_RTSP_HDR_X_SESSIONCOOKIE",
"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"}, {GST_RTSP_HDR_LAST, "GST_RTSP_HDR_LAST", "last"},
{0, NULL, NULL} {0, NULL, NULL}
}; };