=== release 0.10.34 ===

2011-05-14  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* configure.ac:
	  releasing 0.10.34, "Misfits"

2011-05-04 15:31:56 +0300  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>

	* libs/gst/base/gstbasesrc.c:
	  basesrc: do not set first buffer timestamp to 0 for live sources
	  Doing so avoids a large timestamp gap between first and second buffer
	  for live sources which take time to start up.
	  The first buffer now has a "live" timestamp based on the running time,
	  as other buffers do.
	  https://bugzilla.gnome.org/show_bug.cgi?id=649369

2011-05-10 11:11:15 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>

	* plugins/elements/gstmultiqueue.c:
	  multiqueue: ensure thread safety when adding a pad
	  This seems to be a regression, and was causing crashes.
	  https://bugzilla.gnome.org/show_bug.cgi?id=649878