docs/faq/gst-uninstalled: add -good
[platform/upstream/gstreamer.git] / ChangeLog
index a3a95c2..69788ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/faq/gst-uninstalled:
+         add -good
+       * gst/gstevent.c:
+       * gst/gstevent.h:
+         remove wrong docs
+       * gst/gstutils.c: (gst_element_link_filtered):
+       * gst/gstutils.h:
+         add gst_element_link_filtered
+
+2005-08-31  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/gst/gstreamer-docs.sgml:
+       * docs/gst/gstreamer-sections.txt:
+       * docs/gst/tmpl/.cvsignore:
+       * docs/gst/tmpl/gsterror.sgml:
+       * docs/gst/tmpl/gstfilter.sgml:
+       * docs/gst/tmpl/gsturihandler.sgml:
+       * docs/gst/tmpl/gsturitype.sgml:
+       * docs/gst/tmpl/gstutils.sgml:
+       * docs/gst/tmpl/gstxml.sgml:
+       * gst/gsterror.c:
+       * gst/gsterror.h:
+       * gst/gstfilter.c:
+       * gst/gsturi.c:
+       * gst/gsturitype.c:
+       * gst/gstutils.c:
+       * gst/gstxml.c:
+          inlined more docs, fixed double id-ref
+
+2005-08-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
+       (gst_base_transform_handle_buffer):
+       Passthrough elements don't need the caps as they don't care.
+
+2005-08-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/base/gstbasetransform.c: (gst_base_transform_setcaps),
+       (gst_base_transform_handle_buffer), (gst_base_transform_chain):
+       Don't leak refcounts on buffers.
+
+2005-08-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/base/gstbasetransform.c: (gst_base_transform_configure_caps),
+       (gst_base_transform_setcaps), (gst_base_transform_handle_buffer),
+       (gst_base_transform_chain), (gst_base_transform_change_state):
+       * gst/base/gstbasetransform.h:
+       Handle the case where we are not negotiated more gracefully.
+
+2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/elements/gstfilesrc.c: (gst_mmap_buffer_init),
+       (gst_file_src_map_region):
+         Set READONLY flag on mmap'ed buffers, otherwise
+         gst_buffer_make_writable() won't work properly (#314708).
+
+2005-08-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/base/gstbasetransform.c: (gst_base_transform_handle_buffer):
+       passthrough elements can even do inplace on non writable
+       buffers (as they don't touch them).
+
+2005-08-31  Stefan Kost  <ensonic@users.sf.net>
+
+       * check/gst-libs/controller.c: (gst_test_mono_source_get_property),
+       (gst_test_mono_source_set_property),
+       (gst_test_mono_source_class_init), (GST_START_TEST),
+       (gst_controller_suite):
+          more tests (hehe I have the most)
+       * gst/gstbus.c:
+          describe popping messages whenusing mulltiple sources
+       * libs/gst/controller/gst-controller.c:
+       (gst_controlled_property_set_interpolation_mode),
+       (gst_controlled_property_new):
+       * libs/gst/controller/gst-controller.h:
+       * libs/gst/controller/gst-interpolation.c:
+          implement boolean properties
+
+2005-08-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstminiobject.c: (gst_mini_object_ref):
+       Cannot assert that the refcount has to be positive
+       since a disposed object can be resurected.
+
+2005-08-31  Wim Taymans  <wim@fluendo.com>
+
+       * gst/gstpad.c: (gst_pad_init):
+       Revert change, need to first fix badly behaving 
+       apps.
+
+2005-08-30  Wim Taymans  <wim@fluendo.com>
+
+       * check/elements/fakesrc.c: (setup_fakesrc):
+       * check/elements/identity.c: (setup_identity):
+       Activate pads before using them.
+
+2005-08-30  Wim Taymans  <wim@fluendo.com>
+
+       * gst/base/gstadapter.c: (gst_adapter_flush):
+       Flushing out 0 bytes is ok for this function.
+
+       * gst/base/gstbasesink.c: (gst_base_sink_handle_object):
+       no newsegment gives a warning and sets the start/stop to 
+       invalid.
+
+       * gst/base/gstbasetransform.c: (gst_base_transform_change_state),
+       (gst_base_transform_set_passthrough):
+       Some debug info.
+
+       * gst/gstminiobject.c: (gst_mini_object_ref):
+       Check refcount here too.
+
+       * gst/gstpad.c: (gst_pad_init):
+       Pads are initially flushing and refusing data.
+
+       * gst/gstutils.c: (gst_element_link_pads_filtered):
+       When adding a capsfilter element make sure it has the
+       same state as the parent bin.
+
 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
 
        * docs/gst/tmpl/.cvsignore: