Some more work on cleanup.
[platform/upstream/gstreamer.git] / gst / gstbin.c
2001-12-19 Wim TaymansSome more work on cleanup.
2001-12-18 Wim Taymans- Elements can now send events to their parent.
2001-12-15 Wim TaymansComment this one out until we have a shim
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-12 Wim TaymansRemoved dead code
2001-12-11 Wim TaymansChange the prototype too
2001-12-11 Wim Taymansuse connect_swapped
2001-12-11 Wim TaymansAlso swap the args in the callback function
2001-12-11 Christian SchallerRemoved _object from g_signal_connect_object in order...
2001-12-10 Wim TaymansUpdate our internal state counters when adding/removing... BRANCH-BUILD1-200112101-ROOT
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-11-14 Wim TaymansRenamed a local var to better state what its purpose is.
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-09-28 Steve Bakerreenabled object destruction by renaming shutdown and...
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-09-13 Joshua N. Pritikinbackport wtay's marshal fixes from the EVENT1 branch
2001-09-10 Wim TaymansUpdates to make it compile against gtk1.2 again. mostly... BRANCH-EVENTS1-ROOT
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-09-10 Joshua N. PritikinSync g_signal_new args with the marshaller (glib2 is...
2001-08-13 Steve Bakersync with the current CVS glib API
2001-06-25 Erik WalthinsenReworked the arguments for DEBUG and INFO. Removed...
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-06-24 Erik Walthinseninitial pass at #ifdef'ing xml load/save BRANCH-GOBJECT1-200106241-ROOT GOBJECT1-200106241-FREEZE
2001-06-01 Wim TaymansFixed some warnings.
2001-05-27 Wim TaymansDocs updates
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-03-06 Wim TaymansSmall fixes to pipeline and gstbin. HEAD-20010306-PRE_AUTOPLUG2
2001-02-28 Wim TaymansMake sure a cothreaded element is selected as the first...
2001-02-25 Erik Walthinsencommented out some printfs that went to stdout
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-21 Wim TaymansDocs updates
2001-01-21 Wim TaymansMore eos handling, bin in bin is handled correctly...
2001-01-20 Wim TaymansCheck for NULL buffers before chaining/pushing them...
2001-01-20 Wim TaymansMore EOS changes.
2001-01-20 Wim TaymansA very small change to make eos somewhat work. no inner...
2001-01-19 Erik WalthinsenMajor cleanup of the latest ghostpad changes. Fixed...
2001-01-19 Erik WalthinsenFirst pass at updating to new ghostpad system. The...
2001-01-19 Wim TaymansMoved queue and typefind elements to the core since...
2001-01-18 Richard BoultonFixes to work with libxml2.
2001-01-15 Wim TaymansFixed the state change code in gstelement that broke...
2001-01-13 Wim Taymansinclude parser.h instead of gnome-xml/parser.h untill...
2001-01-07 Erik Walthinsenremoved a leak
2001-01-06 Erik WalthinsenCleaned up the docs a bit.
2001-01-06 Wim TaymansUpdated the manual and the docs.
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2000-12-31 Wim TaymansFix some compile warnings
2000-12-30 Erik WalthinsenUpdated more files to use INFO.
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 TaymansUpdated the API docs.
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 WalthinsenAdded some cleanup, so create_plan can be called multip...
2000-12-27 Erik WalthinsenAdded code to attempt the scheduling of chained cases...
2000-12-26 Erik WalthinsenMore massive changes to the scheduling system. Moved...
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-21 Erik WalthinsenSome fixes to the non-chained case, it works in a very...
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-17 Erik WalthinsenSome minor compilation fixes...
2000-12-16 Wim Taymanssome editor changes= loading of save pipelines (not...
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 Erik WalthinsenAdded LAME encoder. Wow.
2000-12-11 Erik WalthinsenImplemented the hybrid scheduling system for sources...
2000-12-11 Wim TaymansFirst attempt at rebuilding the type/plugin system
2000-12-09 Erik WalthinsenSnapshot of work-in-progress do deal with out-of-bin...
2000-12-08 Erik WalthinsenMostly debugging changes. What's in CVS seems to work...
2000-12-08 Wim TaymansAdded pullregion in again, it got removed with the...
2000-12-08 Erik WalthinsenAnother big set of changes. Connections are now also...
2000-12-06 Wim TaymansAdded pulregion handling.
2000-12-05 Wim TaymansFixed autoplugging.
2000-12-04 Erik WalthinsenChanged the way things are scheduled, especially source...
2000-11-23 Erik Walthinsengstbin.c: modified so create_plan occurs after the...
2000-11-11 Wim TaymansDocs updates.
2000-11-06 Wim TaymansAdded seeking to the avi decoder by implementing pull_r...
2000-11-04 Wim TaymansAdded the excellent mpeg2dec decoder. Not 100% optimize...
2000-11-01 Wim TaymansSome code cleanup
2000-10-30 Wim TaymansMisc fixes and cleanups
2000-10-21 Wim TaymansMPEG2 types added for better autoplugging. MPEG2 works...
2000-10-08 Wim TaymansFixed a bug in the typeloading.
2000-09-27 Wim TaymansLoading and saving of XML pipeline descriptions.
2000-09-24 Wim TaymansCleanups.
2000-09-24 Wim TaymansThe cothreads were not initialized in its thread contex...
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-17 Wim TaymansAdded check for vorbis.
2000-09-16 Wim TaymansAdded a quick hack to allow loop based elements to...
2000-09-14 Wim TaymansDue to popular demand :-), I added a vorbis decoder.
2000-09-07 Wim TaymansFaster and modular getbits implementation.
2000-08-21 Wim TaymansA first (rude) attempt at autoplug.
2000-08-18 Wim TaymansVarious fixes for the build/install problems update...
next