=== release 0.10.17 === 2008-01-30 Jan Schmidt * configure.ac: releasing 0.10.17, "Peanut Butter and Jelly" 2008-01-30 Jan Schmidt * gst-libs/gst/interfaces/mixeroptions.c: * gst-libs/gst/interfaces/mixertrack.c: Also remove the conditional registration of the signals that disappeared with the ABI change in 0.10.14 2008-01-30 Jan Schmidt * gst-libs/gst/rtsp/gstrtspconnection.c: Revert patch to gstrtspconnection.c for brown paper bag release of -base. Re-opens: #511825 2008-01-30 Jan Schmidt * gst-libs/gst/interfaces/mixeroptions.h: * gst-libs/gst/interfaces/mixertrack.h: Change the way these deprecated function pointers are removed so that the compiled ABI is unconditionally smaller. This sets in stone an ABI break that actually occurred when the things were deprecated in 0.10.14, which seems to be the best fix as the only known users are oss-mixer and sunaudio-mixer in gst-plugins-good. Fixes: #513018 2008-01-30 Tim-Philipp Müller * win32/common/libgstpbutils.def: Export the two new _get_type() functions which are needed by the python bindings. 2008-01-29 Sebastian Dröge * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header): Cast glong to time_t as time_t might have a different type on other platforms, like FreeBSD, and we get a compiler warning otherwise. Fixes bug #511825. 2008-01-29 Sebastian Dröge * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_class_init): Initialize the GstRingerBuffer class to get it's debug category initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug category and otherwise we get some g_critical(). Fixes bug #512334. 2008-01-28 Jan Schmidt * configure.ac: Back to CVS