X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_repository.c;h=c843ecb2f4d9cfeadd10006e81b573c347180c58;hb=a6e713dda24ecfa8d1432342a8f0a49b48941598;hp=d4241e2bacfab8976fcb5cdef4bbf20a4fa73b0c;hpb=a21d72f3cb13944a0949b6ecd61844c26c7bd291;p=melted diff --git a/src/framework/mlt_repository.c b/src/framework/mlt_repository.c index d4241e2..c843ecb 100644 --- a/src/framework/mlt_repository.c +++ b/src/framework/mlt_repository.c @@ -208,7 +208,7 @@ static mlt_properties get_service_properties( mlt_repository this, mlt_service_t * \param input an optional argument to the service constructor */ -void *mlt_repository_create( mlt_repository this, mlt_profile profile, mlt_service_type type, const char *service, void *input ) +void *mlt_repository_create( mlt_repository this, mlt_profile profile, mlt_service_type type, const char *service, const void *input ) { mlt_properties properties = get_service_properties( this, type, service ); if ( properties != NULL )