GNOME Bugzilla – Bug 320920
[osssink] tries to reuse a bad file descriptor
Last modified: 2005-11-08 08:55:14 UTC
in gst_oss_sink_close the file descriptor should be reset to -1 after closing it. This fixes this error: ** (switch.py:5248): CRITICAL **: Your OSS device could not be probed correctly if osssink goes to PLAYING, then NULL and then PLAYING again.
Created attachment 54441 [details] [review] easy fix
Applied, thanks! 2005-11-08 Alessandro Decina <alessandro at nnva dot org> * sys/oss/gstosssink.c: (gst_oss_sink_close): Don't re-use already closed file descriptor. (#320920) Cheers -Tim