Release 0.10.31 RELEASE-0.10.31
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Nov 2010 17:40:47 +0000 (17:40 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 30 Nov 2010 17:40:47 +0000 (17:40 +0000)
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreindexers.xml
gstreamer.doap
win32/common/config.h
win32/common/gstversion.h

index 0d86774..80b26c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+=== release 0.10.31 ===
+
+2010-11-30  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+         releasing 0.10.31, "Safety Pins"
+
+2010-11-27 19:13:35 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstutils.h:
+         utils: avoid 'unused argument' warnings caused by GST_BOILERPLATE_FULL
+         The unused data parameter in the class_init trampoline function
+         seems to cause warnings with some c++ compilers.
+         https://bugzilla.gnome.org/show_bug.cgi?id=635869
+
+2010-11-09 23:27:17 -0300  reynaldo <reynaldo@opendot.cl>
+
+       * docs/pwg/building-boiler.xml:
+         docs: some small fixes to the plugin writer's guide
+         Fix wrongly placed example and weirdly phrased 'note' lacking proper
+         formatting. Fix missing hint for autogen.sh location and rephrase
+         'built and installed' sentence. Fix wrongly phrased and redundant
+         paragraph in PWG
+         https://bugzilla.gnome.org/show_bug.cgi?id=634921
+
+2010-11-27 11:02:48 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/manual/basics-elements.xml:
+         manual: Improve states documentation
+         Be more explicit about being on NULL before unrefs
+
+2010-11-20 14:54:23 -0800  Evan Nemerson <evan@coeus-group.com>
+
+       * gst/Makefile.am:
+       * libs/gst/base/Makefile.am:
+       * libs/gst/check/Makefile.am:
+       * libs/gst/controller/Makefile.am:
+       * libs/gst/dataprotocol/Makefile.am:
+       * libs/gst/net/Makefile.am:
+         introspection: Include exported packages information in GIRs
+         https://bugzilla.gnome.org/show_bug.cgi?id=635389
+
+2010-11-18 00:29:41 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         0.10.30.5 pre-release
+
+2010-11-18 00:29:19 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstelementfactory.c:
+         elementfactory: fix caps leak in element factory list utility functions
+
+2010-11-17 23:55:45 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/bg.po:
+       * po/ca.po:
+       * po/da.po:
+       * po/es.po:
+       * po/fi.po:
+       * po/hu.po:
+       * po/sk.po:
+         po: update translations
+
+2010-11-17 09:39:34 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * configure.ac:
+       * gst/gstdatetime.c:
+       * gst/gstdatetime.h:
+       * tests/check/gst/gstdatetime.c:
+       * win32/common/libgstreamer.def:
+         datetime: Add _from_unix_epoch variants
+         Adds 2 variants for the gst_date_time_from_unix_epoch function,
+         one for UTC and another for local time.
+         API: gst_date_time_new_from_unix_epoch_utc
+         API: gst_date_time_new_from_unix_epoch_local_time
+         Fixes #653031
+         https://bugzilla.gnome.org/show_bug.cgi?id=635031
+
+2010-11-03 14:21:02 +0000  Vladimir Eremeev <wl2776@gmail.com>
+
+       * gst/math-compat.h:
+         math-compat: don't re-define _USE_MATH_DEFINES if already defined
+         This avoids compiler warnings.
+         https://bugzilla.gnome.org/show_bug.cgi?id=633886
+
+2010-11-01 16:06:43 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         0.10.30.4 pre-release
+
+2010-11-01 15:36:54 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/de.po:
+       * po/fr.po:
+       * po/it.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ru.po:
+         po: update translations
+
+2010-10-31 20:17:05 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: don't leak pad ref in pull mode when flushing
+         Fix pad leak when queue2 is flushing or being shut down.
+
+2010-10-31 19:47:25 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gstqueue2.h:
+         queue2: don't send seeks beyond the end of the file upstream in pull mode
+         If downstream is operating in pull mode, short-circuit any pulls beyond
+         the end of the file and return FLOW_UNEXPECTED immediately instead of
+         sending a seek beyond the end of the file upstream, since this might
+         confuse upstream elements (and/or http servers, for example). Fixes
+         playback of apple trailers in totem and youtube/html5 clips in
+         WebkitGTK+.
+         https://bugzilla.gnome.org/show_bug.cgi?id=632977
+
+2010-10-28 23:28:15 +1000  Jonathan Matthew <jonathan@d14n.org>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: use input position for queries if we have no output position
+
+2010-10-28 13:29:31 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: fix reverse negotiation
+         When the downstream element suggests a new format, pass the suggestion
+         upstream if we can't convert to it.
+         Fixes #633147
+
+2010-10-27 18:12:36 +0200  Jan Schmidt <thaytan@noraisin.net>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Fix tracking of unlinked streams.
+         33082eb9e42c52e4df848195946f1b7bbce768c5 introduced a bug
+         preventing sparse unlinked streams from advancing properly,
+         leading to the queue blocking.
+         Fixes: #633176
+
+2010-10-27 18:11:35 +0200  Jan Schmidt <thaytan@noraisin.net>
+
+       * tests/check/elements/multiqueue.c:
+         tests: Add a multiqueue sparse streams test
+
+2010-10-27 13:16:11 +0100  Jan Schmidt <thaytan@noraisin.net>
+
+       * common:
+         Automatic update of common submodule
+         From 7bbd708 to 011bcc8
+
+2010-10-22 17:35:23 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         0.10.30.3 pre-release
+
+2010-10-18 17:42:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/base/gstbytereader.c:
+       * libs/gst/base/gstbytereader.h:
+         bytereader: const-ify byte reader argument in peek/scan API
+         Because we can.
+
+2010-10-22 11:52:47 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstelementfactory.h:
+         elementfactory: Fix 64bit constant
+         Basically we're not meant to put anything more complex than simple numbers,
+         due to the definition of G_GUINT64_CONSTANT:
+         G_GUINT64_CONSTANT(val)       (val##UL)
+         Which previously resulted in .... 1 << 49UL
+
+2010-10-18 10:46:59 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: recompute correct running time for buffer ending flushing step
+         Prevents delaying/hanging when resuming PLAYING.
+         Fixes #632433.
+
+2010-10-16 19:19:47 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.h:
+       * libs/gst/base/gstbasesink.h:
+       * libs/gst/base/gstbasesrc.h:
+       * libs/gst/base/gstbasetransform.h:
+       * libs/gst/base/gstbitreader-docs.h:
+       * libs/gst/base/gstbytereader-docs.h:
+       * libs/gst/base/gstbytewriter-docs.h:
+       * libs/gst/base/gstdataqueue.c:
+       * libs/gst/base/gstdataqueue.h:
+       * libs/gst/base/gstpushsrc.h:
+       * libs/gst/net/gstnetclientclock.h:
+       * libs/gst/net/gstnettimeprovider.h:
+         docs: fix misc. gtk-doc warnings in libs
+         (for gtk-doc 1.15)
+
+2010-10-16 18:26:20 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/base/gstdataqueue.c:
+         Revert "libs/gst/dataqueue: Document gst_data_queue_new_full"
+         This reverts commit 80727c117703507f790a86b0962ab3d915e5a491.
+         This doesn't make sense. gst_data_queue_new_full() is already
+         documented above. And we need the doc blurb for _new() here.
+
+2010-10-16 17:00:17 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/random/release:
+         docs: flesh out release instructions a bit more
+
+2010-10-16 16:53:49 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstparse.c:
+       * gst/gstvalue.c:
+       * gst/gstvalue.h:
+       * libs/gst/base/gstadapter.c:
+         docs: add some gtk-doc Since: markers
+         Add some gtk-doc Since: markers, fix one Since: marker,
+         fix typo.
+
+2010-10-16 00:25:52 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * win32/common/config.h:
+       * win32/common/gstenumtypes.c:
+       * win32/common/gstversion.h:
+         0.10.30.2 pre-release
+
+2010-10-16 00:14:13 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/LINGUAS:
+       * po/es.po:
+       * po/fr.po:
+       * po/lt.po:
+       * po/nl.po:
+       * po/ro.po:
+       * po/ru.po:
+       * po/sl.po:
+       * po/sv.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         po: update translations
+
+2010-10-15 19:45:14 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         gst-inspect: useful factory names for uri-handlers output
+         Fixes #632236.
+
+2010-10-14 12:31:32 -0700  David Schleef <ds@schleef.org>
+
+       * common:
+         Automatic update of common submodule
+         From 5a668bf to 7bbd708
+
+2010-10-12 15:13:48 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/gstdatetime.c:
+       * gst/gstdatetime.h:
+       * gst/gstvalue.c:
+       * tests/check/gst/gstdatetime.c:
+       * tests/check/gst/gstvalue.c:
+         datetime: Use seconds as double
+         Use seconds as double to make API similar to glib's
+         gdatetime. Also move timezone parameter to the
+         first position, just like glib's.
+         https://bugzilla.gnome.org/show_bug.cgi?id=628408
+
+2010-10-11 16:15:29 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/gstdatetime.c:
+         gstdatetime: Move doc outside the ifdefs
+         Move the datetime documentation of the functions outside the
+         ifdefs
+         https://bugzilla.gnome.org/show_bug.cgi?id=628408
+
+2010-09-27 19:35:08 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/glib-compat-private.h:
+       * gst/gstdatetime.c:
+       * gst/gstdatetime.h:
+         datetime: Use GDateTime if available
+         Use GDateTime internally on GstDateTime if glib already
+         provides it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=628408
+
+2010-09-28 17:46:29 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/glib-compat-private.h:
+         glib-private: Add include protection macro
+
+2010-10-13 12:51:00 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: add guard to buffer_set_caps() that checks if caps are simple
+
+2010-10-13 15:56:26 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstsystemclock.c:
+         systemclock: add a missing G_PARAM_STATIC_STRINGS
+
+2009-10-01 11:14:06 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * libs/gst/base/gstdataqueue.c:
+         libs/gst/dataqueue: Document gst_data_queue_new_full
+
+2009-09-28 13:35:35 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * libs/gst/base/gstdataqueue.c:
+         base/gstdataqueue: inline some functions, get levels with memcpy.
+
+2010-10-13 11:54:04 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Remove unused argument from find_range()
+
+2010-10-13 11:52:25 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * plugins/elements/gstfdsink.c:
+         fdsink: cleanup get_property/set_property
+
+2010-10-12 18:48:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue.h:
+         queue: avoid g_cond_signal when we can
+         Keep track of what cond we are waiting on and only signal when some other thread
+         is waiting.
+
+2010-10-11 19:27:54 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstminiobject.c:
+         miniobject: avoid duplicate type check when freeing miniobject
+         gst_mini_object_unref() has guards that check the type already, so
+         we don't really need to re-check it here again while getting the
+         class (there's not really much point to that anyway, since we don't
+         check the return value of the get_class, so we'd crash anyway if
+         we're not dealing with a mini object, the only question would
+         be if there'd be a warning before the crash or not).
+
+2010-10-11 18:55:14 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstminiobject.c:
+         miniobject: Directly increate mini_object in mini_object_free()
+         Speeds up mini_object_unref by 25% by avoiding the typecheck which
+         is avoidable here since it is only called on existing miniobjects.
+
+2010-10-11 18:30:54 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstminiobject.c:
+         miniobject: Remove confusing DEBUG_REFCOUNT define
+         the debugging statements will be silenced automatically if debugging
+         is disabled, and the type check is actually required.
+
+2010-10-11 18:10:07 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: release queue2 lock before notify
+         Make sure that we don't hold the lock when we notify the temp-location
+         property,
+         Fixes #631853
+
+2010-10-11 16:45:16 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue.c:
+         queue: add debug statement
+
+2010-10-11 10:27:52 +0200  Ognyan Tonchev <ognyan@axis.com>
+
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue.h:
+       * tests/check/elements/queue.c:
+         queue: apply sink segment on the source if queue is empty
+         Apply the sink segment on the source immediatly when it is received
+         and there is nothing in the queue.
+         Solves #482147
+
+2010-10-11 15:51:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbin.c:
+         bin: fix documentation for iterate_sources
+
+2010-10-11 16:41:26 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/base/gstadapter.c:
+         docs: use the gtk-doc shortcuts to get coloured and xrefed example
+
+2010-10-11 14:20:15 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstbin.c:
+         bin: Initialize variable
+
+2010-10-11 10:56:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbin.c:
+         bin: Improve tracking of source elements
+         Track elements tagged with the IS_SOURCE flag in a similar way we track the sink
+         elements. This allows us to efficiently dispatch downstream events to the right
+         elements.
+
+2010-10-11 10:55:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: tag as a SOURCE element
+         Tag all elements deriving from the basesrc with the IS_SOURCE flag.
+
+2010-10-11 10:53:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstelement.h:
+         element: add IS_SOURCE flag
+         Add the GST_ELEMENT_IS_SOURCE flag so that we can tag source elements like we
+         can with sink elements.
+
+2010-10-09 14:18:44 +0100  Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
+
+       * gst/gstregistrybinary.c:
+         registry: g_mapped_file_unref exists already since GLib 2.21.3
+
+2010-10-10 18:14:40 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: Report the output position on POSITION queries on the srcpad
+         There can be a difference between input and output last_stop.
+         Fixes bug #629410.
+
+2010-10-08 12:43:20 -0700  David Schleef <ds@schleef.org>
+
+       * common:
+         Automatic update of common submodule
+         From c4a8adc to 5a668bf
+
+2010-10-08 12:54:52 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Remove unused variable and simplify code
+         oldid was only used when we were doing multiple pops per loop.
+
+2010-10-08 12:50:10 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 5e3c9bf to c4a8adc
+
+2010-10-08 12:48:42 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbytewriter-docs.h:
+         bytewriter: Add missing file
+
+2010-10-08 12:18:23 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/libs/gstreamer-libs-sections.txt:
+       * libs/gst/base/Makefile.am:
+       * libs/gst/base/gstbytewriter.h:
+         bytewriter: Add unchecked variants of the writing functions
+         These don't check if there's enough free space available and are
+         available as inline functions only.
+         API: gst_byte_writer_put_int8_unchecked
+         API: gst_byte_writer_put_int16_be_unchecked
+         API: gst_byte_writer_put_int16_le_unchecked
+         API: gst_byte_writer_put_int24_be_unchecked
+         API: gst_byte_writer_put_int24_le_unchecked
+         API: gst_byte_writer_put_int32_be_unchecked
+         API: gst_byte_writer_put_int32_le_unchecked
+         API: gst_byte_writer_put_int64_be_unchecked
+         API: gst_byte_writer_put_int64_le_unchecked
+         API: gst_byte_writer_put_uint8_unchecked
+         API: gst_byte_writer_put_uint16_be_unchecked
+         API: gst_byte_writer_put_uint16_le_unchecked
+         API: gst_byte_writer_put_uint24_be_unchecked
+         API: gst_byte_writer_put_uint24_le_unchecked
+         API: gst_byte_writer_put_uint32_be_unchecked
+         API: gst_byte_writer_put_uint32_le_unchecked
+         API: gst_byte_writer_put_uint64_be_unchecked
+         API: gst_byte_writer_put_uint64_le_unchecked
+         API: gst_byte_writer_put_float32_be_unchecked
+         API: gst_byte_writer_put_float32_le_unchecked
+         API: gst_byte_writer_put_float64_be_unchecked
+         API: gst_byte_writer_put_float64_le_unchecked
+         API: gst_byte_writer_put_data_unchecked
+         API: gst_byte_writer_fill_unchecked
+
+2010-10-08 09:34:47 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/controller/gstlfocontrolsource.c:
+       * libs/gst/dataprotocol/dataprotocol.c:
+         controller, dataprotocol: make public enum _get_type() functions thread-safe
+         Not that it is likely to matter in practice, but since these are public
+         API they should probably be thread-safe.
+
+2010-10-08 00:38:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/controller/gstlfocontrolsource.c:
+       * libs/gst/dataprotocol/dataprotocol.c:
+         dataprotocol, lfocontrolsource: fix enum value name in enums that are public API
+         So run-time bindings can introspect the names correctly (we abuse this
+         field as description field only in elements, not for public API
+         (where the description belongs into the gtk-doc chunk).
+         https://bugzilla.gnome.org/show_bug.cgi?id=629946
+
+2010-10-08 09:47:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbytewriter.h:
+         bytewriter: Fix possible infinite loop caused by an overflow
+
+2010-10-07 18:46:26 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstfakesink.c:
+       * plugins/elements/gstfakesrc.c:
+       * plugins/elements/gstidentity.c:
+       * plugins/elements/gsttee.c:
+         elements: minor performance improvement when doing g_object_notify() for the "last-message" property
+         Make sure property names passed to g_object_notify() are in the canonical form
+         (ie. "last-message" not "last_message"), so that g_param_spec_pool_lookup()
+         doesn't have to do strdup/canonicalize/free for every single notify call.
+         This only applies when building against older GLib versions (< 2.26).
+
+2010-10-07 18:27:06 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstfakesink.c:
+       * plugins/elements/gstfakesink.h:
+         fakesink: use g_object_notify_by_pspec() and remove work-around for old GLib versions if possible
+         Use more efficient g_object_notify_by_pspec() if we're compiling against
+         GLib >= 2.26, and also remove work-around for g_object_notify() thread-
+         safety issues with older GLib versions if it's not needed any more.
+
+2010-10-07 18:21:13 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gsttee.c:
+         tee: use g_object_notify_by_pspec() if possible
+         Use more efficient g_object_notify_by_pspec() if we're compiling against
+         GLib >= 2.26.
+
+2010-10-07 18:19:31 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstfakesrc.c:
+         fakesrc: use g_object_notify_by_pspec() if possible
+         Use more efficient g_object_notify_by_pspec() if we're compiling against
+         GLib >= 2.26.
+
+2010-10-07 17:53:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstidentity.c:
+       * plugins/elements/gstidentity.h:
+         identity: use g_object_notify_by_pspec() and remove work-around for old GLib versions if possible
+         Use more efficient g_object_notify_by_pspec() if we're compiling against
+         GLib >= 2.26, and also remove work-around for g_object_notify() thread-
+         safety issues with older GLib versions if it's not needed any more.
+
+2010-10-07 17:23:10 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstghostpad.c:
+       * gst/gstpad.c:
+         pads: use new g_object_notify_by_pspec() for caps notifies if available
+         If we're building against GLib >= 2.26.0, we can use the more efficient
+         g_object_notify_by_caps(), which avoids the param spec lookup.
+
+2010-10-07 16:27:20 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstclock.c:
+         clock: remove unnecessary g_object_notify() call
+         GObject will do that for us when g_object_set*() is called.
+
+2010-10-07 19:18:03 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/design/part-qos.txt:
+         docs: update qos design doc
+         Fix some typos.
+         change the definition of the quality field for video decoders to something that
+         makes more sense.
+
+2010-10-05 17:02:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * Makefile.am:
+         Add gobject-introspection temp directories to CRUFT_DIRS
+
+2010-10-05 15:05:43 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/controller/gstlfocontrolsource.c:
+         lfocontrolsource: use math-compat.h for M_PI
+
+2010-10-05 14:45:02 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstinfo.h:
+         gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong here
+         Code that needs this should include gst/math-compat.h or use G_PI.
+
+2010-10-05 14:16:19 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/Makefile.am:
+       * gst/Makefile.am:
+       * gst/math-compat.h:
+         gst: add math-compat.h header
+         Add minimal math-compath.h header where we can define fallback
+         versions for miscellaneous math functions that aren't always
+         available, so we don't have to duplicate this in plugins.
+         The header is not included by default, so needs to be
+         included explicitly for now.
+         https://bugzilla.gnome.org/show_bug.cgi?id=630802
+
+2010-10-05 11:47:59 +0200  Thijs Vermeir <thijsvermeir@gmail.com>
+
+       * tools/gst-plot-timeline.py:
+         tools: fix parsing of timestamp in gst-plot-timeline
+
+2010-09-25 14:24:46 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: don't take preroll-lock in get_property
+         Use atomic ops to read and write more properties. Taking the preroll lock in get_property
+         can lock up applications reading the property during preroll.
+
+2010-10-02 18:11:32 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/base/gstbasesink.h:
+         basesink: add a fixme for 0.11
+
+2010-10-04 15:49:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: format negative values better
+         Format negative values properly in the debug log.
+
+2010-10-03 23:41:26 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/libs/bitreader.c:
+         bitreader: Fix uninitialized variable compiler warnings
+         gcc doesn't notice that the check assertion macros will abort
+         further execution of the tests.
+
+2010-10-03 23:32:06 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbytewriter.c:
+       * libs/gst/base/gstbytewriter.h:
+         bytewriter: Add inline variants of all important functions
+
+2010-10-03 15:27:37 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/libs/gstreamer-libs-sections.txt:
+       * libs/gst/base/Makefile.am:
+       * libs/gst/base/gstbitreader-docs.h:
+       * libs/gst/base/gstbitreader.c:
+       * libs/gst/base/gstbitreader.h:
+       * tests/check/libs/bitreader.c:
+         bitreader: Add inlined and unchecked versions of the important functions
+         API: gst_bit_reader_skip_unchecked
+         API: gst_bit_reader_skip_to_byte_unchecked
+         API: gst_bit_reader_get_bits_uint16_unchecked
+         API: gst_bit_reader_get_bits_uint32_unchecked
+         API: gst_bit_reader_get_bits_uint64_unchecked
+         API: gst_bit_reader_get_bits_uint8_unchecked
+         API: gst_bit_reader_peek_bits_uint16_unchecked
+         API: gst_bit_reader_peek_bits_uint32_unchecked
+         API: gst_bit_reader_peek_bits_uint64_unchecked
+         API: gst_bit_reader_peek_bits_uint8_unchecked
+         This alone makes flacparse about 3 times faster.
+
+2010-10-03 14:59:47 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbytereader.c:
+       * libs/gst/base/gstbytereader.h:
+         bytewriter: Add guards to the inlined get_pos/get_remaining/get_size/etc functions
+
+2010-10-03 14:24:00 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbitreader.c:
+         bitreader: Optimize peek_bits/get_bits a bit
+         Use local variables instead of dereferencing the bitreader
+         pointer all the time and don't copy the reader for peek_bits.
+
+2010-09-27 19:29:24 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/gstvalue.c:
+       * tests/check/gst/gstvalue.c:
+         gstdatetime: Fix string serialization
+         Correctly serialize tzoffset as a gstvalue
+
+2010-09-24 12:22:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: improve adjust_time()
+         Add some more comments.
+         Make sure we don't end up with negative timestamps.
+
+2010-05-26 20:29:22 +0200  Havard Graff <havard.graff@tandberg.com>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: renderdelay needs to be subtracted in adjust_time()
+         latency is already sink-latency + render-delay, and here we only
+         want to deal with the sink-latency.
+         Fixes #630436
+
+2010-09-24 00:13:51 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * win32/common/config.h:
+       * win32/common/gstenumtypes.c:
+       * win32/common/gstenumtypes.h:
+       * win32/common/gstmarshal.c:
+         win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well
+
+2010-09-23 20:57:49 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/af.po:
+       * po/az.po:
+       * po/be.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/en_GB.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ru.po:
+       * po/rw.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+       * po/zh_TW.po:
+         po: update for new strings
+
+2010-09-23 20:48:25 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         gst-inspect: print GST_PARAM_MUTABLE_* property flags
+
+2010-05-04 09:36:43 +0200  Havard Graff <havard.graff@tandberg.com>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: Make a WARNING into a DEBUG statement
+         Fixes bug #630437.
+
+2010-01-12 17:10:59 +0100  Trond Andersen <trond.andersen@tandberg.com>
+
+       * gst/gstsystemclock.c:
+         clock: fix racy shutdown clock id leak
+         Clock IDs were leaked if the clock got disposed before the worker thread
+         got a chance to reap unscheduled entries.
+         Fixes bug #630439.
+
+2010-09-23 18:18:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: avoid useless memcpy
+         Because of the awkward refcounting in prepare_output_buffer, we might end up
+         with writable buffers that point to the same data. Check for those cases so that
+         we avoid a useless memcpy and keep valgrind quiet.
+         Fixes #628176
+
+2010-09-23 14:37:45 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * tests/check/Makefile.am:
+         tests: fix 'make check' build for setups where no c++ compiler is available
+         Only try to build (pseudo-)C++ unit test if a working C++ compiler has been
+         found, otherwise the build will fail. (We do this to make sure our headers
+         are 'C++ clean').
+
+2010-09-23 10:08:05 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+         tag: Adds GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
+         Adds a new tag to indicate the error in horizontal positioning
+         in meters. This is one of the available 'gps error' fields in
+         exif, for example.
+         API: GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
+
+2010-09-23 15:34:54 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstpad.c:
+         Revert "pad: use a nested lock to avoid reffing the peer"
+         This reverts commit 9b424b1570366b10746a762e8c9c4c1b35b21e91.
+
+2010-09-23 15:12:32 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: remove var only used for debug statement
+
+2010-09-07 16:56:38 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstpad.c:
+         pad: use a nested lock to avoid reffing the peer
+         Fixes #503592
+
+2010-07-15 15:47:36 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * configure.ac:
+       * tests/check/Makefile.am:
+       * tests/check/gst/.gitignore:
+       * tests/check/gst/gstcpp.cc:
+         tests: rebuild one test using cpp
+         This aims to catch cpp issues in core. Add c++ boilerplate to configure.
+
+2010-09-21 18:33:26 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * common:
+         Automatic update of common submodule
+         From aa0d1d0 to 5e3c9bf
+
+2010-09-19 16:10:16 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/libs/adapter.c:
+         tests: Handle new assertion in gst_adapter_masked_scan_uint32
+
+2010-09-18 19:29:09 -0700  David Schleef <ds@schleef.org>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: Add check for pattern bits not in mask
+
+2010-09-17 19:53:33 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tools/gst-launch.c:
+         gst-launch: Use g_file_test() instead of access() which does not exist on MSVC6
+         Fixes bug #629494.
+
+2010-09-17 17:34:42 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbufferlist.c:
+       * gst/gstbufferlist.h:
+       * tests/check/gst/gstbufferlist.c:
+       * win32/common/libgstreamer.def:
+         bufferlist: add function to add a list of buffers
+         Add a function to add a list of buffers to the bufferlist.
+
+2010-09-17 15:51:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/libs/gstreamer-libs-sections.txt:
+       * libs/gst/base/gstadapter.c:
+       * libs/gst/base/gstadapter.h:
+       * tests/check/libs/adapter.c:
+       * win32/common/libgstbase.def:
+         adapter: add function to get a list of buffers
+         Add a function to retrieve a list of buffers containing the first N bytes from
+         the adapter. This can be done without a memcpy and should make it possible to
+         transfer the list to a GstBufferList later.
+
+2010-09-17 15:07:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: reuse more data in _peek()
+         Optimize _peek() some more by reusing already assembled data when we can.
+
+2010-09-17 13:57:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: optimize _take() a little more
+         When we have already assembled some data before, reuse this data and only copy
+         the part that is new.
+
+2010-09-17 12:48:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: refactor adapter take
+         Move some common code into one place
+
+2010-09-17 12:40:12 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+       * tests/check/libs/adapter.c:
+         adapter: add support for 0 sized buffers
+         Add support for 0 sized buffers. This is interesting in combination with the
+         timestamp functions.
+         Fixes #629553
+
+2010-09-17 10:01:01 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * docs/pwg/advanced-scheduling.xml:
+         pwg: Make a sentence clearer.
+
+2010-09-16 19:27:57 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstelementfactory.c:
+         elementfactory: make sure gstreamer has been initialized when creating elements
+         Add gst_is_initialized() guard to gst_element_factory_make(), so
+         people who forgot to call gst_init() get a useful warning for what
+         seems to be a common enough mistake.
+
+2010-09-16 00:37:59 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstquery.c:
+         query: minor gst_query_add_buffering_range() code reflow
+         Sprinkle some G_UNLIKELY(), return TRUE/FALSE constants, avoid an
+         unnecessary g_value_unset(), move g_value_init()+set_int64_range()
+         closer to where they're needed.
+
+2010-09-16 00:30:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstquery.c:
+         query: gst_query_add_buffering_range() optimisations
+         Don't create a new GValueArray copy for every single _add_buffering_range()
+         call, but append to the existing value array owned by the structure instead.
+
+2010-09-16 00:03:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gststructure.c:
+         structure: micro-optimisation for some setter functions
+         Split out functions that do the actual work, so we avoid doing
+         the same g_return_if_fail() checks multiple times for each call.
+
+2010-09-15 23:42:43 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gststructure.c:
+       * gst/gststructure.h:
+       * win32/common/libgstreamer.def:
+         structure: add gst_structure_{id_}take_value()
+         Add _set_value() variants that take ownership of the value passed
+         instead of making a copy of the value. This is useful for setting
+         values to things that aren't refcounted (e.g. GValueArrays or
+         strings or string arrays, etc.).
+         API: gst_structure_take_value()
+         API: gst_structure_id_take_value()
+         https://bugzilla.gnome.org/show_bug.cgi?id=629831
+
+2010-09-16 19:19:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbin.c:
+         bin: fix doc string, we post element messages
+
+2010-09-16 19:06:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbin.c:
+         bin: add message-forward option
+         Add an option to forward all the internal messages that would otherwise be
+         filtered such as EOS, SEGMENT and ASYNC messages.
+         This allows the application to, for example, detect that a partial pipeline is
+         prerolled or reached eos.
+         The original messages are wrapped inside an element message because the parent
+         bins are not supposed to see those internal messages escape.
+
+2010-09-12 16:50:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstplugin.c:
+         plugin: use strstr() instead of g_strstr_len()
+         Saves us a strlen() call.
+
+2010-09-15 13:29:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: only post buffering message when percent changed
+
+2010-09-15 13:15:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: always update buffering status
+         Update the buffering status even when we are not using a queue so that EOS can
+         properly finish the buffering.
+
+2010-09-13 20:39:50 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/gstpad.c:
+         gstpad: Fix flush-stop event handling
+         A flush-stop event would make a pad unflushing, causing it
+         to start acting as an activated pad. This, for example,
+         could lead to the chain function being called when stuff
+         isn't initialized.
+         This could happend when setting qtdemux to NULL while a seek
+         was being handled in the upstream filesrc (in push mode).
+         This patch makes it check if it is activated before setting
+         it to unflushing.
+
+2010-09-13 11:17:34 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstcaps.c:
+       * gst/gstdatetime.c:
+       * gst/gstelement.c:
+       * gst/gstelementfactory.h:
+       * gst/gstpad.c:
+       * gst/gsttaglist.h:
+         docs: fix warnings pointed out by gtk-doc
+
+2010-09-13 09:50:53 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gsttaskpool.c:
+         taskpool: make debug only code conditional
+
+2010-09-10 15:07:03 -0400  Colin Walters <walters@verbum.org>
+
+       * gst/gsterror.h:
+         introspection: Build with latest g-i
+         Hide a compatibility typedef.
+         https://bugzilla.gnome.org/show_bug.cgi?id=629241
+         https://bugzilla.gnome.org/show_bug.cgi?id=550616
+
+2010-09-09 22:24:38 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstpluginloader.c:
+         pluginloader: don't leak entries for blacklisted files
+
+2010-09-09 21:59:29 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/check/generic/states.c:
+         checks: and check the right env-var (fixup last commit)
+
+2010-09-09 21:56:28 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/check/Makefile.am:
+       * tests/check/generic/states.c:
+         tests: allow running state tests for all elements
+         Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check
+         to try elements that would normaly be skipped.
+
+2010-09-06 15:16:16 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstobject.c:
+         gstobject: avoid string creation when not needed
+
+2010-09-09 16:11:41 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstidentity.c:
+         identity: identity is GAP flag aware, no need to let it be unset by basetransform
+
+2010-09-09 15:57:15 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tools/gst-launch.c:
+         gst-launch: add a sync bus handler and move state-change logging there
+         The sync handler is called for all mesages, the event loop we previously used
+         was not. In the sync handler trigger pipeline dot dumps and call access for a
+         file in tmp-dir to add markers interceptable by strace and co.
+
+2010-09-08 18:41:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstcaps.c:
+         caps: simplify code a bit
+         No need to call g_slist_length() here.
+
+2010-09-08 09:37:42 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstpad.c:
+         pad: add a unchecked variant for pull
+         Add internal _get_range_unchecked thats is called from _get_range and
+         _pull_range.
+
+2010-09-07 23:48:56 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * scripts/gst-uninstalled:
+         gst-uninstalled: add ugly/bad/ffmpeg pkg-config dirs to PKG_CONFIG_PATH
+         So we can figure out plugin directories of other modules properly in
+         the uninstalled setup case, for unit tests that need elements from
+         other modules.
+
+2010-09-07 12:01:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/plugins/gstreamer-plugins.args:
+       * docs/plugins/gstreamer-plugins.hierarchy:
+         docs: update plugin docs for recent changes
+         And sorted hierarchy
+
+2010-09-07 11:41:37 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From c2e10bf to aa0d1d0
+
+2010-09-07 11:09:16 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         gst-inspect: don't use gst_structure_foreach() on NULL pointers
+
+2010-09-06 20:19:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/af.po:
+       * po/az.po:
+       * po/be.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/en_GB.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ru.po:
+       * po/rw.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+       * po/zh_TW.po:
+         po: update translations for new strings
+
+2010-09-06 20:16:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsterror.c:
+         gsterror: add default error message for GST_LIBRARY_ERROR_ENCODE
+         No idea though why we even have GST_LIBRARY_ERROR_ENCODE or when one
+         would want to use that instead of GST_STREAM_ERROR_ENCODE.
+
+2010-09-06 20:06:56 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsterror.c:
+         gsterror: avoid pointless string copying
+         There's no need to create these tables with duplicates of the
+         untranslated error message string constants, we can just use
+         old-fashioned switch/case and call gettext directly. This also
+         makes things slightly more thread safe and more robust to bad
+         input (invalid error codes).
+
+2010-09-06 18:33:51 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * tests/check/gst/gstvalue.c:
+         check: Avoid error: array subscript is above array bounds
+         Could have come up with something better for my 2000th commit
+         to GStreamer...
+
+2010-09-06 17:01:19 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstobject.c:
+         docs: give a practical example for the gst_object_has_anchestor
+
+2010-09-06 14:33:44 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstelementfactory.c:
+         elementfactory: use the parent_class defined by G_DEFINE_TYPE
+
+2010-09-06 14:32:00 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * Makefile.am:
+       * tests/check/Makefile.am:
+         tests: tune skipping checks if we have disabled subsystems
+         Skip ABI tests if some subsystems are off. Remove DISABLE_GST_DEBUG from
+         skipping export checks as this is safe now.
+
+2010-09-06 14:09:52 +0300  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/gstregistrychunks.c:
+         registrychunks: Use the correct variable for debug message
+         Debug print was using a variable that was not initialized.
+
+2010-08-10 14:05:22 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstelement.c:
+       * gst/gstelement.h:
+       * gst/gstelementfactory.c:
+       * gst/gstelementfactory.h:
+       * gst/gstregistrychunks.c:
+       * tools/gst-inspect.c:
+       * win32/common/libgstreamer.def:
+         element-details: allow for arbitrary element details
+         Add a GstStructure to GstElementClass and GstElementFactory. Add setters/getter.
+         Handle it in the registry code. Print items in gst-inspect.
+         Fixes #396774.
+         API: gst_element_class_set_meta_data(), gst_element_factory_get_meta_data_detail()
+
+2010-09-05 18:57:56 -0700  David Schleef <ds@schleef.org>
+
+       * common:
+         Automatic update of common submodule
+         From d3d9acf to c2e10bf
+
+2010-09-05 12:13:00 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From ca1c867 to d3d9acf
+
+2010-09-05 10:22:20 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * win32/common/libgstreamer.def:
+         win32: Add new symbols from GstElementFactoryList
+         And here's a reminder since I forgot to put them in my previous
+         commit.
+         API: gst_element_factory_list_filter
+         API: gst_element_factory_list_get_elements
+         API: gst_element_factory_list_is_type
+         API: gst_plugin_feature_list_debug
+         API: gst_plugin_feature_rank_compare_func
+         API: GstElementFactoryListType
+         API: GST_ELEMENT_FACTORY_TYPE_ANY
+         API: GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS
+         API: GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER
+         API: GST_ELEMENT_FACTORY_TYPE_DECODABLE
+         API: GST_ELEMENT_FACTORY_TYPE_DECODER
+         API: GST_ELEMENT_FACTORY_TYPE_DEMUXER
+         API: GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER
+         API: GST_ELEMENT_FACTORY_TYPE_ENCODER
+         API: GST_ELEMENT_FACTORY_TYPE_FORMATTER
+         API: GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS
+         API: GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO
+         API: GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE
+         API: GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA
+         API: GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE
+         API: GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO
+         API: GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY
+         API: GST_ELEMENT_FACTORY_TYPE_MUXER
+         API: GST_ELEMENT_FACTORY_TYPE_PARSER
+         API: GST_ELEMENT_FACTORY_TYPE_PAYLOADER
+         API: GST_ELEMENT_FACTORY_TYPE_SINK
+         API: GST_ELEMENT_FACTORY_TYPE_SRC
+         API: GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER
+
+2010-08-31 11:37:42 +0200  Philippe Normand <pnormand@igalia.com>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: buffering_ranges query support
+         Fixes bug 623121
+
+2010-09-03 19:58:49 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstquery.c:
+         gstquery: Only fill the start/stop values of the buffering ranges if a non-NULL pointer was provided
+
+2010-08-31 11:35:12 +0200  Philippe Normand <pnormand@igalia.com>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstquark.c:
+       * gst/gstquark.h:
+       * gst/gstquery.c:
+       * gst/gstquery.h:
+       * tests/check/gst/gstquery.c:
+       * win32/common/libgstreamer.def:
+         gstquery: new buffering_ranges API
+         Added a new query type to retrieve informations about the areas of the
+         media currently buffered. See bug 623121.
+         API: gst_query_add_buffering_range
+         API: gst_query_get_n_buffering_ranges
+         API: gst_query_parse_nth_buffering_range
+
+2010-08-16 19:01:15 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstelementfactory.c:
+       * gst/gstelementfactory.h:
+       * gst/gstpluginfeature.c:
+       * gst/gstpluginfeature.h:
+         GstElementFactory: Add listing features
+         https://bugzilla.gnome.org/show_bug.cgi?id=626181
+
+2010-09-02 12:44:08 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/running.xml:
+         docs: mention GST_DEBUG_OPTIONS, ORC_CODE, G_DEBUG and G_SLICE environment variables
+         Mention a few more useful environment variables in the 'Running GStreamer
+         applications' section of the API reference.
+
+2010-09-02 14:15:29 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gstfakesrc.c:
+         fakesrc: fix use of empty subbuffers
+         Remove a short cut that was ignoring src->data allocation mode. All
+         the called code-path below handle size==0.
+
+2010-09-02 00:01:25 +0100  Jeffrey S. Smith <whydoubt@yahoo.com>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstbuffer.h:
+       * gst/gstbufferlist.h:
+       * gst/gstevent.h:
+       * gst/gstmessage.h:
+       * gst/gstminiobject.h:
+       * gst/gstquery.h:
+       * gst/gstutils.h:
+       * libs/gst/base/gstbytewriter.h:
+         Fix casts in a bunch of inline functions to maintain correct const-ness
+         Make code including GStreamer headers compile with -Wcast-qual by
+         maintaining const-ness when casting. Also fix function signature of
+         gst_byte_writer_set_pos(): the byte writer should not be marked as
+         const.
+         https://bugzilla.gnome.org/show_bug.cgi?id=627910
+
+2010-08-31 18:40:44 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+       * configure.ac:
+       * libs/gst/base/Makefile.am:
+       * libs/gst/check/Makefile.am:
+       * libs/gst/controller/Makefile.am:
+       * libs/gst/dataprotocol/Makefile.am:
+       * libs/gst/net/Makefile.am:
+         build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common
+         Sets up a GST_PKG_CONFIG_PATH variable for use in Makefile.am
+         (avoids trailing ':' in PKG_CONFIG_PATH used). A useful side
+         effect of this is also that the PKG_CONFIG_PATH environment
+         is now logged in the configure output.
+
+2010-09-01 11:34:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/manual/advanced-clocks.xml:
+         manual: improve clock docs a little
+
+2010-09-01 11:06:57 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/gst/gstvalue.c:
+         gstvalue: Fix memory leaks in the int64range tests
+
+2010-08-24 12:27:30 +0200  Philippe Normand <pnormand@igalia.com>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gststructure.c:
+       * gst/gstvalue.c:
+       * gst/gstvalue.h:
+       * tests/check/gst/gstvalue.c:
+       * win32/common/libgstreamer.def:
+         gstvalue: Add new GstInt64Range type
+         new GstInt64Range to store gint64 ranges.
+         API: GST_TYPE_INT64_RANGE
+         API: gst_value_set_int64_range
+         API: gst_value_get_int64_range_min
+         API: gst_value_get_int64_range_max
+         Fixes bug #627826.
+
+2010-08-30 21:26:18 -0300  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * gst/gstinfo.h:
+         docs: Trivial cleanup for GST_DEBUG_CATEGORY_GET
+
+2010-08-30 16:02:55 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstinfo.c:
+         info: Re-instate the default for color usage
+         This was accidently removed in 7a722091b6d1b5d7f9404fdef4c695a29a65a989
+
+2010-08-30 12:47:31 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * libs/gst/check/gstcheck.h:
+         check: Use g_strcmp0 instead of strcmp
+         Avoids segfaults when using NULL arguments.
+
+2010-08-27 15:35:49 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue.h:
+         queue: add silent property to suppress signal emission
+         Allow to turn off signal emission and therefore extra locking if this is not needed.
+         Fixes #621299
+
+2010-08-28 10:16:05 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * win32/common/libgstreamer.def:
+         utils: Add gst_util_fraction_compare() to the docs and exported symbols
+
+2010-08-28 17:51:14 +1000  Jan Schmidt <thaytan@noraisin.net>
+
+       * tests/check/gst/gstpad.c:
+         tests: Remove checks for deprecated flow check macros
+         GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS() are deprecated,
+         so aren't available for the testsuite any more.
+
+2010-08-28 09:35:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstutils.c:
+         utils: Fix inverted assertion logic in gst_util_fraction_compare()
+
+2010-08-28 09:30:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstutils.c:
+       * gst/gstutils.h:
+       * gst/gstvalue.c:
+         utils: Add gst_util_fraction_compare() to compare fractions
+         And use it for the fraction comparisons in gstvalue.c instead
+         of using comparisons by first converting the fractions to double.
+         Should fix bug #628174.
+         API: gst_util_fraction_compare()
+
+2010-08-28 17:04:43 +1000  Jan Schmidt <thaytan@noraisin.net>
+
+       * tests/check/gst/capslist.h:
+         tests: Add a couple of extra caps strings to test
+
+2010-08-27 16:52:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Don't do an infinite loop in the loop function
+         Instead return after every iteration, which makes sure that the
+         stream lock is released for a short time after every iteration,
+         task state changes are checked, etc and this allows the task
+         to be stopped properly.
+
+2010-08-27 16:49:14 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Flush the data queue if downstream return WRONG_STATE too
+
+2010-08-26 23:39:06 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstmultiqueue.c:
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue2.c:
+         elements: Stop using GST_FLOW_IS_FATAL()
+
+2010-08-26 23:37:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+       * libs/gst/base/gstbasesrc.c:
+         base: Stop using GST_FLOW_IS_FATAL()
+         And document the special handling of WRONG_STATE.
+
+2010-08-26 23:07:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.h:
+         pad: Deprecate GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS()
+         The problem with both macros is, that they suggest something that isn't true.
+         If GST_FLOW_IS_FATAL is true, there could still be a problem for many elements
+         and they should stop what they're currently doing and return that value
+         upstream (e.g. not-linked in a parser). If GST_FLOW_IS_SUCCESS is false, it
+         could still be that this is "ok" for the element (e.g. not-linked for a demuxer
+         on a few of its pads but not all).
+         It's better to not have these "convenience" macros but instead let people
+         *think* about the handling of different flow returns, that makes sense for
+         their element. And we should document the expected handling of flow returns for
+         different classes of elements in the plugin writer's guide.
+         Fixes bug #628014.
+
+2010-08-27 11:11:00 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gstfakesink.c:
+         fakesink: keep properties in order
+
+2010-08-27 10:22:27 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gstqueue.c:
+         queue: ARG_ -> PROP_ for property constants
+
+2010-08-26 17:04:20 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix on-disk buffering again
+
+2010-08-26 15:12:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: recover from invalid downstream suggestions
+         When we are handling a buffer and need to allocate an output buffer, handle the
+         case when downstream suggests us a format that we can't convert the input buffer
+         to. In that case, check if there is another format available downstream instead
+         of failing.
+         Fixes #621332 and see also #614296
+
+2010-08-26 13:46:34 +0200  Alessandro Decina <alessandro.decina@collabora.co.uk>
+
+       * gst/gstplugin.c:
+         gstplugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY.
+
+2010-08-16 14:12:35 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+         tag: Adds GST_TAG_APPLICATION_DATA
+         Adds GST_TAG_APPLICATION_DATA for representing arbitrary private
+         data that applications might want to store into tags. Exif/id3,
+         for example, have tags for this.
+         API: GST_TAG_APPLICATION_DATA
+         Fixes #626651
+
+2010-08-24 12:46:38 -0700  David Schleef <ds@schleef.org>
+
+       * tools/gst-launch.1.in:
+         gst-launch: Fix OIL_CPU_FLAGS docs for Orc
+
+2010-08-24 16:24:19 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tools/gst-launch.1.in:
+         man: remove OIL_CPU_FLAGS from man page
+         We're using ORC instead of libOil now.
+
+2010-08-23 18:20:23 -0700  David Schleef <ds@schleef.org>
+
+       * gst/gstinfo.c:
+         Valgrind define is HAVE_VALGRIND_VALGRIND_H
+
+2010-07-27 18:24:44 -0700  David Schleef <ds@schleef.org>
+
+       * gst/gstinfo.c:
+         Allow gst_debug_set_default_threshold() before gst_init()
+         Calling gst_debug_set_default_threshold() before initialization
+         seems like the "obvious" order.
+
+2010-08-23 13:06:19 +0200  Jonas Holmberg <jonas.holmberg@axis.com>
+
+       * tests/check/elements/queue.c:
+         queue: fix segfault in test
+
+2010-08-23 10:58:16 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gstregistrychunks.c:
+         registrychunks: intern all GstPluginDesc members when unpacking
+
+2010-08-23 10:56:30 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gstobject.c:
+         gstobject: fix leak when naming parented object
+
+2010-08-20 03:07:58 +0530  Arun Raghavan <arun.raghavan@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gst.c:
+       * gst/gst.h:
+       * win32/common/libgstreamer.def:
+         gst: Add a gst_is_initialized() API
+         For one, this will allow libraries that expect applications to
+         initialize GStreamer before using their API to have a check for this
+         condition.
+         https://bugzilla.gnome.org/show_bug.cgi?id=627438
+
+2010-08-20 18:04:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbin.c:
+         bin: relax the source element check
+         When there is a sink inside a bin, the SINK flag is set on the bin. When we are
+         trying to iterate the source elements, also include the bins with the SINK flag
+         because they could also contain source elements, in which case they are also a
+         source.
+         This solves the case where sending an EOS to a pipeline didn't get dispatched to
+         all source elements.
+         See #625597
+
+2010-08-19 17:07:00 +0200  Jonas Holmberg <jonas.holmberg@axis.com>
+
+       * tests/check/elements/queue.c:
+         queue: added unit test for newsegment events
+
+2010-03-05 17:18:23 +0100  Jonas Holmberg <jonas.holmberg@axis.com>
+
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue.h:
+         queue: Push newsegment when linking in PLAYING
+         Fixes #611918
+
+2010-08-12 20:23:45 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/gstutils.c:
+         element: link_many should activate pads if needed
+         gst_element_link_many does some magic and creates ghostpads
+         if needed, but it didn't set the newly created ghostpad to
+         active if needed. This patch fixes it.
+         https://bugzilla.gnome.org/show_bug.cgi?id=626784
+
+2010-08-19 11:11:28 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/gst/gstdatetime.c:
+         datetime: Fix memory leak in the unit test by unreffing GstDateTime instance after usage
+
+2010-08-19 10:03:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/queue.c:
+         tests: fix comments in test
+
+2010-08-19 09:58:55 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Use G_GUINT64_FORMAT where needed
+         Fixes build on macosx
+
+2010-08-18 15:31:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/Makefile.am:
+         check: enable queue test again
+
+2010-08-18 15:12:45 +0200  Jonas Holmberg <jonas.holmberg@axis.com>
+
+       * tests/check/elements/queue.c:
+         queue: fixed racy unit tests
+         Fixes #600004
+
+2010-08-16 18:01:27 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gstcapsfilter.c:
+       * plugins/elements/gstfakesink.c:
+       * plugins/elements/gstfilesink.c:
+       * plugins/elements/gstfilesrc.c:
+       * plugins/elements/gsttee.c:
+         plugins: add example launch lines and more explanation to the docs.
+         The plugins where almost undocumented :/ ...
+
+2010-08-13 16:19:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix compilation
+
+2010-07-07 08:20:21 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Fix a special case during range management
+         When a range contained no data, if it was new or newly empty, it would
+         be mishandled if it were the current range.
+
+2010-07-05 13:43:05 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix locking around init_ranges
+         This fixes a segfault where the ready to paused state change causes
+         freeing and allocation of new ranges while another thread is trying to
+         use them.
+
+2010-07-02 17:40:08 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: More ring buffer fixes
+         - Set reading_pos correctly in _create_read ()
+         - Seek to data if it is further than QUEUE_MAX_BYTES (queue) -
+         cur_level.bytes away. This should avoid a situation where the ring
+         buffer is full but the data offset from which we shall read is not in
+         the ring buffer.
+         - Only update the max_reading_pos to a lower value to protect data when
+         necessary
+         - Always signal an ADD in _locked_enqueue () so that an EOS unlocks the
+         reader
+         - More useful debug output
+
+2010-06-28 17:50:06 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: ring buffer fixes
+         One must not affect the values of the current range based on a read
+         request before the correct range is activated.
+
+2010-06-25 12:58:27 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Fix bugs
+         update_buffering () needs to be called every time we write to the ring
+         buffer so that applications don't get stuck waiting for a 100% buffered
+         message while queue2 is waiting for space
+         _create_write () must only be called for temp file/ring buffer cases
+
+2010-06-18 17:43:40 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gstqueue2.h:
+         queue2: extend ring buffer to support ram mode
+
+2010-06-18 14:36:33 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: merge write buffer functions and fix bugs
+         Cached data could have been overwritten so it is now protected until
+         it is read. Similarly data was overread as _have_data () was always
+         looking for the originally requested data even if part of it had been
+         read already.
+
+2010-06-17 10:18:48 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: small cleanup
+
+2010-06-16 18:25:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: cleanup write_to_ring_buffer
+         Use cur_level.bytes to see how much space is free in the ringbuffer.
+         Simplyfy the write function, avoid taking subbuffers, move waiting for free
+         space in one spot, use simply counter to write data of a buffer.
+
+2010-06-16 17:03:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: cleanups
+         Add a macro to get the max size of the queue in bytes, which depends on the
+         max_level.bytes and the ring_buffer_max_size.
+         Some cleanups.
+
+2010-06-16 16:23:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gstqueue2.h:
+         queue2: remove unused variable
+
+2010-06-16 16:13:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: cleanups
+         Make sure the cur_level.bytes is updated after we change the writing_pos or the
+         max_reading_pos.
+         Refactor get_free_space()
+         Add some comments
+
+2010-06-16 12:00:45 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: remove unneeded signal
+
+2010-06-16 12:00:30 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: set buffering mode correctly
+
+2010-06-16 11:20:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix calculation of available ringbuffer data
+
+2010-06-16 11:11:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: reading_pos is updated in create_read only
+
+2010-06-16 11:11:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: refactor and add debug
+
+2010-06-16 11:10:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix flushing
+
+2010-06-16 11:09:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: add debug
+
+2010-06-15 17:26:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: don't try to write 0 bytes
+
+2010-06-15 16:12:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2; cleanups and fixes
+         Make a macro for some frequent checks
+         Emit the removed signal in all cases when we remove something
+
+2010-06-15 12:37:33 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: refactorings
+         Check and handle seek errors
+         Refactor the wait_free_space function.
+
+2010-06-16 12:24:25 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Use ring-buffer-max-size prop to control ring buffer
+
+2010-06-06 09:30:48 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Clean up and improve code
+
+2010-05-26 04:11:48 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Fix conditions where behaviour should differ between ring buffer and temp file
+
+2010-05-19 16:04:15 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: add useful debug messages and fix an assumption in _have_data ()
+
+2010-05-18 17:42:07 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix buffering percentage in ring buffer mode
+
+2010-05-18 17:21:40 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: various ring buffer fixes
+         - make _get_range () emit the del signal once a buffer has been read
+         - use do {} while (); for wait code as queue is locked and no data could
+         have been read in the mean time so it makes no sense to check before
+         waiting
+         - make _is_filled () more robust
+
+2010-05-07 09:30:44 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gstqueue2.h:
+         queue2: ring buffer work in progress
+
+2010-05-05 10:21:55 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gstqueue2.h:
+         queue2: Add use-ring-buffer and ring-buffer-max-size properties
+
+2010-06-15 08:59:11 +0200  Robert Swain <robert.swain@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: add ST-Ericsson copyright
+
+2010-08-13 17:23:31 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 3e8db1d to ec60217
+
+2010-08-12 22:08:44 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstinfo.c:
+         info: xrefs glib symbol in docs
+
+2010-08-12 16:05:35 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * libs/gst/base/gstcollectpads.h:
+         gstcollectpads: Fix docs about GstCollectData list
+         Add to the docs the fact that is only safe to iterate
+         GstCollectPad's data list inside the collected callback.
+         Fixes #610366
+
+2010-08-10 10:56:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From bd2054b to 3e8db1d
+
+2010-08-04 11:24:12 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+         tag: Adds GST_TAG_APPLICATION_NAME tag
+         Adds a new tag for representing application used to create
+         a media
+         https://bugzilla.gnome.org/show_bug.cgi?id=626027
+
+2010-08-08 17:57:52 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstbufferlist.c:
+         bufferlist: Initialize the GType cache for the bufferlist again
+         This was accidentially removed with last commit.
+
+2010-08-06 19:38:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstbufferlist.c:
+         bufferlist: Don't chain up finalize to the parent class
+         GstMiniObject::finalize does nothing and this prevents a
+         runtime-type-check cast and function call per buffer list.
+
+2010-07-20 09:23:11 -0500  Shixin Zeng <zeng.shixin@gmail.com>
+
+       * gst/gstbufferlist.c:
+       * gst/gstminiobject.c:
+       * gst/gstvalue.c:
+         gst: make _get_type() in gst/* thread safe
+         This is not really necessary here because everything is
+         initialized from gst_init() already but using G_DEFINE_TYPE()
+         removes some copy&paste boilerplate code.
+
+2010-08-06 19:34:42 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstfilesrc.c:
+       * plugins/indexers/gstfileindex.c:
+       * plugins/indexers/gstmemindex.c:
+         plugins: Add declarations for _get_type() functions to fix compiler warnings
+
+2010-07-20 09:23:54 -0500  Shixin Zeng <zeng.shixin@gmail.com>
+
+       * plugins/elements/gstfilesrc.c:
+       * plugins/indexers/gstfileindex.c:
+       * plugins/indexers/gstmemindex.c:
+         plugins: Make *_get_type() in plugins/* thread safe
+         It's not really needed here but using G_DEFINE_TYPE() reduces
+         some copy&paste boilerplate code.
+
+2010-08-06 18:43:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: Make sure the buffer metadata is writable before changing it
+
+2010-08-05 13:56:11 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * common:
+         Automatic update of common submodule
+         From 2004d03 to bd2054b
+
+2010-08-05 10:04:47 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstutils.c:
+         utils: speed up pad linking utility functions by not trying pads that will never work
+         In gst_element_get_compatible_pad(), when trying to find a compatible pad on an
+         element for a given pad, there's no point in checking the element's sink pads
+         if the pad to link is a sink pad as well, or the element's source pads if the
+         given pad is a source pad already, since those would never be able to link
+         anyway. Should speed up linking using the convenience functions a little bit,
+         or at least reduce debug log output.
+
+2010-08-05 10:32:53 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstinfo.c:
+         info: take the timestamp a tick later
+         The logging is not an atomic operation and because of the multi-threading we end
+         up with out-of-order log lines. Tools that present the log-file should probably
+         resort the lines. This change just takes the timestamp a bit closer to the
+         actual logging.
+
+2010-08-05 09:36:16 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/base/gstbasesink.c:
+       * libs/gst/base/gstbasesrc.c:
+       * libs/gst/base/gstbasetransform.c:
+         debug: logging improvements
+         Use the event serialisation. Log formats name instead of number.
+
+2010-07-15 15:46:24 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/check/gstcheck.c:
+       * libs/gst/check/gstcheck.h:
+         check: don't use c++ keywords as variable names
+
+2010-07-15 11:37:30 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: log seek event details
+
+2010-07-12 10:50:53 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * docs/manual/advanced-dparams.xml:
+         manual: update gst-controller chapter
+         The docs were still describing deprecated api. Update it to tell about
+         control-cources.
+
+2010-07-09 15:58:50 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/benchmarks/controller.c:
+       * tests/examples/helloworld/helloworld.c:
+       * tests/examples/launch/mp3parselaunch.c:
+       * tests/examples/queue/queue.c:
+       * tests/examples/stepping/framestep1.c:
+       * tests/examples/streams/stream-status.c:
+       * tests/examples/typefind/typefind.c:
+         tests: clean up eventloop in examples
+         Don't leak the bus. Don't parse messages with the method for errors (triggers
+         gobject warning).
+
+2010-07-08 14:08:27 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/benchmarks/capsnego.c:
+         benchmark: handle errors from the pipeline
+         Catch errors and warnings on the bus. This fixes hanging pipelines in the case
+         of bugs elsewhere. Also print state-change messages to give more detail on the progress.
+
+2010-07-06 18:20:40 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/benchmarks/capsnego.c:
+         benchmark: cleanup last change in capsnego benchmark
+         A pad name is not a factory name.
+
+2010-07-06 14:29:39 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstparse.c:
+         docs: more docs for gst_parse_launch and co
+         Tell about limited reusability of some parsed pipelines.
+
+2010-07-05 16:32:00 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tools/gst-inspect.c:
+         inspect: pad info output improvements
+         Don't print empty query types. Also print caps-vmethods.
+
+2010-07-06 16:47:22 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstpad.c:
+         pad: log element:pad names with caps
+
+2010-06-30 11:46:11 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstutils.c:
+         utils: better error logging in link_pads_filtered
+
+2010-06-24 10:00:04 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * tests/check/libs/transform1.c:
+         tests: add comments telling the meaning of the abbreviations
+
+2010-07-05 12:19:29 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: avoid some caps manipulation
+         After the intersect we have writable caps. Copy the template caps so that also
+         there we have writable caps.
+
+2010-08-05 01:09:02 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/gst/gstutils.c:
+         tests: add basic unit test for gst_pad_proxy_getcaps()
+         https://bugzilla.gnome.org/show_bug.cgi?id=624203
+
+2010-08-05 01:06:57 +0100  Olivier Crête <olivier.crete@collabora.co.uk>
+
+       * gst/gstutils.c:
+         gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has
+         gst_pad_proxy_getcaps() would return the pad template caps if the other side
+         returned empty caps or if the intersection of all the caps on the other side
+         was empty.
+         https://bugzilla.gnome.org/show_bug.cgi?id=624203
+
+2010-08-04 19:19:55 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         configure: Check if the compiler supports ISO C89 or C99 and which parameters are required
+         This first checks what is required for ISO C99 support and sets the relevant
+         compiler parameters and if no C99 compiler is found, it checks for a
+         C89 compiler. This enables us to check for and use C89/C99 functions
+         that gcc hides from us without the correct compiler parameters.
+
+2010-08-04 13:47:23 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * libs/gst/base/gstbytereader.c:
+         bytereader: Fix docs
+         Fix typo in docs for the unsigned peek functions
+
+2010-07-05 10:00:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gst.c:
+         gst: remove \n from debug statements
+
+2010-08-03 11:37:13 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+         docs: fix build with gtk-doc from git
+         For some reason the static inline function GST_CAT_LEVEL_LOG_valist is
+         now picked up, which then breaks the build because it's not documented,
+         so add it to the sections file.
+         Based on patch by Víctor Manuel Jáquez Leal <vjaquez@igalia.com>.
+         Fixes #625862.
+
+2010-07-15 23:05:09 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * plugins/elements/gsttypefindelement.c:
+         typefind: add comment and more logging
+
+2010-07-29 17:27:06 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: download mode; prevent range corruption due to race
+         Current range was being updated in the thread performing seek, but as
+         no locks were kept for a short section, data flow could resume before
+         current range updated, so data for the new range would be accepted as
+         from the previous range.
+         Rather, range should be updated in serialized manner based on
+         newsegment event.
+
+2010-05-22 16:33:11 -0500  Rob Clark <rob@ti.com>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform fix for upstream caps-renegotiation
+         If initially pass-through caps are negotiated between a transform element's
+         sink and src pads, but then the downstream element returns different caps
+         on a buffer from pad_alloc(), basetransform gets stuck with proxy_alloc=TRUE
+         even though the upstream peer doesn't accept the caps, causing
+         gst_pad_peer_accept_caps() to be called on each buffer in _buffer_alloc():
+         if (!gst_caps_is_equal (newcaps, caps)) {
+         GST_DEBUG_OBJECT (trans, "caps are new");
+         /* we have new caps, see if we can proxy downstream */
+         >>    if (gst_pad_peer_accept_caps (pad, newcaps)) {
+         /* peer accepts the caps, return a buffer in this format */
+         GST_DEBUG_OBJECT (trans, "peer accepted new caps");
+         which is taking ~40ms/frame.
+         This patch does two things.  (1) if the buffer returned from pad_alloc() has
+         new caps, trigger the decision whether to proxy the buffer-alloc to be
+         revisited, and (2) disable proxy if peer does not accept new caps.  (The first
+         part may not be strictly needed, but seemed like a good idea.)
+         Note that this issue would not arise except in case of downstream elements
+         who have on their template-caps, some that would be suitable for pass-through,
+         but at runtime pick more restrictive caps (for ex, after querying a driver for
+         what formats it actually supports).
+
+2010-07-27 14:30:51 +0200  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstinfo.c:
+         info: fix compilation on windows
+         Fix mismatched brackets (#625295).
+
+2010-07-27 07:21:19 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * gst/gstdatetime.c:
+         gstdatetime: Fix localtime usage
+         localtime only takes one parameter and returns a statically
+         allocated tm struct. Use it correctly.
+         Fixes #625368
+
+2010-03-29 18:05:40 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+       * tests/check/libs/transform1.c:
+         basetransform: Try suggesting caps on bad caps pad_alloc
+         When basetransform received an unsupported caps on pad_alloc
+         it just returned not-negotiated. This patch makes it query
+         the allowed caps between his sinkpad and upstream's srcpad
+         to find a caps to suggest.
+         This happens when dinamically switching pipeline elements
+         and upstream pad_allocs with the previous caps that was
+         being used.
+         Fixes #614296
+
+2010-07-26 18:53:57 +0200  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstinfo.c:
+         info: flush again after every line of debug output
+         g_printerr() used to do this for us. Also use libc's fprintf() functions,
+         to make sure the stderr pointer we use is actually compatible with the
+         libc linked against by GStreamer (which apparently may not always be the
+         same as what GLib is linked against on windows), and we don't need the
+         functionality ensured by g_fprintf().
+         Fixes #625295.
+
+2010-07-26 18:53:35 +0200  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * po/af.po:
+       * po/az.po:
+       * po/be.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/en_GB.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ru.po:
+       * po/rw.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+       * po/zh_TW.po:
+         po: update for new strings
+
+2010-06-23 11:31:33 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * tests/check/gst/gstvalue.c:
+         gstvalue: Adds tests for datetime
+         Adds tests for datetime fields in gstvalue tests
+         Fixes #594504
+
+2010-06-23 11:30:02 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gststructure.c:
+       * gst/gststructure.h:
+       * win32/common/libgstreamer.def:
+         gststructure: Adds datetime getter function
+         Adds gst_structure_get_date_time function
+         API: gst_structure_get_date_time
+         Fixes #594504
+
+2010-06-21 23:42:44 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+         tag: Adds GST_TAG_DATE_TIME tag
+         Adds a new tag that represents a date and time a media was
+         created
+         API: GST_TAG_DATE_TIME
+         Fixes #594504
+
+2010-07-21 22:08:21 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+       * win32/common/libgstreamer.def:
+         taglist: Add datetime get functions
+         Adds _date_time_get and _date_time_get_index functions to
+         taglist.
+         API: gst_tag_list_get_date_time
+         API: gst_tag_list_get_date_time_index
+         Fixes #594504
+
+2010-07-21 22:04:23 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gst_private.h:
+       * gst/gstdatetime.c:
+       * gst/gststructure.c:
+       * gst/gstvalue.c:
+       * gst/gstvalue.h:
+       * win32/common/libgstreamer.def:
+         gstvalue: Adds datetime functions
+         Adds a datetime functions to gstvalue
+         Fixes #594504
+
+2010-07-16 14:09:12 -0300  Thiago Santos <thiago.sousa.santos@collabora.co.uk>
+
+       * configure.ac:
+       * docs/gst/gstreamer-sections.txt:
+       * gst/Makefile.am:
+       * gst/gst.h:
+       * gst/gstdatetime.c:
+       * gst/gstdatetime.h:
+       * tests/check/Makefile.am:
+       * tests/check/gst/.gitignore:
+       * tests/check/gst/gstdatetime.c:
+       * win32/common/libgstreamer.def:
+         gstdatetime: Adds GstDateTime
+         Adds GstDateTime to represent dates + time + timezone
+         information.
+         Tests included.
+         API: GstDateTime
+         API: gst_date_time_get_day
+         API: gst_date_time_get_month
+         API: gst_date_time_get_year
+         API: gst_date_time_get_hour
+         API: gst_date_time_get_microsecond
+         API: gst_date_time_get_minute
+         API: gst_date_time_get_second
+         API: gst_date_time_get_time_zone_offset
+         API: gst_date_time_new
+         API: gst_date_time_new_local_time
+         API: gst_date_time_new_from_unix_epoch
+         API: gst_date_time_new_now_local_time
+         API: gst_date_time_new_now_utc
+         API: gst_date_time_ref
+         API: gst_date_time_unref
+         Fixes #594504
+
+2010-07-26 14:59:51 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gst.c:
+         gst: Fix usage of glib_check_version()
+         It returns NULL if the installed GLib version is as least as
+         new as the required version and some explanatory string otherwise.
+
+2010-07-23 20:46:10 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         tools: make gst-inspect print the release date time stamp
+
+2010-06-21 17:34:49 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+       * configure.ac:
+         configure: use new AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO macro
+
+2010-06-20 01:55:00 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstregistrybinary.h:
+       * gst/gstregistrychunks.c:
+         binaryregistry: save and load release date time in GstPluginDesc
+         https://bugzilla.gnome.org/show_bug.cgi?id=623040
+
+2010-06-20 00:33:36 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstplugin.c:
+       * gst/gstplugin.h:
+       * tests/check/gst/gstplugin.c:
+         plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE_RELEASE_DATETIME is defined
+         This is a string describing a date and/or date/time in a simple subset of
+         the ISO-8601 format, namely either "YYYY-MM-DD" or "YYYY-MM-DDTHH:MMZ" (with
+         'T' the date/time separator and the 'Z' indicating UTC).
+         The main purpose of this field is to keep track of plugin and element versions
+         on an absolute timeline, so it's possible to determine which one is newer when
+         comparing two date time numbers. This will allow us to express 'replaces'-type
+         relationships betweeen plugins and element factories in future, even across
+         different modules and plugin merges or splits (source module version numbers
+         aren't particularly useful here, since they can only meaningfully be compared
+         within the same module). It also allows applications and libraries to reliably
+         check that a plugin is recent enough without making assumptions about modules
+         or module versions.
+         We use a string here to keep things simple and clear, esp. on the build system
+         side of things.
+         https://bugzilla.gnome.org/show_bug.cgi?id=623040
+
+2010-07-20 09:25:20 -0500  Shixin Zeng <zeng.shixin@gmail.com>
+
+       * tests/check/gst/gstobject.c:
+       * tests/check/gst/gstpreset.c:
+       * tests/check/libs/controller.c:
+         tests: make *_get_type() in tests thread safe
+         Even if it shouldn't be needed here. See #623491.
+
+2010-06-04 11:24:59 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstinfo.c:
+         info: write debugging output to file if GST_DEBUG_FILE environment variable is set
+         This changes behaviour slightly in that we no longer output things
+         via g_printerr(), so any non-standard glib printerr handlers are no
+         longer called when GST_DEBUG is enabled. However, this seems not
+         really desirable in most cases anyway, and the GLib docs also say
+         that libraries should not use g_printerr() for logging.
+         Other stderr output (e.g. warnings, or application messages) will
+         of course not be captured in the log file this way.
+         GST_DEBUG_FILE=- will redirect debug output to stdout.
+
+2010-07-20 20:49:12 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstpad.c:
+         gstpad: Assume pads are compatible if we don't have templates
+         This is the same behaviour as if we had a pad template caps of
+         GST_CAPS_ANY on any of the pads (i.e. the actual check will be done
+         during caps negotiation).
+
+2010-07-17 21:28:41 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: Allow the subclass to add new fields to caps when getting new caps from downstream
+         This was already done in all other cases where new caps are handled
+         except upstream negotiation.
+
+2010-07-12 14:39:00 +0200  Michael Bunk <bunk@iat.uni-leipzig.de>
+
+       * docs/manual/advanced-autoplugging.xml:
+       * docs/manual/advanced-clocks.xml:
+       * docs/manual/advanced-dataaccess.xml:
+       * docs/manual/advanced-dparams.xml:
+       * docs/manual/advanced-interfaces.xml:
+       * docs/manual/advanced-metadata.xml:
+       * docs/manual/advanced-threads.xml:
+       * docs/manual/basics-elements.xml:
+       * docs/manual/basics-pads.xml:
+       * docs/manual/intro-basics.xml:
+       * docs/manual/manual.xml:
+         docs: fix some typos and add some missing links in the app dev manual
+         Fixes #624164.
+
+2010-07-12 14:22:50 +0200  Michael Bunk <bunk@iat.uni-leipzig.de>
+
+       * tools/gst-inspect.1.in:
+         docs: fix typo on gst-inspect man page
+         See #624164.
+
+2010-07-03 15:08:12 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/check/gstcheck.c:
+         gstcheck: fix some silly list iteration code
+         g_list_length() is not the best way to check if a list is empty or not.
+
+2010-07-16 17:53:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/glib-compat-private.h:
+       * gst/gstplugin.c:
+       * gst/gstregistry.c:
+       * gst/gstregistrybinary.c:
+         registry: use GStatBuf unconditionally and add typedef for backwards compatibility
+         No need to clutter the code with #if #else #endif.
+         See #623875.
+
+2010-07-16 17:33:38 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gststructure.c:
+       * gst/gststructure.h:
+         structure: Use a const GstStructure * as parameter for some more gst_structure_get variants
+
+2010-07-14 19:47:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tools/gst-launch.c:
+         Revert "-launch: disable CLOCK_LOST message handling"
+         This reverts commit 1f8eba611a63f45766c38c640288e42b27b10bd4.
+         This should be fixed now (and if not should be fixed) and the
+         clock-lost handling is now needed for playbin2 gapless playback.
+         See bug #579127.
+
+2010-07-08 21:04:54 +0200  David Hoyt <dhoyt@llnl.gov>
+
+       * gst/gstplugin.c:
+       * gst/gstregistry.c:
+       * gst/gstregistrybinary.c:
+         registrybinary: Fix compatibility with GLib 2.25 when using MSVC
+         Newer GLib uses a new type for g_stat() and friends to improve
+         Windows compatibility. On POSIX this is a typedef to struct stat.
+         Fixes bug #623875.
+
+2010-07-08 07:48:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpipeline.c:
+         pipeline: If the currently used clock gets lost update it the next time when going from PAUSED to playing
+         Fixes bug #623806.
+
+2010-07-05 19:33:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: Return values in stream time for the POSITION query
+         Fixes bug #623622.
+
+2010-07-05 18:54:45 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: Implement GstElement::get_query_types()
+
+2010-07-06 10:13:04 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: Only answer the SEGMENT query in pull mode
+         Otherwise the element handling the seeks should answer this query.
+         Fixes bug #623622.
+
+2010-07-05 10:36:05 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: Implement POSITION query
+         Fixes bug #623541.
+
+2010-06-25 16:31:06 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstpad.c:
+         GstPad: Do not call gst_pad_accept_caps() when caps change
+         Instead just check that the caps intersect with the pad template.
+         The elements should properly accept/refuse the caps in setcaps().
+         Shaves off calling the default implementation of acceptcaps which does
+         an expensive gst_pad_get_caps() (so if you have 50 of those elements in
+         a row, you'd be doing factorial(50) gst_pad_get_caps...).
+         Does not break any module unit test and most apps work fine.
+         https://bugzilla.gnome.org/show_bug.cgi?id=622740
+
+2010-07-08 16:24:21 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstutils.c:
+         utils: Add more details about gst_element_get_compatible_pad
+
+2010-07-16 11:16:15 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * configure.ac:
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * docs/plugins/inspect/plugin-coreindexers.xml:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         Back to development.
+
 === release 0.10.30 ===
 
-2010-07-14  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+2010-07-14 23:59:43 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 0.10.30, "Safety First"
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * docs/plugins/inspect/plugin-coreindexers.xml:
+       * gstreamer.doap:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         Release 0.10.30
 
 2010-07-14 17:58:15 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * po/zh_CN.po:
          po: update translations
 
+2010-07-15 12:01:24 +0300  Stefan Kost <ensonic@users.sf.net>
+
+       * gst/gstpad.h:
+         pad: remove comma at the end of the last enum value
+         Fixes the build for c++.
+
 2010-07-11 19:00:54 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
        * tests/check/gst/gsttag.c:
diff --git a/NEWS b/NEWS
index d0c47e9..fa542e3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,232 @@
-This is GStreamer 0.10.30 "Safety First"
+This is GStreamer 0.10.31 "Safety Pins"
+
+Changes since 0.10.30:
+
+      * bin: add "message-forward" property to force forwarding of messages that would usually be filtered such as ASYNC_DONE or EOS
+      * bin: improve tracking of source elements for more efficient event dispatch
+      * bufferlist: add function to add a list of buffers
+      * clock: fix racy shutdown clock id leak
+      * element: add support for arbitrary element class / factory details
+      * element: link_many should activate pads if needed
+      * gst: add math-compat.h header
+      * datetime: add GstDateTime API
+      * elementfactory: add utility functions to filter features by type
+      * plugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY
+      * query: add buffering ranges API to retrieve informations about the areas of the stream currently buffered
+      * value: add int64 range type
+      * info: write debugging output to file if GST_DEBUG_FILE environment variable is set
+      * pad: use more efficient g_object_notify_by_pspec() for caps notifies if compiling against new-enough GLib
+      * pipeline: If the currently used clock gets lost update it the next time when going from PAUSED to playing
+      * plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE_RELEASE_DATETIME is defined
+      * utils: speed up pad linking utility functions by not trying pads that will never work
+      * adapter: add function to get a list of buffers; support 0-sized buffers
+      * adapter: optimize gst_adapter_take() and gst_adapter_peek() a little
+      * basesink: only answer the SEGMENT query in pull mode
+      * basesrc: return values in stream time for the POSITION query
+      * basetransform: allow the subclass to add new fields to caps when getting new caps from downstream
+      * basetransform: avoid useless memcpy
+      * basetransform: upstream caps-renegotiation fixes
+      * bitreader: add inlined and unchecked versions of the most important functions
+      * bytewriter: add inline and unchecked variants of all important functions
+      * bytewriter: fix possible infinite loop caused by an overflow
+      * queue: add "silent" property to suppress signal emission (for better performance)
+      * queue: avoid unnecessary g_cond_signal() (for better performance)
+      * queue: push newsegment event when linking in PLAYING
+      * queue2: extend ring buffer to support RAM mode
+      * queue2: in download mode, prevent range corruption due to race
+      * queue2: don't send seeks beyond the end of the file upstream in pull mode (fixes apple trailers and youtube/html5 playback in webkit)
+      * multiqueue: flush the data queue if downstream return WRONG_STATE too
+      * gst-inspect: print GST_PARAM_MUTABLE_* property flags
+
+Bugs fixed since 0.10.30:
+
+      * 396774 : Make GstElementDetails extensible
+      * 482147 : [queue] Issue with current time level if source task is not started
+      * 579127 : gst-launch: disable CLOCK_LOST message handling
+      * 594504 : Need a GType of " Date AND Time AND Timezone "
+      * 600004 : underrun signal emits when i tested queue overrun test case from file /gstreamerXXXX/tests/check/element/queue.c
+      * 610366 : [gstcollectpads][doc] Add a reminder for 'data' doc
+      * 611918 : leaky queue might not push newsegment event
+      * 618919 : Registry/Plugin Loading Memory Leak
+      * 619522 : basetransform fix for upstream caps-renegotiation
+      * 621299 : make simple queues faster
+      * 621332 : BaseTransform should disable proxy alloc if downstream changes caps
+      * 622740 : GstPad: Do not call gst_pad_accept_caps() when caps change
+      * 623040 : Add release_datetime field to GstPluginDesc
+      * 623121 : [queue2] downloaded areas of the media are not exposed
+      * 623491 : make *_get_type() thread safe
+      * 623541 : [basetransform] Implement POSITION query
+      * 623622 : [basesink/basesrc] Should return values in stream time for POSITION query
+      * 623806 : [pipeline] Doesn't update the clock if the currently used one gets lost and the start time did not change
+      * 623875 : gstregistrybinary.c compatibility with glib > = 2.25.0
+      * 624203 : gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has
+      * 625239 : FTBFS: ./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.
+      * 625295 : [info] regression: doesn't flush output stream after every debug print any longer
+      * 625368 : gstdatetime.c doesn't compile in VS 2008
+      * 625862 : [docs] unused symbol GST_CAT_LEVEL_LOG_valist breaks the build
+      * 626027 : [tag] Add GST_TAG_APPLICATION_NAME
+      * 626181 : GstElementFactory: add listing/filtering API
+      * 626651 : [tag] Photography/capture settings tags
+      * 626784 : element: link_many might assert elements are in paused or playing
+      * 627438 : gst: Add a gst_is_initialized() API
+      * 627826 : GstInt64Range type
+      * 627910 : Warnings emitted when -Wcast-qual used
+      * 627959 : [queue2] on-disk buffering failing for AVI container
+      * 628014 : Deprecate GST_FLOW_IS_FATAL/GST_FLOW_IS_SUCCESS
+      * 628174 : New gstvalue checks cause trouble in thoggen
+      * 628176 : [basetransform] Problems with buffer handling in inplace mode
+      * 628408 : Use GDateTime that has been released
+      * 629241 : Build broken with introspection using gobject-introspection from master
+      * 629410 : GstBaseTransform: position query refers to sink pad, not source pad
+      * 629494 : Latest gst-launch.c doesn't build in Visual Studio 2008
+      * 629553 : GstAdapter: timestamp not updated when empty buffer is pushed
+      * 629831 : [API] add gst_structure_take_value() and gst_structure_id_take_value()
+      * 629946 : Enumerations have incorrect names of enum values (GEnumValue.value_name)
+      * 630257 : GST_DEBUG_DUMP_DOT_DIR not working anymore
+      * 630436 : basesink: renderdelay needs to be subtracted in adjust_time()
+      * 630437 : basetransform: Make a WARNING into a DEBUG statement
+      * 630439 : clock: fix racy shutdown clock id leak
+      * 631755 : Fix build with glib 2.21.3
+      * 631853 : [queue2] deadlock when using temp-location and dispatch-properties
+      * 632236 : [gst-inspect] unhelpful uri handler output
+      * 632433 : [basesink] hangs/drops going to PLAYING following flushing step in PAUSED
+      * 632977 : [queue2] qtdemux causes soup to request seeks past the end of the range
+      * 633147 : Simple reverse negotiation pipeline is broken.
+      * 633886 : Visual Studio emits warnings about double defined _USE_MATH_DEFINES
+      * 635031 : [datetime] Fix unix epoch handling
+      * 635389 : Include information on exported packages in GIRs
+      * 635869 : GST_BOILERPLATE_FULL causes warnings in user C++ code
+      * 633176 : recent multiqueue changes break DVD playback
+
+API additions since 0.10.30:
+
+      * gst_is_initialized
+      * gst_buffer_list_iterator_add_list
+      * GstBin:message-forward
+      * GST_TYPE_DATE_TIME
+      * gst_date_time_get_day
+      * gst_date_time_get_hour
+      * gst_date_time_get_microsecond
+      * gst_date_time_get_minute
+      * gst_date_time_get_month
+      * gst_date_time_get_second
+      * gst_date_time_get_time_zone_offset
+      * gst_date_time_get_type
+      * gst_date_time_get_year
+      * gst_date_time_new
+      * gst_date_time_new_from_unix_epoch_local_time
+      * gst_date_time_new_from_unix_epoch_utc
+      * gst_date_time_new_local_time
+      * gst_date_time_new_now_local_time
+      * gst_date_time_new_now_utc
+      * gst_date_time_ref
+      * gst_date_time_unref
+      * gst_tag_list_get_date_time
+      * gst_tag_list_get_date_time_index
+      * GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
+      * GST_TAG_APPLICATION_DATA
+      * GST_TAG_APPLICATION_NAME
+      * GST_TAG_DATE_TIME
+      * GST_ELEMENT_IS_SOURCE
+      * gst_element_class_set_documentation_uri
+      * gst_element_class_set_icon_name
+      * gst_element_factory_get_documentation_uri
+      * gst_element_factory_get_icon_name
+      * gst_element_factory_list_filter
+      * gst_element_factory_list_get_elements
+      * gst_element_factory_list_is_type
+      * GstElementFactoryListType
+      * GST_ELEMENT_FACTORY_TYPE_ANY
+      * GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS
+      * GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER
+      * GST_ELEMENT_FACTORY_TYPE_DECODABLE
+      * GST_ELEMENT_FACTORY_TYPE_DECODER
+      * GST_ELEMENT_FACTORY_TYPE_DEMUXER
+      * GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER
+      * GST_ELEMENT_FACTORY_TYPE_ENCODER
+      * GST_ELEMENT_FACTORY_TYPE_FORMATTER
+      * GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY
+      * GST_ELEMENT_FACTORY_TYPE_MUXER
+      * GST_ELEMENT_FACTORY_TYPE_PARSER
+      * GST_ELEMENT_FACTORY_TYPE_PAYLOADER
+      * GST_ELEMENT_FACTORY_TYPE_SINK
+      * GST_ELEMENT_FACTORY_TYPE_SRC
+      * GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER
+      * GST_ELEMENT_FACTORY_KLASS_DECODER
+      * GST_ELEMENT_FACTORY_KLASS_ENCODER
+      * GST_ELEMENT_FACTORY_KLASS_SINK
+      * GST_ELEMENT_FACTORY_KLASS_SRC
+      * GST_ELEMENT_FACTORY_KLASS_MUXER
+      * GST_ELEMENT_FACTORY_KLASS_DEMUXER
+      * GST_ELEMENT_FACTORY_KLASS_PARSER
+      * GST_ELEMENT_FACTORY_KLASS_PAYLOADER
+      * GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER
+      * GST_ELEMENT_FACTORY_KLASS_FORMATTER
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_VIDEO
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA
+      * gst_plugin_feature_list_debug
+      * gst_plugin_feature_rank_compare_func
+      * gst_query_add_buffering_range
+      * gst_query_get_n_buffering_ranges
+      * gst_query_parse_nth_buffering_range
+      * gst_structure_get_date_time
+      * gst_structure_id_take_value
+      * gst_structure_take_value
+      * GST_TYPE_INT64_RANGE
+      * gst_int64_range_get_type
+      * gst_util_fraction_compare
+      * gst_value_get_int64_range_max
+      * gst_value_get_int64_range_min
+      * gst_value_set_int64_range
+      * GST_VALUE_HOLDS_DATE_TIME
+      * gst_adapter_take_list
+      * gst_bit_reader_skip_unchecked
+      * gst_bit_reader_skip_to_byte_unchecked
+      * gst_bit_reader_get_bits_uint16_unchecked
+      * gst_bit_reader_get_bits_uint32_unchecked
+      * gst_bit_reader_get_bits_uint64_unchecked
+      * gst_bit_reader_get_bits_uint8_unchecked
+      * gst_bit_reader_peek_bits_uint16_unchecked
+      * gst_bit_reader_peek_bits_uint32_unchecked
+      * gst_bit_reader_peek_bits_uint64_unchecked
+      * gst_bit_reader_peek_bits_uint8_unchecked
+      * gst_byte_writer_put_int8_unchecked
+      * gst_byte_writer_put_int16_be_unchecked
+      * gst_byte_writer_put_int16_le_unchecked
+      * gst_byte_writer_put_int24_be_unchecked
+      * gst_byte_writer_put_int32_be_unchecked
+      * gst_byte_writer_put_int32_le_unchecked
+      * gst_byte_writer_put_int64_be_unchecked
+      * gst_byte_writer_put_int64_le_unchecked
+      * gst_byte_writer_put_uint8_unchecked
+      * gst_byte_writer_put_uint16_be_unchecked
+      * gst_byte_writer_put_uint16_le_unchecked
+      * gst_byte_writer_put_uint24_be_unchecked
+      * gst_byte_writer_put_uint24_le_unchecked
+      * gst_byte_writer_put_uint32_be_unchecked
+      * gst_byte_writer_put_uint32_le_unchecked
+      * gst_byte_writer_put_uint64_be_unchecked
+      * gst_byte_writer_put_uint64_le_unchecked
+      * gst_byte_writer_put_float32_be_unchecked
+      * gst_byte_writer_put_float32_le_unchecked
+      * gst_byte_writer_put_float64_be_unchecked
+      * gst_byte_writer_put_float64_le_unchecked
+      * gst_byte_writer_put_data_unchecked
+      * gst_byte_writer_fill_unchecked
+
+API deprecated since 0.10.30:
+
+      * GST_FLOW_IS_FATAL
+      * GST_FLOW_IS_SUCCESS
 
 Changes since 0.10.29:
 
diff --git a/RELEASE b/RELEASE
index 42e1db0..e409c43 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer 0.10.30 "Safety First"
+Release notes for GStreamer 0.10.31 "Safety Pins"
         
 
 
@@ -37,115 +37,233 @@ contains a set of less supported plug-ins that haven't passed the
 
 Features of this release
     
-      * GLib requirement was bumped to 2.20, automake requirement to 1.10
-      * bin: unlock gst_element_get_state() on error, instead of hanging forever if no timeout is given
-      * clock: fix refcounting bug in gst_clock_set_master
-      * caps: make sure _normalize() is applied on all structures
-      * info: add new TRACE log level and move refcounting there from LOG level
-      * pad: don't check twice for changed caps per push
-      * pad: fix iterator aggregation of all pads in the internal links fallback
-      * tagsetter: protect tagsetter operations with a lock
-      * value: support short fourccs (esp. serialisation/deserialisation)
-      * adapter: fix _try_to_merge_up(); optimize progressive masked scans
-      * basesink: implement percentage position and duration queries
-      * basesink: fix segment query return value
-      * basetransform: add accept_caps vmethod
-      * basetransform: re-evaluate proxy_alloc when reconfigured
-      * basetransform: assume in_size equals out_size if there's no transform_size/get_unit_size vfunc
-      * fdsink, filesink: make sync property work correctly
-      * typefind: make sure buffers' metadata is writable before setting caps on them
-      * queue2: fix merging of ranges
-      * queue2: don't wait for data when EOS
-      * queue2: don't ignore failure to open the temporary file location
-      * tools: make gst-launch print things correctly to stderr/stdout and make --quiet work correctly
-      * introspection: add many more gobject-introspection annotations
-      * xml: serialisation/deserialisation to/from XML has been deprecated, since it's always been broken
-             for all but the most trivial pipelines, and will likely never be fixed
+      * bin: add "message-forward" property to force forwarding of messages that would usually be filtered such as ASYNC_DONE or EOS
+      * bin: improve tracking of source elements for more efficient event dispatch
+      * bufferlist: add function to add a list of buffers
+      * clock: fix racy shutdown clock id leak
+      * element: add support for arbitrary element class / factory details
+      * element: link_many should activate pads if needed
+      * gst: add math-compat.h header
+      * datetime: add GstDateTime API
+      * elementfactory: add utility functions to filter features by type
+      * plugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY
+      * query: add buffering ranges API to retrieve informations about the areas of the stream currently buffered
+      * value: add int64 range type
+      * info: write debugging output to file if GST_DEBUG_FILE environment variable is set
+      * pad: use more efficient g_object_notify_by_pspec() for caps notifies if compiling against new-enough GLib
+      * pipeline: If the currently used clock gets lost update it the next time when going from PAUSED to playing
+      * plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE_RELEASE_DATETIME is defined
+      * utils: speed up pad linking utility functions by not trying pads that will never work
+      * adapter: add function to get a list of buffers; support 0-sized buffers
+      * adapter: optimize gst_adapter_take() and gst_adapter_peek() a little
+      * basesink: only answer the SEGMENT query in pull mode
+      * basesrc: return values in stream time for the POSITION query
+      * basetransform: allow the subclass to add new fields to caps when getting new caps from downstream
+      * basetransform: avoid useless memcpy
+      * basetransform: upstream caps-renegotiation fixes
+      * bitreader: add inlined and unchecked versions of the most important functions
+      * bytewriter: add inline and unchecked variants of all important functions
+      * bytewriter: fix possible infinite loop caused by an overflow
+      * queue: add "silent" property to suppress signal emission (for better performance)
+      * queue: avoid unnecessary g_cond_signal() (for better performance)
+      * queue: push newsegment event when linking in PLAYING
+      * queue2: extend ring buffer to support RAM mode
+      * queue2: in download mode, prevent range corruption due to race
+      * queue2: don't send seeks beyond the end of the file upstream in pull mode (fixes apple trailers and youtube/html5 playback in webkit)
+      * multiqueue: flush the data queue if downstream return WRONG_STATE too
+      * gst-inspect: print GST_PARAM_MUTABLE_* property flags
 
 Bugs fixed in this release
      
-      * 623586 : gst/tagsetter check fails
-      * 463435 : Skip #include < libxml/parser.h > in gstconfig.h.in when  not needed
-      * 505770 : gst_element_get_state() should unblock if element posts an error
-      * 615820 : implement percentage position and duration queries
-      * 615941 : [tags] Add GST_TAG_DEVICE_MANUFACTURER and GST_TAG_DEVICE_MODEL
-      * 616586 : Use GObject's boxed type for GError
-      * 617223 : [tags] Add tags for direction of capture and movement
-      * 617625 : Commandline utility wrappers (gst-run) don't work on Windows
-      * 618644 : gst_pad_get_caps() Return pad template if parent element is in GST_STATE_NULL
-      * 619508 : [tag] Add image orientation tag
-      * 619815 : GST_PLUGIN_LOADING_WHITELIST env var for unit tests
-      * 619828 : [API] adapter: add masked_scan_uint32_peek
-      * 620460 : info: add new TRACE log level and move refcounting there from LOG level
-      * 620490 : [basesink] segment query unconditionally returns FALSE
-      * 621006 : Deprecate unused gst_object_{get|set}_name_prefix()
-      * 621282 : Display of short fourccs is in hex instead of text
+      * 396774 : Make GstElementDetails extensible
+      * 482147 : [queue] Issue with current time level if source task is not started
+      * 579127 : gst-launch: disable CLOCK_LOST message handling
+      * 594504 : Need a GType of " Date AND Time AND Timezone " 
+      * 600004 : underrun signal emits when i tested queue overrun test case from file /gstreamerXXXX/tests/check/element/queue.c
+      * 610366 : [gstcollectpads][doc] Add a reminder for 'data' doc
+      * 611918 : leaky queue might not push newsegment event
+      * 618919 : Registry/Plugin Loading Memory Leak
+      * 619522 : basetransform fix for upstream caps-renegotiation
+      * 621299 : make simple queues faster
       * 621332 : BaseTransform should disable proxy alloc if downstream changes caps
-      * 621334 : GstBaseTransform should not require a transform_size function
-      * 621505 : Disable memory poisoning by default for releases
-      * 621527 : gstcaps: New gst_caps_steal_structure() method
-      * 621530 : filesink ignores sync=true
-      * 621595 : --quiet doesnt make gst-launch be completely quiet, also messages should not go to stdout
-      * 621773 : Add introspection annotations
-      * 621867 : gst-launch: rename new --no-play command line option
-      * 621896 : [API][taglist] Add gst_tag_list_peek_string_index
-      * 622504 : [GstPad] Provide more fine-grained linking methods
-      * 622546 : distcheck fails in docs/plugins/
-      * 622685 : [GstXml] Deprecate GstXml
-      * 622967 : [queue2] Problems with progressive downloading
-      * 623301 : gst_caps_normalize : doesn't normalize completely
-      * 623589 : Fix races/refcounting bugs with slave clocks
-      * 624113 : [tags] wrong behaviour in merge function for strings
-      * 622025 : Can't build gstreamer due to Gst-0.10.gir: error: Can't resolve type 'PadIntLinkFunction' for field Gst.Pad.intlinkfunc
+      * 622740 : GstPad: Do not call gst_pad_accept_caps() when caps change
+      * 623040 : Add release_datetime field to GstPluginDesc
+      * 623121 : [queue2] downloaded areas of the media are not exposed
+      * 623491 : make *_get_type() thread safe
+      * 623541 : [basetransform] Implement POSITION query
+      * 623622 : [basesink/basesrc] Should return values in stream time for POSITION query
+      * 623806 : [pipeline] Doesn't update the clock if the currently used one gets lost and the start time did not change
+      * 623875 : gstregistrybinary.c compatibility with glib > = 2.25.0
+      * 624203 : gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has
+      * 625239 : FTBFS: ./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.
+      * 625295 : [info] regression: doesn't flush output stream after every debug print any longer
+      * 625368 : gstdatetime.c doesn't compile in VS 2008
+      * 625862 : [docs] unused symbol GST_CAT_LEVEL_LOG_valist breaks the build
+      * 626027 : [tag] Add GST_TAG_APPLICATION_NAME
+      * 626181 : GstElementFactory: add listing/filtering API
+      * 626651 : [tag] Photography/capture settings tags
+      * 626784 : element: link_many might assert elements are in paused or playing
+      * 627438 : gst: Add a gst_is_initialized() API
+      * 627826 : GstInt64Range type
+      * 627910 : Warnings emitted when -Wcast-qual used
+      * 627959 : [queue2] on-disk buffering failing for AVI container
+      * 628014 : Deprecate GST_FLOW_IS_FATAL/GST_FLOW_IS_SUCCESS
+      * 628174 : New gstvalue checks cause trouble in thoggen
+      * 628176 : [basetransform] Problems with buffer handling in inplace mode
+      * 628408 : Use GDateTime that has been released
+      * 629241 : Build broken with introspection using gobject-introspection from master
+      * 629410 : GstBaseTransform: position query refers to sink pad, not source pad
+      * 629494 : Latest gst-launch.c doesn't build in Visual Studio 2008
+      * 629553 : GstAdapter: timestamp not updated when empty buffer is pushed
+      * 629831 : [API] add gst_structure_take_value() and gst_structure_id_take_value()
+      * 629946 : Enumerations have incorrect names of enum values (GEnumValue.value_name)
+      * 630257 : GST_DEBUG_DUMP_DOT_DIR not working anymore
+      * 630436 : basesink: renderdelay needs to be subtracted in adjust_time()
+      * 630437 : basetransform: Make a WARNING into a DEBUG statement
+      * 630439 : clock: fix racy shutdown clock id leak
+      * 631755 : Fix build with glib 2.21.3
+      * 631853 : [queue2] deadlock when using temp-location and dispatch-properties
+      * 632236 : [gst-inspect] unhelpful uri handler output
+      * 632433 : [basesink] hangs/drops going to PLAYING following flushing step in PAUSED
+      * 632977 : [queue2] qtdemux causes soup to request seeks past the end of the range
+      * 633147 : Simple reverse negotiation pipeline is broken.
+      * 633886 : Visual Studio emits warnings about double defined _USE_MATH_DEFINES
+      * 635031 : [datetime] Fix unix epoch handling
+      * 635389 : Include information on exported packages in GIRs
+      * 635869 : GST_BOILERPLATE_FULL causes warnings in user C++ code
+      * 633176 : recent multiqueue changes break DVD playback
 
 API changed in this release
      
 - API additions:
     
-* gst_caps_steal_structure()
-* gst_clock_id_wait_async_full()
-* gst_element_link_pads_full()
-* GstPadLinkCheck
-* gst_pad_link_check_get_type()
-* gst_pad_link_full()
-* gst_structure_fixate_field_string()
-* GST_TAG_DEVICE_MANUFACTURER
-* GST_TAG_DEVICE_MODEL
-* GST_TAG_IMAGE_ORIENTATION
-* GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION
-* GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION
-* GST_TAG_GEO_LOCATION_MOVEMENT_SPEED
-* gst_tag_list_peek_string_index()
-* GST_TRACE
-* GST_TRACE_OBJECT
-* GST_CAT_TRACE
-* GST_CAT_TRACE_OBJECT
-* GST_LEVEL_TRACE
-* gst_adapter_masked_scan_uint32_peek
-* GstBaseSink::enable-last-buffer
-* gst_base_sink_is_last_buffer_enabled()
-* gst_base_sink_set_last_buffer_enabled()
-* GstBaseTransform::accept_caps()
+      * gst_is_initialized
+      * gst_buffer_list_iterator_add_list
+      * GstBin:message-forward
+      * GST_TYPE_DATE_TIME
+      * gst_date_time_get_day
+      * gst_date_time_get_hour
+      * gst_date_time_get_microsecond
+      * gst_date_time_get_minute
+      * gst_date_time_get_month
+      * gst_date_time_get_second
+      * gst_date_time_get_time_zone_offset
+      * gst_date_time_get_type
+      * gst_date_time_get_year
+      * gst_date_time_new
+      * gst_date_time_new_from_unix_epoch_local_time
+      * gst_date_time_new_from_unix_epoch_utc
+      * gst_date_time_new_local_time
+      * gst_date_time_new_now_local_time
+      * gst_date_time_new_now_utc
+      * gst_date_time_ref
+      * gst_date_time_unref
+      * gst_tag_list_get_date_time
+      * gst_tag_list_get_date_time_index
+      * GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR
+      * GST_TAG_APPLICATION_DATA
+      * GST_TAG_APPLICATION_NAME
+      * GST_TAG_DATE_TIME
+      * GST_ELEMENT_IS_SOURCE
+      * gst_element_class_set_documentation_uri
+      * gst_element_class_set_icon_name
+      * gst_element_factory_get_documentation_uri
+      * gst_element_factory_get_icon_name
+      * gst_element_factory_list_filter
+      * gst_element_factory_list_get_elements
+      * gst_element_factory_list_is_type
+      * GstElementFactoryListType
+      * GST_ELEMENT_FACTORY_TYPE_ANY
+      * GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS
+      * GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER
+      * GST_ELEMENT_FACTORY_TYPE_DECODABLE
+      * GST_ELEMENT_FACTORY_TYPE_DECODER
+      * GST_ELEMENT_FACTORY_TYPE_DEMUXER
+      * GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER
+      * GST_ELEMENT_FACTORY_TYPE_ENCODER
+      * GST_ELEMENT_FACTORY_TYPE_FORMATTER
+      * GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO
+      * GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY
+      * GST_ELEMENT_FACTORY_TYPE_MUXER
+      * GST_ELEMENT_FACTORY_TYPE_PARSER
+      * GST_ELEMENT_FACTORY_TYPE_PAYLOADER
+      * GST_ELEMENT_FACTORY_TYPE_SINK
+      * GST_ELEMENT_FACTORY_TYPE_SRC
+      * GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER
+      * GST_ELEMENT_FACTORY_KLASS_DECODER
+      * GST_ELEMENT_FACTORY_KLASS_ENCODER
+      * GST_ELEMENT_FACTORY_KLASS_SINK
+      * GST_ELEMENT_FACTORY_KLASS_SRC
+      * GST_ELEMENT_FACTORY_KLASS_MUXER
+      * GST_ELEMENT_FACTORY_KLASS_DEMUXER
+      * GST_ELEMENT_FACTORY_KLASS_PARSER
+      * GST_ELEMENT_FACTORY_KLASS_PAYLOADER
+      * GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER
+      * GST_ELEMENT_FACTORY_KLASS_FORMATTER
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_VIDEO
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE
+      * GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA
+      * gst_plugin_feature_list_debug
+      * gst_plugin_feature_rank_compare_func
+      * gst_query_add_buffering_range
+      * gst_query_get_n_buffering_ranges
+      * gst_query_parse_nth_buffering_range
+      * gst_structure_get_date_time
+      * gst_structure_id_take_value
+      * gst_structure_take_value
+      * GST_TYPE_INT64_RANGE
+      * gst_int64_range_get_type
+      * gst_util_fraction_compare
+      * gst_value_get_int64_range_max
+      * gst_value_get_int64_range_min
+      * gst_value_set_int64_range
+      * GST_VALUE_HOLDS_DATE_TIME
+      * gst_adapter_take_list
+      * gst_bit_reader_skip_unchecked
+      * gst_bit_reader_skip_to_byte_unchecked
+      * gst_bit_reader_get_bits_uint16_unchecked
+      * gst_bit_reader_get_bits_uint32_unchecked
+      * gst_bit_reader_get_bits_uint64_unchecked
+      * gst_bit_reader_get_bits_uint8_unchecked
+      * gst_bit_reader_peek_bits_uint16_unchecked
+      * gst_bit_reader_peek_bits_uint32_unchecked
+      * gst_bit_reader_peek_bits_uint64_unchecked
+      * gst_bit_reader_peek_bits_uint8_unchecked
+      * gst_byte_writer_put_int8_unchecked
+      * gst_byte_writer_put_int16_be_unchecked
+      * gst_byte_writer_put_int16_le_unchecked
+      * gst_byte_writer_put_int24_be_unchecked
+      * gst_byte_writer_put_int24_le_unchecked
+      * gst_byte_writer_put_int32_be_unchecked
+      * gst_byte_writer_put_int32_le_unchecked
+      * gst_byte_writer_put_int64_be_unchecked
+      * gst_byte_writer_put_int64_le_unchecked
+      * gst_byte_writer_put_uint8_unchecked
+      * gst_byte_writer_put_uint16_be_unchecked
+      * gst_byte_writer_put_uint16_le_unchecked
+      * gst_byte_writer_put_uint24_be_unchecked
+      * gst_byte_writer_put_uint24_le_unchecked
+      * gst_byte_writer_put_uint32_be_unchecked
+      * gst_byte_writer_put_uint32_le_unchecked
+      * gst_byte_writer_put_uint64_be_unchecked
+      * gst_byte_writer_put_uint64_le_unchecked
+      * gst_byte_writer_put_float32_be_unchecked
+      * gst_byte_writer_put_float32_le_unchecked
+      * gst_byte_writer_put_float64_be_unchecked
+      * gst_byte_writer_put_float64_le_unchecked
+      * gst_byte_writer_put_data_unchecked
+      * gst_byte_writer_fill_unchecked
 - API deprecations:
     
-* gst_object_get_name_prefix()
-* gst_object_set_name_prefix()
-* gst_caps_load_thyself()
-* gst_caps_save_thyself()
-* gst_class_signal_emit_by_name()
-* gst_object_save_thyself()
-* gst_object_restore_thyself()
-* gst_pad_load_and_link()
-* gst_xml_get_element()
-* gst_xml_get_topelements()
-* gst_xml_get_type()
-* gst_xml_make_element()
-* gst_xml_new()
-* gst_xml_parse_doc()
-* gst_xml_parse_file()
-* gst_xml_parse_memory()
-* gst_xml_write()
-* gst_xml_write_file()
+      * GST_FLOW_IS_FATAL
+      * GST_FLOW_IS_SUCCESS
 
 Download
 
@@ -180,23 +298,33 @@ Let us know if you want to be added to this list.
 Contributors to this release
     
       * Alessandro Decina
-      * Alexander Saprykin
-      * Benjamin Gaignard
-      * Benjamin Otte
+      * Arun Raghavan
+      * Colin Walters
+      * David Hoyt
       * David Schleef
-      * Eduardo Dobay
       * Edward Hervey
-      * Johan Dahlin
+      * Evan Nemerson
+      * Havard Graff
+      * Jan Schmidt
+      * Jeffrey S. Smith
+      * Jonas Holmberg
+      * Jonathan Matthew
       * Mark Nauwelaerts
-      * Martin Bisson
+      * Michael Bunk
+      * Ognyan Tonchev
       * Olivier Crête
       * Philippe Normand
+      * Rob Clark
+      * Robert Swain
       * Sebastian Dröge
+      * Shixin Zeng
       * Stefan Kost
       * Thiago Santos
+      * Thijs Vermeir
       * Tim-Philipp Müller
-      * Tristan Matthews
+      * Trond Andersen
+      * Vincent Penquerc'h
+      * Vladimir Eremeev
       * Wim Taymans
-      * Zaheer Abbas Merali
-      * Руслан Ижбулатов
+      * reynaldo
  
\ No newline at end of file
index 25ad806..87f1f50 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.60)
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, git and prerelease does Werror too
-AC_INIT(GStreamer, 0.10.30.5,
+AC_INIT(GStreamer, 0.10.31,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gstreamer)
 AG_GST_INIT
index f388d4d..cb4e956 100644 (file)
@@ -3,10 +3,10 @@
   <description>standard GStreamer elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>0.10.30.1</version>
+  <version>0.10.31</version>
   <license>LGPL</license>
   <source>gstreamer</source>
-  <package>GStreamer git</package>
+  <package>GStreamer source release</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index 2fc4ffe..a390ed0 100644 (file)
@@ -3,10 +3,10 @@
   <description>GStreamer core indexers</description>
   <filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
   <basename>libgstcoreindexers.so</basename>
-  <version>0.10.30.1</version>
+  <version>0.10.31</version>
   <license>LGPL</license>
   <source>gstreamer</source>
-  <package>GStreamer git</package>
+  <package>GStreamer source release</package>
   <origin>Unknown package origin</origin>
   <elements>
   </elements>
index 48aa5b6..85e3d6a 100644 (file)
@@ -40,6 +40,17 @@ hierarchy, and a set of media-agnostic core elements.
 
  <release>
   <Version>
+   <revision>0.10.31</revision>
+   <branch>0.10</branch>
+   <name>Safety Pins</name>
+   <created>2010-11-30</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.31.tar.bz2" />
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.31.tar.gz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>0.10.30</revision>
    <branch>0.10</branch>
    <name>Safety First</name>
index 24d000e..58401da 100644 (file)
 #define GST_MAJORMINOR "0.10"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer prerelease"
+#define GST_PACKAGE_NAME "GStreamer source release"
 
 /* package origin */
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2010-11-17T23:50Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2010-11-30"
 
 /* location of the installed gst-plugin-scanner */
 #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.30.5"
+#define PACKAGE_STRING "GStreamer 0.10.31"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gstreamer"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.30.5"
+#define PACKAGE_VERSION "0.10.31"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.10.30.5"
+#define VERSION "0.10.31"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
index c695bf0..7a7409a 100644 (file)
@@ -57,14 +57,14 @@ G_BEGIN_DECLS
  *
  * The micro version of GStreamer at compile time:
  */
-#define GST_VERSION_MICRO (30)
+#define GST_VERSION_MICRO (31)
 /**
  * GST_VERSION_NANO:
  *
  * The nano version of GStreamer at compile time:
  * Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
  */
-#define GST_VERSION_NANO (5)
+#define GST_VERSION_NANO (0)
 
 /**
  * GST_CHECK_VERSION: