Changeset 36207 for gs2-extensions


Ignore:
Timestamp:
2022-05-24T10:06:44+12:00 (2 years ago)
Author:
davidb
Message:

Changed to use new inheritance hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/perllib/plugins/MultimediaPlugin.pm

    r28369 r36207  
    3434use gsprintf;
    3535
    36 use BasePlugin;
     36use BaseImporter;
    3737
    3838sub BEGIN {
    39     @MultimediaPlugin::ISA = ('BasePlugin');
     39    @MultimediaPlugin::ISA = ('BaseImporter');
    4040
    4141    if (!defined $ENV{'GEXTVIDEO'}) {
     
    8888    push(@{$hashArgOptLists->{"OptList"}},$options);
    8989
    90     my $self = new BasePlugin($pluginlist, $inputargs, $hashArgOptLists);
     90    my $self = new BaseImporter($pluginlist, $inputargs, $hashArgOptLists);
    9191
    9292    # Check that ffmpeg is installed and available on the path (except for Windows 95/98)
Note: See TracChangeset for help on using the changeset viewer.