added changelog
[platform/upstream/gstreamer.git] / ChangeLog
index ac64cbc..d314a4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,155 @@
+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
+       instead of warning.
+
+       * Makefile.am: update.
+
+       * editor/gsteditorprojectview.c (view_on_element_added): 
+
+       * editor/gsteditorproject.c
+       (gst_editor_project_class_init): upd.
+
+       * plugins/avi/gstavimux.c
+       (gst_avimux_request_new_pad): don't clobber name.
+
+       * libs/control/gstdparammanager.c
+       (gst_dpman_class_init): upd.
+       (gst_dpman_dispose): chain to parent.
+
+       * gst/cothreads.c (cothread_create): use guchar *'s
+       not void *'s for bytewise pointer arithmetic.
+
+       * gst/gstelement.h: kill const on get_property value.
+
+       * plugins/avi/gstavimux.c
+       (gst_avimux_request_new_pad): add name param.
+
+       * configure.ac: Add checks for libglade-2.0 and
+       gnome-vfs-2.0
+
+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
+
 2001-08-15 23:43  cael
 
        * gstplay/: ChangeLog, gstmediaplay.c, gstplay.c: Added hacky check