summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e552cccf..a272b7d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/esd/esdsink.c: (gst_esdsink_open),
+ (gst_esdsink_factory_init):
+ Prevent libesd from auto-spawning a sound daemon if it
+ is not already running. Now that we don't do evil stuff
+ like that any longer we can give esdsink a rank so that
+ autoaudiosink will try it as well if all other audio
+ sinks fail (#343051).
+
+2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/esd/Makefile.am:
Oops, need to remove README from EXTRA_DIST as well.