GNOME Bugzilla – Bug 619102
[PATCH] WebM typefinder
Last modified: 2010-05-19 17:25:55 UTC
Created attachment 161467 [details] [review] typefind: Detect WebM as video/webm http://www.webmproject.org/ Opera's WebM/VP8 support is based on GStreamer. Here are the patches. See also branch RELEASE-0.10.29+VP8 from git://sourcecode.opera.com/gstreamer/gst-plugins-base.git Merging that branch would be less work than applying the patches manually. Even if you don't like every line of code, it would be appreciated if you can take the patches as they are and then apply fixes/reverts on top of that. This would greatly simplify our later rebasing. After taking this patch, you may want to look at getting the "GStreamer: Coming Soon" part of http://www.webmproject.org/tools/ fixed.
commit 3762cfd3d7127a9dfb63648a6ce4331982e7604d Author: Philip Jägenstedt <philipj@opera.com> Date: Mon May 10 05:53:22 2010 +0200 typefind: Detect WebM as video/webm Refactor matroska_type_find into ebml_check_header and a new matroska_type_find and webm_type_find.