diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-15 23:57:34 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-15 23:57:34 +0100 |
commit | 673d519898d18c513c3b5eeecd91f5d3091ddf79 (patch) | |
tree | 4876b6cdfcea118a8b334031091ca5a9393ec86a /NEWS | |
parent | 2f49eb30b1e32026800ca07782d59ac9efd4733e (diff) |
Release 0.10.30
This is an ad-hoc release that is almost identical to 0.10.29:
* work around GLib atomic ops API change
* better handling of malformed buffers in RTP depayloders
* some minor compilation fixes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ -This is GStreamer Good Plug-ins 0.10.29, "Soft Cheese Enthusiast" +This is GStreamer Good Plug-ins 0.10.30, "Adagio" + +Changes since 0.10.29: + + * work around GLib atomic ops API change + * better handling of malformed buffers in RTP depayloders + * some minor compilation fixes + +Bugs fixed since 0.10.29: + + * 650470 : rtp: some depayloaders break with malformed rtp packets + * 652144 : udp: fix compiler warning on mingw-w64 Changes since 0.10.28: |