X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.h;h=b6576ecc523179cc85b417f0c559f66530518f74;hb=2af8bb9f6a61f6510aab8f45abf5f26e9e619c78;hp=28a6071b786ea9699ead97cfc7c770620d096932;hpb=661165812e3410fe2f6f49d7af882b36a0efcf82;p=melted diff --git a/src/framework/mlt_tractor.h b/src/framework/mlt_tractor.h index 28a6071..b6576ec 100644 --- a/src/framework/mlt_tractor.h +++ b/src/framework/mlt_tractor.h @@ -25,6 +25,8 @@ extern mlt_tractor mlt_tractor_init( ); extern mlt_service mlt_tractor_service( mlt_tractor this ); +extern mlt_producer mlt_tractor_producer( mlt_tractor this ); +extern mlt_properties mlt_tractor_properties( mlt_tractor this ); extern int mlt_tractor_connect( mlt_tractor this, mlt_service service ); extern void mlt_tractor_close( mlt_tractor this );