Index: mythplugins/mythgallery/mythgallery/galleryutil.cpp
===================================================================
--- mythplugins/mythgallery/mythgallery/galleryutil.cpp	(revision 24894)
+++ mythplugins/mythgallery/mythgallery/galleryutil.cpp	(working copy)
@@ -72,6 +72,8 @@
     QStringList filt;
     filt.push_back("*.avi");
     filt.push_back("*.AVI");
+    filt.push_back("*.mp4");
+    filt.push_back("*.MP4");
     filt.push_back("*.mpg");
     filt.push_back("*.MPG");
     filt.push_back("*.mpeg");

