fix doc build fix autogen
[platform/upstream/gstreamer.git] / gst / gstelement.c
2004-01-20 Thomas Vander Stichelechanged _extended to _full
2004-01-19 Thomas Vander Sticheleprivatise
2004-01-19 Thomas Vander Sticheleadding a helper printf function for gst_element_error
2004-01-18 Thomas Vander Stichelechanging error signal add error codes and domains
2004-01-15 David Schleefgst/gstelement.c: Use GST_PAD_ macros instead of GST_RP...
2004-01-15 Benjamin Ottegst/autoplug/gstspideridentity.c: break infinite loop...
2004-01-14 Benjamin Ottegst/gstclock.*: deprecate old interface and disable...
2004-01-06 Jan SchmidtMake the "could not find compatible pad' message more...
2004-01-03 David Schleefgst/gstelement.c: Fix to allow DELAYED to indicate...
2004-01-03 David SchleefMove padtemplate clearing from class_init to base_init
2004-01-02 Ronald S. Bultjegst/gstelement.c: Refuse registering a pad template...
2003-12-27 Benjamin Ottegst/gstcaps.c: add sanity checks
2003-12-24 David SchleefFix a few logic bugs in gst_element_get_compatible_pad_...
2003-12-22 David SchleefMerge CAPS branch
2003-12-13 Benjamin Otteremoved GST_*_CAST. Disabling of type checking is done...
2003-11-24 Benjamin Ottemerge in tagging
2003-11-17 Benjamin Ottequery sink pads before querying peers of source pads...
2003-11-11 Andy Wingofix an old bug traversing pad template lists, and chang...
2003-11-08 David SchleefAdd gst_element_class_get_pad_template()
2003-11-05 Benjamin Ottemake gst_element_link work when connecting from a NULL...
2003-11-02 Ronald S. BultjeXML, gst-editor, gst-rec and anything that's not based...
2003-11-02 Benjamin Ottefix stupidity bug in gstelement.c (which only crashes...
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-28 Benjamin Ottemerge TYPEFIND branch. Major changes:
2003-09-16 Thomas Vander Stichelereverting error patches before making a branch. BRANCH-ERROR-ROOT
2003-09-15 Jan SchmidtFix compiler breakage.
2003-09-15 Benjamin Otteupdate docs to new error signal
2003-09-15 Benjamin Otteupdate default error callback to new error signal
2003-09-14 Benjamin Otteimplement translatable error messages using gerror.
2003-09-11 Thomas Vander Sticheleignore these test code
2003-08-04 Ronald S. BultjeImplement simple seek API. This can later be extended...
2003-07-16 Andy Wingosome formatting and doc fixes, and make gstdebug output...
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-07 Thomas Vander Stichelefix color for NULL from bright white to blue
2003-06-03 Wim Taymans- added GST_ELEMENT_ERROR flag to mark elements in...
2003-05-17 Thomas Vander Sticheleclock debug addition
2003-05-17 Benjamin Ottefix wrong debug message to print the right thing
2003-05-06 Benjamin Otteimplement proper refcounting of pad's templates and...
2003-05-02 Benjamin Ottemake gst-launch --gst-mask=-1 fakesrc ! fakesink work...
2003-04-26 Wim Taymans- remove some \n in GstThread debugging
2003-04-21 Benjamin Ottemake that error message more useful, it kept confusing me
2003-04-19 Wim TaymansGST_DEBUG/INFO doesn't need a \n at the end.
2003-04-18 Benjamin Ottemake EOS really recursive and not just one layer deep
2003-04-17 Wim Taymans- don't be rude but give informative message about...
2003-04-17 Benjamin OtteIt's absolute fun if you don't find this. If an element...
2003-04-13 Benjamin Ottesilence compiler warning
2003-04-12 Benjamin Ottesignal EOS on parent bins, when the last element playin...
2003-04-11 Benjamin Ottegeneral fixes:
2003-04-08 Benjamin Ottehuge modifications, hope i didn't break something:
2003-02-11 Wim Taymans- fix gst_element_unlink, only unlink pads that belong...
2003-02-10 Wim Taymans- Add more --disable options
2003-02-03 Wim TaymansOnly inform scheduler when the element changes scheduli...
2003-02-02 Wim Taymansgst_object_swap -> gst_object_replace as it's a better...
2003-01-23 Wim TaymansSome extra debug statement
2003-01-17 Wim Taymans- properly ref/unref scheduler and clock in gstelement
2003-01-11 Wim Taymans- return boolean in _interrupt to better inform element
2003-01-09 David I. Lehnmore connect -> link updates
2003-01-09 Thomas Vander Stichelecode cleanups and further deprecation fixes
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2003-01-01 Wim Taymans- Remove annoying \n from cothread INFO/DEBUG messages
2003-01-01 Wim Taymans- Added PAD_NEGOTIATING flag, remove PAD_EOS flag
2002-12-31 Wim TaymansIS_USABLE is only for PLAYING elements
2002-12-31 Wim TaymansNegotiation can happen even on disabled pads (in READY...
2002-12-31 Wim Taymans- Fix PAD_IS_USABLE on ghostpads
2002-12-31 Thomas Vander Stichelerevert usability test
2002-12-31 Thomas Vander Stichelesome more debug output
2002-12-30 Wim Taymans- major API breakage (one of the last, I promise...)
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-19 Wim Taymans- Cleanups
2002-12-15 Wim TaymansImprove the optimal scheduler, mainly element remove...
2002-12-14 Wim TaymansDocumentation updates
2002-12-12 Wim TaymansRenamed GstCache to GstIndex
2002-12-11 Thomas Vander Stichelemerge from release branch
2002-12-07 Thomas Vander Stichelemove these to macros
2002-11-27 Wim Taymans- Added first attempt at general caching mechanism...
2002-11-20 Wim TaymansUse full object path string in default error/notify...
2002-11-19 Wim Taymans- an element also has a failed state change if the...
2002-11-02 Wim TaymansMoved deep notify to GstObject
2002-10-29 Thomas Vander Sticheleinstigated by alp. If this is wrong, let us know.
2002-10-02 Thomas Vander Stichelecode cleanup and API change (gst_caps_check_compatibili...
2002-10-01 Thomas Vander Stichelecode cleanup and more debug output
2002-09-13 Wim Taymans- some cleanups
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-09-08 Christian Schallercommitting many nice little memleaks fixes from Iain...
2002-09-02 Andy Wingodon't pass pointers to automatic variables
2002-08-30 Thomas Vander Stichelecode cleanups and doc fixes
2002-08-12 Thomas Vander Stichelefixes bug bugzilla.gnome.org/show_bug.cgi?id=90333...
2002-08-12 Thomas Vander Stichelefixes bug bugzilla.gnome.org/show_bug.cgi?id=90332
2002-07-30 Wim TaymansAdd default deep_notify and error signal callbacks...
2002-07-28 Wim Taymans- move the state_change signal emit to a better place...
2002-07-24 Wim Taymans- More element API docs.
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-07-05 Andy Wingoif you can't write to the registry (ie it is root-owned...
2002-06-12 Wim TaymansDocumentation updates
2002-06-08 Wim TaymansAdded element query
2002-06-05 Wim TaymansFix the case where one of the pads is a ghostpad.
2002-05-30 Wim TaymansCreated an overridable method for seeking on an element...
2002-05-27 Andy Wingofixups in the prop view/controller compilation fixes...
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
next