gstreamer/editor
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
..
pixmaps Fixed makefiles for docs 2001-01-02 02:16:24 +00:00
.gitignore updated .cvsignores 2000-02-15 00:32:00 +00:00
editor.c Pending editor changes. fixes for autoplug of elementary MPEG1 video streams make sure mp3 types get compiled videosi... 2000-12-28 02:51:07 +00:00
editor.dia Added the autoplugger. some .dia drawings of the objects the autoplug test program. 2000-12-19 13:44:23 +00:00
editor.glade Lots of editor changes: 2000-12-25 01:33:06 +00:00
editor.ts Lots of editor changes: 2000-12-25 01:33:06 +00:00
editorelement.glade initial checkin 2000-01-30 10:44:33 +00:00
gsteditor.c Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditor.h Pending editor changes. fixes for autoplug of elementary MPEG1 video streams make sure mp3 types get compiled videosi... 2000-12-28 02:51:07 +00:00
gsteditorbin.c Pending editor changes. fixes for autoplug of elementary MPEG1 video streams make sure mp3 types get compiled videosi... 2000-12-28 02:51:07 +00:00
gsteditorcanvas.c Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditorconnection.c Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditorconnection.h Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditorcreate.c Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditorcreate.h Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditorelement.c Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat... 2001-01-19 09:37:32 +00:00
gsteditorimage.c Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat... 2001-01-19 09:37:32 +00:00
gsteditorimage.h Initial work for the new editor. 2000-10-01 21:46:33 +00:00
gsteditorpad.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gsteditorpad.h Initial work for the new editor. 2000-10-01 21:46:33 +00:00
gsteditorpadtemplate.c Added a missing file... 2000-12-29 03:05:47 +00:00
gsteditorpalette.c Major cleanup of the latest ghostpad changes. Fixed everything that broke, correctly. Someone will want to go updat... 2001-01-19 09:37:32 +00:00
gsteditorpalette.h Pending editor changes. fixes for autoplug of elementary MPEG1 video streams make sure mp3 types get compiled videosi... 2000-12-28 02:51:07 +00:00
gsteditorproject.c This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
gsteditorproject.h Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditorprojectview.c Fixes for gsteditor/gstplay install/build fixed typo in random/eos added num_buffers property to fakesrc 2001-01-02 01:44:53 +00:00
gsteditorproperty.c Display what the type of an element is, as the first thing in the properties box. 2001-01-08 20:15:25 +00:00
gsteditorproperty.h Lots of editor changes: 2000-12-25 01:33:06 +00:00
gstelementselect.c Brand new source, the cdparanoia source. Reads audio data from a CD, writes out raw audio. The tests/paranoia.c pro... 2000-12-12 06:49:26 +00:00
gstelementselect.h initial checkin 2000-01-30 10:44:33 +00:00
Makefile.am 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