Ignore:
Timestamp:
2009-07-17T10:19:54+12:00 (15 years ago)
Author:
davidb
Message:

Some minor tweaks to better align the audio and video plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gsdl-video/trunk/perllib/plugins/VideoPlugin.pm

    r19828 r20003  
    602602    my ($pluginfo, $base_dir, $file, $block_hash, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
    603603
     604    $self->{'media_type'} = "video";
     605
    604606    my ($rv,$doc_obj) = $self->SUPER::read_into_doc_obj(@_);
    605607
     
    624626    }
    625627   
     628    $self->{'media_type'} = undef;
     629
    626630    return ($rv,$doc_obj);
    627631}
Note: See TracChangeset for help on using the changeset viewer.