better propogating of producer and transition properties to the frame in pango and...
[melted] / src / inigo / inigo.c
index 29465db..5fd647a 100644 (file)
@@ -27,6 +27,8 @@ mlt_producer create_producer( char *file )
                result = mlt_factory_producer( "pixbuf", file );
        else if ( strstr( file, ".png" ) )
                result = mlt_factory_producer( "pixbuf", file );
+       else if ( strstr( file, ".txt" ) )
+               result = mlt_factory_producer( "pango", file );
 
        // 2nd Line fallbacks
        if ( result == NULL && strstr( file, ".dv" ) )