<?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>180517</bug_id>
          
          <creation_ts>2007-06-01 06:19 0000</creation_ts>
          <short_desc>media-plugins/gst-plugins-mad-0.10.x does not register for application/x-id3 so playing simple mp3s is broken</short_desc>
          <delta_ts>2007-09-02 18:54:22 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>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>aeyakovenko@gmail.com</reporter>
          <assigned_to>gstreamer@gentoo.org</assigned_to>
          <cc>gnome@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>aeyakovenko@gmail.com</who>
            <bug_when>2007-06-01 06:19:05 0000</bug_when>
            <thetext>media-plugins/gst-plugins-mad-0.10.3-r1 
does not register for application/x-id3 so playing simple mp3s is broken.  




Reproducible: Always

Steps to Reproduce:
1. emerge =media-plugins/gst-plugins-mad-0.10.3-r1
2. gst-inspect-0.10 | grep application/x-id3
3. the output is
typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta
typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta





Expected Results:  
there should be an entry for application/x-id3</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aeyakovenko@gmail.com</who>
            <bug_when>2007-06-01 15:39:48 0000</bug_when>
            <thetext>you can fix this by manually adding

 &lt;feature typename=&quot;GstTypeFindFactory&quot;&gt;
  &lt;name&gt;application/x-id3&lt;/name&gt;
  &lt;rank&gt;257&lt;/rank&gt;
  &lt;caps&gt;application/x-id3&lt;/caps&gt;
  &lt;extension&gt;mp3&lt;/extension&gt;
  &lt;extension&gt;mp2&lt;/extension&gt;
  &lt;extension&gt;mp1&lt;/extension&gt;
  &lt;extension&gt;mpga&lt;/extension&gt;
  &lt;extension&gt;ogg&lt;/extension&gt;
  &lt;extension&gt;flac&lt;/extension&gt;
  &lt;extension&gt;tta&lt;/extension&gt;
 &lt;/feature&gt;

to ~/.gstreamer-0.10/registry.i686.xml
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-06-28 08:03:32 0000</bug_when>
            <thetext>Still a problem w/ 0.10.4-r1 or 0.10.6?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>eva@gentoo.org</who>
            <bug_when>2007-08-14 22:17:11 0000</bug_when>
            <thetext>0.10.6 still have this bug. I guess we should fill a bug upstream.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>ssuominen@gentoo.org</who>
            <bug_when>2007-09-02 18:54:22 0000</bug_when>
            <thetext>21:43 &lt; __tim&gt; drac: there&apos;s the id3demux in gst-plugins-good, that will strip off the tag
21:43 &lt; __tim&gt; drac: it&apos;s basically NOTABUG
21:44 &lt; drac&gt; so.. gst-plugins-mad should depend on gst-plugins-good?
21:44 &lt; __tim&gt; mad _could_ be made to accept application/x-id3, but there&apos;s really no good reason for it IMHO, since id3demux doesn&apos;t even have external dependencies
21:45 &lt; __tim&gt; drac: well, technically it doesn&apos;t depend on it, but it does make sense for all practical purposes :)

  02 Sep 2007; Samuli Suominen &lt;drac@gentoo.org&gt;
  gst-plugins-mad-0.10.6.ebuild:
  Add gst-plugins-good to depends wrt #180517.

Fixed, thanks for reporting.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>