typefind: only associate .webm with WebM
authorPhilip Jägenstedt <philipj@opera.com>
Thu, 8 Jul 2010 14:11:12 +0000 (16:11 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 16 Jul 2010 15:40:45 +0000 (17:40 +0200)
.weba (audio) and .webv (video) were speculation on my part before
the public launch. As of yet no decision has been made on the
file extension for audio-only WebM, and I'm pretty sure there will
never be one for video-only.

Fixes bug #623837.

gst/typefind/gsttypefindfunctions.c

index 07d8747..a95e8f6 100644 (file)
@@ -3905,7 +3905,7 @@ plugin_init (GstPlugin * plugin)
   static const gchar *bmp_exts[] = { "bmp", NULL };
   static const gchar *tiff_exts[] = { "tif", "tiff", NULL };
   static const gchar *matroska_exts[] = { "mkv", "mka", NULL };
-  static const gchar *webm_exts[] = { "webm", "weba", "webv", NULL };
+  static const gchar *webm_exts[] = { "webm", NULL };
   static const gchar *mve_exts[] = { "mve", NULL };
   static const gchar *dv_exts[] = { "dv", "dif", NULL };
   static const gchar *amr_exts[] = { "amr", NULL };