openbsd-ports/devel/gstreamer-plugins/patches/patch-sys_sunaudio_gstsunmixer_c
marcm 026110581f 0.8.6 -> 0.8.8. Seemingly minor update, but major port rewrite to
handle plugins a little better.  (re)Added speex support too.
2005-05-24 21:33:33 +00:00

17 lines
525 B
Plaintext

$OpenBSD: patch-sys_sunaudio_gstsunmixer_c,v 1.2 2005/05/24 21:33:33 marcm Exp $
--- sys/sunaudio/gstsunmixer.c.orig Wed Dec 22 06:49:06 2004
+++ sys/sunaudio/gstsunmixer.c Mon Apr 11 15:06:16 2005
@@ -284,12 +284,6 @@ gst_sunaudiomixer_set_mute (GstMixer * m
AUDIO_INITINFO (&audioinfo);
- if (mute) {
- audioinfo.output_muted = 1;
- } else {
- audioinfo.output_muted = 0;
- }
-
if (ioctl (sunaudio->mixer_fd, AUDIO_SETINFO, &audioinfo) < 0) {
g_warning ("Error setting volume device");
return;