gstreamer/editor
wrobell 08eaa11259 - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui...
Original commit message from CVS:
- added playondemand plugin by Leif Morgan Johnson <lmjohns3@eos.ncsu.edu>
- some fixes to int2float
- aplied a patch from wrobell <wrobell@ite.pl> that is a first attempt at
making automake 1.5 happy (gst now requires automake1.5). It's still not
perfect but it builds.
- Made the schedulers plugable. The default scheduler now lives inside a
plugin.
- Added a new mpeg1/2 parser/demuxer.
- Fixed some compiler warnings in the core libs.
- substantial work to GstThread (hopefully less race conditions). simplified
the code in GstThread a bit. A state change can now also happen in the
thread context.
- reworked the state semantics of a bin. it'll now automatically get the
highest state of its children.
- the autoplugger now nests the threads so that a state change failure of
one thread doesn't make its upstream thread lock.
- GstQueue refuses to go to PLAYING if the sinkpad is not connected. This
way the queue will not wedge in the _get lock.
- GstQueue unlocks its mutexes when going to PAUSED.
- make sure that when all elements in a bin/thread go to PAUSED, the bin
is set to PAUSED too.
- make a parent bin wait for its children to PAUSE before ending the
iteration with FALSE (EOS)
- Some changes to GstPlay to deal with EOS.
- aplied the latest patch from Zeenix to gstrtp.

end result: GstPlay doesn't crash on EOS and the pipeline is now shut down
properly.
2001-12-04 22:12:50 +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 modifications to the plugin system. 2001-08-21 20:16:48 +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 merge from EVENTS1 on 20011016 2001-10-17 10:21:27 +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 Lots of modifications to the plugin system. 2001-08-21 20:16:48 +00:00
gsteditorproperty.h Lots of editor changes: 2000-12-25 01:33:06 +00:00
gstelementselect.c Lots of modifications to the plugin system. 2001-08-21 20:16:48 +00:00
gstelementselect.h initial checkin 2000-01-30 10:44:33 +00:00
Makefile.am - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00