[Gstreamer-bugs] [Bug 137230] New - value of the first argument in select should be (src->fd + 1) not 1

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Mar 15 13:17:33 PST 2004


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=137230

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/137230	Mon Mar 15 16:17:33 2004
+++ shadow/137230.tmp.22093	Mon Mar 15 16:17:33 2004
@@ -0,0 +1,23 @@
+Bug#: 137230
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: critical
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: aeyakovenko at yahoo.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: value of the first argument in select should be (src->fd + 1) not 1
+
+The first argument in select call should be the highest value of any file
+descriptor + 1, so src->fd + 1, instead of 1.  This bug causes fdsrc only
+work for stdin, or fd 0, and not for anything else.
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-03-15 16:17 -------
+fixed in CVS.




More information about the Gstreamer-bugs mailing list