[frogr] Added list of supported video extensions and mime types
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Added list of supported video extensions and mime types
- Date: Sun, 4 Nov 2012 21:46:57 +0000 (UTC)
commit 11ce51fd1d8380cad270417a1daa9b5914d3615b
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Sat Nov 3 13:33:43 2012 +0100
Added list of supported video extensions and mime types
src/frogr-util.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/src/frogr-util.c b/src/frogr-util.c
index 5d685a6..d7fe2c3 100644
--- a/src/frogr-util.c
+++ b/src/frogr-util.c
@@ -363,6 +363,13 @@ frogr_util_get_supported_files (void)
"*.[pP][nN][gG]",
"*.[bB][mM][pP]",
"*.[gG][iI][fF]",
+ "*.[mM][pP]4",
+ "*.[mM][oO][vV]",
+ "*.[qQ][tT]",
+ "*.[mM][pP][eE]",
+ "*.[mM][pP][eE][gG]",
+ "*.[mM][pP][gG]",
+ "*.avi",
NULL
};
#else
@@ -372,6 +379,10 @@ frogr_util_get_supported_files (void)
"image/png",
"image/bmp",
"image/gif",
+ "video/mpeg",
+ "video/mp4",
+ "video/quicktime",
+ "video/x-msvideo",
NULL
};
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]