summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-23 19:55:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-23 19:55:44 +0000
commit9a09c7b96324309784d2af3423b6eea835500965 (patch)
treeabcf65ca29e136f603e17f7aa17ac595f517ae50
parente26d2a5ad0aefb013db4c57f0a07cf1b7632c8ff (diff)
releasing 0.9.6RELEASE-0_9_6
Original commit message from CVS: releasing 0.9.6
-rw-r--r--ChangeLog19
-rw-r--r--NEWS24
-rw-r--r--RELEASE36
-rw-r--r--configure.ac4
4 files changed, 62 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index 55778a97c..a6edacc94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.9.6 ===
+
+2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac:
+ releasing 0.9.6, "White Eight"
+
2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
* check/pipelines/simple_launch_lines.c: (GST_START_TEST):
@@ -33,7 +40,7 @@
(gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
Fix for calibration API change.
-2005-11-23 msmith,,, <set EMAIL_ADDRESS environment variable>
+2005-11-23 Michael Smith <msmith@fluendo.com>
* gst-libs/gst/audio/multichannel.c:
(gst_audio_get_channel_positions),
@@ -231,7 +238,7 @@
(gst_xvimagesink_get_times), (gst_xvimagesink_init):
* sys/xvimage/xvimagesink.h:
Convert elements to use fractions for their framerate.
- V4L elements to come later tonight.
+ V4L elements to come later tonight.
2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
@@ -281,6 +288,8 @@
2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: Luca Ognibene
+
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:
(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
@@ -348,7 +357,7 @@
2005-11-21 Andy Wingo <wingo@pobox.com>
- patch from: Sebastien Cote <sebas642@yahoo.ca>
+ patch by: Sebastien Cote <sebas642@yahoo.ca>
* gst-libs/gst/rtp/gstrtpbuffer.h:
* gst-libs/gst/rtp/gstrtpbuffer.c
@@ -418,8 +427,8 @@
(gst_videotestsrc_src_fixate):
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
- Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
- (#322027)
+ Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
+ (#322027)
2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
diff --git a/NEWS b/NEWS
index 72c136902..6d5659eb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
-This is GStreamer Base Plug-ins 0.9.5, "No No Kia".
+This is GStreamer Base Plug-ins 0.9.6, "White Eight".
+
+Changes since 0.9.5:
+
+ * Parallel installability with 0.8.x series
+ * Threadsafe design and API
+ * lots of leak fixes
+ * flicker-free and rewritten X sinks
+ * fractional framerates
+ * removed sinesrc, replaced by audiotestsrc
+
+Bugs fixed since 0.9.5:
+
+ * 316442 : playbin should use autoaudiosink/autovideosink by default
+ * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
+ * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
+ * 321164 : gstringbuffer stops working under load
+ * 321426 : ximage plugin should be renamed to ximagesink
+ * 321446 : sinesrc should be dropped in favour of audiotestsrc
+ * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
+ * 321816 : [API] xoverlay API to post prepare-xwindow-id message
+ * 321894 : vorbisenc doesn't compile
+ * 322117 : Rename libgsttagedit to libgsttag
Changes since 0.9.4:
diff --git a/RELEASE b/RELEASE
index f96ff4353..1d9f3f546 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Base Plug-ins 0.9.5 "No No Kia"
+GStreamer: Release notes for GStreamer Base Plug-ins 0.9.6 "White Eight"
The GStreamer team is petrified to announce a new release
@@ -25,7 +25,7 @@ This module contains elements for, among others:
containers: ogg
codecs: vorbis, theora
text: textoverlay, subparse
- sources: sinesrc, videotestsrc, gnomevfssrc
+ sources: audiotestsrc, videotestsrc, gnomevfssrc
network: tcp
typefind
audio processing: audioconvert, adder, audiorate, audioscale, volume
@@ -53,16 +53,23 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
- * video caps now use a good range for framerate and w/h
- * oggdemux/oggmux improvements
- * playbin improvements
+ * lots of leak fixes
+ * flicker-free and rewritten X sinks
+ * fractional framerates
+ * removed sinesrc, replaced by audiotestsrc
Bugs fixed in this release
- * 319110 : [PATCH] oggdemux chain finding is slow
- * 320058 : playbin of a jpeg over http does not work
- * 320923 : [volume] doesn't build on Solaris
- * 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
+ * 316442 : playbin should use autoaudiosink/autovideosink by default
+ * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
+ * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
+ * 321164 : gstringbuffer stops working under load
+ * 321426 : ximage plugin should be renamed to ximagesink
+ * 321446 : sinesrc should be dropped in favour of audiotestsrc
+ * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
+ * 321816 : [API] xoverlay API to post prepare-xwindow-id message
+ * 321894 : vorbisenc doesn't compile
+ * 322117 : Rename libgsttagedit to libgsttag
Download
@@ -92,14 +99,17 @@ Applications
Contributors to this release
- * Andre Magalhaes
+ *
+ * Alessandro Dessina
* Andy Wingo
- * Brian Cameron
- * Julien MOUTTE
+ * Edward Hervey
+ * Jan Schmidt
+ * Johan Dahlin
+ * Julien Moutte
+ * Luca Ocgibene
* Michael Smith
* Sebastien Cote
* Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans
- * Zeeshan Ali
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 25e778e17..27316a567 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 5, 1,
+AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 6, 0,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
@@ -38,7 +38,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, 2, 0, 0)
+AS_LIBTOOL(GST, 3, 0, 0)
AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL