GNOME Bugzilla – Bug 302829
Gstreamer prerelease 0.8.9.2 gives osssink plugin trouble
Last modified: 2006-04-10 16:40:49 UTC
Distribution/Version: 5.4 After updating gstreamer core to 0.8.9.2 from 0.8.9. These error's appeard in the console. Everything seems to work like it should. ERROR (0x8399620 - 309754:16:19.697102000) oss(48726) gstosselement.c(1253):gst_osselement_rate_probe_check: Driver bug recognized (driver does not round rates correctly). Please file a bug report. ERROR (0x8399620 - 309754:16:19.781521000) oss(48726) gstosselement.c(1253):gst_osselement_rate_probe_check: Driver bug recognized (driver does not round rates correctly). Please file a bug report. ERROR (0x8399620 - 309754:16:19.854127000) oss(48726) gstosselement.c(1253):gst_osselement_rate_probe_check: Driver bug recognized (driver does not round rates correctly). Please file a bug report. ERROR (0x8399620 - 309754:16:19.927411000) oss(48726) gstosselement.c(1253):gst_osselement_rate_probe_check: Driver bug recognized (driver does not round rates correctly). Please file a bug report. ERROR (0x8399620 - 309754:16:20.002722000) oss(48726) gstosselement.c(1253):gst_osselement_rate_probe_check: Driver bug recognized (driver does not round rates correctly). Please file a bug report. ERROR (0x8399620 - 309754:16:20.076250000) oss(48726) gstosselement.c(1253):gst_osselement_rate_probe_check: Driver bug recognized (driver does not round rates correctly). Please file a bug report.
Those are from the fix for bug 140565 When you try to set the sampling rate to a value above the maximum under FreeBSD it will leave the rate as it was. GStreamer assumes when the sampling rate is set above the maximum for the hardware the kernel will adjust the rate to the closest. What is happening is the GStreamer oss plugin is attempting to set the sampling rate at 100000 then to 48000. It finds the second attempt returned the greater rate so used it but printed the error messages. This probibly means your soundcard won't support a sampling rate of 100000.
Doesn't really seem like an error if everything works ok, does it. Perhaps the error should just be removed. Waiting for other opinions on this.
Ping? Is this still a problem in GStreamer 0.10?
Changing this bug to NEEDINFO until the original reporter tell us if it works or not with GST 0.10.