Skip to content

Commit

Permalink
Release 0.10.20
Browse files Browse the repository at this point in the history
Original commit message from CVS:
Release 0.10.20
  • Loading branch information
Jan Schmidt committed Jun 18, 2008
1 parent 7fd15d3 commit 01e689e
Show file tree
Hide file tree
Showing 40 changed files with 704 additions and 361 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
=== release 0.10.20 ===

2008-06-18 Jan Schmidt <jan.schmidt@sun.com>

* configure.ac:
releasing 0.10.20, "Here I Go Again"

2008-06-11 Jan Schmidt <jan.schmidt@sun.com>

* configure.ac:
Expand Down
89 changes: 88 additions & 1 deletion NEWS
@@ -1,4 +1,4 @@
This is GStreamer Base Plug-ins 0.10.19, "Good Times"
This is GStreamer Base Plug-ins 0.10.20, "Here I Go Again"

IMPORTANT NOTES

Expand All @@ -7,6 +7,93 @@ still considered unstable and WILL change in future releases. At this stage,
only developers or early adopters should consider using decodebin2 or playbin2
API embodied in their signals and properties.

Changes since 0.10.19:

* RTP improvements
* Support digest auth for RTSP
* Additional documentation
* Support DSCP QoS in multifdsink
* Add NV12/NV21 video buffer layouts
* Video scaling now bilinear by default
* Support more than 8 channels in audio conversions
* Channel mapping fixes for audioconvert
* Improve tmplayer and sami subtitle support
* Support 1x1 pixel buffers for videoscale
* Typefinding improvements for MPEG2, musepack
* Ogg/Dirac mapping updated in oggmux
* Fixes in ogg demuxing
* audiosink synchronisation and slaving fixes
* Support muting of the audio in playbin by selecting -1 as the audio stream
* Work done on playbin2 and uridecodebin
* Improvements in the experimental GIO plugin
* decodebin fixes
* Handle GAP buffers in some places
* Various other leak and bug-fixes

Bugs fixed since 0.10.20:

