summary: fix xml in gstreamer 1) make clear distinction between loading xml that...
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Jan 2002 15:49:47 +0000 (15:49 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 11 Jan 2002 15:49:47 +0000 (15:49 +0000)
commitd262bea86324ff9586d078ba05598bbbfa159bc3
tree23be6dbfe3ec209d6f29c5f47dba4c809afc95bb
parentc51e7cd2fe7e3bcad0935601f34bb33cd7b1ded9
summary: fix xml in gstreamer 1) make clear distinction between loading xml that actually creates objects and loading...

Original commit message from CVS:
summary: fix xml in gstreamer

1) make clear distinction between loading xml that actually creates objects and loading xml that just
synchronizes properties with objects. moved most of gst_element_restore_thyself functionality to
gst_xml_make_element. this new function name can change if it sucks.
2) many various fixes. createxml and runxml work now.
3) doc updates.
4) GstSignalObject is stil broken. i have no idea what it's supposed to do.
20 files changed:
docs/manual/highlevel-xml.xml
docs/manual/xml.xml
examples/autoplug/autoplug.c
examples/mixer/mixer.c
examples/xml/createxml.c
examples/xml/runxml.c
gst/gstbin.c
gst/gstelement.c
gst/gstelement.h
gst/gstobject.c
gst/gstqueue.c
gst/gstxml.c
gst/gstxml.h
plugins/elements/gstqueue.c
tests/old/examples/autoplug/autoplug.c
tests/old/examples/mixer/mixer.c
tests/old/examples/xml/createxml.c
tests/old/examples/xml/runxml.c
tests/sched/dynamic-pipeline.c
tools/gst-launch.c