X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2Fsrc%2FMltService.h;fp=mlt%2B%2B%2Fsrc%2FMltService.h;h=69dd9894721d8204ac52ed391cb0788c46cc8496;hb=3723979ad22879a279252dea99bda209b480d57e;hp=0e5af048f4d75636b6e5bc3aca64bf63c300520c;hpb=abc4d14957a257a91fcab8177d91d5a067450afd;p=melted diff --git a/mlt++/src/MltService.h b/mlt++/src/MltService.h index 0e5af04..69dd989 100644 --- a/mlt++/src/MltService.h +++ b/mlt++/src/MltService.h @@ -42,6 +42,8 @@ namespace Mlt Service( mlt_service service ); virtual ~Service( ); virtual mlt_service get_service( ); + void lock( ); + void unlock( ); mlt_properties get_properties( ); int connect_producer( Service &producer, int index = 0 ); Service *consumer( );