summaryrefslogtreecommitdiff
path: root/gst/gstxml.h
AgeCommit message (Collapse)Author
2001-01-18Fixes to work with libxml2.Richard Boulton
Original commit message from CVS: Fixes to work with libxml2. Also improved a couple of debugging messagse.
2001-01-13include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...Wim Taymans
Original commit message from CVS: include parser.h instead of gnome-xml/parser.h untill xml-config is fixed...
2000-12-28Updated copyright in all the libgst files.Erik Walthinsen
Original commit message from CVS: Updated copyright in all the libgst files. Created gst_private.h, set up all files to use it.
2000-12-16some editor changes= loading of save pipelines (not working) added include ↵Wim Taymans
in gstdebug.h for getpid property loading ... Original commit message from CVS: some editor changes= loading of save pipelines (not working) added include in gstdebug.h for getpid property loading implemented GstXML can now be queried for the toplevel elements.
2000-12-15Header cleanup: try to include as little as possible; this will probably ↵Wim Taymans
speed up compilation a bit. Original commit message from CVS: Header cleanup: try to include as little as possible; this will probably speed up compilation a bit. changed the .c files to use #include "..." Fix for the 'plugins are loaded twice' bug. Fix 22186: GstObject flags are now used everywhere. Added *_FLAG_LAST so elements do not use the same flags. Added some padding in the flag enum for future expansion.
2000-11-04Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast.Wim Taymans
Original commit message from CVS: Added the excellent mpeg2dec decoder. Not 100% optimized but allready very fast. More cleanup.
2000-09-27Loading and saving of XML pipeline descriptions.Wim Taymans
Original commit message from CVS: Loading and saving of XML pipeline descriptions. GladeXML like operation implemented (you can retrieve parts of a pipeline)
2000-09-24Cleanups.Wim Taymans
Original commit message from CVS: Cleanups. The first steps to a Glade like XML handling. A first example of what is to come...
2000-01-30initial checkinErik Walthinsen
Original commit message from CVS: initial checkin