summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-24 14:49:19 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-24 14:49:19 +0000
commit4435bc803eb805312e035273e8331926d8cf5c4e (patch)
tree69641e082eace81ea1f84dc251fdf754a475f36c /ChangeLog
parent8cdf78e1d89aa18259e4a26f9b2d39d57048ad40 (diff)
ext/esd/esdsink.c: Prevent libesd from auto-spawning a sound daemon if it is not already running. Now that we don't d...
Original commit message from CVS: * 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).
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.