* 526794 : [giosrc] totem doesn't work with some gvfs backends
* 510417 : [PLUGIN-MOVE] Move gio to gst-plugins-base
* 509125 : crash in CD Player: - playing CD - lowering/...
* 517813 : [audioconvert] make gap aware
* 302798 : [playbin] add mute property
* 342294 : Setting playbin property current-audio=-1 also stops the ...
* 398033 : [audioconvert] support more than 8 channels
* 419351 : [avi/a52dec] AV synchronization problems
* 467911 : [subparse] sami parser update
* 469933 : multifdsink IPv6 and diffserv TOS/TC markup
* 506659 : [textoverlay] rendering error when using non-standard widths
* 512333 : [gstvorbistag] Retrieve Ogg/Vorbis cover art as image met...
* 512382 : [playbin] race condition when pausing/playing multiple in...
* 518037 : pbutils-enumtypes.c is not included in win32/vs6/libgstpb...
* 521761 : gstaudioclock frozen the clock value until reaches latest...
* 522401 : gdpdepay doesn't validate payload CRCs
* 523993 : playbin2 blocks after a while when listening to a radio s...
* 524724 : [PATCH] [baseaudiosrc] buffer-time and latency-time do no...
* 525665 : Crash on Ogg/Vorbis with chain=NULL
* 525915 : [streamheader] Unit test fails with " gst_adapter_peek: as...
* 526173 : [typefinding] fails to detect mpeg video stream whereas m...
* 529018 : gst_ogm_parse_stream_header creates fraction value with w...
* 529500 : [videotestsrc] support for NV12 and NV21
* 529546 : [Playbin] Memory leak in streaminfo handling
* 530068 : Ogg Streams with Skeleton and Granulepos > 0 do not work(...
* 530531 : [typefinding] bad read in mpeg_video_stream_type_find
* 530719 : gst_video_calculate_display_ratio fails when playing Ogg ...
* 530962 : [subparse] parses only every second line of TMPlayer subt...
* 532454 : [NV12/NV21] videotestsrc and ffmpegcolorspace don't play ...
* 533087 : GstRTSPTransport kept opaque in docs
* 533817 : [audioconvert] Can't use default 7 channel layout / only ...
* 534071 : Gdppay memleak
* 534331 : race in decodebin when changing states while the internal...
* 535356 : vorbisdec doesn't support 8 channels
* 536475 : gdppay memleak and possible crash
* 536521 : Refcounting errors in playbin
* 536874 : Build failure on windows
* 532166 : [ffmpegcolorspace] support NV12 format
* 533617 : [audioconvert] Produces silence when converting 1/2 chann...
* 536848 : [giosrc] Doesn't handle short reads properly
* 536849 : [giosrc] Very slow doing any playback
* 518082 : [alsamixer] playback volumes overwritten by capture volum...
* 435633 : [PATCH] videorate not (fully) segment aware; causes frame...
* 532364 : tcpclientsrc broken in 0.10.19
* 533075 : gst_rtp_buffer_compare_seqnum doesn't do what it says
* 533265 : [cddabasesrc] Sound Juicer cut a sector when ripping a track

API additions since 0.10.20:

* decodebin2::sink-caps property
* giosrc::file property
* giosink::file property
* gst_base_audio_src_set_slave_method()
* gst_base_audio_src_get_slave_method()
* GstAudioClock::gst_audio_clock_reset()
* GstBaseAudioSrc:actual-buffer-time property
* GstBaseAudioSrc:actual-latency-time property
* gst_audio_check_channel_positions()
* add gst_tag_image_data_to_image_buffer()
* add gst_tag_list_add_id3_image()
* add GST_TAG_IMAGE_TYPE_NONE enum value

Changes since 0.10.18:

* Handle EAGAIN when polling sockets in rtspconnection
Expand Down
112 changes: 109 additions & 3 deletions RELEASE
@@ -1,5 +1,5 @@

Release notes for GStreamer Base Plug-ins 0.10.19 "Good Times"
Release notes for GStreamer Base Plug-ins 0.10.20 "Here I Go Again"



Expand Down Expand Up @@ -54,9 +54,92 @@ contains a set of less supported plug-ins that haven't passed the

Features of this release

* Handle EAGAIN when polling sockets in rtspconnection
There were no bugs fixed in this release
* RTP improvements
* Support digest auth for RTSP
* Additional documentation
* Support DSCP QoS in multifdsink
* Add NV12/NV21 video buffer layouts
* Video scaling now bilinear by default
* Support more than 8 channels in audio conversions
* Channel mapping fixes for audioconvert
* Improve tmplayer and sami subtitle support
* Support 1x1 pixel buffers for videoscale
* Typefinding improvements for MPEG2, musepack
* Ogg/Dirac mapping updated in oggmux
* Fixes in ogg demuxing
* audiosink synchronisation and slaving fixes
* Support muting of the audio in playbin by selecting -1 as the audio stream
* Work done on playbin2 and uridecodebin
* Improvements in the experimental GIO plugin
* decodebin fixes
* Handle GAP buffers in some places
* Various other leak and bug-fixes

Bugs fixed in this release

* 526794 : [giosrc] totem doesn't work with some gvfs backends
* 510417 : [PLUGIN-MOVE] Move gio to gst-plugins-base
* 509125 : crash in CD Player: - playing CD - lowering/...
* 517813 : [audioconvert] make gap aware
* 302798 : [playbin] add mute property
* 342294 : Setting playbin property current-audio=-1 also stops the ...
* 398033 : [audioconvert] support more than 8 channels
* 419351 : [avi/a52dec] AV synchronization problems
* 467911 : [subparse] sami parser update
* 469933 : multifdsink IPv6 and diffserv TOS/TC markup
* 506659 : [textoverlay] rendering error when using non-standard widths
* 512333 : [gstvorbistag] Retrieve Ogg/Vorbis cover art as image met...
* 512382 : [playbin] race condition when pausing/playing multiple in...
* 518037 : pbutils-enumtypes.c is not included in win32/vs6/libgstpb...
* 521761 : gstaudioclock frozen the clock value until reaches latest...
* 522401 : gdpdepay doesn't validate payload CRCs
* 523993 : playbin2 blocks after a while when listening to a radio s...
* 524724 : [PATCH] [baseaudiosrc] buffer-time and latency-time do no...
* 525665 : Crash on Ogg/Vorbis with chain=NULL
* 525915 : [streamheader] Unit test fails with " gst_adapter_peek: as...
* 526173 : [typefinding] fails to detect mpeg video stream whereas m...
* 529018 : gst_ogm_parse_stream_header creates fraction value with w...
* 529500 : [videotestsrc] support for NV12 and NV21
* 529546 : [Playbin] Memory leak in streaminfo handling
* 530068 : Ogg Streams with Skeleton and Granulepos > 0 do not work(...
* 530531 : [typefinding] bad read in mpeg_video_stream_type_find
* 530719 : gst_video_calculate_display_ratio fails when playing Ogg ...
* 530962 : [subparse] parses only every second line of TMPlayer subt...
* 532454 : [NV12/NV21] videotestsrc and ffmpegcolorspace don't play ...
* 533087 : GstRTSPTransport kept opaque in docs
* 533817 : [audioconvert] Can't use default 7 channel layout / only ...
* 534071 : Gdppay memleak
* 534331 : race in decodebin when changing states while the internal...
* 535356 : vorbisdec doesn't support 8 channels
* 536475 : gdppay memleak and possible crash
* 536521 : Refcounting errors in playbin
* 536874 : Build failure on windows
* 532166 : [ffmpegcolorspace] support NV12 format
* 533617 : [audioconvert] Produces silence when converting 1/2 chann...
* 536848 : [giosrc] Doesn't handle short reads properly
* 536849 : [giosrc] Very slow doing any playback
* 518082 : [alsamixer] playback volumes overwritten by capture volum...
* 435633 : [PATCH] videorate not (fully) segment aware; causes frame...
* 532364 : tcpclientsrc broken in 0.10.19
* 533075 : gst_rtp_buffer_compare_seqnum doesn't do what it says
* 533265 : [cddabasesrc] Sound Juicer cut a sector when ripping a track

API changed in this release

- API additions:

* decodebin2::sink-caps property
* giosrc::file property
* giosink::file property
* gst_base_audio_src_set_slave_method()
* gst_base_audio_src_get_slave_method()
* GstAudioClock::gst_audio_clock_reset()
* GstBaseAudioSrc:actual-buffer-time property
* GstBaseAudioSrc:actual-latency-time property
* gst_audio_check_channel_positions()
* add gst_tag_image_data_to_image_buffer()
* add gst_tag_list_add_id3_image()
* add GST_TAG_IMAGE_TYPE_NONE enum value

Download

Expand Down Expand Up @@ -86,6 +169,29 @@ Applications

Contributors to this release

* Antoine Tremblay
* Bernard B
* Damien Lespiau
* David Schleef
* Edward Hervey
* Felipe Contreras
* Hannes Bistry
* Henrik Eriksson
* Jan Gerber
* Jan Schmidt
* John Millikin
* Julien Moutte
* Mark Nauwelaerts
* Michael Smith
* Ole André Vadla Ravnås
* Peter Kjellerstedt
* Sebastian Dröge
* Sjoerd Simons
* Stefan Kost
* Thijs Vermeir
* Tim-Philipp Müller
* Victor STINNER
* Wim Taymans
* Wouter Cloetens
* Young-Ho Cha

4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.19.3,
AC_INIT(GStreamer Base Plug-ins, 0.10.20,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)

Expand Down Expand Up @@ -44,7 +44,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, 13, 0, 13)
AS_LIBTOOL(GST, 14, 0, 14)

dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
Expand Down
10 changes: 10 additions & 0 deletions docs/plugins/gst-plugins-base-plugins.args
Expand Up @@ -658,6 +658,16 @@
<DEFAULT>-1</DEFAULT>
</ARG>

<ARG>
<NAME>GstMultiFdSink::qos-dscp</NAME>
<TYPE>gint</TYPE>
<RANGE>[-1,63]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>QoS diff srv code point</NICK>
<BLURB>Quality of Service, differentiated services code point (-1 default).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecodeBin::threaded</NAME>
<TYPE>gboolean</TYPE>
Expand Down

0 comments on commit 01e689e

Please sign in to comment.