fix doc build fix autogen
[platform/upstream/gstreamer.git] / gst / gstpipeline.c
2003-10-31 David SchleefFix warnings due to previous checkin
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-07-08 Benjamin Otteclean up element details structs
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-02-02 Wim Taymansgst_object_swap -> gst_object_replace as it's a better...
2003-01-17 Wim TaymansMore cleanups and refcount fixage
2002-12-16 Thomas Vander Sticheledon't do queries on error, we don't get many errors...
2002-12-10 David SchleefPartially revert last change, since it breaks things...
2002-12-03 Wim TaymansReset the scheduler when going to NULL
2002-11-22 Wim TaymansOnly setup the scheduler when going to READY so that...
2002-09-23 Thomas Vander Sticheleeven more obvious
2002-08-11 Thomas Vander Stichelebetter error handling, still needs improvement
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-05-10 David I. Lehnpoor error checking, should do something better
2002-05-04 Andy Wingogst_scheduler_factory_make () can accept NULL as the...
2002-04-20 Andy Wingoa hack to work around intltool's brokenness a current...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
2001-12-19 Wim TaymansSome more work on cleanup.
2001-12-15 Wim TaymansVarious cleanups and leak fixage.
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-10-20 Erik Walthinsenchanged names from guchar* to gchar*, which makes C...
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-05-25 Wim TaymansSome cleanups.
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-03-10 Erik Walthinsenadded tool-man's patch for g++ compilation, const gucha...
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-03-06 Wim TaymansSmall fixes to pipeline and gstbin. HEAD-20010306-PRE_AUTOPLUG2
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-19 Erik WalthinsenFirst pass at updating to new ghostpad system. The...
2001-01-06 Erik WalthinsenCleaned up the docs a bit.
2001-01-01 Wim TaymansFixed a very bad error with autoplugging.
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-31 Wim TaymansAdded multiple caps to the pads
2000-12-29 Wim TaymansFixed buffer flag handling gstplay used old flag handli...
2000-12-29 Wim TaymansFixed a serious bug in gst_props_new: properties with...
2000-12-29 Erik WalthinsenReparented everything to GstElement, removing GstSrc...
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-28 Wim TaymansPending editor changes. fixes for autoplug of elementar...
2000-12-28 Wim TaymansFixes for the new scheduler.
2000-12-27 Erik WalthinsenMostly minor little changes, but two interesting things...
2000-12-23 Wim TaymansAdded handoff signals to fakesrc and fakesink
2000-12-22 Wim TaymansFixed a bug in gstbin.c the manager was not detected.
2000-12-22 Wim TaymansImplemented some test cases... they all fail :-(
2000-12-20 Erik WalthinsenMassive scheduling changes (again). Not entirely compl...
2000-12-19 Wim TaymansCleanup in gsttypes.c: removed the crazy GList of GHash...
2000-12-17 Wim TaymansThe typefind function now returns a GstCaps structure...
2000-12-16 Erik WalthinsenWARNING: Don't grab this updated unless you're really...
2000-12-15 Wim TaymansMove a step closer to autoplugging. The element selecti...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-12 Wim TaymansMore Caps changes, this change introduces the padfactor...
2000-12-11 Wim TaymansFirst attempt at rebuilding the type/plugin system
2000-12-05 Wim TaymansFixed autoplugging.
2000-12-04 Erik WalthinsenChanged the way things are scheduled, especially source...
2000-12-03 Wim TaymansAdded multiple types to the pads.
2000-11-25 Wim TaymansCode Cleanups
2000-10-21 Wim TaymansMPEG2 types added for better autoplugging. MPEG2 works...
2000-10-12 Wim TaymansRemoved the hardcoded pipeline setup is gstplay in...
2000-10-09 Wim TaymansFixed a severe timestamp bug in mpeg_play.
2000-10-08 Wim TaymansFixed a bug in the typeloading.
2000-09-24 Wim TaymansCleanups.
2000-09-22 Wim TaymansA first attempt to fix the queues in a cothreaded pipeline.
2000-09-17 Wim TaymansAdded gst_pipeline_add_sink/src to allow multiple sink...
2000-09-14 Wim TaymansDue to popular demand :-), I added a vorbis decoder.
2000-09-09 Wim TaymansChanges to gstreamer-config to include gtk+ libs manual...
2000-08-22 Wim TaymansMore docs (most of them just empty...)
2000-08-21 Wim TaymansA first (rude) attempt at autoplug.
2000-08-18 Wim TaymansVarious fixes for the build/install problems update...
2000-08-14 Wim TaymansState change fixes in the threading element.
2000-07-17 Erik WalthinsenMegapatch, changes which states are available, how...
2000-07-12 Wim TaymansThis is the audio/video sync release.
2000-02-27 Wim TaymansThis is a rather large patch. Switched on -Wall compile...
2000-02-02 Erik WalthinsenMore documentation changes, a couple configure.in and...
2000-01-30 Erik Walthinseninitial checkin