registry: remove outdated bits of warning message
[platform/upstream/gstreamer.git] / ChangeLog
index 64463df..01605f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-=== release 0.11.3 ===
+=== release 0.11.92 ===
 
-2012-03-22  Wim Taymans <wim.taymans@collabora.co.uk>
+2012-06-07  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
        * configure.ac:
-         releasing 0.11.3, "Thrill of the Hunt"
+         releasing 0.11.92, "High Hopes"
+
+2012-06-06 18:11:13 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/gstregistry.c:
+         registry: We name the registry after the target cpu
+         And not the host cpu
+         Conflicts:
+         gst/gstregistry.c
+
+2012-06-06 18:18:18 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 1fab359 to 03a0e57
+
+2012-06-06 15:45:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/gst/gsttoc.c:
+         tests: fix unit test after event change
+         Someone forgot to run make check before pushing...
+
+2012-06-06 11:06:32 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * libs/gst/base/gstadapter.c:
+         gstadapter: Align the comment description with public api instead of internal one.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677536
+
+2012-06-06 15:29:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstelement.c:
+         element: fix pad cleanup in dispose
+         In the dispose handler we first need to release all the request pads and then
+         remove the remaining pads. This is because it is possible that releasing the
+         request pad might also cleanly remove some of the other dynamic pads, like
+         what rtpsession does.
+         https://bugzilla.gnome.org/show_bug.cgi?id=677436
+
+2012-06-06 14:14:31 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstevent.c:
+       * gst/gstevent.h:
+         event: Don't make the TOC event a multi-sticky event
+         Elements are supposed to merge upstream events.
+
+2009-10-13 17:24:34 +0200  Havard Graff <havard.graff@tandberg.com>
+
+       * gst/gstpad.c:
+         Make sure that unlinked pads do not cause a return false on latency events.
+         Context: Latency configuration should not be
+         messed up because of not-linked pads. In general,
+         one return FALSE on latency distribution causes
+         the "overall" pipeline latency configuration to
+         fail. This shows up as noise in logs (warning).
+         Conflicts:
+         gst/gstpad.c
+
+2012-06-06 12:52:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstevent.c:
+       * gst/gstevent.h:
+       * libs/gst/base/gstbaseparse.c:
+       * tests/check/gst/gstevent.c:
+       * tests/check/gst/gsttoc.c:
+       * tests/check/gst/gstutils.c:
+         event: add name to sticky_multi events
+         The name of the event is used to store multiple sticky events of a certain type
+         on a pad.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676859
+
+2012-06-06 09:59:55 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/design/part-negotiation.txt:
+         design: Also mention that the order of the filter caps is important
+
+2012-06-06 09:15:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstquery.c:
+         query: improve docs
+
+2012-06-06 09:13:11 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: only serialized events can't pass after EOS
+         Only serialized events can't be sent on pads that are EOS. Otherwise a seek
+         event would be refused as well.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677520
+
+2012-06-05 14:38:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/design/part-negotiation.txt:
+         docs: talk about the filter caps
+
+2012-06-02 16:44:59 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/gst/gsttag.c:
+         tests: add unit test for tag list writability
+
+2012-06-02 16:38:35 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstmessage.c:
+       * tests/check/gst/gstmessage.c:
+       * tests/check/gst/gsttag.c:
+       * tests/check/gst/gsttagsetter.c:
+       * tests/examples/metadata/read-metadata.c:
+         gst_tag_list_free -> gst_tag_list_unref
+
+2012-06-02 16:29:45 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/random/porting-to-0.11.txt:
+         docs: expand taglist section in porting-to-0.11 docs a bit
+
+2012-06-05 11:28:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/design/part-negotiation.txt:
+         docs: update negotiation docs
+         Mention that the acceptcaps query does not have to be recursive
+
+2012-06-05 09:40:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: remove obsolete caps code
+
+2012-06-05 09:39:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstutils.c:
+         utils: improve debug
+
+2012-06-05 09:21:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/gst/gstutils.c:
+         tests: fix unit test
+         Before we can change the caps on a sinkpad with fixed caps we need to unfix the
+         pad caps.
+
+2012-06-05 09:10:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: don't pause task on EOS
+         Elements should not rely on core to pause tasks on EOS.
+
+2012-06-05 09:00:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: fix event type check
+
+2012-06-04 16:19:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: fix 'res' may be used uninitialized in this function
+
+2012-06-04 13:00:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/funnel.c:
+         funnel: Fix unit test
+
+2012-06-04 12:57:59 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/elements/valve.c:
+         valve: Fix unit test
+
+2012-06-04 11:46:42 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.c:
+       * gst/gstpad.h:
+         pad: Don't accept any buffers or events after EOS
+
+2012-06-04 11:13:02 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstbaseparse.c:
+         baseparse: also perform state processing upon non-OK return
+         ... since processing might still continue (if e.g. NOT_LINKED)
+         and then proper state (e.g. offset) needs to be maintained
+         (e.g. to arrange for a new frame setup).
+
+2012-06-04 11:25:47 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: Always return errors for EOS events immediately
+         For non-EOS events things will error out later during data
+         flow but after EOS events no data flow is happening.
+         See bug #677340.
+
+2012-06-04 09:27:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: Only forward caps events to a pad if it accepts the caps
+         Fixes bug #677335.
+
+2012-06-02 20:01:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.c:
+         Revert "pad: Return FALSE if pushing of sticky events failed"
+         This reverts commit 0f924b922c712059d7752fc15b832551745ff27e.
+         Sticky events should always return TRUE when pushing and will
+         only cause failures during data flow later.
+
+2012-06-02 16:18:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: fix variable-set-but-not-used compiler warning
+
+2012-06-02 16:55:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: If pushing a sticky event failed, make sure to at least push any pending EOS events
+         Otherwise a pipeline where one sticky event fails to be sent will
+         never forward EOS events downstream. This can cause pipelines to
+         wait forever for EOS on errors.
+
+2012-06-02 16:02:07 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstpad.c:
+         pad: Return FALSE if pushing of sticky events failed
+         Instead of just ignoring failure of pushing sticky events and
+         returning TRUE as if everything is fine.
+
+2012-06-01 16:34:16 +0200  Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Correctly get current running time when syncing to the segment information
+         Fixes bug #677263.
+
+2012-06-01 10:28:30 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From f1b5a96 to 1fab359
+
+2012-05-25 22:58:57 -0500  Mike Ruprecht <mike.ruprecht@collabora.co.uk>
+
+       * tests/check/elements/funnel.c:
+         tests: Add funnel test to cover EOS event handling
+         Ported from f3b2dd6f in the 0.10 branch
+
+2012-05-25 22:52:33 -0500  Mike Ruprecht <mike.ruprecht@collabora.co.uk>
+
+       * plugins/elements/gstfunnel.c:
+         funnel: Only emit EOS event if all sinkpads have received one
+         If multiple sources are plugged into the funnel and one of the
+         sources emits an EOS, that event is propogated through the funnel
+         even though other sources connected to the funnel may still be
+         pushing data. This patch waits to send an EOS event until the
+         funnel has received an EOS event on each sinkpad.
+         Ported from d397ea97 in 0.10 branch.
+
+2012-05-29 19:24:25 -0500  Mike Ruprecht <mike.ruprecht@collabora.co.uk>
+
+       * tests/check/elements/funnel.c:
+         tests: Fix invalid read when releasing request pads in funnel tests
+
+2012-05-29 19:23:07 -0500  Mike Ruprecht <mike.ruprecht@collabora.co.uk>
+
+       * plugins/elements/gstfunnel.c:
+         funnel: Fix buffer leak
+
+2012-05-31 17:45:29 +0200  Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Don't try to sync on the segment if it has no TIME format
+         ...and wait until it is actually configured and has a format before
+         trying to sync.
+
+2012-05-31 17:03:54 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: No need to broadcast the signal in flush-stop
+         Everything stopped at this point already.
+         Conflicts:
+         plugins/elements/gstinputselector.c
+
+2012-05-31 13:07:49 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 92b7266 to f1b5a96
+
+2012-05-31 10:10:41 +0100  Bastien Nocera <hadess@hadess.net>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: Fix property name in the docs
+         temp-template, not temp-tmpl
+         https://bugzilla.gnome.org/show_bug.cgi?id=677170
+
+2012-05-28 14:29:00 -0300  Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+       * plugins/elements/gstinputselector.h:
+         inputselector: Properly sync when changing streams
+         This adds properties to use the clock time for deciding when
+         to drop buffers for inactive pads and a property to buffer all
+         not rendered buffers for the active pad to allow pad switching
+         without losing any buffers at all.
+         Conflicts:
+         plugins/elements/gstinputselector.c
+
+2012-05-30 12:44:56 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From ec1c4a8 to 92b7266
+
+2012-05-30 11:18:39 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 3429ba6 to ec1c4a8
+
+2012-05-29 08:48:36 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttaglist.c:
+         taglist: add guards to make sure taglist is writable when modifying it
+         Now that taglists are refcounted we need to check if they're
+         writable before modifying them.
+
+2012-05-28 23:54:10 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+       * win32/common/libgstreamer.def:
+         taglist: avoid unnecessary string copying when registering tags
+         Add gst_tag_register_static() - no need to copy all those
+         string constants, whether translated or not.
+         API: gst_tag_register_static()
+
+2012-05-28 00:08:56 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/check/gstcheck.c:
+         check: check for GLib-GIO criticals as well
+
+2012-05-28 00:08:18 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttagsetter.c:
+       * gst/gsttoc.c:
+       * plugins/elements/gstinputselector.c:
+       * tools/gst-launch.c:
+         gst_tag_list_free() -> gst_tag_list_unref()
+
+2012-05-27 23:58:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * docs/random/porting-to-0.11.txt:
+       * gst/gstcompat.h:
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+       * tests/check/gst/gsttag.c:
+       * win32/common/libgstreamer.def:
+         taglist: make GstTagList a GstMiniObject
+         Which adds refcounting support, and other things.
+
+2012-05-27 20:31:30 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstcaps.c:
+         caps: log freeing of caps at same log level as creation, i.e. TRACE
+
+2012-05-26 11:37:49 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstevent.c:
+       * gst/gstmessage.c:
+       * gst/gstquark.c:
+       * gst/gstquark.h:
+         message, event: update for tag lists not being structures any more
+
+2012-05-21 00:31:29 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttaglist.c:
+       * gst/gsttaglist.h:
+         taglist: make proper struct not just a GstStructure
+
+2012-05-25 10:28:40 +0200  Josep Torra <josep@fluendo.com>
+
+       * gst/gst.c:
+       * gst/gstdebugutils.c:
+         debugutils: Fix static linking on OS X
+         The linking behaviour of external variables that are not initialized
+         in the compilation unit where they are defined is undefined. On OS X
+         this causes a linking failure when statically linking GStreamer.
+
+2012-05-25 09:17:17 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * scripts/five-bugs-a-day.pl:
+         five-bugs-a-day: use splice to trim the bug list
+
+2012-05-24 23:30:29 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstfakesrc.c:
+       * plugins/elements/gstfakesrc.h:
+         fakesrc: put byte position rather than buffer count into GST_BUFFER_OFFSET
+         If we're sending a segment in BYTE format, the offset
+         should be in bytes as well.
+
+2012-05-24 11:48:19 +0100  Luis de Bethencourt <luis@debethencourt.com>
+
+       * docs/design/part-segments.txt:
+         docs: fix a typo in part-segments.txt
+
+2012-05-24 11:02:53 +0200  Brian Cameron <brian.cameron at oracle.com>
+
+       * libs/gst/base/gsttypefindhelper.c:
+         typefind: fix prototype of helper_find_suggest
+         The proto for helper_find_suggest has a different argument than the actual
+         function in the same file has.  This causes the Sun Studio compiler to fail.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676624
+         Conflicts:
+         libs/gst/base/gsttypefindhelper.c
+
+2012-05-24 08:07:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * scripts/five-bugs-a-day.pl:
+         scripts: remove a stray print from debugging and fix up cron entry docs
+
+2012-05-24 09:03:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * scripts/five-bugs-a-day.pl:
+         five-bugs-a-day: Make #! to perl more portable
+
+2012-05-24 07:56:48 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * scripts/five-bugs-a-day.pl:
+         scripts: remove fixed 'known issue' from five-bugs-a-day script
+         This was with commas actually, and should be fixed now.
+
+2012-05-24 07:54:50 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * scripts/five-bugs-a-day.pl:
+         scripts: add five-bugs-a-day script
+         Cron fodder.
+
+2012-05-22 14:27:48 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * tests/examples/helloworld/helloworld.c:
+         tests: rename playbin2 to playbin and adding some debug info
+
+2012-05-22 18:27:36 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/gsturi.c:
+         uri: Add some debug statements
+
+2012-05-22 13:51:47 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * win32/common/libgstreamer.def:
+         win32: Update defs file
+
+2012-05-21 09:14:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/gst/gstbin.c:
+         bin: port unit test to 0.11
+
+2012-05-21 15:14:51 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstelement.c:
+       * gst/gstutils.c:
+         docs: improve the seeking docs more.
+         Also mention it on _element_seek{,_simple} and be more precise why it happens.
+
+2012-05-21 13:17:21 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstelement.c:
+       * gst/gstevent.c:
+         docs: fix a typo and clarify event handling a bit more
+         Tell about async_done messages for some events and review the _event_new_seek
+         docs.
+
+2012-05-18 15:04:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbin.c:
+       * tests/check/gst/gstbin.c:
+         bin: try harder to avoid state changes in wrong direction
+         When the bin does an upward state change, try to avoid doing a downward state
+         change on the child and vice versa.
+         Add some more unit tests for this fix.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=621833
+
+2012-05-18 20:11:55 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * tools/gst-launch.c:
+         gst-launch: fix -c, --toc message
+
+2012-05-21 01:48:29 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+         toc: Add boxed types for GstToc and GstTocEntry
+
+2012-05-20 18:23:57 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+         toc: fix type of pad parameter to gst_toc_entry_new_with_pad()
+
+2012-05-20 18:16:45 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttoc.c:
+         toc: use correct GType for tag lists
+
+2012-05-20 18:06:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttoc.c:
+         toc: avoid unnecessary GValue acrobatics
+
+2012-05-20 17:48:55 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst.c:
+       * gst/gst_private.h:
+       * gst/gstquark.c:
+       * gst/gstquark.h:
+       * gst/gsttoc.c:
+         toc: use global quark table
+
+2012-05-20 17:10:24 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstquark.c:
+         toc: fix internal TOC query and event structure names
+         Make them consistent with all the other query and event names.
+
+2012-05-19 17:24:52 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst_private.h:
+       * gst/gstpluginfeature.h:
+         pluginfeature: make GstPluginFeature structure private
+         Make GstPluginFeature opaque until we have time to
+         clean it up a little. Only GstElementFactory and
+         GstTypefindFactory derive from it, and they are
+         opaque already, and we currently don't support
+         custom plugin features in the registry anyway.
+
+2012-05-19 17:23:43 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/gst/gstplugin.c:
+       * tools/gst-inspect.c:
+         tools, tests: don't access the GstPluginFeature structure directly
+
+2012-05-19 17:16:35 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstpluginfeature.c:
+       * gst/gstpluginfeature.h:
+       * win32/common/libgstreamer.def:
+         pluginfeature: add gst_plugin_feature_get_plugin()
+         Add function to retrieve plugin that provides this feature.
+         API: gst_plugin_feature_get_plugin()
+
+2012-05-19 16:21:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * common:
+         common: update for gstscanobj changes
+
+2012-05-19 15:51:53 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst_private.h:
+       * gst/gstelementfactory.h:
+       * tests/check/gst/gstelementfactory.c:
+         elementfactory: make object struct opaque for now
+         Make GstElementFactory opaque until we have time to
+         clean it up a little. It's not something anyone
+         would need to derive from.
+
+2012-05-19 14:59:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         tools: don't use private GstElementFactory API in gst-inspect
+
+2012-05-19 14:52:29 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstelementfactory.c:
+       * gst/gstelementfactory.h:
+       * win32/common/libgstreamer.def:
+         elementfactory: add gst_element_factory_get_metadata_keys()
+         API: gst_element_factory_get_metadata_keys()
+
+2012-05-18 09:52:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tools/gst-launch.c:
+         launch: improve EOS on shutdown handling
+         When the -e option is selected, also wait for EOS when the pipeline produced an
+         error.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630997
+
+2012-05-16 18:53:15 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * gst/gststructure.c:
+         docs: fix gst_structure_to_string() docs
+
+2012-05-16 13:24:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: throttle-time is used
+
+2012-05-16 12:08:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+       * libs/gst/base/gstbasesink.h:
+         basesink: add prepare method
+         Add a prepare method that is called before sync happens. The purpose of this
+         method is to prepare the rendering of the giving buffer so that the following
+         render() call after sync is a quick as possible.
+
+2012-05-16 09:16:26 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: avoid potential deadlock
+         In gst_base_src_start_complete() we do a perform_seek() that will eventually
+         start the streaming thread which acquires the live lock and then goes to sleep
+         in the case of appsrc. Right after we perform seek we also try to acquire the
+         live lock which might then deadlock.
+         fix this by taking the stream lock before performing the seek. This makes sure
+         that the streaming thread cannot start and grab the live lock until we are done
+         and release the stream lock again.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676048
+
+2012-05-15 19:11:15 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstfilesrc.c:
+         filesrc: remove references to mmap in comments and debug messages
+
+2012-05-15 16:38:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+       * tools/gst-launch.c:
+       * win32/common/libgstreamer.def:
+         gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick()
+         It's more consistent.
+
+2012-05-15 14:59:07 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * tools/gst-launch.c:
+         gst-launch: fix print_toc_entry()
+
+2012-05-15 14:48:35 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+       * win32/common/libgstreamer.def:
+         toc: API: Add gst_toc_entry_type_to_string()
+
+2012-05-14 03:57:50 +0200  Alban Browaeys <prahal@yahoo.com>
+
+       * plugins/elements/gsttypefindelement.c:
+         typefindelement: if sink pad is activated do not change mode
+         In commit bf0964b6 a check for pad is activated was not carried.
+         This leads to attempt to pull while in push mode when force_caps
+         is set. In this case without the attached check even when activated
+         in pull mode we activate back to push mode.
+         This is from comment in previous code , case number eight:
+         8. if the sink pad is activated, we are in pull mode. succeed.
+         -     otherwise activate both pads in push mode and succeed.
+         Putting it back fixes playback of webm in webkit+gstreamer 1.0 .
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676003
+
+2012-05-13 16:59:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
+=== release 0.11.91 ===
+
+2012-05-13 16:02:36 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * common:
+       * configure.ac:
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * gstreamer.doap:
+       * win32/common/config.h:
+       * win32/common/gstenumtypes.c:
+         Release 0.11.91
+
+2012-05-13 16:02:18 +0200  Sebastian Dröge <sebastian.droege@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/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.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:
+         Update .po files
+
+2012-05-13 15:55:43 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From dc70203 to 3429ba6
+
+2012-05-09 14:22:20 +0200  Sebastian Rasmussen <sebrn@axis.com>
+
+       * gst/gst.c:
+         gst: Only include init/deinit of alloc tracing when enabled
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675806
+
+2012-05-11 09:07:16 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/design/part-block.txt:
+       * docs/design/part-element-sink.txt:
+       * docs/design/part-overview.txt:
+       * docs/design/part-preroll.txt:
+       * docs/design/part-probes.txt:
+       * docs/design/part-segments.txt:
+       * docs/design/part-states.txt:
+       * docs/pwg/advanced-events.xml:
+       * libs/gst/base/gstbasesrc.c:
+         docs: fix docs
+         GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
+
+2012-05-10 12:15:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/design/part-bufferpool.txt:
+         docs: improve bufferpool docs
+
+2012-05-08 20:12:42 +0300  Anton Belka <antonbelka@gmail.com>
+
+       * tools/gst-launch.c:
+         gst-launch: print tags in toc
+
+2012-05-05 22:17:43 +0300  Raimo Järvi <raimo.jarvi@gmail.com>
+
+       * gst/gstpoll.c:
+       * gst/gstsystemclock.c:
+       * plugins/elements/gstfilesrc.c:
+       * tests/check/elements/filesrc.c:
+       * tests/check/gst/gstpoll.c:
+         gst: Fix compiler warnings on mingw-w64
+         https://bugzilla.gnome.org/show_bug.cgi?id=675525
+
+2012-05-02 14:00:43 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * gst/gstmemory.c:
+         memory: add missing parameter to default_mem_map()
+         Fixes function signature for correctness.
+         https://bugzilla.gnome.org/show_bug.cgi?id=675289
+
+2012-05-02 08:08:15 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * win32/common/libgstreamer.def:
+         win32: update .def file for new API
+
+2012-05-01 22:35:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst_private.h:
+       * gst/gsttypefindfactory.h:
+         typefindfactory: make object struct opaque for now
+         Make opaque until we have time to clean it up a little.
+
+2012-05-01 22:30:32 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttypefindfactory.c:
+       * gst/gsttypefindfactory.h:
+         typefindfactory: fix return type of gst_type_find_factory_get_extensions()
+
+2012-05-01 22:28:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * libs/gst/base/gsttypefindhelper.c:
+       * tools/gst-inspect.c:
+         tools, base: don't poke into GstTypeFindFactory struct, use public API
+
+2012-05-01 22:33:30 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsttypefindfactory.c:
+       * gst/gsttypefindfactory.h:
+       * libs/gst/base/gsttypefindhelper.c:
+         typefindfactory: add gst_type_find_factory_has_function()
+         Add API so people don't have to poke the struct for this.
+
+2012-05-01 15:52:14 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/gstcaps.c:
+         gstcaps: Update docs for gst_caps_is_equal
+         NULL caps aren't valid caps in 1.0 and aren't accepted in
+         gst_caps_is_equal
+
+2012-05-01 19:47:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gsturi.c:
+       * tests/check/gst/gsturi.c:
+         uri: require URI protocol bit to be at least 3 characters to be valid
+         We want to return FALSE when run on a windows-style file path.
+         https://bugzilla.gnome.org/show_bug.cgi?id=674296
+
+2012-04-26 17:26:50 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.c:
+       * libs/gst/base/gstbasetransform.c:
+         basetransform/basesrc: Do bufferpool configuration inside the default decide_allocation() implementation
+         This allows subclasses to override it, as is necessary for e.g. the
+         video-crop meta. It is now necessary that after decide_allocation()
+         there is always a allocator and a configured buffer pool inside the
+         query.
+
+2012-04-28 21:37:56 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/gstghostpad.c:
+         ghostpad: set result on accept caps query when there is no peer
+
+2012-05-01 10:50:32 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+       * tests/check/libs/adapter.c:
+         adapter: remove _try_to_merge_up()
+         It causes the timestamp to go wrong, should not cause much of a performance
+         increase and in the cases where it is faster, it is broken in 0.10 as well.
+         We should try to review this when rewriting the adapter for 0.11 memory
+         features.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674791
+
+2012-05-01 09:25:25 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+       * libs/gst/base/gstadapter.h:
+         adapter: make internals private
+         Make the adapter fields private.
+
+2012-04-30 20:29:21 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * plugins/elements/gstfilesrc.c:
+         filesrc: rearrange sys/stat.h inclusion point for MinGW
+         gstplugin.h used to include this for us, but doesn't any longer.
+         https://bugzilla.gnome.org/show_bug.cgi?id=675171
+
+2012-04-30 09:58:09 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * docs/design/part-seeking.txt:
+       * gst/gstsegment.h:
+       * win32/common/gstenumtypes.c:
+         event: add new seek snap flags
+         They can be used to select snapping behavior (to previous, next, or
+         nearest location, where relevant) when seeking.
+         The seeking implementation (eg, demuxer) may currently ignore some
+         or all of these flags.
+
+2012-04-29 20:06:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstplugin.h:
+         docs: remove reference to removed API in plugin docs
+
+2012-04-29 20:06:38 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstplugin.c:
+         plugin: avoid some relocations
+
+2012-04-29 18:35:11 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstplugin.c:
+       * gst/gstplugin.h:
+       * gst/gstregistry.c:
+       * win32/common/libgstreamer.def:
+         plugin: remove gst_plugin_name_filter
+         It's only used internally, most other users will likely
+         want to use gst_registry_find_plugin() directly instead
+         (and if not, they can easily walk the list and doing the
+         strcmp themselves).
+
+2012-04-29 17:46:32 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst_private.h:
+       * gst/gstplugin.h:
+       * gst/gstpluginloader.c:
+       * gst/gstregistry.c:
+       * gst/gstregistrybinary.c:
+       * gst/gstregistrychunks.c:
+       * tools/gst-inspect.c:
+         plugin: use GstObject flags for plugin flags
+
+2012-04-29 17:03:32 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst_private.h:
+       * gst/gstplugin.h:
+         plugin: make GstPlugin object structure opaque for now
+         There's no reason anyone would want to derive from this, so
+         just make opaque until we manage to make all the private bits
+         private properly (which I'm not doing right now because it's
+         more invasive and I have registry modifications locally which
+         touch all that code as well).
+
+2012-04-29 16:49:57 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         tools: use public accessors for plugin description details
+         Mostly anyway (flags still need sorting out).
+
+2012-04-29 16:46:55 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstplugin.c:
+       * gst/gstplugin.h:
+       * win32/common/libgstreamer.def:
+         plugin: remove gst_plugin_get_module()
+         This is an implementation detail really, and it's not
+         clear what anyone would do with this. It's unused as
+         far as I'm aware, so just remove it for now.
+
+2012-04-29 16:20:50 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstplugin.c:
+       * gst/gstplugin.h:
+       * win32/common/libgstreamer.def:
+         plugin: add accessor for release date time string in plugin description
+         API: gst_plugin_get_release_date_string()
+
+2012-04-29 15:53:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/gst/gstplugin.c:
+         tests: use public accessors to get plugin description details
+
+2012-04-29 13:28:09 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstobject.c:
+         gstobject: give the 20th queue element a different name than the first queue2 one
+         Fixes issue with the default naming scheme.
+
+2012-04-18 17:37:25 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * gst/parse/grammar.y:
+         Fix format string in grammar.y
+         Fixes #674849
+
+2012-04-25 20:14:13 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * libs/gst/controller/gstdirectcontrolbinding.c:
+         controlbindings: add comments for sparse control source
+
+2012-04-25 20:10:11 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstcontrolbinding.c:
+         controller: emulate _get_g_value_array()
+         Add a default implementation on the baseclass.
+
+2012-04-25 09:47:10 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstcontrolbinding.c:
+       * gst/gstcontrolbinding.h:
+       * gst/gstcontrolsource.c:
+       * gst/gstobject.c:
+       * gst/gstobject.h:
+       * libs/gst/controller/gstargbcontrolbinding.c:
+       * libs/gst/controller/gstdirectcontrolbinding.c:
+       * libs/gst/controller/gstdirectcontrolbinding.h:
+       * tests/check/libs/controller.c:
+       * tests/examples/controller/control-sources.c:
+       * win32/common/libgstreamer.def:
+         controller: expand the api to offer functions for plain and GValue arrays
+         Rename the _get_value_array() functions to _get_g_value_array() and reintroduce
+         the former to operate on plain unboxed c datatypes (like in 0.10). The _g_value
+         variants are for bindings while the _value ones are more suited to processing
+         in elements.
+
+2012-04-25 18:11:03 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * scripts/gst-uninstalled:
+         gst-uninstalled: Add insanity, insanity-gst and gst-editing-services
+
+2012-04-25 09:06:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbufferpool.c:
+       * gst/gstbufferpool.h:
+         bufferpool: Reset the buffer before releasing into pool
+         Reset the buffer not after we acquire but before we release into the pool. This
+         makes sure that the pool only has buffers in a clean state and that we can set
+         extra metadata on buffers in the acquire method. this means that we need to
+         remove an argument from the method.
+
+2012-04-23 15:32:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.h:
+         buffer: MARKER is for the start of a talkspurt
+
+2012-04-24 16:01:52 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * tests/check/elements/queue2.c:
+       * tests/check/gst/gstpad.c:
+         tests: plug some leaks
+
+2012-04-23 17:04:57 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstcollectpads.c:
+         collectpads: do not unref flush_start twice
+         Based on patch by Matej Knopp <matej.knopp@gmail.com>
+
+2012-04-23 16:57:16 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: refresh skip following merge_up attempt
+         ... as the latter might now adjust skip as well.
+
+2012-04-23 09:18:48 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstmessage.h:
+         message: Remove comma at end of enum list
+         This comma confuses some compilers.
+
+2012-04-18 15:31:23 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * plugins/elements/gsttee.c:
+         tee: Remove unneeded unlock
+
+2012-04-18 05:12:55 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * gst/gstregistry.c:
+         registry: fix hardcoded 0.10 version in win32 pluginscanner
+         https://bugzilla.gnome.org/show_bug.cgi?id=674294
+
+2012-04-17 15:37:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+       * gst/gstbufferpool.c:
+       * gst/gstbufferpool.h:
+       * gst/gstmeta.h:
+       * tests/check/gst/gstmeta.c:
+         meta: add LOCKED flag
+         Add a new LOCKED flag to the metadata. Refuse removing LOCKED metadata from
+         a buffer.
+         Mark the metadata from the bufferpool LOCKED.
+         Add unit test for LOCKED flag
+
+2012-04-17 14:38:01 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * docs/libs/gstreamer-libs-docs.sgml:
+       * docs/libs/gstreamer-libs-sections.txt:
+       * docs/libs/gstreamer-libs.types:
+       * libs/gst/base/Makefile.am:
+       * libs/gst/base/gstcollectpads.c:
+       * libs/gst/base/gstcollectpads.h:
+       * libs/gst/base/gstcollectpads2.c:
+       * libs/gst/base/gstcollectpads2.h:
+       * tests/check/Makefile.am:
+       * tests/check/libs/.gitignore:
+       * tests/check/libs/collectpads.c:
+       * tests/check/libs/collectpads2.c:
+       * tests/check/libs/gstlibscpp.cc:
+       * tests/check/libs/libsabi.c:
+       * win32/common/libgstbase.def:
+       * win32/vs10/base/base.vcxproj:
+       * win32/vs10/base/base.vcxproj.filters:
+         collectpads2: rename to collectpads
+
+2012-04-17 12:54:45 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: ensure writable head buffer before skipping part of it
+
+2012-04-17 12:29:50 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         libs/gst/base/gstcollectpads2.c
+
+2012-04-17 12:23:05 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstcollectpads2.c:
+         collectpads2: always recording incoming segment info if no buffer_func set
+
+2012-04-17 10:38:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/gst/running.xml:
+         docs: update the debug and trace env var docs
+
+2012-04-17 10:33:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gsttrace.c:
+         trace: use g_parse_debug_string instead of atoi
+         Make the GST_TRACE env variable take a comma separated list of strings
+         describing the options to enable instead of a number.
+
+2012-04-16 21:14:17 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         gst-inspect: If running with --print-all, fix printing of the Children: line
+
+2012-04-16 21:14:02 +0000  Youness Alaoui <youness.alaoui@collabora.co.uk>
+
+       * tools/gst-inspect.c:
+         gst-inspect: If running with --print-all, fix printing of signal names
+
+2012-04-16 16:36:52 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * win32/common/libgstbase.def:
+         win32: add new collectpads2 API to .def file
+
+2012-04-16 16:29:34 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         libs/gst/base/gstcollectpads2.c
+
+2012-04-16 16:24:18 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstcollectpads2.c:
+       * libs/gst/base/gstcollectpads2.h:
+         collectpads2: provide query default and callback handling
+         ... which presently mainly serves to answer SEEKING query negatively
+         to dissuade upstream encoders from doing any seeking and
+         "header finalization" (since the returned result of pushing a
+         sticky event is fairly useless nowadays).
+
+2012-04-16 16:24:10 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstcollectpads2.c:
+       * libs/gst/base/gstcollectpads2.h:
+         collectpads2: modify event handling using a default event handler
+         ... that elements should "chain up" to.
+
+2012-04-16 15:35:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstvalue.c:
+         segment: add rude serialization
+         Ass serialize and deserialize functions for GstSegment so that gdp and
+         gst_structure_to_string show the segment values. We convert to a GstSegment
+         first to make things easier..
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674100
+
+2012-02-03 17:08:35 +0000  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * libs/gst/base/gstcollectpads2.c:
+         collectpads2: assume 0 based segment if no time segment was provided
+         https://bugzilla.gnome.org/show_bug.cgi?id=669305
+
+2012-04-16 10:28:15 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstmemory.c:
+         memory: add size to debug log
+
+2012-04-16 10:27:29 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Set sequence number on segment events
+
+2012-04-16 10:22:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Forward all sticky events when switching pads
+
+2012-04-16 10:05:02 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gsttee.c:
+         tee: Store pad state directly inside the pads instead of GObject qdata
+
+2012-04-16 09:45:27 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Send reconfigure event on the new active pad when pads are switched
+
+2012-04-16 09:08:46 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 6db25be to dc70203
+
+2012-04-14 03:27:29 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * libs/gst/base/gstadapter.c:
+         Remove skipped part of buffer when mapping the adapter
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674085
+
+2012-04-14 10:24:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/libs/adapter.c:
+         tests: add another adapter test
+         Test performance of merging
+
+2012-04-14 10:23:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: improve debug
+
+2012-04-13 14:22:34 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: gst_single_queue_flush unlocks the queue twice
+         https://bugzilla.gnome.org/show_bug.cgi?id=674044
+
+2012-04-13 13:36:37 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * autogen.sh:
+       * configure.ac:
+         configure: Modernize autotools setup a bit
+         Also we now only create tar.bz2 and tar.xz tarballs.
+
+2012-04-13 13:36:47 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 464fe15 to 6db25be
+
+2012-04-13 11:58:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: plug caps leak
+
+2012-04-13 08:10:19 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstcontrolbinding.c:
+         controlbinding: only take a weak ref on the object
+         Fixes the leaks in the tests. Added a TODO comment to eventually rework this
+         some more (while we can).
+
+2012-04-12 18:15:27 -0400  Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
+
+       * Android.mk:
+         Sync Android.mk entries to the new major version
+         Change naming on the pkgconfig files to reflect
+         the 0.10 -> 1.0 bump.
+
+2012-04-12 14:59:52 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * libs/gst/controller/gstargbcontrolbinding.c:
+       * libs/gst/controller/gstdirectcontrolbinding.c:
+       * libs/gst/controller/gstlfocontrolsource.c:
+       * libs/gst/controller/gsttimedvaluecontrolsource.c:
+         controller: Chain up to parent class dispose/finalize
+         Avoids leaks
+
+2012-04-12 14:59:31 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * libs/gst/check/gstconsistencychecker.c:
+         consistencychecker: Use gst_object_{ref|unref} where applicable
+         Allows us to debug object life
+
+2012-04-12 14:58:47 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/gstobject.c:
+       * gst/gstpluginfeature.c:
+         gst: Use gst_object_{ref|unref} where applicable
+         Allows us to debug object life
+
+2012-04-12 11:53:00 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: improve arg checking
+         Allow idx == 0 and length == -1 on empty buffers for the _range methods.
+
+2012-04-12 11:18:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
+=== release 0.11.90 ===
+
+2012-04-12 09:57:01 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gstreamer-plugins.prerequisites:
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * docs/plugins/inspect/plugin-coreindexers.xml:
+       * gstreamer.doap:
+       * win32/common/config.h:
+         Release 0.11.90
+
+2012-04-12 09:56:43 +0200  Sebastian Dröge <sebastian.droege@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/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.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:
+         Update .po files
+
+2012-04-11 13:20:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix merge error
+
+2012-04-11 12:58:19 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/queue2.c:
+         queue2: set buffer to NULL before pull
+
+2012-04-11 12:54:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/queue2.c:
+         tests: port queue2 tests to 0.11
+
+2012-04-11 12:50:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         gst/gsttoc.c
+         plugins/elements/gstqueue2.c
+
+2012-04-11 12:34:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: signal delete before waiting
+         When we don't have the requested data in the ringbuffer and we move our read
+         pointer to the requested position, signal the delete cond to inform the writer
+         that we changed the current fill level. If we don't, the writer might stay
+         blocked and we might wait forever.
+
+2012-04-11 12:15:37 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * tests/check/elements/queue2.c:
+         queue2: add test for ringbuffer deadlock
+
+2012-04-11 12:02:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: update current read position before waiting
+         When we don't have enough bytes in the ringbuffer to satisfy the current
+         request, first update the current read position before waiting. If we don't do
+         that, the ringbuffer might appear full and the writer will never write more
+         bytes to wake us up.
+
+2012-04-11 12:00:10 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: add range only on sinkpad
+         Only add the range when we receive a segment event on the sinkpad. The add_range
+         method will modify the write position, which only makes sense to do on the
+         sinkpad.
+
+2012-04-11 11:55:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix debug message
+         We're not writing to the offset of the buffer
+
+2012-04-11 11:55:28 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: add_range already updates the level
+
+2012-04-10 14:11:26 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gsttoc.c:
+         toc: fix memory leaks while copying content
+
+2012-04-10 14:18:48 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/gst/gsttocsetter.c:
+         tocsetter: fix memory leaks in unit test
+
+2012-04-10 14:16:50 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/gst/gsttoc.c:
+         toc: fix memory leaks in unit test
+
+2012-04-10 14:18:48 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/gst/gsttocsetter.c:
+         tocsetter: fix memory leaks in unit test
+
+2012-04-10 14:16:50 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/gst/gsttoc.c:
+         toc: fix memory leaks in unit test
+
+2012-04-10 14:11:26 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gsttoc.c:
+         toc: fix memory leaks while copying content
+
+2012-04-10 19:39:58 +0300  Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+       * gst/gstbuffer.c:
+         buffer: Clean up header files
+
+2012-04-10 16:07:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+
+2012-04-10 16:04:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: clear seeking flag in all cases
+         Also clear the seeking flag when downstream is in pull mode.
+
+2012-04-10 12:55:31 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         gst/gst.c
+         plugins/elements/gstqueue2.c
+
+2012-04-10 12:49:04 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gst.c:
+         gst: add toc entry ref/unref
+
+2012-04-10 12:09:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: set seeking flag with the queue lock
+
+2012-04-10 11:20:09 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gstqueue2.h:
+         queue2: Keep track of the seeking state
+         Set the seeking flag right before we send a seek event upstream and discard all
+         data untill we see a flush-stop again. We need to do this because we activate
+         the range that we seek to immediately after sending the seek event and it is
+         possible that we receive data in our chain function from before the seek
+         which would then be added to the wrong range resulting in data corruption.
+
+2012-04-10 11:16:14 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: make range on newsegment for ringbuffer
+         When using the ringbuffer, handle the newsegment event like we handle it when
+         using the temp-file mode: create a new range for the new byte segment. The new
+         segment should normally already be created when we do a seek.
+
+2012-04-09 16:42:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+
+2012-04-09 16:40:47 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Don't use buffer after pushing it downstream
+
+2012-04-09 16:04:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+
+2012-04-09 15:58:21 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstelement.c:
+         element: Fail if a pad for a non-request template is requested
+
+2012-04-09 13:40:35 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gstelement.c:
+       * gst/gstquark.c:
+       * gst/gstquark.h:
+         element: use quarks when storing standard metadata in structures
+
+2012-04-09 13:05:07 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstcapsfilter.c:
+       * plugins/elements/gstfakesink.c:
+       * plugins/elements/gstfakesrc.c:
+       * plugins/elements/gstfdsink.c:
+       * plugins/elements/gstfdsrc.c:
+       * plugins/elements/gstfilesink.c:
+       * plugins/elements/gstfilesrc.c:
+       * plugins/elements/gstfunnel.c:
+       * plugins/elements/gstidentity.c:
+       * plugins/elements/gstinputselector.c:
+       * plugins/elements/gstmultiqueue.c:
+       * plugins/elements/gstoutputselector.c:
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue2.c:
+       * plugins/elements/gsttee.c:
+       * plugins/elements/gsttypefindelement.c:
+       * plugins/elements/gstvalve.c:
+         plugins: use new gst_element_class_set_static_metadata()
+
+2012-04-09 12:47:58 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstelement.c:
+       * gst/gstelement.h:
+       * win32/common/libgstreamer.def:
+         element: add gst_element_class_{set,add}_static_metadata()
+         Add gst_element_class_{add,set}_metadata() variants for static strings,
+         so we can avoid unnecessary g_strdup()s.
+         API: gst_element_class_add_static_metadata()
+         API: gst_element_class_set_static_metadata()
+
+2012-04-08 21:17:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gsttask.c:
+       * gst/gsttask.h:
+       * tests/examples/streams/stream-status.c:
+         task: remove gst_task_set_priority()
+         It doesn't actually do anything.
+
+2012-01-14 00:31:32 -0500  Matej Knopp <matej.knopp@gmail.com>
+
+       * win32/vs10/Common.props:
+       * win32/vs10/Library.props:
+       * win32/vs10/Plugin.props:
+       * win32/vs10/ReadMe.txt:
+       * win32/vs10/Tool.props:
+       * win32/vs10/base/base.vcxproj:
+       * win32/vs10/base/base.vcxproj.filters:
+       * win32/vs10/controller/controller.vcxproj:
+       * win32/vs10/controller/controller.vcxproj.filters:
+       * win32/vs10/generated/generated.vcxproj:
+       * win32/vs10/generated/generated.vcxproj.filters:
+       * win32/vs10/gst-inspect/gst-inspect.vcxproj:
+       * win32/vs10/gst-inspect/gst-inspect.vcxproj.filters:
+       * win32/vs10/gst-launch/gst-launch.vcxproj:
+       * win32/vs10/gst-launch/gst-launch.vcxproj.filters:
+       * win32/vs10/gst-typefind/gst-typefind.vcxproj:
+       * win32/vs10/gst-typefind/gst-typefind.vcxproj.filters:
+       * win32/vs10/gstcoreelements/gstcoreelements.vcxproj:
+       * win32/vs10/gstcoreelements/gstcoreelements.vcxproj.filters:
+       * win32/vs10/gstreamer.sln:
+       * win32/vs10/gstreamer/gstreamer.vcxproj:
+       * win32/vs10/gstreamer/gstreamer.vcxproj.filters:
+       * win32/vs10/net/net.vcxproj:
+       * win32/vs10/net/net.vcxproj.filters:
+         win32: add VS 10 Project files
+         https://bugzilla.gnome.org/show_bug.cgi?id=666219
+
+2012-04-08 18:25:39 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * win32/common/config.h:
+       * win32/common/gstenumtypes.c:
+       * win32/common/gstenumtypes.h:
+       * win32/common/gstversion.h:
+         win32: update for version changes
+
+2012-04-07 16:35:27 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+
+2012-04-07 16:06:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * win32/common/libgstreamer.def:
+         win32: add new TOC API to libgstreamer.def
+         Fixes 'make check'.
+
+2012-04-07 16:05:33 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/gst/.gitignore:
+         tests: add new toc test binaries to .gitignore
+
+2012-04-07 16:04:14 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst.c:
+       * gst/gst_private.h:
+       * gst/gstevent.c:
+       * gst/gstmessage.c:
+       * gst/gstquery.c:
+       * gst/gsttoc.c:
+         gst: don't export private TOC functions
+
+2012-04-07 15:42:08 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         gst/gstatomicqueue.c
+
+2012-02-24 15:24:42 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstatomicqueue.c:
+         atomicqueue: fix race
+         After a writer has written to its reserved write location, it can only make the
+         location available for reading if all of the writers with lower locations have
+         finished.
+
+2012-02-24 12:51:24 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstatomicqueue.c:
+         atomicqueue: fix subtle race
+         Fix a race where the reader would see the updated the tail pointer before the
+         write could write the data into the queue. Fix this by having a separate reader
+         tail pointer that is only incremented after the writer wrote the data.
+
+2012-04-07 15:20:05 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * plugins/elements/gstfilesrc.c:
+         filesrc: set default block size from local define
+         Doesn't actually change the default value, just makes use of the
+         define there is. Superficial testing with fakesink and jpegdec did
+         not reveal improved performance for bigger block sizes, so leave
+         default as it is.
+
+2012-04-06 16:46:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: don't update the current reading_pos in flush
+         A flush from the upstream element should not make buffering go to 0, the next
+         pull request might be inside a range that we have and then we don't need to
+         buffer at all. If the next pull is outside anything we have, buffering will
+         happen as usual anyway.
+
+2012-04-06 12:42:39 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: fix for merged changes
+
+2012-04-06 12:37:41 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch '0.10'
+
+2012-04-06 12:32:49 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: check the pad mode on the right pad
+
+2012-04-06 12:24:22 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: forward flush events correctly
+         We want to forward the flush events received on the sinkpad whenever the srcpad
+         is activated in pushmode, which can also happen when using the RINGBUFFER or
+         DOWNLOAD mode and downstream failed to activate us in pull mode.
+
+2012-04-05 21:56:05 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstcontrolbinding.c:
+         controlbinding: chain up on dispose and finalize
+
+2012-04-05 21:55:07 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstobject.c:
+         gstobject: unparent the controlbinding on dispose
+
+2012-04-05 21:07:55 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * libs/gst/controller/gstargbcontrolbinding.c:
+       * libs/gst/controller/gstdirectcontrolbinding.c:
+         controller: dup the objects to avoid premature frees
+
+2012-04-05 21:06:14 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * tests/check/gst/gstcontroller.c:
+         controller: add a finalizer for the test controlbindings
+         No idea why valgrind still inists that there are leaks.
+
+2012-04-05 18:42:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 7fda524 to 464fe15
+
+2012-04-05 14:17:16 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * docs/pwg/building-boiler.xml:
+       * gst/gstplugin.h:
+       * plugins/elements/gstelements.c:
+         gst: Change name parameter of GST_PLUGIN_DEFINE() to not take a string anymore
+         This will be needed when we later add support for static linking
+         of plugins without introducing new API or changing existing API.
+
+2012-04-05 13:23:00 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * gst/gstpluginfeature.c:
+         gstplugin: Add hack for handling 0.11.9X and 0.11.89.X with X>0 the same as 1.0.0
+         Also update the version number to 0.11.89.1
+
+2012-04-05 12:22:11 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gsttocsetter.c:
+         tocsetter: clear mutex upon free
+
+2012-04-05 10:56:22 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstregistrybinary.h:
+         registry: Set registry version to 1.0.0 too
+
+2012-04-05 10:36:08 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Merge branch '0.10'
+         Conflicts:
+         plugins/elements/gstqueue2.c
+
+2012-04-05 10:03:02 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: stop waiting for more data after EOS
+         When we have EOS, read the remaining bytes in the buffer and make sure we don't
+         wait for more data. Also clip the output buffer to the amount of remaining
+         bytes.
+
+2012-04-05 09:56:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: check for filled buffer correctly
+         When using the ringbuffer mode, the buffer is filled when we reached the
+         max_level.bytes mark or the total size of the ringbuffer, whichever is smaller.
+
+2012-04-04 13:07:27 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * plugins/elements/gstqueue2.c:
+         queue2: avoid waiting for a filled buffer
+         Use a threshold variable to hold the maximum distance from the current position
+         for with we will wait instead of doing a seek.
+         When using the ringbuffer and the requested offset is not available, avoid
+         waiting until the complete ringbuffer is filled but instead do a seek when the
+         requested data is further than the threshold.
+         Avoid doing the seek twice in the ringbuffer case.
+         Use the same threshold for ringbuffer and download buffering.
+
+2012-04-05 09:07:18 +0200  Alessandro Decina <alessandro.d@gmail.com>
+
+       * gst/gstbuffer.c:
+         gstbuffer: fix compile warning
+
+2012-04-04 13:13:52 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * Makefile.am:
+       * configure.ac:
+       * docs/faq/developing.xml:
+       * docs/gst/Makefile.am:
+       * docs/gst/gstreamer-docs.sgml:
+       * docs/gst/running.xml:
+       * docs/libs/Makefile.am:
+       * docs/libs/gstreamer-libs-docs.sgml:
+       * docs/manual/basics-helloworld.xml:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gstreamer-plugins-docs.sgml:
+       * docs/random/autotools:
+       * docs/version.entities.in:
+       * gst-element-check.m4.in:
+       * gst/Makefile.am:
+       * gst/gstplugin.c:
+       * gst/gstpreset.c:
+       * gst/gstregistry.c:
+       * gst/gstversion.h.in:
+       * gstreamer.spec.in:
+       * libs/gst/base/Makefile.am:
+       * libs/gst/check/Makefile.am:
+       * libs/gst/controller/Makefile.am:
+       * libs/gst/helpers/Makefile.am:
+       * libs/gst/net/Makefile.am:
+       * pkgconfig/Makefile.am:
+       * pkgconfig/gstreamer-base-uninstalled.pc.in:
+       * pkgconfig/gstreamer-base.pc.in:
+       * pkgconfig/gstreamer-check-uninstalled.pc.in:
+       * pkgconfig/gstreamer-check.pc.in:
+       * pkgconfig/gstreamer-controller-uninstalled.pc.in:
+       * pkgconfig/gstreamer-controller.pc.in:
+       * pkgconfig/gstreamer-net-uninstalled.pc.in:
+       * pkgconfig/gstreamer-net.pc.in:
+       * pkgconfig/gstreamer-uninstalled.pc.in:
+       * pkgconfig/gstreamer.pc.in:
+       * plugins/elements/Makefile.am:
+       * tests/benchmarks/Makefile.am:
+       * tests/check/Makefile.am:
+       * tests/check/gst/gstpreset.c:
+       * tests/examples/adapter/Makefile.am:
+       * tests/examples/controller/Makefile.am:
+       * tests/examples/manual/Makefile.am:
+       * tools/Makefile.am:
+       * tools/gst-launch.1.in:
+       * tools/gstreamer-completion:
+       * win32/common/config.h:
+         gst: Change versioning
+         Remove GST_MAJORMINOR and replace it by GST_API_VERSION
+         Also set GST_VERSION_{MAJOR,MINOR,MICRO,NANO} explicitely
+         now.
+         All versions are at 1.0.0 now for the release soon but
+         API/ABI can still change until the 1.0.0 release.
+         Next release versions until 1.0.0 will be 0.10.9X and
+         these will be release candidates. GST_VERSION_* will
+         nonetheless stay at 1.0.0.0.
+
+2012-04-04 12:25:40 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         docs/gst/gstreamer-sections.txt
+         gst/Makefile.am
+         gst/gst.c
+         gst/gst.h
+         gst/gstevent.c
+         gst/gstevent.h
+         gst/gstmessage.c
+         gst/gstmessage.h
+         gst/gstquark.c
+         gst/gstquark.h
+         gst/gstquery.c
+         gst/gstquery.h
+         gst/gsttoc.c
+         gst/gsttoc.h
+         gst/gsttocsetter.c
+         tests/check/Makefile.am
+         tests/check/gst/gsttoc.c
+         tests/check/gst/gsttocsetter.c
+
+2012-04-03 16:51:54 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.h:
+         buffer: improve _set_size()
+
+2012-04-03 16:44:58 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+       * gst/gstbuffer.h:
+       * win32/common/libgstreamer.def:
+         buffer: make get_sizes and _resize with ranges
+         Make the _get_sizes and _resize methods work on a range of memory to make them
+         more powerfull.
+
+2012-04-03 18:25:40 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/check/gstconsistencychecker.c:
+         consistencychecker: allow some more events before a segment event
+
+2012-04-03 15:46:29 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gsttocsetter.c:
+         tocsetter: use new glib mutex api
+
+2012-04-02 23:17:21 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-launch.c:
+         tools: fix compiler warning
+         gst-launch.c: In function ‘print_toc_entry’:
+         gst-launch.c:446:3: error: the size of array ‘spc’ can’t be evaluated [-Werror=vla]
+         gst-launch.c:446:3: error: variable-sized object may not be initialized
+
+2012-04-02 23:29:24 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tests/check/gst/.gitignore:
+         tests: add new unit test binaries to .gitignore
+
+2012-04-02 23:28:15 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst.c:
+         gst: ref new entry enum types
+         Fixes 'make check', again.
+
+2012-04-02 23:24:22 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * win32/common/libgstreamer.def:
+         win32: add new API to .def file
+         Fixes 'make check'.
+
+2012-04-02 23:23:46 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/gst_private.h:
+       * gst/gstevent.c:
+       * gst/gstmessage.c:
+       * gst/gstquery.c:
+       * gst/gsttoc.c:
+         toc: don't export private functions
+
+2012-04-02 23:17:21 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * tools/gst-launch.c:
+         tools: fix compiler warning
+         gst-launch.c: In function ‘print_toc_entry’:
+         gst-launch.c:446:3: error: the size of array ‘spc’ can’t be evaluated [-Werror=vla]
+         gst-launch.c:446:3: error: variable-sized object may not be initialized
+
+2012-04-02 23:16:39 +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/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.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 translatable strings
+
+2012-04-02 23:01:17 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+         Merge remote-tracking branch 'origin/master'
+
+2012-04-02 22:09:07 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstevent.c:
+       * gst/gstmessage.c:
+       * gst/gstquery.c:
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+       * tests/check/gst/gsttoc.c:
+       * tests/check/gst/gsttocsetter.c:
+         toc: port to 0.11
+
+2012-03-22 08:36:02 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tools/gst-launch.c:
+         gst-launch: add -c, --toc to print the toc
+         Print the nested chapter and edition structure of the chapters message.
+
+2012-03-28 23:15:41 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * docs/design/Makefile.am:
+       * docs/design/part-toc.txt:
+         docs: add overview of GstToc usage
+
+2012-03-14 21:14:23 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * docs/gst/gstreamer-docs.sgml:
+       * docs/gst/gstreamer-sections.txt:
+         docs: Add GstToc and GstTocSetter sections with related functions
+
+2012-03-14 21:13:22 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/gst/gsttocsetter.c:
+         gstchecks: Add unit test for the GstTocSetter
+
+2012-03-14 21:12:22 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/gst/gsttoc.c:
+         gstchecks: Add unit test for the GstToc
+
+2012-03-14 20:45:35 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/Makefile.am:
+       * gst/gst.h:
+       * gst/gsttocsetter.c:
+       * gst/gsttocsetter.h:
+         Add new GstTocSetter interface
+
+2012-03-14 20:42:56 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gstquery.c:
+       * gst/gstquery.h:
+         Add new TOC query
+
+2012-03-14 20:41:48 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gstmessage.c:
+       * gst/gstmessage.h:
+         Add new TOC message
+
+2012-03-14 20:40:32 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gstevent.c:
+       * gst/gstevent.h:
+       * gst/gstquark.c:
+       * gst/gstquark.h:
+         Add new TOC and TOC select events
+
+2012-03-14 20:01:51 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/Makefile.am:
+       * gst/gst.c:
+       * gst/gst.h:
+       * gst/gst_private.h:
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+         Add generic table of contents (TOC) support
+
+2012-04-02 21:15:09 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+         Merge branch '0.10'
+         Conflicts:
+         docs/gst/gstreamer-sections.txt
+         gst/Makefile.am
+         gst/gst.c
+         gst/gst.h
+         gst/gstevent.c
+         gst/gstevent.h
+         gst/gstmessage.h
+         gst/gstquark.c
+         gst/gstquark.h
+         gst/gstquery.c
+         gst/gstquery.h
+         tests/check/Makefile.am
+
+2012-04-02 15:30:04 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         libs/gst/base/gstbaseparse.c
+
+2012-04-02 15:13:24 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * libs/gst/base/gstbaseparse.c:
+         baseparse: always attempt to push if not-linked
+         This avoids ending up with plenty of pending data (since we'll only
+         try to parse/push one frame from the incoming buffer).
+         Fixes increasing memory consumption when parsers aren't linked
+         Conflicts:
+         libs/gst/base/gstbaseparse.c
+
+2012-04-02 15:13:24 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * libs/gst/base/gstbaseparse.c:
+         baseparse: always attempt to push if not-linked
+         This avoids ending up with plenty of pending data (since we'll only
+         try to parse/push one frame from the incoming buffer).
+         Fixes increasing memory consumption when parsers aren't linked
+
+2012-04-01 03:30:51 +0400  Руслан Ижбулатов <lrn1986@gmail.com>
+
+       * plugins/elements/gstfdsrc.c:
+         Timeout is not used on W32
+         Fixes #673267
+
+2012-04-02 11:09:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+       * libs/gst/base/gstbasetransform.h:
+         trans: add transform_ip_on_passthrough
+         Add an option to control if transform_ip is called in passthrough mode or not.
+         for elements that don't want to look at the data in passthrough mode, this can
+         avoid some extra processing, mostly in subclasses.
+
+2012-03-22 08:36:02 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tools/gst-launch.c:
+         gst-launch: add -c, --toc to print the toc
+         Print the nested chapter and edition structure of the chapters message.
+
+2012-03-28 23:15:41 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * docs/design/Makefile.am:
+       * docs/design/part-toc.txt:
+         docs: add overview of GstToc usage
+
+2012-03-14 21:14:23 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * docs/gst/gstreamer-docs.sgml:
+       * docs/gst/gstreamer-sections.txt:
+         docs: Add GstToc and GstTocSetter sections with related functions
+
+2012-03-14 21:13:22 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/gst/gsttocsetter.c:
+         gstchecks: Add unit test for the GstTocSetter
+
+2012-03-14 21:12:22 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * tests/check/Makefile.am:
+       * tests/check/gst/gsttoc.c:
+         gstchecks: Add unit test for the GstToc
+
+2012-03-14 20:45:35 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/Makefile.am:
+       * gst/gst.h:
+       * gst/gsttocsetter.c:
+       * gst/gsttocsetter.h:
+         Add new GstTocSetter interface
+
+2012-03-14 20:42:56 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gstquery.c:
+       * gst/gstquery.h:
+         Add new TOC query
+
+2012-03-14 20:41:48 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gstmessage.c:
+       * gst/gstmessage.h:
+         Add new TOC message
+
+2012-03-14 20:40:32 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/gstevent.c:
+       * gst/gstevent.h:
+       * gst/gstquark.c:
+       * gst/gstquark.h:
+         Add new TOC and TOC select events
+
+2012-03-14 20:01:51 +0400  Alexander Saprykin <xelfium@gmail.com>
+
+       * gst/Makefile.am:
+       * gst/gst.c:
+       * gst/gst.h:
+       * gst/gst_private.h:
+       * gst/gsttoc.c:
+       * gst/gsttoc.h:
+         Add generic table of contents (TOC) support
+
+2012-04-01 12:01:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: reuse more code
+
+2012-04-01 11:42:52 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstbuffer.c:
+       * gst/gstbuffer.h:
+       * tests/check/gst/gstbuffer.c:
+       * win32/common/libgstreamer.def:
+         buffer: make function to find memory in a buffer
+         Make a function to find the memory blocks for a region in a buffer.
+
+2012-03-31 21:26:22 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstchildproxy.c:
+         childproxy: fix more missing GST_OBJECT -> G_OBJECT use
+
+2012-03-31 18:34:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * libs/gst/base/gstadapter.c:
+         adapter: use buffer_wrap
+
+2012-03-31 17:10:35 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+       * gst/gstbuffer.h:
+       * win32/common/libgstreamer.def:
+         buffer: add peek_memory method
+         Add a peerk_memory method that simply fetches the memory at an offset without
+         refcounting or merging.
+
+2012-03-31 12:00:56 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/parse/grammar.y:
+         grammar.y: fix childproxy code
+         It takes GObject and not GstObject now
+
+2012-03-30 22:46:02 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstbin.c:
+       * gst/gstchildproxy.c:
+       * gst/gstchildproxy.h:
+         childproxy: include the child name in the signal
+
+2012-03-30 22:44:31 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/parse/grammar.y:
+         parser: update for childproxy api changes
+
+2012-03-30 22:36:35 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstchildproxy.c:
+         childproxy: fix signal parameter types
+
+2012-03-30 22:17:09 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstbin.c:
+       * gst/gstchildproxy.c:
+       * gst/gstchildproxy.h:
+       * tests/check/gst/gstchildproxy.c:
+         childproxy: use GObject instead of GstObject
+         This makes it prossible to be used more widely. Fix implementations for the API
+         change.
+
+2012-03-30 22:01:55 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstchildproxy.c:
+       * gst/gstchildproxy.h:
+         childproxy: make get_child_by_name virtual
+         Allows implementations to use custom name->object mappings.
+
+2012-03-30 22:01:26 +0200  Stefan Sauer <ensonic@users.sf.net>
+
+       * gst/gstchildproxy.c:
+         childproxy: fix indentation
+
+2012-03-30 18:04:51 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/design/part-buffer.txt:
+       * docs/gst/gstreamer-sections.txt:
+       * docs/random/porting-to-0.11.txt:
+       * gst/gstbuffer.c:
+       * gst/gstbuffer.h:
+       * libs/gst/base/gstadapter.c:
+       * libs/gst/base/gstbytewriter.c:
+       * plugins/elements/gstfakesrc.c:
+       * tests/check/gst/gstbuffer.c:
+       * tests/check/libs/bitreader.c:
+       * tests/check/libs/bytereader.c:
+       * tests/check/libs/typefindhelper.c:
+       * win32/common/libgstreamer.def:
+         buffer: improve the buffer memory methods
+         gst_buffer_take_memory -> gst_buffer_insert_memory because insert is what the
+         method does.
+         Make all methods deal with ranges so that we can replace, merge, remove and map
+         a certain subset of the memory in a buffer. With the new methods we can make
+         some code nicer and reuse more code. Being able to deal with a subset of the
+         buffer memory allows us to optimize more cases later (most notably RTP headers
+         and payload that could be in different memory objects).
+         Make some more convenient macros that call the more generic range methods.
+
+2012-03-30 16:53:09 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * plugins/elements/gsttypefindelement.c:
+         typefindelement: plug caps leaks
+
+2012-03-30 16:53:05 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gsttypefindhelper.c:
+         typefindhelper: also unmap collected mapped buffers
+
+2012-03-30 16:53:00 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: plug caps leak
+
+2012-03-30 11:58:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbaseparse.c:
+       * libs/gst/base/gstbaseparse.h:
+         baseparse: Rename ::event() to ::sink_event() for consistency
+
+2012-03-30 11:49:16 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.h:
+         basesink: lower GST_BASE_SRC_FLAG_LAST
+         It wouldn't leave that much room for subclass users
+
+2012-03-30 08:55:33 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * win32/common/libgstbase.def:
+         win32: Update defs file
+
+2012-03-29 18:03:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbytewriter.c:
+         bytewriter: Actually commit the .c file changes too
+
+2012-03-29 17:59:28 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * libs/gst/base/gstbytewriter.h:
+         bytewriter: Add unchecked/inline variant of gst_byte_writer_put_buffer()
+
+2012-03-29 17:53:47 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/gstquery.c:
+         gstquery: Fix annotation
+
+2012-03-29 17:44:02 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * plugins/elements/gstqueue.c:
+         queue: Flush the internal queue when we see GST_FLOW_FLUSHING
+         Ensures that we don't end up with stale contents (like GstQuery) in
+         the internal GQueue after any blocking upstream thread returns.
+
+2012-03-29 17:43:17 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * plugins/elements/gstqueue.c:
+         queue: Don't unref GstQuery travelling through the queue
+         Unlike events and buffers, the reference is not given to us
+
+2012-03-29 17:08:49 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gstquery.c:
+         query: parsing allocation query need not provide reffed caps
+         ... in line with other query parsing function.
+
+2012-03-29 15:45:00 +0200  Fabrizio (Misto) Milo <mistobaan@gmail.com>
+
+       * gst/gstcaps.c:
+         caps: spelling fixes
+
+2012-03-29 15:28:44 +0200  Edward Hervey <edward.hervey@collabora.co.uk>
+
+       * gst/gstelement.h:
+         gstelement: lower GST_ELEMENT_FLAG_LAST
+         It wouldn't leave that much room for subclass users
+
+2012-03-29 15:18:33 +0200  Edward Hervey <bilboed@bilboed.com>
+
+       * gst/gstbuffer.c:
+         gstbuffer: Fix unitialized variable
+         gcc 4.5 complains otherwise :(
+
+2012-03-29 14:54:53 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge remote-tracking branch 'origin/0.10'
+         Conflicts:
+         plugins/elements/gstmultiqueue.c
+
+2012-03-29 14:45:41 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Wake up all not-linked streams when a stream switches from linked to not-linked
+         We reset all the waiting streams, let them push another buffer to
+         see if they're now active again. This allows faster switching
+         between streams and prevents deadlocks if downstream does any
+         waiting too.
+         Also improve locking a bit, srcresult must be protected by the
+         multiqueue lock too because it's used/set from random threads.
+
+2012-03-29 14:32:24 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Recompute high-time too when flushing, not only high-id
+
+2012-03-29 13:39:40 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Only wait until the active pad's running time is reached if the active pad already saw data
+         Otherwise we might block forever because upstream (e.g. multiqueue) is waiting
+         for the previously active stream to return forever (which is waiting here
+         in inputselector) before pushing something on the newly selected stream.
+
+2012-03-29 13:34:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * gst/gstbuffer.h:
+       * gst/gstbufferlist.c:
+       * gst/gstclock.c:
+       * gst/gstelementfactory.c:
+       * gst/gstevent.c:
+       * gst/gstevent.h:
+       * gst/gstiterator.c:
+       * gst/gstmemory.c:
+       * gst/gstmemory.h:
+       * gst/gstmessage.c:
+       * gst/gstmeta.c:
+       * gst/gstmeta.h:
+       * gst/gstminiobject.c:
+       * gst/gstminiobject.h:
+       * gst/gstobject.c:
+       * gst/gstpad.c:
+       * gst/gstpad.h:
+       * gst/gstpadtemplate.c:
+       * gst/gstpipeline.c:
+       * gst/gstquery.c:
+       * gst/gstquery.h:
+       * gst/gstregistry.c:
+       * gst/gstsample.c:
+       * gst/gstsegment.c:
+       * gst/gststructure.c:
+       * gst/gsttask.c:
+       * gst/gsttrace.c:
+       * gst/gsturi.c:
+       * gst/gstvalue.c:
+         docs: update more documentation
+
+2012-03-28 18:12:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/pwg/advanced-events.xml:
+       * gst/gstbin.c:
+       * gst/gstbuffer.c:
+       * gst/gstbufferlist.c:
+       * gst/gstbufferpool.c:
+       * gst/gstbufferpool.h:
+       * gst/gstbus.c:
+       * gst/gstcaps.c:
+       * gst/gstclock.c:
+       * gst/gstelement.c:
+       * gst/gstevent.c:
+       * gst/gstminiobject.c:
+       * gst/gstpad.h:
+       * libs/gst/base/gstbasesrc.h:
+         review some docs
+
+2012-03-28 16:44:34 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: simplify and refactor _span and _merge
+         Unify the _span and _merge code paths and simplify now that we only use this
+         internally.
+
+2012-03-28 15:16:01 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: we always call _span with the buffer size
+
+2012-03-28 15:12:05 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: move some code around
+
+2012-03-28 15:08:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: we call _span always with 0 offset
+
+2012-03-28 13:08:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: remove always FALSE function argument
+
+2012-03-28 16:39:54 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: delay buffer unref until buffer no longer needed
+
+2012-03-28 12:44:44 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * docs/gst/gstreamer-sections.txt:
+       * docs/random/porting-to-0.11.txt:
+       * gst/gstbuffer.c:
+       * gst/gstbuffer.h:
+       * gst/gstutils.c:
+       * gst/gstutils.h:
+       * libs/gst/base/gstadapter.c:
+       * tests/check/gst/gstbuffer.c:
+       * win32/common/libgstreamer.def:
+         buffer: unify buffer merge methods
+         Add gst_buffer_append() which appends the memory blocks from one buffer to
+         another. Remove the old inefficient _merge() and _join() methods which forced a
+         premature memcpy in most cases.
+         Remove the _is_span() and _span() methods they are not needed anymore now that
+         we can _append(). Merging and spanning will be delayed until mapping or maybe
+         not at all when the element can deal with the different memory blocks.
+
+2012-03-27 15:24:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/gstghostpad.c:
+         gstpad: Fix typo in docstring
+
+2012-03-27 15:24:49 -0400  Olivier Crête <olivier.crete@collabora.com>
+
+       * gst/gstghostpad.c:
+         gstpad: Fix typo in docstring
+
+2012-03-27 15:16:55 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: re-enable _span offset calculations
+         when we _span two complete buffers, we can copy offsets and timestamps.
+
+2012-03-27 15:00:38 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gsttrace.c:
+         trace: add refcount to trace debug
+
+2012-03-27 14:59:06 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbuffer.c:
+         buffer: add more _is_writable checks
+         Add some checks to assert on writability for functions that modify metadata.
+
+2012-03-27 12:40:36 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbufferpool.c:
+       * gst/gstbufferpool.h:
+         bufferpool: remove const from get/set_param
+         Remove the const from the GstCaps in get/set_param. set_param modifies
+         the refcount of the caps.
+         Don't increment the refcount of the caps result of get_param like we
+         do with other objects.
+         Update some annotiations.
+
+2012-03-27 12:39:53 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbufferpool.c:
+         bufferpool: fix annotation for _release
+         _release takes ownership of the buffer
+
+2012-03-27 12:31:18 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstbus.c:
+       * gst/gstbus.h:
+         bus: Change the timeout argument type of gst_bus_poll() from GstClockTimeDiff to GstClockTime
+         This is more consistent with the other GstBus methods that have a timeout.
+
+2012-03-26 19:13:21 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstcaps.c:
+         caps: remove old code
+         Remove attempt to delay _make_writable
+
+2012-03-26 18:07:35 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gstcaps.c:
+         caps: ensure writable caps prior to modification
+
+2012-03-26 17:38:50 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbufferpool.c:
+         bufferpool: check min/max_buffers
+
+2012-03-26 17:35:18 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstquery.c:
+         query:fix copy-and-paste problem
+
+2012-03-26 11:54:59 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+         Replace master with 0.11
+
+2012-03-23 18:51:52 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * gst/gstutils.c:
+         utils: add and improve debug messages
+         ... so they end up in a more expected debug category rather than oblivion.
+
+2012-03-22 15:54:55 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * configure.ac:
+         back to devel
+
+2012-03-22 15:49:36 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * docs/plugins/gstreamer-plugins.args:
+       * docs/plugins/inspect-build.stamp:
+       * docs/plugins/inspect.stamp:
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * gstreamer.doap:
+       * 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/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.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:
+       * win32/common/config.h:
+       * win32/common/gstenumtypes.c:
+       * win32/common/gstenumtypes.h:
+       * win32/common/gstversion.h:
+         Release 0.11.3
+
+2012-03-22 15:22:57 +0100  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+       * libs/gst/base/gstbasetransform.c:
+         basetransform: remove automatic and undocumented setting of always_in_place
+         ... which controls how to (forcibly) deal with (non-)writable data and
+         is not necessarily related to identical caps.
+         In particular, it is also not so helpful anymore with a more advanced
+         GstVideoFilter subclass which always has a transform_ip method currently,
+         even though its subclass may not have a corresponding _ip method.
 
 2012-03-22 10:45:06 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
 
          Conflicts:
          configure.ac
 
+2012-03-22 08:35:25 +0100  Stefan Sauer <ensonic@users.sf.net>
+
+       * tools/gst-launch.c:
+         gst-launch: don't shadow global variable
+
 2012-03-21 12:10:21 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
 
        * libs/gst/Makefile.am: