X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_factory.h;h=29dc62a9fef1b3e41bbc49c57a0c326090a67069;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=d9279e5beb3f77c7e9c4647e3016cc6962b68d69;hpb=14cd5766946da2f7ffd1e3dcc88555b24f6d20a1;p=melted diff --git a/src/framework/mlt_factory.h b/src/framework/mlt_factory.h index d9279e5..29dc62a 100644 --- a/src/framework/mlt_factory.h +++ b/src/framework/mlt_factory.h @@ -43,11 +43,12 @@ extern const char *mlt_factory_directory( ); extern char *mlt_environment( const char *name ); extern int mlt_environment_set( const char *name, const char *value ); extern mlt_properties mlt_factory_event_object( ); -extern mlt_producer mlt_factory_producer( mlt_profile profile, const char *name, void *input ); -extern mlt_filter mlt_factory_filter( mlt_profile profile, const char *name, void *input ); -extern mlt_transition mlt_factory_transition( mlt_profile profile, const char *name, void *input ); -extern mlt_consumer mlt_factory_consumer( mlt_profile profile, const char *name, void *input ); +extern mlt_producer mlt_factory_producer( mlt_profile profile, const char *name, const void *input ); +extern mlt_filter mlt_factory_filter( mlt_profile profile, const char *name, const void *input ); +extern mlt_transition mlt_factory_transition( mlt_profile profile, const char *name, const void *input ); +extern mlt_consumer mlt_factory_consumer( mlt_profile profile, const char *name, const void *input ); extern void mlt_factory_register_for_clean_up( void *ptr, mlt_destructor destructor ); extern void mlt_factory_close( ); +extern mlt_properties mlt_global_properties( ); #endif