Changeset 20492
- Timestamp:
- 2009-09-03T16:04:04+12:00 (14 years ago)
- Location:
- extensions/gsdl-video/trunk/perllib/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gsdl-video/trunk/perllib/plugins/VideoConverter.pm
r20346 r20492 1006 1006 #add the metadata for the resulting file that should be open inside the flash video player 1007 1007 $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", 1009 1009 $section); 1010 1010 } -
extensions/gsdl-video/trunk/perllib/plugins/VideoPlugin.pm
r20347 r20492 516 516 $doc_obj->add_metadata ($section, "srcicon", "[VideoType]"); 517 517 518 # Add the image as an associated file519 $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); 520 520 521 521
Note:
See TracChangeset
for help on using the changeset viewer.