=== release 1.8.0 ===

2016-03-24  Sebastian Dröge <slomo@coaxion.net>

	* configure.ac:
	  releasing 1.8.0

2016-03-16 20:18:41 +0200  Sebastian Dröge <sebastian@centricular.com>

	* gst/interleave/deinterleave.c:
	  deinterleave: Use GstIterator for iterating all pads instead of manually iterating them while holding the object lock all the time
	  Doing queries while holding the object lock is a bit dangerous, and in this
	  case causes deadlocks.
	  https://bugzilla.gnome.org/show_bug.cgi?id=763326

2016-03-17 20:53:27 +0200  Vivia Nikolaidou <vivia@toolsonair.com>

	* gst/deinterlace/gstdeinterlace.c:
	  deinterlace: Fix typo to not change the input caps but our filtered caps
	  Changing the input caps and not using them anymore afterwards is useless, and
	  it breaks negotiation in pipelines like:
	  gst-launch-1.0 videotestsrc ! "video/x-raw,framerate=25/1,interlace-mode=interleaved" !
	  deinterlace fields=all ! "video/x-raw,framerate=50/1,interlace-mode=progressive" !
	  fakesink