emotion supports mov, make template edje more efficient.

* add .mov as supported extension.
 * disable mouse events and smooth scale, hint scale as dynamic.



SVN revision: 41375
This commit is contained in:
Gustavo Sverzut Barbieri 2009-07-16 23:13:16 +00:00
parent ebcc27e426
commit 658d39dac8
2 changed files with 4 additions and 1 deletions

View File

@ -340,7 +340,7 @@ _generate_thumb(Ethumb *e)
EAPI Ethumb_Plugin *
ethumb_plugin_get(void)
{
static const char *extensions[] = { "avi", "mp4", "ogv", NULL };
static const char *extensions[] = { "avi", "mp4", "ogv", "mov", NULL };
static Ethumb_Plugin plugin =
{
extensions,

View File

@ -7,8 +7,11 @@ collections {
part {
name: "image";
type: IMAGE;
mouse_events: 0;
description {
state: "default" 0.0;
fill.smooth: 0;
image.scale_hint: DYNAMIC;
}
}
}