From e7a2d7734de7031d5ea9d24b0bb68603e9325778 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 Mar 2006 18:12:59 +0000 Subject: ext/esd/esdsink.c: Some cleanups. Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init), (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write), (gst_esdsink_set_property), (gst_esdsink_get_property): Some cleanups. Reset fd to -1 when we close them. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 74bdd33a..aa199749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-03-21 Wim Taymans + + * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init), + (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open), + (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write), + (gst_esdsink_set_property), (gst_esdsink_get_property): + Some cleanups. + Reset fd to -1 when we close them. + 2006-03-21 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open): -- cgit