README: gst-register is gone.
[platform/upstream/gstreamer.git] / ChangeLog
index 045c811..cf7b870 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,83 @@
+2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * README:
+         gst-register is gone.
+
+2006-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/gstvalue.c: (_gst_value_initialize):
+         make the G_TYPE_DATE instantiation work if debug is disabled
+
+2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gstmessage.c: (gst_message_parse_tag),
+       (gst_message_parse_error), (gst_message_parse_warning):
+         Don't crash when return location for error/warning debug
+         string is NULL; add fact that return locations can be
+         NULL to docs where appropriate.
+
+2006-01-05  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstplugin.c: (gst_plugin_load_file):
+       Replace strdup by g_strdup.
+
+2006-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/pwg/advanced-types.xml:
+         fix doc borkage
+
+2006-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       submitted by: Abel Cheung
+
+       * po/LINGUAS:
+       * po/zh_TW.po:
+         Added Chinese (traditional) translation
+
+2006-01-04  Wim Taymans  <wim@fluendo.com>
+
+       * docs/manual/basics-pads.xml:
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gstreamer-plugins-docs.sgml:
+       * docs/plugins/gstreamer-plugins-sections.txt:
+       * docs/pwg/advanced-clock.xml:
+       * docs/pwg/advanced-scheduling.xml:
+       * docs/pwg/advanced-types.xml:
+       * plugins/elements/gstfdsink.c:
+       * plugins/elements/gstfdsrc.c:
+       * plugins/elements/gstfdsrc.h:
+       * plugins/elements/gstidentity.c: (gst_identity_class_init):
+       * plugins/elements/gstidentity.h:
+       * plugins/elements/gstqueue.h:
+       * plugins/elements/gsttee.c:
+       * plugins/elements/gsttee.h:
+       * plugins/elements/gsttypefindelement.c:
+       (gst_type_find_element_class_init):
+       * plugins/elements/gsttypefindelement.h:
+       Small updates to various docs.
+       Added core plugins to docs.
+
+2006-01-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * common/gst.supp:
+         add a suppression for liboil's uninitialized variable
+
+2006-01-02  James Livingston  <jrl at ids dot org dot au>
+
+       Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gstutils.h:
+         Add prototype for _get_type() function to GST_BOILERPLATE_FULL
+         macro, so that gcc doesn't complain if the -Wmissing-prototypes
+         compiler switch is being used (#325429).
+
+>>>>>>> 1.2159
+2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gstbin.c: (gst_bin_query):
+         Disable duration query caching in bins until it gets
+         fixed (see #324807).
+
 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
 
        * tools/gst-inspect.c: (print_element_properties_info):