add MltProfile and update examples
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 2 Feb 2008 09:05:43 +0000 (09:05 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 2 Feb 2008 09:05:43 +0000 (09:05 +0000)
commit2085323abc65a3325b4e9f1a9733dcf126756862
tree406f57f8c71c1a8e91e521aca01f830f247ff5e8
parent9d109a9d7b686b816aa70f1befc55801bffe261f
add MltProfile and update examples

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1054 d19143bc-622f-0410-bfdd-b5b2a6649095
33 files changed:
mlt++/src/Makefile
mlt++/src/Mlt.h
mlt++/src/MltConsumer.cpp
mlt++/src/MltConsumer.h
mlt++/src/MltFactory.cpp
mlt++/src/MltFactory.h
mlt++/src/MltFilter.cpp
mlt++/src/MltFilter.h
mlt++/src/MltFilteredConsumer.cpp
mlt++/src/MltFilteredConsumer.h
mlt++/src/MltFilteredProducer.cpp
mlt++/src/MltFilteredProducer.h
mlt++/src/MltProducer.cpp
mlt++/src/MltProducer.h
mlt++/src/MltProfile.cpp [new file with mode: 0644]
mlt++/src/MltProfile.h [new file with mode: 0644]
mlt++/src/MltPushConsumer.cpp
mlt++/src/MltPushConsumer.h
mlt++/src/MltService.cpp
mlt++/src/MltService.h
mlt++/src/MltTractor.cpp
mlt++/src/MltTractor.h
mlt++/src/MltTransition.cpp
mlt++/src/MltTransition.h
mlt++/swig/mltpp.i
mlt++/swig/perl/play.pl
mlt++/swig/python/play.py
mlt++/swig/ruby/miracle.rb
mlt++/swig/ruby/play.rb
mlt++/swig/ruby/thumbs.rb
mlt++/swig/tcl/play.tcl
mlt++/test/play.cpp
mlt++/test/server.cpp