diff options
author | shadlaws <shad@shadlaws.com> | 2012-12-18 15:58:13 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2012-12-18 15:58:13 +0100 |
commit | ce68177ba0dc27010435e55b79cbea453751f8ee (patch) | |
tree | 90abf82dfadf5bf4c79233798efca1aaafb51963 /modules/gallery/module.info | |
parent | f2a32526be0a307005052105ed09bc337e29d333 (diff) |
[#1928 - Make thumbnail generation more flexible for movies (graphics and movie helpers)]
- graphics helper: add movie_extract_frame event to generate function
(allows modules to add to the options sent to movie::extract_frame or to
generate the thumbnail on their own without movie::extract_frame)
- movie helper: add extra optional argument to movie::extract_frame
(can add ffmpeg arguments and/or change the frame extract time)
- gallery_installer: add movie_extract_time module variable, update to v53
- module.info: update to v53
- install.sql: update to v53
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index faefd663..64cad0a7 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,6 +1,6 @@ name = "Gallery 3" description = "Gallery core application" -version = 52 +version = 53 author_name = "Gallery Team" author_url = "http://codex.gallery2.org/Gallery:Team" info_url = "http://codex.gallery2.org/Gallery3:Modules:gallery" |