<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>199851</bug_id>
          
          <creation_ts>2007-11-21 01:16 0000</creation_ts>
          <short_desc>gst-plugins-base-0.10.15 decodebin fails to play MP3 files with ID3 tags</short_desc>
          <delta_ts>2008-02-10 17:43:11 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Library</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>INVALID</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>caneko@gmail.com</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          <cc>harrisl@lhjonline.com</cc>

      

      
          <long_desc isprivate="0">
            <who>caneko@gmail.com</who>
            <bug_when>2007-11-21 01:16:58 0000</bug_when>
            <thetext>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&apos;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&apos;s pretty much all of them.)

Detected the problem when Rhythmbox didn&apos;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 (&quot;Internal data flow error&quot;) 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&apos;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.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ssuominen@gentoo.org</who>
            <bug_when>2007-11-21 02:06:59 0000</bug_when>
            <thetext>Are you mixing stable and unstable? Upgrade gst-plugins-ugly too.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>caneko@gmail.com</who>
            <bug_when>2007-11-21 02:27:40 0000</bug_when>
            <thetext>Damn, you&apos;re right. I though that because I have updated all the plugins it should have worked. Sorry for the noise; please close as invalid.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>caneko@gmail.com</who>
            <bug_when>2007-11-21 02:28:00 0000</bug_when>
            <thetext>Look at that; I can close it myself ;)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ssuominen@gentoo.org</who>
            <bug_when>2008-02-10 17:36:32 0000</bug_when>
            <thetext>*** Bug 209407 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ssuominen@gentoo.org</who>
            <bug_when>2008-02-10 17:43:11 0000</bug_when>
            <thetext>(In reply to comment #4)
&gt; *** Bug 209407 has been marked as a duplicate of this bug. ***
&gt; 

Added more explicit deps for this issue.. dunno how users manage to get them still installed same time :-)</thetext>
          </long_desc>
      
    </bug>

</bugzilla>