gstreamer/examples
Wim Taymans 1a5cfae0f6 Added a first attempt for XML embedding in the main core XML.
Original commit message from CVS:
Added a first attempt for XML embedding in the main core XML.
Objects will emit a signal that a user app can connect to in order to
insert its XML into the tree.
You can catch the object_loaded signal in GstXML to parse the user
supplied XML data in the stream. The object_loaded signal is implemented
with a custom made class signal. All GstObject classes now automatically
create a GstSignalObject that serves as a proxy to the user app when an
object is loaded. All objects are currently responsible to emit the
class signal themselves.
runxml and createxml serve as an example how the XML hooks can be used to
insert and retrieve custom XML tags.
2001-01-30 23:53:04 +00:00
..
autoplug Added the typefind example from the manual 2001-01-17 00:01:48 +00:00
helloworld 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
helloworld2 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
launch Fix launch so that it can play a list of files, now that EOS works enough. (It needs to not have to restart gstreamer... 2001-01-22 23:39:23 +00:00
plugins Lots of plugins fixes where the parentage macros were replaced with the correct gst_*_get_parent. 2001-01-29 23:50:29 +00:00
queue 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
queue2 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
queue3 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
queue4 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
thread 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
typefind Oops 2001-01-17 07:43:13 +00:00
xml Added a first attempt for XML embedding in the main core XML. 2001-01-30 23:53:04 +00:00
Makefile.am Move plugin example code to new location, and put it into build system. 2001-01-08 23:55:27 +00:00