=== release 1.0.5 ===

2013-01-08  Tim-Philipp Müller <tim@centricular.net>

	* configure.ac:
	  releasing 1.0.5

2013-01-05 16:30:04 +0000  Tim-Philipp Müller <tim@centricular.net>

	* tests/check/gst/gstghostpad.c:
	  tests: fix leak in ghostpad unit test
	  The created pad is never used and overwritten with
	  another newly-created pad a few lines below.

2013-01-04 12:50:47 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/gstbin.h:
	  docs: update since markers for new NO_RESYNC flag

2013-01-04 12:27:38 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* gst/gstsystemclock.h:
	  docs: minor systemsclock doc fix

2012-12-30 23:48:47 +0000  Tim-Philipp Müller <tim@centricular.net>

	* configure.ac:
	  configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
	  AM_CONFIG_HEADER has been removed in the just-released automake 1.13:
	  https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
	  https://bugzilla.gnome.org/show_bug.cgi?id=690881

2012-12-22 16:53:47 +0100  Thijs Vermeir <thijsvermeir@gmail.com>

	* scripts/create-uninstalled-setup.sh:
	  scripts: fix location of repository with ssh

2012-12-21 16:36:37 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstbin.c:
	* gst/gstbin.h:
	  bin: add flag to disable resync state change
	  Add a GST_BIN_FLAG_NO_RESYNC that disables a resync when an element is added,
	  removed or linked in the bin. This is interesting for complex bins that
	  dynamically add elements to themselves and want to manage the state of those
	  elements without interference from resyncs.
	  See https://bugzilla.gnome.org/show_bug.cgi?id=690420

2012-12-21 10:09:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* docs/design/part-synchronisation.txt:
	  docs: update synchronization document a little

2012-12-20 16:40:04 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstsystemclock.h:
	  systemclock: add OTHER clock type
	  Add an OTHER clock type so that subclasses are able to mark themselves as
	  using some other clock source than the realtime or monotonic clock.

=== release 1.0.4 ===

2012-12-18 17:25:34 +0000  Tim-Philipp Müller <tim@centricular.net>

	* ChangeLog:
	* NEWS:
	* RELEASE:
	* configure.ac:
	* docs/plugins/inspect/plugin-coreelements.xml:
	* gstreamer.doap:
	* win32/common/config.h:
	* win32/common/gstenumtypes.c:
	* win32/common/gstversion.h:
	  Release 1.0.4

2012-12-18 17:09:18 +0000  Tim-Philipp Müller <tim@centricular.net>

	* po/LINGUAS:
	* po/de.po:
	* po/fr.po:
	* po/gl.po:
	* po/hr.po:
	* po/hu.po:
	* po/id.po:
	* po/nl.po:
	* po/pl.po:
	* po/ru.po:
	* po/uk.po:
	* po/vi.po:
	* po/zh_CN.po:
	  po: update translations

2012-12-14 11:09:30 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstsample.c:
	* gst/gststructure.c:
	  add debug category
	  Adding a debug category is nicer than logging to the default category

2012-12-14 15:22:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* docs/design/part-element-sink.txt:
	* docs/design/part-events.txt:
	* libs/gst/base/gstbaseparse.c:
	* libs/gst/base/gstbasesink.c:
	* libs/gst/base/gstbasesrc.c:
	* plugins/elements/gstidentity.c:
	* plugins/elements/gstoutputselector.c:
	  NEWSEGMENT -> SEGMENT

2012-12-14 11:08:57 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstelement.c:
	  element: improve debug

2012-12-13 14:48:35 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* libs/gst/base/gstbasesrc.c:
	  basesrc: call _stop when start failed
	  When we failed to complete the start, call stop again. This makes sure that all
	  successfull calls to _start are paired with a _stop.
	  Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687845

2012-12-11 16:46:01 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* libs/gst/base/gstbaseparse.c:
	  baseparse: improve debug
	  Add pts and dts in debug log

2012-11-26 00:51:38 +0000  Tim-Philipp Müller <tim@centricular.net>

	* docs/gst/gstreamer-sections.txt:
	  docs: clean up sections file for pad probe defines that moved into enum

2012-12-10 11:55:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstplugin.c:
	  plugin: protect against NULL filename in debug
	  See https://bugzilla.gnome.org/show_bug.cgi?id=689948

2012-12-06 09:48:08 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstbufferpool.h:
	  bufferpool: clarify docs

2012-12-05 14:56:48 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstcaps.c:
	  caps: fix docs

2012-12-05 14:24:14 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* libs/gst/base/gstadapter.c:
	  adapter: fix 0.10 docs to make more sense in 1.0

2012-12-05 14:03:27 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* libs/gst/base/gstadapter.c:
	  adapter: fix docs for 1.0
	  Add parent to chain function signature and use it.

2012-11-30 10:41:51 +0100  Wim Taymans <wim.taymans@collabora.co.uk>

	* gst/gstmessage.c:
	  message: add reset-time type string

2012-11-28 18:08:52 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>

	* docs/random/porting-to-1.0.txt:
	  docs: add link to python porting doc and app dev manual to porting-to-1.0.txt

2012-11-26 18:16:52 -0500  Luis de Bethencourt <luis@debethencourt.com>

	* scripts/gst-uninstalled:
	  gst-uninstalled: add gst-editing-services to PKG_CONFIG_PATH

2012-11-25 23:26:47 +0000  Tim-Philipp Müller <tim@centricular.net>

	* docs/manual/appendix-integration.xml:
	* docs/manual/basics-init.xml:
	* gst/gst.c:
	  docs: remove all mention of g_thread_init()
	  It's been deprecated since GLib 2.32 and isn't needed any
	  longer.

2012-11-23 21:09:45 +0100  Alessandro Decina <alessandro.d@gmail.com>

	* gst/gstevent.c:
	  event: fix annotation for gst_event_parse_stream_start

2012-11-23 13:36:09 +0000  Tim-Philipp Müller <tim@centricular.net>

	* gst/gstpad.h:
	  pad: document more pad probe values

2012-11-23 12:47:25 +0000  Tim-Philipp Müller <tim@centricular.net>

	* gst/gstpad.h:
	  pad: don't use parenthesis for ORed pad probe flag enums
	  glib-mkenum doesn't like them for some reason.
	  https://bugzilla.gnome.org/show_bug.cgi?id=688804

2012-11-23 10:58:25 +0100  Olivier Crête <olivier.crete@collabora.com>

	* gst/gstpad.h:
	  pad: Put all of the probe types in the enum so they work with bindings
	  https://bugzilla.gnome.org/show_bug.cgi?id=688804

2012-11-21 12:52:51 +0000  Tim-Philipp Müller <tim@centricular.net>

	* configure.ac:
	* docs/plugins/inspect/plugin-coreelements.xml:
	* win32/common/config.h:
	* win32/common/gstversion.h:
	  Back to development (bug-fixing)