[gstreamer-bugs] [Bug 319573] [cdplayer] Internal GStreamer error: pad problem.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Oct 24 01:00:21 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319573
 GStreamer | gst-plugins | Ver: 0.8.11

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|don't know                  |gst-plugins
         Resolution|                            |NOTABUG
            Summary|Internal GStreamer error:   |[cdplayer] Internal
                   |pad problem.                |GStreamer error: pad
                   |                            |problem.
   Target Milestone|HEAD                        |NONE



------- Additional Comments From Tim-Philipp Müller  2005-10-24 08:00 -------
I think you're looking at the wrong plugin for your purposes. Try

  % gst-inspect-0.8 cdplayer

and note how the plugin doesn't have any source pads. The 'cdplayer' plugin is a
self-contained plugin that controls the CD drive and makes it play music via the
CD-drive-to-soundcard audio cable. It does not extract CD audio data, for that
use the cdparanoia plugin or the cddasrc/cdio plugin (I recommend the latter,
it's much easier to use).

Try something like this:

  % gst-launch-0.8 cddasrc track=1 device=/dev/foobar ! audioconvert !
audioscale ! esdsink


Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list