Ignore:
Timestamp:
2008-07-14T14:57:38+12:00 (16 years ago)
Author:
kjdon
Message:

global block pass: read_block is no more, use can_process_this_file to see whether a file is for us or not. extra arg (block_hash) to read, read_into_doc_obj, metadata_read etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/OggVorbisPlugin.pm

    r15911 r16392  
    8686    my ($pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli) = @_;
    8787
    88     my ($filename_full_path, $filename_no_path) = $self->get_full_filenames($base_dir, $file);
     88    my ($filename_full_path, $filename_no_path) = &util::get_full_filenames($base_dir, $file);
    8989    # do something about OIDtype so no hashing
    9090     
Note: See TracChangeset for help on using the changeset viewer.