mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
releasing 0.9.6
Original commit message from CVS: releasing 0.9.6
This commit is contained in:
parent
e26d2a5ad0
commit
9a09c7b963
4 changed files with 62 additions and 21 deletions
19
ChangeLog
19
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>
|
||||
|
|
24
NEWS
24
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:
|
||||
|
||||
|
|
36
RELEASE
36
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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue