summaryrefslogtreecommitdiff
path: root/gst/gstbin.h
AgeCommit message (Expand)AuthorFilesLines
2002-11-02- Reworked the clock to prepare for async notificationsWim Taymans1-5/+6
2002-07-24Removed gst_bin_change_state_type it doesn't work and the concept is outdated...Wim Taymans1-6/+0
2002-07-09merge from BRANCH-RELEASE-0_4_0Thomas Vander Stichele1-1/+1
2002-07-08- Removed unused locking from the cothreadsWim Taymans1-6/+3
2002-06-10remove the "iterate_started" signal and replace it with pre_iterate and post_...Steve Baker1-1/+9
2002-06-07added a "iterate_started" signal which fires before the iterate of a bin. use...Steve Baker1-0/+1
2002-06-03Add iterate mutex for future useWim Taymans1-0/+3
2002-04-19- make all _get_list functions return a const reference to original lists and...Benjamin Otte1-1/+1
2002-03-30add notify back to filesrc, it's needed for MVC applications remove notify pr...Andy Wingo1-4/+2
2002-03-30- Remove the propsprivate header fileWim Taymans1-9/+0
2002-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ju...Andy Wingo1-1/+4
2002-02-21add two apis: gst_element_connect_elements_many (elem1, elem2, ...)Andy Wingo1-0/+1
2002-02-03Added a first stab at a better clocking system.Wim Taymans1-4/+19
2001-12-27- Added a function to get the currently executing cothreadWim Taymans1-1/+0
2001-12-22This is an attempt at not segfaulting on errors but reporting some usefull in...Wim Taymans1-6/+6
2001-12-20- Reclaim cothread state even if the cothread was never activated after the f...Wim Taymans1-0/+4
2001-12-15updated .h files with // fixesChristian Schaller1-2/+2
2001-12-12Removed dead codeWim Taymans1-2/+0
2001-12-04- some fixes to int2float making automake 1.5 happy (gst now requires automak...wrobell1-33/+7
2001-10-21API docs. revived _buffer_ref_by_count fast types for scheduler and bin.Wim Taymans1-11/+16
2001-06-25Merged from GOBJECT1 to HEAD at 200106241GOBJECT1-200106241Erik Walthinsen1-7/+7
2001-05-27Docs updatesWim Taymans1-9/+0
2001-05-25Merged from INCSCHED on 200505251!!!INCSCHED1-200105251Erik Walthinsen1-7/+8
2001-01-29This is a megapatch with the following changes:Wim Taymans1-0/+2
2001-01-21More eos handling, bin in bin is handled correctly now.Wim Taymans1-0/+1
2001-01-20More EOS changes.Wim Taymans1-2/+2
2001-01-20A very small change to make eos somewhat work. no inner bins are checked.Wim Taymans1-24/+20
2001-01-13include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...Wim Taymans1-0/+7
2001-01-06Updated the manual and the docs.Wim Taymans1-2/+2
2000-12-28Updated copyright in all the libgst files.Erik Walthinsen1-2/+5
2000-12-28Updated the API docs.Wim Taymans1-5/+5
2000-12-27Added some cleanup, so create_plan can be called multiple times.Erik Walthinsen1-2/+0
2000-12-27Added code to attempt the scheduling of chained cases. Very simply right now...Erik Walthinsen1-1/+1
2000-12-26More massive changes to the scheduling system. Moved the scheduling code to ...Erik Walthinsen1-1/+16
2000-12-25Lots of editor changes:Wim Taymans1-0/+1
2000-12-20Massive scheduling changes (again). Not entirely complete, but getting close...Erik Walthinsen1-19/+24
2000-12-15Header cleanup: try to include as little as possible; this will probably spee...Wim Taymans1-4/+2
2000-12-09Snapshot of work-in-progress do deal with out-of-bin elements. Current syste...Erik Walthinsen1-0/+12
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans1-22/+20
2000-09-09Changes to gstreamer-config to include gtk+ libs manual changes: queues, thre...Wim Taymans1-1/+1
2000-08-21A first (rude) attempt at autoplug.Wim Taymans1-0/+1
2000-08-14State change fixes in the threading element.Wim Taymans1-1/+5
2000-07-17Megapatch, changes which states are available, how they're used, and how they...Erik Walthinsen1-0/+3
2000-01-30initial checkinErik Walthinsen1-0/+106