gstreamer/docs
Wim Taymans 51cbf22624 This is a megapatch with the following changes:
Original commit message from CVS:
This is a megapatch with the following changes:

- moved the gchar *name to GstObject, removed the ones in GstElement and
GstPad.
- moved the parent handling completely into GstObject. This cause *all* of
the plugins to fail (except those that used gst_pad_get_parent)
- rearanged the XML save handling.
- GstObject now has a class function save/restore_thyself.
- GstObject has a generic method gst_object_save_thyself, this makes it
possible to fire a signal wehever a new object is loaded. This is needed
so we can add XML save hooks.
- GstXML API has changed slightly. You now have to create a GstXML object
first before you can actually load something. This makes it possible to
attach a signal to GstXML whenever an object is loaded. I'm not sure we
will keep this interface.
- GstObject can now print the path_string without knowing about the GstPad and
GstElement types.
- Added gst_bin_get_by_name_recurse_up to lookup an element in the current
element hierarchy.
- added XML namespaces to the saved pipelines the namespace is:
http://gstreamer.net/gst-core/1.0/
namespaces are needed to distinguish user generated XML from the core XML.

Note that the plugins still contain a macro GST_OBJECT_PARENT that will be
replaced with gst_pad_get_parent shortly.
2001-01-29 00:06:02 +00:00
..
code-reviews Re-arranged the build a bit to try to make it more sane. Added some debug. 2001-01-01 08:37:41 +00:00
design current set of design docs, in .txt format 2001-01-20 20:08:59 +00:00
fwg Wrote a little more text, and did more of the work on making the sections. 2001-01-19 02:06:40 +00:00
gst This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
libs Added checking for all the tools used to make documentation. 2001-01-02 01:33:01 +00:00
manual Fix some typos, and grammar errors. 2001-01-19 02:10:10 +00:00
plugins Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
random An overview of the current EOS handling algorithm. 2001-01-21 17:36:19 +00:00
slides initial checkin 2000-01-30 10:44:33 +00:00
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
Makefile.am Manual updates. fixes to gstxml.c gst_xml_get_element was broken 2001-01-08 22:08:40 +00:00
manuals.mak Fix build problem when don't have db2html, or a directory to put the manual in: was trying to make a symlink in the n... 2001-01-14 22:25:43 +00:00