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 466221 - Doesn't play "video/sp5x" videos
Doesn't play "video/sp5x" videos
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-13 12:15 UTC by Bastien Nocera
Modified: 2007-08-14 14:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Img_002.avi (862.38 KB, application/octet-stream)
2007-08-13 12:16 UTC, Bastien Nocera
Details

Description Bastien Nocera 2007-08-13 12:15:20 UTC
FFMPEG supports it, and mplayer can play it.

File attached, supporting it should be pretty straight-forward.
Comment 1 Bastien Nocera 2007-08-13 12:16:59 UTC
Created attachment 93567 [details]
Img_002.avi

Originally from:
http://article.gmane.org/gmane.comp.video.xine.devel/17314
Comment 2 Edward Hervey 2007-08-14 14:30:17 UTC
Fixed in cvs, the rank of that decoder for some reason was set to GST_RANK_NONE, which stopped decodebin/playbin from auto-plugging it.

2007-08-14  Edward Hervey  <edward@fluendo.com>

        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
        Don't set rank of sp5x video decoder to NONE.
        Fixes #466221
        Re-order the cases of the switch statement so that the default case
        is last.