summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b3fe970..63c2ffc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-01-25 Edgard Lima <edgard.lima@indt.org.br>
+ * ext/libmms/gstmms.c: (gst_mms_finalize):
+ * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
+ Just chain up finalize calls (calling parent_class->finalize).
+
+2006-01-25 Edgard Lima <edgard.lima@indt.org.br>
+
* ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
(gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
Finalize method has been created and others small changes.