Changeset 20492 for extensions


Ignore:
Timestamp:
2009-09-03T16:04:04+12:00 (15 years ago)
Author:
max
Message:

Don't add the original video file as associated file anymore. Keep the same name for the MP4 streaming video file used for each video clip.

Location:
extensions/gsdl-video/trunk/perllib/plugins
Files:
2 edited

Legend:

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

    r20346 r20492  
    10061006    #add the metadata for the resulting file that should be open inside the flash video player
    10071007    $doc_obj->add_utf8_metadata ($section, "streamablevideo", $streamable_url_safe);
    1008     $doc_obj->associate_file($oflash_filename,$oflash_file,"video/mp4",
     1008    $doc_obj->associate_file($oflash_filename,"VideoStream.mp4","video/mp4",
    10091009                 $section);
    10101010    }
  • extensions/gsdl-video/trunk/perllib/plugins/VideoPlugin.pm

    r20347 r20492  
    516516    $doc_obj->add_metadata ($section, "srcicon", "[VideoType]");
    517517
    518     # Add the image as an associated file
    519     $doc_obj->associate_file($filename,$file,"video/$type",$section);
     518    # Add the original file as an associated file
     519    # $doc_obj->associate_file($filename,$file,"video/$type",$section);
    520520
    521521
Note: See TracChangeset for help on using the changeset viewer.