expand tabs
[platform/upstream/gstreamer.git] / ChangeLog
index 1b435cf..dafd45d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,653 @@
+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:
+       * common/gtk-doc-plugins.mak:
+       * configure.ac:
+       * docs/Makefile.am:
+       * docs/gst/Makefile.am:
+       * docs/gst/gstreamer-docs.sgml:
+       * docs/gst/gstreamer-sections.txt:
+       * docs/gst/gstreamer.types:
+       * docs/gst/gstreamer.types.in:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gstreamer-plugins-docs.sgml:
+       * docs/plugins/gstreamer-plugins-sections.txt:
+       * docs/plugins/gstreamer-plugins.types:
+       * docs/plugins/inspect.stamp:
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * docs/plugins/inspect/plugin-coreindexers.xml:
+       * docs/plugins/scanobj-build.stamp:
+       * gstreamer.spec.in:
+       * plugins/elements/Makefile.am:
+       * plugins/elements/gstelements.c:
+       * plugins/elements/gstfakesink.c:
+       * plugins/elements/gstfakesrc.c:
+       * plugins/elements/gstfilesink.c:
+       * plugins/elements/gstfilesrc.c:
+       * plugins/elements/gstqueue.c:
+       * plugins/indexers/Makefile.am:
+       * plugins/indexers/gstindexers.c:
+         document core plugins in a separate document just like all the
+         others
+         rename these plugins to something starting with core
+
+2005-12-01  Andy Wingo  <wingo@pobox.com>
+
+       * gst/gstevent.h (struct _GstEvent): Meant to remove the extra
+       padding here before, but it missed the commit.
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * libs/gst/controller/gstinterpolation.c:
+         whitespace prices have crashed, we should feel free to use some now
+         use gst_guint64_to_gdouble
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * libs/gst/controller/gstcontroller.c:
+       * libs/gst/controller/gsthelper.c:
+       * libs/gst/controller/gstinterpolation.c:
+       * libs/gst/controller/lib.c:
+         wrap config.h include
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/gst/gstreamer-sections.txt:
+         update docs
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * plugins/elements/gstelements.c:
+       * plugins/elements/gstfdsink.c: (gst_fd_sink__base_init),
+       (gst_fd_sink__class_init), (gst_fd_sink__init),
+       (gst_fd_sink__chain), (gst_fd_sink__set_property),
+       (gst_fd_sink__get_property):
+       * plugins/elements/gstfdsink.h:
+       * plugins/elements/gstfdsrc.c: (_do_init), (gst_fd_src_base_init),
+       (gst_fd_src_class_init), (gst_fd_src_init), (gst_fd_src_dispose),
+       (gst_fd_src_update_fd), (gst_fd_src_start), (gst_fd_src_stop),
+       (gst_fd_src_unlock), (gst_fd_src_set_property),
+       (gst_fd_src_get_property), (gst_fd_src_create),
+       (gst_fd_src_is_seekable), (gst_fd_src_get_size),
+       (gst_fd_src_uri_get_type), (gst_fd_src_uri_get_protocols),
+       (gst_fd_src_uri_get_uri), (gst_fd_src_uri_set_uri),
+       (gst_fd_src_uri_handler_init):
+       * plugins/elements/gstfdsrc.h:
+       * plugins/elements/gstqueue.c: (gst_queue_get_type):
+         more anal cleanup
+
+2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * docs/gst/Makefile.am:
+       * docs/gst/gstreamer.types.in:
+       * gst/Makefile.am:
+         fix the docs build
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * gst/Makefile.am:
+       * gst/gst.c:
+       * gst/gstplugin.h:
+       * gst/gstregistry.h:
+       * tests/benchmarks/complexity.c:
+       * tests/benchmarks/mass-elements.c:
+       * tests/check/Makefile.am:
+       * tools/Makefile.am:
+       * tools/gst-inspect.c:
+       * tools/gst-xmlinspect.c:
+         various fixes to make
+         --disable-nls --disable-registry --disable-loadsave
+         --disable-parse --disable-gst-debug
+         work and get the core .so down to 360444 bytes after stripping
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * Makefile.am:
+       * configure.ac:
+         descend into tests
+       * docs/random/thomasvs/TODO:
+       * tests/Makefile.am:
+       * tests/README:
+         add a README
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * win32/GStreamer.vcproj:
+       * win32/MANIFEST:
+       * win32/Makefile:
+       * win32/Makefile.inspect:
+       * win32/Makefile.launch:
+       * win32/Makefile.register:
+       * win32/README.txt:
+       * win32/gst-inspect.vcproj:
+       * win32/gst-launch.vcproj:
+       * win32/gst-register.vcproj:
+       * win32/gstelements.vcproj:
+       * win32/gstgetbits.def:
+       * win32/gstgetbits.vcproj:
+       * win32/gstreamer-dbg.def:
+       * win32/gstreamer.def:
+       * win32/libgstbase.def:
+       * win32/libgstbase.vcproj:
+       * win32/link_oldruntime.c:
+       * win32/mman.c:
+       * win32/mman.h:
+       * win32/mman.inl:
+       * win32/msvc71.sln:
+         move even more stuff, win32/ is nice and clean now
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * libs/gst/control/.cvsignore:
+       * win32/MANIFEST:
+       * win32/config.h:
+       * win32/dirent.c:
+       * win32/dirent.h:
+       * win32/gstbytestream.def:
+       * win32/gstbytestream.vcproj:
+       * win32/gstconfig.h:
+       * win32/gstenumtypes.c:
+       * win32/gstenumtypes.h:
+       * win32/gstoptimalscheduler.vcproj:
+       * win32/gstversion.h:
+       * win32/gtchar.h:
+       * win32/testsuite/bins.vcproj:
+       * win32/testsuite/bytestream.vcproj:
+       * win32/testsuite/caps.vcproj:
+       * win32/testsuite/cleanup.vcproj:
+       * win32/testsuite/clock.vcproj:
+       * win32/testsuite/debug.vcproj:
+       * win32/testsuite/dlopen.vcproj:
+       * win32/testsuite/dynparams.vcproj:
+       * win32/testsuite/elements.vcproj:
+       * win32/testsuite/ghostpads.vcproj:
+       * win32/testsuite/indexers.vcproj:
+       * win32/testsuite/negotiation.vcproj:
+       * win32/testsuite/parse.vcproj:
+       * win32/testsuite/plugin.vcproj:
+       * win32/testsuite/refcounting.vcproj:
+       * win32/testsuite/schedulers.vcproj:
+       * win32/testsuite/states.vcproj:
+       * win32/testsuite/tags.vcproj:
+       * win32/testsuite/threads.vcproj:
+         remove old win32 stuff that isn't maintained and should be
+         reorganized
+
+2005-11-30  Andy Wingo  <wingo@pobox.com>
+
+       * configure.ac (GST_PKG_DEPS): Revert previous patch, makes
+       loading the gst.interfaces python module bork.
+
+       * configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
+       available since GLib 2.2. Fixes #318031.
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * Makefile.am:
+       * check/.cvsignore:
+       * check/Makefile.am:
+       * check/elements/.cvsignore:
+       * check/elements/fakesrc.c:
+       * check/elements/fdsrc.c:
+       * check/elements/identity.c:
+       * check/generic/.cvsignore:
+       * check/generic/states.c:
+       * check/gst-libs/.cvsignore:
+       * check/gst-libs/controller.c:
+       * check/gst-libs/gdp.c:
+       * check/gst/.cvsignore:
+       * check/gst/capslist.h:
+       * check/gst/gst.c:
+       * check/gst/gstbin.c:
+       * check/gst/gstbuffer.c:
+       * check/gst/gstbus.c:
+       * check/gst/gstcaps.c:
+       * check/gst/gstelement.c:
+       * check/gst/gstevent.c:
+       * check/gst/gstghostpad.c:
+       * check/gst/gstiterator.c:
+       * check/gst/gstmessage.c:
+       * check/gst/gstminiobject.c:
+       * check/gst/gstobject.c:
+       * check/gst/gstpad.c:
+       * check/gst/gstpipeline.c:
+       * check/gst/gstplugin.c:
+       * check/gst/gstsegment.c:
+       * check/gst/gststructure.c:
+       * check/gst/gstsystemclock.c:
+       * check/gst/gsttag.c:
+       * check/gst/gstutils.c:
+       * check/gst/gstvalue.c:
+       * check/net/.cvsignore:
+       * check/net/gstnetclientclock.c:
+       * check/net/gstnettimeprovider.c:
+       * check/pipelines/.cvsignore:
+       * check/pipelines/cleanup.c:
+       * check/pipelines/simple_launch_lines.c:
+       * check/pipelines/stress.c:
+       * check/states/.cvsignore:
+       * check/states/sinks.c:
+       * configure.ac:
+       * examples/Makefile.am:
+       * examples/appreader/.cvsignore:
+       * examples/appreader/Makefile.am:
+       * examples/appreader/appreader.c:
+       * examples/controller/.cvsignore:
+       * examples/controller/Makefile.am:
+       * examples/controller/audio-example.c:
+       * examples/cutter/.cvsignore:
+       * examples/cutter/Makefile.am:
+       * examples/cutter/cutter.c:
+       * examples/cutter/cutter.h:
+       * examples/events/Makefile.am:
+       * examples/events/seek.c:
+       * examples/helloworld/.cvsignore:
+       * examples/helloworld/Makefile.am:
+       * examples/helloworld/helloworld.c:
+       * examples/helloworld2/.cvsignore:
+       * examples/helloworld2/Makefile.am:
+       * examples/helloworld2/helloworld2.c:
+       * examples/launch/.cvsignore:
+       * examples/launch/Makefile.am:
+       * examples/launch/mp3parselaunch.c:
+       * examples/launch/mp3play:
+       * examples/manual/.cvsignore:
+       * examples/manual/Makefile.am:
+       * examples/manual/extract.pl:
+       * examples/metadata/Makefile.am:
+       * examples/metadata/read-metadata.c:
+       * examples/mixer/.cvsignore:
+       * examples/mixer/Makefile.am:
+       * examples/mixer/mixer.c:
+       * examples/mixer/mixer.h:
+       * examples/pingpong/.cvsignore:
+       * examples/pingpong/Makefile.am:
+       * examples/pingpong/pingpong.c:
+       * examples/plugins/.cvsignore:
+       * examples/plugins/Makefile.am:
+       * examples/plugins/example.c:
+       * examples/plugins/example.h:
+       * examples/pwg/.cvsignore:
+       * examples/pwg/Makefile.am:
+       * examples/pwg/extract.pl:
+       * examples/queue/.cvsignore:
+       * examples/queue/Makefile.am:
+       * examples/queue/queue.c:
+       * examples/queue2/.cvsignore:
+       * examples/queue2/Makefile.am:
+       * examples/queue2/queue2.c:
+       * examples/queue3/.cvsignore:
+       * examples/queue3/Makefile.am:
+       * examples/queue3/queue3.c:
+       * examples/queue4/.cvsignore:
+       * examples/queue4/Makefile.am:
+       * examples/queue4/queue4.c:
+       * examples/retag/.cvsignore:
+       * examples/retag/Makefile.am:
+       * examples/retag/retag.c:
+       * examples/retag/transcode.c:
+       * examples/thread/.cvsignore:
+       * examples/thread/Makefile.am:
+       * examples/thread/thread.c:
+       * examples/typefind/.cvsignore:
+       * examples/typefind/Makefile.am:
+       * examples/typefind/typefind.c:
+       * examples/xml/.cvsignore:
+       * examples/xml/Makefile.am:
+       * examples/xml/createxml.c:
+       * examples/xml/runxml.c:
+       * tests/Makefile.am:
+       * tests/check/Makefile.am:
+       * testsuite/.cvsignore:
+       * testsuite/Makefile.am:
+       * testsuite/Rules:
+       * testsuite/caps/.cvsignore:
+       * testsuite/caps/Makefile.am:
+       * testsuite/caps/app_fixate.c:
+       * testsuite/caps/audioscale.c:
+       * testsuite/caps/caps.c:
+       * testsuite/caps/caps.h:
+       * testsuite/caps/caps_strings:
+       * testsuite/caps/compatibility.c:
+       * testsuite/caps/deserialize.c:
+       * testsuite/caps/enumcaps.c:
+       * testsuite/caps/eratosthenes.c:
+       * testsuite/caps/filtercaps.c:
+       * testsuite/caps/fixed.c:
+       * testsuite/caps/fraction-convert.c:
+       * testsuite/caps/fraction-multiply-and-zero.c:
+       * testsuite/caps/intersect2.c:
+       * testsuite/caps/intersection.c:
+       * testsuite/caps/normalisation.c:
+       * testsuite/caps/random.c:
+       * testsuite/caps/renegotiate.c:
+       * testsuite/caps/sets.c:
+       * testsuite/caps/simplify.c:
+       * testsuite/caps/string-conversions.c:
+       * testsuite/caps/structure.c:
+       * testsuite/caps/subtract.c:
+       * testsuite/caps/union.c:
+       * testsuite/debug/.cvsignore:
+       * testsuite/debug/Makefile.am:
+       * testsuite/debug/category.c:
+       * testsuite/debug/commandline.c:
+       * testsuite/debug/global.c:
+       * testsuite/debug/output.c:
+       * testsuite/debug/printf_extension.c:
+       * testsuite/dlopen/.cvsignore:
+       * testsuite/dlopen/Makefile.am:
+       * testsuite/dlopen/dlopen_gst.c:
+       * testsuite/dlopen/loadgst.c:
+       * testsuite/elements/.cvsignore:
+       * testsuite/elements/Makefile.am:
+       * testsuite/elements/gst-inspect-check.in:
+       * testsuite/elements/struct_i386.h:
+       * testsuite/elements/struct_size.c:
+       * testsuite/indexers/.cvsignore:
+       * testsuite/indexers/Makefile.am:
+       * testsuite/indexers/cache1.c:
+       * testsuite/indexers/indexdump.c:
+       * testsuite/parse/.cvsignore:
+       * testsuite/parse/Makefile.am:
+       * testsuite/parse/parse1.c:
+       * testsuite/parse/parse2.c:
+       * testsuite/plugin/.cvsignore:
+       * testsuite/plugin/Makefile.am:
+       * testsuite/plugin/README:
+       * testsuite/plugin/dynamic.c:
+       * testsuite/plugin/linked.c:
+       * testsuite/plugin/loading.c:
+       * testsuite/plugin/registry.c:
+       * testsuite/plugin/static.c:
+       * testsuite/plugin/static2.c:
+       * testsuite/plugin/testplugin.c:
+       * testsuite/plugin/testplugin2.c:
+       * testsuite/plugin/testplugin2_s.c:
+       * testsuite/plugin/testplugin_s.c:
+       * testsuite/refcounting/.cvsignore:
+       * testsuite/refcounting/Makefile.am:
+       * testsuite/refcounting/bin.c:
+       * testsuite/refcounting/element.c:
+       * testsuite/refcounting/element_pad.c:
+       * testsuite/refcounting/mainloop.c:
+       * testsuite/refcounting/mem.c:
+       * testsuite/refcounting/mem.h:
+       * testsuite/refcounting/object.c:
+       * testsuite/refcounting/pad.c:
+       * testsuite/refcounting/sched.c:
+       * testsuite/refcounting/thread.c:
+       * testsuite/states/.cvsignore:
+       * testsuite/states/Makefile.am:
+       * testsuite/states/bin.c:
+       * testsuite/states/locked.c:
+       * testsuite/states/parent.c:
+       * testsuite/threads/.cvsignore:
+       * testsuite/threads/159566.c:
+       * testsuite/threads/159852.c:
+       * testsuite/threads/Makefile.am:
+       * testsuite/threads/queue.c:
+       * testsuite/threads/signals.c:
+       * testsuite/threads/staticrec.c:
+       * testsuite/threads/thread.c:
+       * testsuite/threads/threadb.c:
+       * testsuite/threads/threadc.c:
+       * testsuite/threads/threadd.c:
+       * testsuite/threads/threade.c:
+       * testsuite/threads/threadf.c:
+       * testsuite/threads/threadg.c:
+       * testsuite/threads/threadh.c:
+       * testsuite/threads/threadi.c:
+         move all of these under tests
+
 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
 
        * 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>