CVSROOT:        /cvs
Module name:    ports
Changes by:     ratc...@cvs.openbsd.org 2020/04/16 00:49:22

Modified files:
        multimedia/gstreamer-0.10/plugins-good: Makefile 
Added files:
        multimedia/gstreamer-0.10/plugins-good/patches: 
                                                        
patch-sys_oss_gstossmixerelement_c 

Log message:
Use /dev/null instead of /dev/mixer

The "mixer" plugin (using -lossaudio) still calls open(2) to get a
file descriptor, it's not need to change the volume, but the code
expects various syscalls to succeed. Using /dev/null ensures the
plug-in will continue to work once /dev/mixer is disabled.

ok gkoehler@

Reply via email to