[gstreamer-bugs] [Bug 601104] New: cdiocddasrc always plays first track if device is specified

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 7 11:27:34 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=601104
  GStreamer | gst-plugins-ugly | 0.10.25

           Summary: cdiocddasrc always plays first track if device is
                    specified
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.25
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: reacocard at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


The cdiocddasrc element in 0.10.25 will always play the first track from the cd
if a device is specified manually.  If no device is specified, the correct
track is played.  This is a significant problem for us in Exaile, since in
order to support systems having multiple cd drives we must specify the device,
so this bug renders Exaile's cd support essentially useless.

Test pipelines demonstrating the issue. First one plays the wrong track, second
one plays the correct one.

gst-launch-0.10 cdiocddasrc track=3 device="/dev/sr0" ! decodebin ! alsasink

gst-launch-0.10 cdiocddasrc track=3 ! decodebin ! alsasink


And here's the Exaile bug, with confirmation of existence from multiple users
across several distros (arch, ubuntu, fedora):
https://bugs.launchpad.net/exaile/+bug/460535

This bug appears to be new in 0.10.25.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list