summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-07-12 11:14:06 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-07-12 11:14:06 +0100
commit6531446a7857a4d898cd37c3f8a729af5dc75319 (patch)
tree9d5f782fe35a5c9cc30f0d039191c8d4dd1f84d5 /NEWS
parent89679a18d8faa6484a9dd06acb946e73a48129f4 (diff)
downloadgst-plugins-good-6531446a7857a4d898cd37c3f8a729af5dc75319.tar.gz
gst-plugins-good-6531446a7857a4d898cd37c3f8a729af5dc75319.tar.xz
Release 1.0.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 88019d33e..36f5c61c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,34 @@
-This is GStreamer Good Plugins 1.0.7
+This is GStreamer Good Plugins 1.0.8
+
+Changes since 1.0.7:
+
+ * pngenc: fix massive memory leak
+ * pngdec: parse incoming data into frames before decoding
+ * osvideo: many osxvideosink fixes
+ * udpsink, multiudpsink, dynudpsink: bind socket before using it, fixes sending udp on windows
+
+Bugs fixed since 1.0.7:
+
+ * 682110 : qtdemux: discont flag set on multiple buffers in push mode
+ * 692400 : udpsrc: fix socket options not getting set on windows, resulting in packet drop in high bitrate movie
+ * 693727 : rtpvrawpay/depay negotiation broken
+ * 699260 : pngenc: unmap source frame when done
+ * 699303 : matroskademux: stream-format=raw missing from aac caps
+ * 699314 : rtph264pay: CRITICAL **: gst_adapter_map: assertion `size > 0' failed
+ * 700047 : pngdec: make decoding work without png parser
+ * 700382 : qtdemux: handle 96kHz/24 bits ALAC audio
+ * 700514 : rtpmp4apay: clear config buffer before using it
+ * 700878 : udpsink: Not sending anything on Windows
+ * 701586 : rtspsrc memleak
+ * 702167 : matroskademux: missing mutex unlock leading to wrong STREAM_LOCK count
+ * 702457 : rtpmp2tdepay: unable to depay MPEG2-TS RTP streams from GStreamer 0.10
+ * 702705 : rtspsrc does not pause properly (race condition)
+ * 702732 : v4l2: Does not link statically on linux
+ * 703076 : flvdemux: Add flvversion 1 to flash-video caps
+ * 703100 : osxvideosink: deadlock on re-use
+ * 703171 : rtph264pay: segfault because of double buffer unmap on error
+ * 703729 : osxvideosink doesn't display video anymore if once set to READY
+ * 691419 : osxvideosink: doesn't close internal window in case of window-id assignment
Changes since 1.0.6: