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 302829 - Gstreamer prerelease 0.8.9.2 gives osssink plugin trouble
Gstreamer prerelease 0.8.9.2 gives osssink plugin trouble
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other FreeBSD
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-03 10:38 UTC by Koop Mast
Modified: 2006-04-10 16:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Koop Mast 2005-05-03 10:38:07 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.
Comment 1 Andrew Turner 2005-05-03 12:01:31 UTC
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.
Comment 2 Andy Wingo 2005-07-16 13:13:50 UTC
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.
Comment 3 Jan Schmidt 2006-02-12 00:10:58 UTC
Ping? Is this still a problem in GStreamer 0.10?
Comment 4 Lionel Dricot 2006-02-19 10:11:47 UTC
Changing this bug to NEEDINFO until the original reporter tell us if it works or not with GST 0.10.