After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 137230 - value of the first argument in select should be (src->fd + 1) not 1
value of the first argument in select should be (src->fd + 1) not 1
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: 0.8.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-15 09:02 UTC by aeyakovenko
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description aeyakovenko 2004-03-15 09:02:34 UTC
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.
Comment 1 Benjamin Otte (Company) 2004-03-15 21:17:32 UTC
fixed in CVS.