summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
AgeCommit message (Expand)Author
2001-01-19Major cleanup of the latest ghostpad changes. Fixed everything that broke, c...Erik Walthinsen
2001-01-19First pass at updating to new ghostpad system. The objects are in place,Erik Walthinsen
2001-01-19Moved queue and typefind elements to the core since they are referenced by name.Wim Taymans
2001-01-18Fixes to work with libxml2.Richard Boulton
2001-01-15Fixed the state change code in gstelement that broke with the conversion of t...Wim Taymans
2001-01-13include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...Wim Taymans
2001-01-07removed a leakErik Walthinsen
2001-01-06Cleaned up the docs a bit.Erik Walthinsen
2001-01-06Updated the manual and the docs.Wim Taymans
2001-01-01Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.Erik Walthinsen
2000-12-31Fix some compile warningsWim Taymans
2000-12-30Updated more files to use INFO.Erik Walthinsen
2000-12-29Fixed buffer flag handling gstplay used old flag handling updated some plugin...Wim Taymans
2000-12-29Fixed a serious bug in gst_props_new: properties with a 0 value causes a segf...Wim Taymans
2000-12-29Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and...Erik Walthinsen
2000-12-28Updated copyright in all the libgst files.Erik Walthinsen
2000-12-28Updated the API docs.Wim Taymans
2000-12-28Pending editor changes. fixes for autoplug of elementary MPEG1 video streams ...Wim Taymans
2000-12-28Fixes for the new scheduler.Wim Taymans
2000-12-27Added some cleanup, so create_plan can be called multiple times.Erik Walthinsen
2000-12-27Added code to attempt the scheduling of chained cases. Very simply right now...Erik Walthinsen
2000-12-26More massive changes to the scheduling system. Moved the scheduling code to ...Erik Walthinsen
2000-12-23Added handoff signals to fakesrc and fakesinkWim Taymans
2000-12-22Fixed a bug in gstbin.c the manager was not detected.Wim Taymans
2000-12-21Some fixes to the non-chained case, it works in a very basic way. More use c...Erik Walthinsen
2000-12-20Massive scheduling changes (again). Not entirely complete, but getting close...Erik Walthinsen
2000-12-19Cleanup in gsttypes.c: removed the crazy GList of GHashTables, since the auto...Wim Taymans
2000-12-17The typefind function now returns a GstCaps structure instead of a gboolean. ...Wim Taymans
2000-12-17Some minor compilation fixes...Erik Walthinsen
2000-12-16some editor changes= loading of save pipelines (not working) added include in...Wim Taymans
2000-12-16WARNING: Don't grab this updated unless you're really, REALLY sure.Erik Walthinsen
2000-12-15Move a step closer to autoplugging. The element selection in the pipeline works.Wim Taymans
2000-12-15Header cleanup: try to include as little as possible; this will probably spee...Wim Taymans
2000-12-12Added LAME encoder. Wow.Erik Walthinsen
2000-12-11Implemented the hybrid scheduling system for sources and connections outside ...Erik Walthinsen
2000-12-11First attempt at rebuilding the type/plugin systemWim Taymans
2000-12-09Snapshot of work-in-progress do deal with out-of-bin elements. Current syste...Erik Walthinsen
2000-12-08Mostly debugging changes. What's in CVS seems to work rather well, actually.Erik Walthinsen
2000-12-08Added pullregion in again, it got removed with the previous commit.Wim Taymans
2000-12-08Another big set of changes. Connections are now also pullfunc based. gstqueu...Erik Walthinsen
2000-12-06Added pulregion handling.Wim Taymans
2000-12-05Fixed autoplugging.Wim Taymans
2000-12-04Changed the way things are scheduled, especially sources. A Src used to have...Erik Walthinsen
2000-11-23gstbin.c: modified so create_plan occurs after the state change of all the ch...Erik Walthinsen
2000-11-11Docs updates.Wim Taymans
2000-11-06Added seeking to the avi decoder by implementing pull_region.Wim Taymans
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans
2000-11-01Some code cleanupWim Taymans
2000-10-30Misc fixes and cleanupsWim Taymans
2000-10-21MPEG2 types added for better autoplugging. MPEG2 works more or less. fix in a...Wim Taymans