aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 88019d33..a99f35ce 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: