gstreamer/editor
Wim Taymans b38d9a945b A rather large patch:
Original commit message from CVS:
A rather large patch:
- changed the API for the padtemplates:
- remove the factories (array of pointers) for the padtemplates,
properties and caps. The static array was a nice idea but converting
all the property values to a gpointer was not a good idea.
float properties were not possible, and casting a gint to a pointer
is not very portable. The new API just uses the _padtemplate_new,
_caps_new and _props_new functions to create the templates.
This has the added benefit that the API is now uniform for static
and dynamic templates and that the code can be made cleaner.
- lots of cleanups in the way the capabilities are constructed (va_list)
- lots of updates for all the plugins (new API)
- docs updates (new API)
- removed the videoraw docs.
2001-04-14 18:56:37 +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.1 Added man pages. 2001-03-16 01:06:50 +00:00
gsteditor.c Lots of editor changes: 2000-12-25 01:33:06 +00:00
gsteditor.h Merged the AUTOPLUG2 branch 2001-03-07 21:52:56 +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 A rather large patch: 2001-04-14 18:56:37 +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 Added man pages. 2001-03-16 01:06:50 +00:00