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 636735 - Gstreamer can't play WebM container with VP8 codec
Gstreamer can't play WebM container with VP8 codec
Status: RESOLVED DUPLICATE of bug 636353
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.25
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-08 03:08 UTC by sunshine_uyl
Modified: 2010-12-08 10:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log file (31.92 KB, text/plain)
2010-12-08 10:22 UTC, sunshine_uyl
Details

Description sunshine_uyl 2010-12-08 03:08:11 UTC
I can't play the attached video file (WebM container with VP8 codec) usning GStreamer 0.10.30. Please help to solve it. Thanks!
Comment 1 Fabio Durán Verdugo 2010-12-08 05:33:27 UTC
here have a test, can you reproduce this
http://www.quavlive.com/video_codec_comparison
Comment 2 sunshine_uyl 2010-12-08 10:22:33 UTC
Created attachment 176049 [details]
log file
Comment 3 sunshine_uyl 2010-12-08 10:25:46 UTC
Dear Fabio,

     Thanks for your suggestion. But after I replace gst-plugins-bad/vp8/ext/*.* with files got from http://www.quavlive.com/video_codec_comparison. The following log is shown in log file. 
gsturidecodebin.c:712:unknown_type_cb: warning: No decoder available for type 'video/x-vp8, width=(int)640, height=(int)480, framerate=(fraction)699999997/23333333'.

Do I need to replace more files?

Sunshine_uyl
Comment 4 Tim-Philipp Müller 2010-12-08 10:30:50 UTC
sunshine_uyl: please don't abuse bugzilla. Bugzilla is for bugs, not a support forum. You have been told this before in bug #636353.

This is exactly the same issue:

12-08 18:12:56.991 W/GstPlayer(  552): [730], WARN      gsturidecodebin.c:712:unknown_type_cb: warning: No decoder available for type 'video/x-vp8, width=(int)640, height=(int)480, framerate=(fraction)699999997/23333333'.
12-08 18:12:57.031 W/GstPlayer(  552): [730], WARN      gstdecodebin2.c:3080:gst_decode_bin_expose: No suitable plugins found
12-08 18:12:57.031 W/GstPlayer(  552): [730], WARN      gstdecodebin2.c:3082:gst_decode_bin_expose: error: no suitable plugins found

You need to install a suitable decoder. GStreamer plays WebM/VP8 streams just fine, as you can easily verify using any up-to-date distro.

*** This bug has been marked as a duplicate of bug 636353 ***