expand tabs
[platform/upstream/gstreamer.git] / ChangeLog
index 5dbf49f..dafd45d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,251 @@
+2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/libs/tmpl/gstdataprotocol.sgml:
+       * docs/random/omega/testing/gstobject.c:
+       * gst/gst.c:
+       * gst/gstclock.c:
+       * gst/gstelement.c:
+       * gst/gstelementfactory.c:
+       * gst/gsterror.c:
+       * gst/gstevent.c:
+       * gst/gstghostpad.c:
+       * gst/gstinfo.c:
+       * gst/gstpadtemplate.c:
+       * gst/gstregistryxml.c:
+       * gst/gsttaglist.c:
+       * gst/gsttagsetter.c:
+       * gst/gsttypefind.c:
+       * gst/gstvalue.c:
+       * libs/gst/base/gstbasesrc.c:
+       * libs/gst/net/gstnetclientclock.c:
+       * libs/gst/net/gstnettimeprovider.c:
+       * plugins/elements/gstfakesrc.c:
+       * plugins/elements/gstfdsrc.c:
+       * plugins/elements/gstfilesrc.c:
+       * plugins/elements/gstidentity.c:
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gsttypefindelement.c:
+       * plugins/indexers/gstfileindex.c:
+       * plugins/indexers/gstmemindex.c:
+       * tests/check/gst/gsttag.c:
+       * tests/old/examples/cutter/cutter.c:
+       * tests/old/examples/mixer/mixer.c:
+       * tests/old/examples/xml/runxml.c: (main):
+       * tests/old/testsuite/caps/normalisation.c:
+       * tests/old/testsuite/debug/global.c:
+       * tests/old/testsuite/parse/parse1.c:
+       * tools/gst-xmlinspect.c:
+       * win32/common/dirent.c:
+         expand tabs
+
+=== release 0.10.0 ===
+
+2005-12-05   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.10.0, "Maroilles"
+
+2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       submitted by: Funda Wang <fundawang@linux.net.cn>
+
+       * po/LINGUAS:
+       * po/zh_CN.po:
+         added Chinese (Traditional) translation
+
+2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/gst/gstreamer-sections.txt:
+       * docs/libs/tmpl/gstdataprotocol.sgml:
+       * docs/random/thomasvs/TODO:
+       * gst/gstutils.c:
+       * gst/gstutils.h:
+         fix docs
+
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       patch by: Wim Taymans <wim@fluendo.com>
+
+       * libs/gst/base/gstbasetransform.c
+       (gst_base_transform_prepare_output_buf)
+       (gst_base_transform_buffer_alloc):
+       * plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call
+       alloc_buffer_and_set_caps.
+
+       * gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call
+       set_caps on the source pad.
+       (gst_pad_alloc_buffer_and_set_caps): New function, does what
+       alloc_buffer used to do. Fixes #322874.
+
+       * docs/gst/gstreamer-sections.txt: 
+       * docs/design/part-negotiation.txt: 
+       * docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer
+       changes.
+
+2005-12-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       patch by: Sebastien Moutte
+
+       * win32/MANIFEST:
+       * win32/common/config.h.in:
+       * win32/vs6/libgstcontroller.dsp:
+         win32 build fixes
+
+2005-12-05  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstcaps.c: (gst_caps_is_equal):
+       * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
+       (gst_fake_src_create):
+       Back out previous code changes, leave doc updates, file bugs 
+       instead. 
+
+2005-12-05  Wim Taymans  <wim@fluendo.com>
+
+       * plugins/elements/gstfakesrc.c: (gst_fake_src_class_init),
+       (gst_fake_src_get_times), (gst_fake_src_create):
+       * plugins/elements/gstfakesrc.h:
+       Fix broken sync code.
+
+2005-12-05  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstcaps.c: (gst_caps_is_equal):
+       Comparing NULL against !NULL yields different caps, not a
+       failure.
+
+2005-12-05  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstpipeline.c:
+       Fix small typo in docs.
+
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       patch by: Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/gst.c (init_post): remove hard-coded 0.9 location for
+       registries/plugins with a MAJORMINOR one.
+       (plugin_desc): Rename library from gstcoreleements to
+       staticelements. Fixes #323222.
+
+2005-12-05  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init):
+         Change debug category to 'collectpads' from 'collect_pads'
+         (fixes #323250).
+
+2005-12-04  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       patch by: Sebastien Moutte
+
+       * libs/gst/controller/gstinterpolation.c:
+         use convert function for uint64/double
+       * win32/vs6/libgstcontroller.dsp:
+         link to GLib
+
+2005-12-04  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/gstutils.c: (gst_util_guint64_to_gdouble),
+       (gst_util_gdouble_to_guint64), (gst_util_uint64_scale_int64):
+       * gst/gstutils.h:
+       * tests/check/gst/gstutils.c: (GST_START_TEST), (gst_utils_suite):
+         add tests that seem to show that the guint64/gdouble conversions
+         are correct.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstregistry.c: (gst_registry_add_path):
+       * gst/gstregistry.h:
+       * gst/gstregistryxml.c:
+       Fix docs again.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstutils.c: (gst_util_uint64_scale_int64),
+       (gst_util_uint64_scale_int):
+       Small cleanup.
+
+       * libs/gst/base/gstbasesink.c: (gst_base_sink_handle_object):
+       Add debug log line.
+
+       * libs/gst/base/gstbasetransform.c: (gst_base_transform_event):
+       Add FIXME.
+
+2005-12-02  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * win32/MANIFEST:
+       * win32/common/config.h:
+       * win32/vs6/gstreamer.dsw:
+       * win32/vs6/libgstcoreelements.dsp:
+       * win32/vs6/libgstelements.dsp:
+         renamed core elements plugin
+
+2005-12-02  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * tools/gst-run.c: (compare_major_minor), (find_highest_version),
+       (get_candidates):
+         do piece-wise major/minor comparison so 0.9 < 0.10
+         also allow .exe extensions for tools
+
+2005-12-02  Michael Smith  <msmith@fluendo.com>
+
+       * gst/gst.c:
+         Escape a % to make gtkdoc happier; bug 322958.
+
+=== release 0.9.7 ===
+
+2005-12-01   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.9.7, "My Dog Has No Nose"
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * common/gst-xmlinspect.py:
+       * configure.ac:
+       * docs/libs/tmpl/gstdataprotocol.sgml:
+       * docs/random/release:
+       * po/af.po:
+       * po/az.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/de.po:
+       * po/en_GB.po:
+       * po/fr.po:
+       * po/it.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/ru.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * win32/common/config.h:
+       * win32/common/config.h.in:
+       * win32/vs6/gst_inspect.dsp:
+       * win32/vs6/gst_launch.dsp:
+       * win32/vs6/libgstbase.dsp:
+       * win32/vs6/libgstelements.dsp:
+       * win32/vs6/libgstreamer.dsp:
+       * win32/vs7/GStreamer.vcproj:
+       * win32/vs7/gst-inspect.vcproj:
+       * win32/vs7/gst-launch.vcproj:
+       * win32/vs7/libgstbase.vcproj:
+         bump GST_MAJORMINOR to 0.10
+         reset libtool version
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * po/LINGUAS:
+       * po/bg.po:
+         Added Bulgarian translation by (Alexander Shopov)
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * tests/check/gst/gstplugin.c:
+         fix test
+
 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
 
        * common/gst-xmlinspect.py:
 
        * gst/gstutils.c: (gst_util_uint64_scale_int64),
        (gst_util_uint64_scale), (gst_util_uint64_scale_int):
-       Implement high precission (guint64 * guint64) / guint64.
+       Implement high precision (guint64 * guint64) / guint64.
 
 2005-11-24  Wim Taymans  <wim@fluendo.com>