From 8a6c78658e15a7415e65bb14aff0b2005a94e743 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 12 Dec 2005 10:30:20 +0000 Subject: gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_object_unref() and fix a mem leak in a d... Original commit message from CVS: * gst/auparse/gstauparse.c: (gst_au_parse_base_init), (gst_au_parse_class_init), (gst_au_parse_init), (gst_au_parse_dispose), (gst_au_parse_chain), (gst_au_parse_change_state), (plugin_init): * gst/auparse/gstauparse.h: Use gst_object_unref() for GstObjects instead of g_object_unref() and fix a mem leak in a debug statement; while we're at it, also borgify, use boilerplate macros and clean up a little bit. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff46fd4b..8ce001a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2005-12-12 Tim-Philipp Müller + + * gst/auparse/gstauparse.c: (gst_au_parse_base_init), + (gst_au_parse_class_init), (gst_au_parse_init), + (gst_au_parse_dispose), (gst_au_parse_chain), + (gst_au_parse_change_state), (plugin_init): + * gst/auparse/gstauparse.h: + Use gst_object_unref() for GstObjects instead of + g_object_unref() and fix a mem leak in a debug + statement; while we're at it, also borgify, use + boilerplate macros and clean up a little bit. + 2005-12-11 Edward Hervey * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange), -- cgit