summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-05-10 11:17:31 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-05-10 11:17:31 +0000
commitd2bd5e45bd41cdcd2f21d87432f3948ee26b41d0 (patch)
treecdde12cc2270fa387069183897f726ca39f4839d /ChangeLog
parent11cb7a31b422607c1e68aef34aa4d4b3f421079b (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <tim at centricular dot net>
* ext/esd/esdmon.c: (gst_esdmon_depths_get_type),