summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74bdd33a..aa199749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-03-21 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
the OPTIONS request result is optional so don't
fail on it.