launch: also print leaked objects

Make the -T option also print the leaked objects
This commit is contained in:
Wim Taymans 2009-12-23 21:39:20 +01:00 committed by Wim Taymans
parent 7522e2ccf8
commit 50179ec478

View file

@ -740,7 +740,8 @@ main (int argc, char *argv[])
if (!gst_alloc_trace_available ()) {
g_warning ("Trace not available (recompile with trace enabled).");
}
gst_alloc_trace_set_flags_all (GST_ALLOC_TRACE_LIVE);
gst_alloc_trace_set_flags_all (GST_ALLOC_TRACE_LIVE |
GST_ALLOC_TRACE_MEM_LIVE);
gst_alloc_trace_print_live ();
}