=== release 1.6.0 ===

2015-09-25  Sebastian Dröge <slomo@coaxion.net>

	* configure.ac:
	  releasing 1.6.0

2015-09-25 14:08:09 +0200  Thibault Saunier <tsaunier@gnome.org>

	* gst/smpte/gstsmptealpha.c:
	  smptealpha: Do not set width/height before comparing with old values
	  Otherwise we end up considering the values did not change and we wrongly
	  work with the old video format (which will lead to wrong
	  behaviour/segfaults).
	  https://bugzilla.gnome.org/show_bug.cgi?id=755621

2015-09-23 20:59:00 +0200  Sebastian Dröge <sebastian@centricular.com>

	* gst/isomp4/qtdemux.c:
	  qtdemux: Accumulate segments for edit lists before activating the next segment
	  eceb2ccc739092d964d78945e19c2ecedbd214e2 broke segment seeks by always
	  accumulating segments manually when activating a segment. This is only
	  needed when handling edit lists, not when activating a segment because of a
	  seek. Do the accumulation when switching edit list segments instead.
	  This fixes segment seeks again, while keeping edit lists playback working.
	  https://bugzilla.gnome.org/show_bug.cgi?id=755471

2015-09-23 17:43:51 +0530  Vikram Fugro <vikram.fugro@gmail.com>

	* gst/spectrum/gstspectrum.c:
	  spectrum: send phase values in the GstMessage for Phase info
	  https://bugzilla.gnome.org/show_bug.cgi?id=755463

2015-09-22 00:46:01 +1000  Jan Schmidt <jan@centricular.com>

	* gst/matroska/matroska-mux.c:
	  matroska-mux: Don't output a warning on MONO multiview mode.

2015-09-19 17:02:18 +0200  Sebastian Rasmussen <sebras@hotmail.com>

	* gst/rtp/gstrtptheoradepay.c:
	  rtptheoradepay: Fix memory leaks
	  The same memory leaks were fixed in identical fashion for
	  vorbisdepay in 06efeff5d979576a252e5dae57f46d6445b1df12 in 2009.
	  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755277

2015-09-19 17:04:07 +0200  Sebastian Rasmussen <sebras@hotmail.com>

	* gst/rtp/gstrtptheorapay.c:
	* gst/rtp/gstrtpvorbisdepay.c:
	* gst/rtp/gstrtpvorbispay.c:
	  rtp{vorbis,theora}{pay,depay}: Cosmetic cleanup
	  * use g_list_free_full(), don't iterate elements maually when freeing
	  * call gst_rtp_*_pay_clear_packet(), don't duplicate its code
	  * use gst_buffer_unref() to clarify that it is buffers being released,
	  instead of refering directly to gst_mini_object_unref()
	  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755277

2015-09-19 18:44:22 +0200  Sebastian Dröge <sebastian@centricular.com>

	* gst/rtp/gstrtptheorapay.c:
	* gst/rtp/gstrtpvorbispay.c:
	  rtp{vorbis,theora}pay: Store headers in the packet buffers lists, not a NULL buffer
	  https://bugzilla.gnome.org/show_bug.cgi?id=755265