[Gstreamer-bugs] [Bug 111362] Changed - osssink plugin blocks forever when dsp device is being used
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Fri Apr 25 09:33:31 PDT 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=111362
Changed by gjc at inescporto.pt.
--- shadow/111362 Fri Apr 25 07:28:44 2003
+++ shadow/111362.tmp.16607 Fri Apr 25 12:33:31 2003
@@ -4,13 +4,13 @@
OS: Linux
OS Details:
Status: NEW
Resolution:
Severity: normal
Priority: Normal
-Component: gst-plugins
+Component: gst-player
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: gjc at inescporto.pt
QAContact: gstreamer-maint at bugzilla.gnome.org
TargetMilestone: 0.6.x
URL:
Summary: osssink plugin blocks forever when dsp device is being used
@@ -56,6 +56,18 @@
/dev/dsp is in use. So there must a bug either in osssink or in my
device driver (via82cxxx_audio). However, xmms always reports an
error when the device is busy, so I'm more inclined to believe it's
gstreamer's fault.
Anyway, maybe I'll try to debug this myself...
+
+------- Additional Comments From gjc at inescporto.pt 2003-04-25 12:33 -------
+ Ok, I reached the following conclusions:
+ 1- you can't change the nonblocking mode of a file descriptor, I
+was wrong;
+ 2- there is nothing wrong with the osssink element; it does report
+an error when the device is busy. The faulty party is the gst-player.
+ It loops forever displaying the following message:
+
+Pipeline error: osscommon: Cannot open /dev/dsp, generic error:
+Resource temporarily unavailable
+
More information about the Gstreamer-bugs
mailing list