From 4435bc803eb805312e035273e8331926d8cf5c4e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 24 Jul 2006 14:49:19 +0000 Subject: 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). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e552cccf..a272b7d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-07-24 Tim-Philipp Müller + + * 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 * ext/esd/Makefile.am: -- cgit