From bb0cd4e7f1473d4f894409075f9305c6cb430040 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 13 Nov 2008 18:03:23 +0000 Subject: [PATCH] tests/old/testsuite/: Remove references to deprecated API g_mem_chunk*. Original commit message from CVS: * tests/old/testsuite/caps/intersection.c: (main): * tests/old/testsuite/plugin/loading.c: (main): Remove references to deprecated API g_mem_chunk*. Fixes #560442. --- ChangeLog | 7 +++++++ tests/old/testsuite/caps/intersection.c | 2 -- tests/old/testsuite/plugin/loading.c | 5 ----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1860298..83ba8ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-13 Wim Taymans + + * tests/old/testsuite/caps/intersection.c: (main): + * tests/old/testsuite/plugin/loading.c: (main): + Remove references to deprecated API g_mem_chunk*. + Fixes #560442. + 2008-11-12 Wim Taymans * tools/gst-inspect.c: (main): diff --git a/tests/old/testsuite/caps/intersection.c b/tests/old/testsuite/caps/intersection.c index bda8950..f4eee86 100644 --- a/tests/old/testsuite/caps/intersection.c +++ b/tests/old/testsuite/caps/intersection.c @@ -57,12 +57,10 @@ main (int argc, char *argv[]) xmlNewDocNode (doc, NULL, (const xmlChar *) "Capabilities", NULL); /* - g_mem_chunk_info (); for (i = 0; i<100000; i++) { caps = gst_caps_intersect (gst_static_caps_get (rawcaps3), GST_CAPS_GET (rawcaps4)); gst_caps_unref (caps); } - g_mem_chunk_info (); */ caps = gst_caps_intersect (gst_static_caps_get (&sinkcaps), diff --git a/tests/old/testsuite/plugin/loading.c b/tests/old/testsuite/plugin/loading.c index 11d34a2..4a6fdfc 100644 --- a/tests/old/testsuite/plugin/loading.c +++ b/tests/old/testsuite/plugin/loading.c @@ -12,7 +12,6 @@ main (int argc, char *argv[]) numplugins = g_list_length (gst_registry_pool_plugin_list ()); g_print ("%d plugins loaded\n", numplugins); - g_mem_chunk_info (); plugin = gst_registry_pool_find_plugin ("testplugin"); g_assert (plugin != NULL); @@ -30,8 +29,6 @@ main (int argc, char *argv[]) numplugins = g_list_length (gst_registry_pool_plugin_list ()); g_print ("%d plugins loaded\n", numplugins); - g_mem_chunk_info (); - plugin = gst_registry_pool_find_plugin ("testplugin"); g_assert (plugin != NULL); g_print ("testplugin: %p loaded: %s\n", plugin, @@ -49,8 +46,6 @@ main (int argc, char *argv[]) g_print ("%d features in plugin\n", g_list_length (gst_plugin_get_feature_list (plugin))); - g_mem_chunk_info (); - plugin = gst_registry_pool_find_plugin ("testplugin"); g_assert (plugin != NULL); g_print ("testplugin: %p loaded: %s\n", plugin, -- 2.7.4