added changelog
[platform/upstream/gstreamer.git] / ChangeLog
index 58295de..d314a4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2002-03-01  Michael Meeks  <michael@ximian.com>                                
+       * docs/manual/Makefile.am: use $(wildcard) instead of                   
+       strange shell stuff.                                                    
+                                                                               
+       * tools/Makefile.am: handle conditionals in a compatible way            
+                                                                               
+       * docs/manuals.mak: don't do silly things with if/else                  
+
+2002-01-15  Bastien Nocera  <hadess@hadess.net>
+
+       * tests/Makefile.am: add all the dirs to the DIST_SUBDIRS
+
+2002-01-15  Bastien Nocera  <hadess@hadess.net>
+
+       * tests/Makefile.am: dodge compiling memchunk and bufspeed
+       if NASM is not present
+
+2002-01-03 Rodney Dawes  <dobey@free.fr>
+
+       * gstreamer.spec.in: Fixed the missing plug-ins problem
+
+2001-12-29 Rodney Dawes  <dobey@free.fr>
+
+       * gstreamer.spec.in: Fixed up for the splitification
+       
+2001-12-23 Thomas Vander Stichele  <thomas@apestaart.org>
+
+       * moved plugins out of the core to gst-plugins
+       * moved some of the libs out of the core to gst-plugins
+       * moved the other libs around so headers get installed in
+         <gst/(lib)/...>
+
+2001-12-15 Thomas Vander Stichele  <thomas@apestaart.org>
+
+       * configure.ac : major overhaul
+       * m4/ dir added with lots of checks in it
+
+2001-12-14  Michael Meeks  <michael@ximian.com>
+
+       * gst/gst.c (gst_main, gst_main_quit): upd.
+
+       * gst/gstutils.c (gst_util_has_arg): impl.
+       (gst_util_get_int64_arg): impl.
+
+       * plugins/mpeg2/video/gstmpeg2play.c
+       (gst_mpeg2play_class_init): min frames per sec = 0.
+
+       * plugins/mikmod/gstmikmod.c (gst_mikmod_class_init): 
+       s/16bit/use16bit/ properties can't begin with a non
+       alpha.
+
+       * tools/gstreamer-guilaunch.c: fresh from the ministy
+       of nasty hacks.
+
+       * tools/Makefile.am: enable gstreamer-guilaunch for
+       Gnome 2.0
+
+       * tools/gstreamer-launch.c (main): upd.
+       (idle_func): quit the mainloop.
+
+2001-12-14  Michael Meeks  <michael@ximian.com>
+
+        * plugins/audiofile/gstafsrc.c (gst_afsrc_class_init): upd.
+
+        * plugins/gnomevfs/gnomevfssrc.c (gst_gnomevfssrc_class_init):
+        kill broken mess for install_std_props.
+
+        * plugins/gnomevfs/gnomevfssink.c
+        (gst_gnomevfssink_class_init): upd.
+
+        * tools/gstreamer-launch.c (main): add efence hook.
+
+        * gst/elements/gstfilesrc.c (gst_filesrc_get): use
+        a volatile pointer, don't write to the buffer.
+
+        * gst/gstelement.c (gst_element_populate_std_props):
+        add debug & robustness.
+
+        * gst/gstelement.c (gst_element_populate_std_props):
+        add debug & robustness.
+
+2001-12-13  Michael Meeks  <michael@ximian.com>
+
+       * gst/elements/*.c: (..._class_init): clean to use
+       gst_populate_std_props.
+
+       * gst/gstelement.c
+       (gst_element_populate_std_props): impl, simply for now,
+       with a few standard properties.
+       (gst_element_install_std_props): impl nice helper.
+
 2001-12-13  Michael Meeks  <michael@ximian.com>
 
        * gst/gstplugin.c (_gst_plugin_initialize): g_error
 
        * configure.ac: update libxml checks.
 
-2001-12-13  Michael Meeks  <michael@ximian.com>
-
-       * plugins/xvideosink/Makefile.am: add $(X_LIBS)
-
-       * examples/typefind/typefind.c (type_found): upd.
-       xml code.
-
-       * plugins/mikmod/gstmikmod.c
-       (gst_mikmod_set_property): same memory bug here -
-       unfixed.
-
-       * plugins/oss/gstosssrc.c
-       (gst_osssrc_set_property): fix memory issue.
-       (gst_osssrc_init): dup the string - argh; quit here -
-       such code should be stuck in a common base class not
-       cut and pasted.
-
-       * plugins/oss/gstosssink.c
-       (gst_osssink_init): manage the device allocation.
-       (gst_osssink_finalize): impl.
-       (gst_osssink_class_init): upd.
-       (gst_osssink_set_property): upd.
-
-       * acconfig.h: cover HAVE_LIBXML2
-
-       * configure.ac: update libxml checks.
-
 2001-12-11 22:10  thomasvs
 
        * lots of build fixes for 0.3.0 release