Closed (fixed)
Project:
Video
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 17:39 UTC
Updated:
12 May 2010 at 13:34 UTC
Jump to comment: Most recent file
I am using the resolution helper and the play time helper of the ffmpeg plugin. They are invoked from video_submit in video.module. As far as I can see, this function is never called. Perhaps adding a #submit element to the form pointing to video_submit?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | video_autosize.patch | 2.93 KB | bkat |
Comments
Comment #1
bkat commentedI'm not very knowledgeable with forms but I'm experiencing the same issue. I do see that hook_submit() does not exist in drupal 6 so it does appear that some reworking of the forms is in order.
Comment #2
bkat commentedHere's a patch that is working for me. The main thing is to call video_submit() from video_nodeapi when $op is 'presave'
I also fixed up some functions with the references in their parameter signatures that cause issues on php 5.3.
Comment #3
iLLin commented