Loading and saving of XML pipeline descriptions.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 27 Sep 2000 19:33:10 +0000 (19:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 27 Sep 2000 19:33:10 +0000 (19:33 +0000)
commit4e7f031df7bc6c6f9bd29c8ad1bb0fd92dc5cf62
treef2dd3112337e6d8b89873a3ef0e6a321b6abeeee
parent9fec44e1c53ee29cb37be4ae33b00e6fabc9ca44
Loading and saving of XML pipeline descriptions.

Original commit message from CVS:
Loading and saving of XML pipeline descriptions.
GladeXML like operation implemented (you can retrieve parts of a pipeline)
16 files changed:
examples/xml/createxml.c
examples/xml/runxml.c
gst/Makefile.am
gst/elements/gstaudiosink.c
gst/gstbin.c
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstpad.c
gst/gstpad.h
gst/gstthread.c
gst/gstxml.c
gst/gstxml.h
plugins/elements/gstaudiosink.c
tests/old/examples/xml/createxml.c
tests/old/examples/xml/runxml.c