From d387bc1e5722926071ccb06338d138c0af71194c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 13 Jan 2006 19:25:40 +0000 Subject: releasing 0.10.1 Original commit message from CVS: releasing 0.10.1 --- NEWS | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0b074686..d55cfbd4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,35 @@ -This is GStreamer Good Plug-ins 0.10.0, "Abondance". +This is GStreamer Good Plug-ins 0.10.1, "Li". + +Changes since 0.10.0: + + * new id3 demuxer (replaces the mad one in gst-plugins-ugly) + * memleak fixes in avidemux, wavparse, level, smoke + * ports of multipart, + * fixes in flacdec, flxdec, rtp + * documentation updates on videomixer + * added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements + +Bugs fixed since 0.10.0: + + * 321269 : add sunaudio to 0.9 + * 322769 : The ID3 tag of this file is a segfaulter + * 323021 : sockfd property to udpsrc/dynudpsink elements + * 322975 : erroneous audio specs in flac plugin + * 323226 : block/crash on id3 v2 tags when using big blocksize + * 323717 : < netinet/in.h > inclusion necessary on some systems + * 323718 : [oss] does not build on OpenBSD 3.8 because of hardcoded ... + * 323896 : pngdec/videomixer negotation problem in 0.10 + * 324011 : Invalid payload type definition for some rtp payloaders + * 324012 : Invalid caps on rtpspeexpay element + * 325504 : [flacdec] gst_flac_dec_convert_src [mis]uses g_assert + * 325974 : [gst0.10] doesn't correctly gets the tags on a mp3 + * 326612 : Serious memory leak in level plugin + * 326618 : memleak fix in smokeenc + +API added since 0.10.0: + + * device-name property on ossmixer subclasses + * GstUDPSrc::sockfd property Changes since 0.9.6: -- cgit