After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619102 - [PATCH] WebM typefinder
[PATCH] WebM typefinder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.29
Other Linux
: Normal normal
: 0.10.30
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-19 16:05 UTC by Philip Jägenstedt
Modified: 2010-05-19 17:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
typefind: Detect WebM as video/webm (4.58 KB, patch)
2010-05-19 16:05 UTC, Philip Jägenstedt
committed Details | Review

Description Philip Jägenstedt 2010-05-19 16:05:27 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.
Comment 1 Sebastian Dröge (slomo) 2010-05-19 17:25:49 UTC
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.