From c43e9db780edb31d2283b5d81085e886d540e617 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 11 Oct 2005 09:14:59 +0000 Subject: [PATCH] if we log our init, should also log finalize Original commit message from CVS: if we log our init, should also log finalize --- common | 2 +- gst/gstbuffer.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common b/common index 3d0040a..221ccc0 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3d0040aa51e7b10c94707b50417e99edb1f57f08 +Subproject commit 221ccc0dc85b2d38bc5e2fc3f21cd80971777791 diff --git a/gst/gstbuffer.c b/gst/gstbuffer.c index c5c3d1d..8fe3e04 100644 --- a/gst/gstbuffer.c +++ b/gst/gstbuffer.c @@ -160,6 +160,8 @@ gst_buffer_finalize (GstBuffer * buffer) { g_return_if_fail (buffer != NULL); + GST_CAT_LOG (GST_CAT_BUFFER, "finalize %p", buffer); + /* free our data */ if (buffer->malloc_data) { g_free (buffer->malloc_data); -- 2.7.4