summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)Author
2001-01-20Got ghostpads to work, even in -launch. Needs more testing still.Erik Walthinsen
2001-01-19API docs updatesWim Taymans
2001-01-19Major cleanup of the latest ghostpad changes. Fixed everything that broke, c...Erik Walthinsen
2001-01-19more cothreads cleanup, and first pass at ARM codeErik Walthinsen
2001-01-19ALPHA COTHREADS WORK! Worked around a nasty stack issue that probably can't ...Erik Walthinsen
2001-01-19First pass at updating to new ghostpad system. The objects are in place,Erik Walthinsen
2001-01-19And here they are....Wim Taymans
2001-01-19Moved queue and typefind elements to the core since they are referenced by name.Wim Taymans
2001-01-18Added mthodes to request an element to create pads: gst_element_request_pad*Wim Taymans
2001-01-18Fixes to work with libxml2.Richard Boulton
2001-01-18Updates to cothreads code, including non-working alpha. Changed things a bit...Erik Walthinsen
2001-01-15Fixed the state change code in gstelement that broke with the conversion of t...Wim Taymans
2001-01-14Adding nasty hack to rules to generate cothreads.{o,lo}, to get dependencies ...Richard Boulton
2001-01-14Massive build fixup. Will send message to -devel list later with details on ...Erik Walthinsen
2001-01-14Change MAP_ANONYMOUS to MAP_ANON in the mmap for BSD compatibilityWim Taymans
2001-01-14Added an extra signal_cond to queue to make sure that the waiting thread is w...Wim Taymans
2001-01-13include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...Wim Taymans
2001-01-11renamed private to element_private, to make obvious its usage restrictionsErik Walthinsen
2001-01-11added gpointer private to pads, so elements can store ints or pointers for th...Erik Walthinsen
2001-01-11removed some spare newlinesErik Walthinsen
2001-01-10minor docs fixErik Walthinsen
2001-01-09fixed a leakErik Walthinsen
2001-01-08Manual updates. fixes to gstxml.c gst_xml_get_element was brokenWim Taymans
2001-01-08Correct typo in comment, and make another comment more helpful.Richard Boulton
2001-01-07Handle the tee element like bin, thread, pipeline, so that it can be used in ...Wim Taymans
2001-01-07gstreamer-register will now never cause theRichard Boulton
2001-01-07Greatly simplyfied queue locking by only using the elements mutex. This shoul...Wim Taymans
2001-01-07more leak fixesErik Walthinsen
2001-01-07Check plugin repository up-to-dateness by scanning through all directories on...Richard Boulton
2001-01-07Config directory (which currently just holds the registry)ecan now be set by ...Richard Boulton
2001-01-07removed a leakErik Walthinsen
2001-01-07turned -launch capabilities into gst_parse_launch()Erik Walthinsen
2001-01-07Added sleep time to identityWim Taymans
2001-01-06Cleaned up the docs a bit.Erik Walthinsen
2001-01-06Rearranged the mutex locking, still have to think about it though...Wim Taymans
2001-01-06Added a mutex around the mem_chunck alloc routinesWim Taymans
2001-01-06Updated the manual and the docs.Wim Taymans
2001-01-05fixed missing comment noticed by David LehnErik Walthinsen
2001-01-04updated API docsErik Walthinsen
2001-01-04Rearranged cothreads sources a bit, added some API docs.Erik Walthinsen
2001-01-03debug updates and a padtemplate counter addedErik Walthinsen
2001-01-03Made gst_pad_eos_func a non-static functionErik Walthinsen
2001-01-03Made the GstProps a GList instead of a GSListWim Taymans
2001-01-03Various small fixes.Richard Boulton
2001-01-02Added a check for libjpegWim Taymans
2001-01-02Massive, massive update of most source files. I went through and cleaned up ...Erik Walthinsen
2001-01-02Fixes for gsteditor/gstplay install/build fixed typo in random/eos added num_...Wim Taymans
2001-01-01More build fixesErik Walthinsen
2001-01-01Documentation updatesWim Taymans
2001-01-01Re-arranged the build a bit to try to make it more sane. Added some debug.Erik Walthinsen