Merge CAPS branch
[platform/upstream/gstreamer.git] / gst / gstelement.h
2003-12-22 David SchleefMerge CAPS branch
2003-12-13 Benjamin Otteremoved GST_*_CAST. Disabling of type checking is done...
2003-12-09 David SchleefChange GST_.*_PADDING to _gst_padding[GST_PADDING];
2003-12-04 Andy Wingoremove copyright field from plugin structs
2003-11-29 David SchleefChange 'const' to 'G_CONST_RETURN' in header files CAPS-MERGE-2
2003-11-24 Benjamin Otteimplement URI schemes
2003-11-24 Benjamin Ottemerge in tagging
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-02 Ronald S. BultjeXML, gst-editor, gst-rec and anything that's not based...
2003-11-02 Benjamin Otteimplement 'gst_element_factory_find_from_element' to...
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-07 David SchleefAdd padding to structures and objects
2003-09-16 Thomas Vander Stichelereverting error patches before making a branch. BRANCH-ERROR-ROOT
2003-09-15 Benjamin Otteupdate default error callback to new error signal
2003-09-14 Benjamin Otteimplement translatable error messages using gerror.
2003-08-19 David SchleefEr, plugins actually use gst_element_factory_set_rank...
2003-08-18 Ronald S. BultjeRemove duplicate rank field (fixes #119510)
2003-08-04 Ronald S. BultjeImplement simple seek API. This can later be extended...
2003-06-03 Wim Taymans- added GST_ELEMENT_ERROR flag to mark elements in...
2003-04-15 Benjamin OtteAPI change: remove gst_object_destroy and #defines...
2003-04-11 Benjamin Ottegeneral fixes:
2003-04-08 Benjamin Ottehuge modifications, hope i didn't break something:
2003-03-25 Wim Taymans- Added _LOCKED_STATE element flag
2003-02-10 Wim Taymans- Add more --disable options
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
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-14 Wim TaymansDocumentation updates
2002-12-12 Wim TaymansRenamed GstCache to GstIndex
2002-12-08 Thomas Vander Sticheleoops
2002-12-07 Thomas Vander Stichelemove these to macros
2002-11-27 Wim Taymans- Added first attempt at general caching mechanism...
2002-11-02 Wim TaymansMoved deep notify to GstObject
2002-10-29 Thomas Vander Stichelealp's fix
2002-09-18 Christian Schallerfix tab vs space
2002-09-18 Christian Schallergstreamer part of new license field in element factory
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
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-09 Thomas Vander Stichelemerge from BRANCH-RELEASE-0_4_0
2002-07-08 Wim Taymans- Removed unused locking from the cothreads
2002-06-13 Thomas Vander Stichelestrange this didn't get commited on a regular commit
2002-06-09 Wim TaymansRemove old flag
2002-06-08 Wim TaymansAdded element query
2002-05-31 Steve Bakeradd a rank to elementfactory for autoplugging
2002-05-30 Wim TaymansCreated an overridable method for seeking on an element...
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-05-26 Andy Wingoimplemented threadsafe property set/get system as discu...
2002-05-25 Thomas Vander SticheleAPI cleanup: (s/g)et_sched -> _scheduler
2002-05-08 Wim TaymansTotally rewritten registry handling.
2002-05-05 Andy Wingouse contents of GST_REGISTRY variable if --gst-registry...
2002-04-28 Wim TaymansAdded method for releasing request pads.
2002-04-23 Thomas Vander Sticheleapi renaming
2002-04-12 Andy Wingofeeble attempts to handle dynamic connections BRANCH-RELEASE-0_3_4-ROOT
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-04-07 Andy Wingonew parser that uses flex and bison
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-18 Andy Wingos/gst_element_install_std_props/gst_element_class_insta...
2002-03-06 Andy Wingofix bug when requesting pads by name
2002-02-21 Andy Wingoadd two apis: gst_element_connect_elements_many (elem1...
2002-02-18 Andy Wingomany fixes related to dynamic pipelines.
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-28 Benjamin Otteadd API to make life easier
2002-01-26 Benjamin Ottemake add_ghost_pad return new pad instead of NULL
2002-01-13 Wim TaymansLanded the new improved capsnegotiation system.
2002-01-11 Andy Wingosummary: fix xml in gstreamer 1) make clear distinction...
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
2001-12-22 Wim TaymansNever destroy the current cothread.
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-19 Wim TaymansMoved the typedef to gsttypes.h as stock rh 7.2 gcc...
2001-12-18 Wim Taymans- Elements can now send events to their parent.
2001-12-15 Christian Schallerupdated .h files with // fixes
2001-12-13 Wim TaymansMore Michael fixage
2001-12-13 Wim TaymansAplied more fixage from Michael Meeks.
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-11-14 Wim TaymansAdded a flag to indicate an element is event aware.
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-10-07 Steve Bakerremove dparams from core
2001-09-13 Joshua N. Pritikinfix memory leaks
2001-09-10 Steve Bakers/Dparam/DParam/ <taaz> i'll whine about an irrelevant...
2001-09-10 Steve Bakerdparams have arrived. see previous mail for an intro
2001-08-21 Wim TaymansLots of modifications to the plugin system.
2001-07-16 Wim TaymansAdded missing pad_select prototypes/defs.
2001-07-11 Andy Wingoto element classes without using an elementfactory.
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-05-26 Wim TaymansRemoved redundant prototypes.
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-04-15 Erik Walthinsenadded comment about missing flag
2001-03-12 Wim TaymansMerged the CAPSNEGO1 branch..
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-02-22 Erik Walthinsenminor change: changed case of the strings for states
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-23 Wim TaymansUpdated the docs with the new _request methods
2001-01-23 Richard BoultonAdd gst_element_request_compatible_pad and remove gst_e...
next