WebM format is not supported in RSA branch.
authorKamil Lysik <k.lysik@partner.samsung.com>
Tue, 25 Jun 2013 11:01:41 +0000 (13:01 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 2 Jul 2013 11:49:57 +0000 (11:49 +0000)
[Title] WebM format is not supported in RSA branch.
[Issue#] HTML5-54
[Problem] Supported HTML5 feature in Youtube, try to play video. Video is not displayed.
[Solution] Remove video/webm from mimeTypeCache

Change-Id: I4fd679e8f8890b3f735143ae2a30dbb100887f80

Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

index b23a085..3dab194 100755 (executable)
@@ -2010,7 +2010,9 @@ static HashSet<String> mimeTypeCache()
         "video/ogg",
         "video/quicktime",
         "video/vivo",
+#if !ENABLE(TIZEN_GSTREAMER_VIDEO)
         "video/webm",
+#endif
         "video/x-cdxa",
         "video/x-dirac",
         "video/x-dv",