From d2480eddff8af0fe7bffaceea0c5b7a2ce66073d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 6 Sep 2007 10:48:56 +0000 Subject: ext/gconf/gstswitchsink.c: If the new kid element fails to change state for some reason forward the error message it ... Original commit message from CVS: * ext/gconf/gstswitchsink.c: If the new kid element fails to change state for some reason (e.g. esdsink not being able to connect to the sound server), forward the error message it posted on the bus instead of just posting a generic 'Internal state change error: please file a bug' error message. Fixes #471364. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a587f071..5fb65d31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-09-06 Tim-Philipp Müller + + * ext/gconf/gstswitchsink.c: + If the new kid element fails to change state for some reason + (e.g. esdsink not being able to connect to the sound server), + forward the error message it posted on the bus instead of just + posting a generic 'Internal state change error: please file a + bug' error message. Fixes #471364. + 2007-09-05 Tim-Philipp Müller * gst/qtdemux/Makefile.am: -- cgit