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 126680 - FreeBSD dosn't have SOUND_MIXER_INFO ioctl
FreeBSD dosn't have SOUND_MIXER_INFO ioctl
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other FreeBSD
: Normal normal
: 0.7.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-11-11 02:34 UTC by Andrew Turner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (881 bytes, patch)
2003-11-11 02:36 UTC, Andrew Turner
none Details | Review

Description Andrew Turner 2003-11-11 02:34:00 UTC
gst-plugins module is failing to compile oss because FreeBSD dosn't have
the SOUND_MIXER_INFO ioctl or it's relates struct mixer_info.

The attached patch fixes the compile error by setting the oss device name
to "Unknown" if SOUND_MIXER_INFO is undefined.
Comment 1 Andrew Turner 2003-11-11 02:36:30 UTC
Created attachment 21347 [details] [review]
proposed fix
Comment 2 Ronald Bultje 2003-11-11 10:24:07 UTC
Is there any other way to get the device name in freeBSD?
Comment 3 Andrew Turner 2003-11-12 20:05:02 UTC
I can't find another way in any currently released version of FreeBSD.
Comment 4 Ronald Bultje 2003-11-13 08:40:16 UTC
That's a shame... Ohwell, we'll live with it. Thanks for the patch, I
applied it to HEAD. :).