<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>313011</bug_id>
          
          <creation_ts>2013-01-10 12:09:01 +0000</creation_ts>
          <short_desc>phonon-gst 4.6.2 doesn&apos;t play Audio CDs with gst-plugins-cdparanoia</short_desc>
          <delta_ts>2013-01-10 12:21:45 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>phonon-backend-gstreamer</product>
          <component>general</component>
          <version>4.6.2</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>4.7</target_milestone>
          
          <blocked>308084</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Matěj Laitl">matej</reporter>
          <assigned_to name="Harald Sitter">sitter</assigned_to>
          <cc>myriam</cc>
    
    <cc>romain.perier</cc>
    
    <cc>tdfischer</cc>
          
          <cf_commitlink>http://commits.kde.org/phonon-gstreamer/d4c688e9</cf_commitlink>
          <cf_versionfixedin>4.6.3</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1330653</commentid>
    <comment_count>0</comment_count>
    <who name="Matěj Laitl">matej</who>
    <bug_when>2013-01-10 12:09:01 +0000</bug_when>
    <thetext>A bug entry for a problem already fixed in git.

Harald, Trever, this is a request for phonon-gsteamer 4.6.3!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1330654</commentid>
    <comment_count>1</comment_count>
    <who name="Harald Sitter">sitter</who>
    <bug_when>2013-01-10 12:11:06 +0000</bug_when>
    <thetext>waiting for QA feedback, you can poke me on IRC if you want to help with that ;)

same goes for pvlc btw</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1330657</commentid>
    <comment_count>2</comment_count>
    <who name="Matěj Laitl">matej</who>
    <bug_when>2013-01-10 12:18:21 +0000</bug_when>
    <thetext>Okay, good. Just some more info so that this bug is searchable.
This got fixed by Harald in http://commits.kde.org/phonon-gstreamer/d4c688e9

With 4.6.2:
PHONON-GST             BEGIN: virtual void Phonon::Gstreamer::MediaObject::play() 
PHONON-GST               BEGIN: void Phonon::Gstreamer::MediaObject::requestState(Phonon::State) 
PHONON-GST                 2 
PHONON-GST                 BEGIN: GstStateChangeReturn Phonon::Gstreamer::Pipeline::setState(GstState) 
PHONON-GST                   Transitioning to state &quot;playing&quot; 
PHONON-GST                   BEGIN: static void Phonon::Gstreamer::Pipeline::cb_setupSource(GstElement*, GParamSpec*, void*) 
PHONON-GST                   END__: static void Phonon::Gstreamer::Pipeline::cb_setupSource(GstElement*, GParamSpec*, void*) [Took: 0s] 
PHONON-GST                   1 
PHONON-GST                   BEGIN: void Phonon::Gstreamer::MediaObject::setError(const QString&amp;, Phonon::ErrorType) 
PHONON-GST                     &quot;Could not open CD device for reading.&quot; 
PHONON-GST                   END__: void Phonon::Gstreamer::MediaObject::setError(const QString&amp;, Phonon::ErrorType) [Took: 0s] 
PHONON-GST                 END__: GstStateChangeReturn Phonon::Gstreamer::Pipeline::setState(GstState) [Took: 0.012s] 
PHONON-GST               END__: void Phonon::Gstreamer::MediaObject::requestState(Phonon::State) [Took: 0.012s] 
PHONON-GST             END__: virtual void Phonon::Gstreamer::MediaObject::play() [Took: 0.013s] 
amarok:             [EngineController] m_media-&gt;error: 0 &quot;&quot;

^^^ BTW, the last line seems to be an unrelated error, the error doesn&apos;t seem to be propagated to MediaObject that Amarok sees?

With v4.6.2-6-ga2be115:
PHONON-GST             BEGIN: virtual void Phonon::Gstreamer::MediaObject::play() 
PHONON-GST               BEGIN: void Phonon::Gstreamer::MediaObject::requestState(Phonon::State) 
PHONON-GST                 2 
PHONON-GST                 BEGIN: GstStateChangeReturn Phonon::Gstreamer::Pipeline::setState(GstState) 
PHONON-GST                   Transitioning to state &quot;playing&quot; 
PHONON-GST                   BEGIN: static void Phonon::Gstreamer::Pipeline::cb_setupSource(GstElement*, GParamSpec*, void*) 
PHONON-GST                     setting device prop to &quot;/dev/sr0&quot; 
PHONON-GST                   END__: static void Phonon::Gstreamer::Pipeline::cb_setupSource(GstElement*, GParamSpec*, void*) [Took: 0s] 
PHONON-GST                   Duration message 
PHONON-GST                 END__: GstStateChangeReturn Phonon::Gstreamer::Pipeline::setState(GstState) [Took: 0.051s] 
PHONON-GST               END__: void Phonon::Gstreamer::MediaObject::requestState(Phonon::State) [Took: 0.051s] 
PHONON-GST             END__: virtual void Phonon::Gstreamer::MediaObject::play() [Took: 0.051s]

Works with gst-plugins-cdio, perhaps it doesn&apos;t need device path or has some sane default.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>