X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_factory.h;h=29dc62a9fef1b3e41bbc49c57a0c326090a67069;hb=d5d878221c3123ef1d3a335dbc2b1878b3fdb983;hp=cd0dc7fb98ee9dbe1e6ae053e97b0742dd8bd650;hpb=7adc0cb10f3df24037ef573579d719f2e3cdf2a7;p=melted diff --git a/src/framework/mlt_factory.h b/src/framework/mlt_factory.h index cd0dc7f..29dc62a 100644 --- a/src/framework/mlt_factory.h +++ b/src/framework/mlt_factory.h @@ -43,10 +43,10 @@ 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( );