aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_image/video_image.module
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2009-07-25 03:23:54 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2009-07-25 03:23:54 +0000
commit046ee9afa7460771d51a97f377e1bbda7b66d173 (patch)
tree3a3a29ec611d63614b82437fbc8f303c03e243c6 /plugins/video_image/video_image.module
parent8f1f6e3d94558ca076b3d93f2a36e262f9dbd8ae (diff)
downloadvideo-046ee9afa7460771d51a97f377e1bbda7b66d173.tar.gz
video-046ee9afa7460771d51a97f377e1bbda7b66d173.tar.bz2
Updating TODO and author
Diffstat (limited to 'plugins/video_image/video_image.module')
-rw-r--r--plugins/video_image/video_image.module10
1 files changed, 7 insertions, 3 deletions
diff --git a/plugins/video_image/video_image.module b/plugins/video_image/video_image.module
index 42377d7..8ea5945 100644
--- a/plugins/video_image/video_image.module
+++ b/plugins/video_image/video_image.module
@@ -5,10 +5,14 @@
* Enable image support for video module.
*
* @author Fabio Varesano <fvaresano at yahoo dot it>
- * porting to Drupal 6
- * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw@gmail.com>
+ * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw at gmail dot com>
* @author Glen Marianko Twitter@demoforum <glenm at demoforum dot com>
* @todo
+ * 1. Add jQuery support
+ * 2. Add styles to thumbnail
+ * 3. Add imagecache support
+ * 4. Overlay a play button
+ * 5. Capturing video support (To get set of captured thumbnails with time)
*/
@@ -46,7 +50,7 @@ function video_image_menu() {
* Implementation of hook_perm
*/
//GMM: define positions in perm array to reference later (without misspellings :)
- define('OVERRIDE_IMAGE', 0);
+define('OVERRIDE_IMAGE', 0);
function video_image_perm() {
$array = array('override autothumbnailing using uploaded image');
return $array;