X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Finigo%2Finigo.c;h=698908e7f6acdc4fa349e7dd08b9134c7243a7c1;hb=f4963a6aa07644399b273b5d2b1f9299c9047414;hp=64638d23f166499dc0606889202564490ba2420d;hpb=aba19c50ede7624c2c01838488b5a0d84d1a8016;p=melted diff --git a/src/inigo/inigo.c b/src/inigo/inigo.c index 64638d2..698908e 100644 --- a/src/inigo/inigo.c +++ b/src/inigo/inigo.c @@ -265,7 +265,7 @@ static void transport( mlt_producer producer, mlt_consumer consumer ) } } -static void query_metadata( mlt_repository repo, mlt_service_type type, char *typestr, char *id ) +static void query_metadata( mlt_repository repo, mlt_service_type type, const char *typestr, char *id ) { mlt_properties metadata = mlt_repository_metadata( repo, type, id ); if ( metadata ) @@ -283,7 +283,7 @@ static void query_metadata( mlt_repository repo, mlt_service_type type, char *ty static void query_services( mlt_repository repo, mlt_service_type type ) { mlt_properties services = NULL; - char *typestr = NULL; + const char *typestr = NULL; switch ( type ) { case consumer_type: