=== release 0.10.30 === 2011-06-15 Tim-Philipp Müller * configure.ac: releasing 0.10.30, "Adagio" 2011-06-08 18:33:10 +0300 Raimo Järvi * gst/udp/gstudpnetutils.h: udp: Fix compiler warning on mingw-w64 Fixes: #652144. gstudpnetutils.h:32:0: error: "WINVER" redefined /usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h:231:0: note: this is the location of the previous definition 2011-06-04 13:49:52 -0700 David Schleef * gst/interleave/interleave.c: interleave: Work around changes in g_atomic API See #651514 for details. 2011-05-18 12:36:40 +0200 Jose Antonio Santos Cadenas * gst/rtp/gstrtpac3depay.c: * gst/rtp/gstrtpbvdepay.c: * gst/rtp/gstrtpg722depay.c: * gst/rtp/gstrtpg726depay.c: * gst/rtp/gstrtpgsmdepay.c: * gst/rtp/gstrtpilbcdepay.c: * gst/rtp/gstrtpmp1sdepay.c: * gst/rtp/gstrtpmp2tdepay.c: * gst/rtp/gstrtpmpvdepay.c: * gst/rtp/gstrtppcmadepay.c: * gst/rtp/gstrtppcmudepay.c: * gst/rtp/gstrtpspeexdepay.c: rtp: Fix segmentation fault processing payload buffers This commit checks if the value returned by gst_rtp_buffer_get_payload_buffer and gst_rtp_buffer_get_payload_subbuffer is NULL before using it. 2011-05-16 09:04:31 +0200 Pino Toscano * ext/pulse/pulseutil.c: pulse: Define PATH_MAX if it isn't defined GNU Hurd for example doesn't define it. 2011-04-29 08:55:19 +0200 Sebastian Dröge * gst/wavenc/gstwavenc.c: wavenc: Allow setcaps to be called after a format was negotiated if it's compatible Otherwise wavenc will fail if upstream decides to set equivalent caps or caps with additional information later. Thanks to Alexander Schremmer for finding this bug.