summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-12-07 19:29:39 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-12-07 19:29:39 +0000
commit0f1cc10947820ced5bb91b1957278722278bf9b3 (patch)
tree3f7bda962cc033f96a6b7d9572279e85937d75f0 /ChangeLog
parentee1f115ef9198ae63a09f9823ac03169a805fac8 (diff)
sys/oss/: Allow the AUDIODEV environment variable to redirect us to a different default OSS device, like sunaudiosink...
Original commit message from CVS: * sys/oss/gstosssink.c: * sys/oss/gstosssrc.c: Allow the AUDIODEV environment variable to redirect us to a different default OSS device, like sunaudiosink does on Solaris (makes audio play automatically on SunRays).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1937df5b..92309637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-07 Jan Schmidt <jan.schmidt@sun.com>
+
+ * sys/oss/gstosssink.c:
+ * sys/oss/gstosssrc.c:
+ Allow the AUDIODEV environment variable to redirect us
+ to a different default OSS device, like sunaudiosink does
+ on Solaris (makes audio play automatically on SunRays).
+
2007-12-06 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):