fix doc build fix autogen
[platform/upstream/gstreamer.git] / gst / gstbin.c
2004-01-02 Jan SchmidtChange the marshalilng of element_added/element_removed...
2003-12-16 Benjamin Otteimplement gst_bin_get_(all_)by_interface
2003-11-13 David SchleefChange G_TYPE_POINTER to the appropriate type in g_sign...
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-14 David SchleefChange the iterate callback functions to a GSignal
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-06-07 Thomas Vander Sticheledon't recursively call gst_bin_set_state on failure...
2003-06-03 Wim Taymans- marked piece of wrong code in the state change functi...
2003-05-15 Thomas Vander Stichelegtk-doc fixes clock debug
2003-05-06 Benjamin Ottestate need not be playing with new schedulers when...
2003-04-18 Benjamin Otte- make child_state_change a virtual function
2003-04-14 Wim Taymans- use g_list_foreach where apropriate
2003-04-08 Benjamin Ottedo not return SUCCESS if a bin's child can't change...
2003-03-25 Wim Taymans- Added _LOCKED_STATE element flag
2003-02-27 Wim TaymansAdd refcounting around _iterate to guard against unreff...
2003-02-12 Wim Taymansfixed 105883
2003-02-11 Wim TaymansClose bug #105570 (added gst_bin_remove_many patch...
2003-02-11 Wim TaymansFix recursive clock _get problem
2003-02-10 Wim Taymans- Add more --disable options
2003-02-10 Erik WalthinsenFix various inconsistencies discovered while attempting...
2003-01-11 Wim Taymans- make add/remove overridable for custom bins
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2002-12-19 Wim Taymans- Cleanups
2002-11-02 Wim Taymans- Reworked the clock to prepare for async notifications
2002-10-29 Thomas Vander Stichelehow did this get by ?
2002-09-29 Andy Wingolicenses, ugg
2002-09-15 Thomas Vander Stichelebetter warning (?)
2002-09-12 Thomas Vander Stichelecleanups
2002-07-28 Wim Taymans- move the state_change signal emit to a better place...
2002-07-24 Wim TaymansRemoved gst_bin_change_state_type it doesn't work and...
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-17 Wim TaymansOnly revert the state of the failed element
2002-06-11 Thomas Vander Stichelexavpatch
2002-06-10 Steve Bakerremove the "iterate_started" signal and replace it...
2002-06-07 Steve Bakeradded a "iterate_started" signal which fires before...
2002-06-03 Wim TaymansPoll instead of blocking when waiting for a state change
2002-04-23 Thomas Vander Sticheledoc fixes
2002-04-23 Thomas Vander Sticheleapi renaming
2002-04-21 Thomas Vander Stichelegive useful warning when not unique
2002-04-20 Andy Wingoa hack to work around intltool's brokenness a current...
2002-04-19 Benjamin Otte- make all _get_list functions return a const reference...
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-04-03 Wim TaymansGST_DEBUG and _INFO should have no trailing \n
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-18 Andy Wingos/gst_element_install_std_props/gst_element_class_insta...
2002-02-24 Benjamin Ottemake sure cothread->priv is NULL when uninited because...
2002-02-21 Andy Wingoadd two apis: gst_element_connect_elements_many (elem1...
2002-02-20 Andy Wingowarning fixes gst_object_set_name (name, NULL) uniquifi...
2002-02-17 Andy Wingosome object cleanup fixes
2002-02-06 Benjamin OtteThis patch (nearly) completes the removal of vertical...
2002-02-03 Wim TaymansAdded a first stab at a better clocking system.
2002-01-19 Andy Wingomiscellaneous fixes, added gst_pad_unset_sched() api.
2002-01-18 Andy Wingocleaning up duplicated code in gstbin.c added some...
2002-01-11 Andy Wingosummary: fix xml in gstreamer 1) make clear distinction...
2002-01-01 Wim Taymans/me should compile first
2002-01-01 Wim TaymansAPI doc updates.
2002-01-01 Wim TaymansSmall cleanups
2001-12-24 Wim TaymansBetter, cleaner state management of the scheduler by...
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-20 Wim Taymans- Reclaim cothread state even if the cothread was never...
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...
next