gst-plugins-base-0.10.15 decodebin cannot play MP3 files with ID3 tags; 0.10.15
is fine.
Reproducible: Always
Steps to Reproduce:
1. Install gst-plugins-base-0.10.15
2. Try to play a MP3 file with ID3 tags using gst-launch-0.10 -v playbin
uri=file:///home/canek/song.mp3
3. gst-launch-0.10 cannot play the MP3 file
Actual Results:
The program fails with the following error:
Setting pipeline to PAUSED ...
/playbin0/decodebin0/typefind.src: caps = application/x-id3
Pipeline is PREROLLING ...
/playbin0/decodebin0/id3demux0.sink: caps = application/x-id3
ERROR: from element /playbin0/source: Internal data flow error.
Additional debug info:
gstbasesrc.c(2099): gst_base_src_loop (): /playbin0/source:
streaming task paused, reason error (-5)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/playbin0/decodebin0/id3demux0.src: caps = NULL
/playbin0/decodebin0/id3demux0.sink: caps = NULL
/playbin0/decodebin0/typefind.src: caps = NULL
Expected Results:
It should play the MP3 file without problems.
I have the following GStreamer plugins:
media-libs/gst-plugins-bad-0.10.5
media-libs/gst-plugins-base-0.10.15
media-libs/gst-plugins-good-0.10.6
media-libs/gst-plugins-ugly-0.10.6
media-plugins/gst-plugins-a52dec-0.10.6
media-plugins/gst-plugins-alsa-0.10.14
media-plugins/gst-plugins-amrnb-0.10.6
media-plugins/gst-plugins-amrwb-0.10.5
media-plugins/gst-plugins-annodex-0.10.6
media-plugins/gst-plugins-cdio-0.10.6
media-plugins/gst-plugins-cdparanoia-0.10.14
media-plugins/gst-plugins-dv-0.10.6
media-plugins/gst-plugins-dvdread-0.10.6
media-plugins/gst-plugins-faac-0.10.5
media-plugins/gst-plugins-faad-0.10.5
media-plugins/gst-plugins-ffmpeg-0.10.2
media-plugins/gst-plugins-flac-0.10.6
media-plugins/gst-plugins-fluendo-mpegdemux-0.10.4
media-plugins/gst-plugins-gconf-0.10.6
media-plugins/gst-plugins-gnomevfs-0.10.14
media-plugins/gst-plugins-jpeg-0.10.6
media-plugins/gst-plugins-ladspa-0.10.5
media-plugins/gst-plugins-lame-0.10.6
media-plugins/gst-plugins-libmms-0.10.5
media-plugins/gst-plugins-libpng-0.10.6
media-plugins/gst-plugins-libvisual-0.10.14
media-plugins/gst-plugins-mad-0.10.6
media-plugins/gst-plugins-mpeg2dec-0.10.6
media-plugins/gst-plugins-musepack-0.10.5
media-plugins/gst-plugins-neon-0.10.5
media-plugins/gst-plugins-ogg-0.10.14
media-plugins/gst-plugins-opengl-0.10.5
media-plugins/gst-plugins-pango-0.10.14
media-plugins/gst-plugins-pitfdll-0.10.0_pre20070321
media-plugins/gst-plugins-pulse-0.9.5
media-plugins/gst-plugins-raw1394-0.10.6
media-plugins/gst-plugins-shout2-0.10.6
media-plugins/gst-plugins-sidplay-0.10.6
media-plugins/gst-plugins-speex-0.10.6
media-plugins/gst-plugins-taglib-0.10.6-r1
media-plugins/gst-plugins-theora-0.10.14
media-plugins/gst-plugins-v4l-0.10.15
media-plugins/gst-plugins-v4l2-0.10.6
media-plugins/gst-plugins-vorbis-0.10.14
media-plugins/gst-plugins-wavpack-0.10.6
media-plugins/gst-plugins-x-0.10.14
media-plugins/gst-plugins-ximagesrc-0.10.6
media-plugins/gst-plugins-xvideo-0.10.14
(Yeah, I know; that's pretty much all of them.)
Detected the problem when Rhythmbox didn't play my MP3 files. I had just
updated gst-plugins-base, so I re emerged all the plugins, but the problem
persisted.
I tried the gst-launch-0.10 program, and the same error ("Internal data flow
error") appeared. Looking for info, I found similar reports on videos with
subtitles in totem, so I deleted the ID3 tag from my test file and tried again:
the error disappeared.
I tried re emerging media-libs/taglib and media-plugins/gst-plugins-taglib
(again the last one), but it didn't solved the problem. So I went back to
gst-plugins-base-0.10.14, and the file (with ID3 tags) and that solved the
problem.
I keep a binary package of gst-plugins-base 0.10.15 (and 0.10.14), and the
error is always reproducible: it only happens with 0.10.15, and only with MP3
files with ID3 tags.