From d2bd5e45bd41cdcd2f21d87432f3948ee26b41d0 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 10 May 2006 11:17:31 +0000 Subject: ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on err... Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close): * ext/esd/esdsink.h: Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on errors. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59efa38a..cd52a6ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-10 Tim-Philipp Müller + + * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps), + (gst_esdsink_open), (gst_esdsink_close): + * ext/esd/esdsink.h: + Move the esd_get_server_info() into gst_esdsink_open() and fail + with a decent error message on errors. + 2006-05-09 Tim-Philipp Müller * ext/esd/esdmon.c: (gst_esdmon_depths_get_type), -- cgit