adding debugs to figure out where rh9's heisenbug lives

Original commit message from CVS:
adding debugs to figure out where rh9's heisenbug lives
This commit is contained in:
Thomas Vander Stichele 2004-04-13 10:57:53 +00:00
parent 21392d9227
commit 6cdb35a69a
2 changed files with 4 additions and 0 deletions

View file

@ -28,7 +28,9 @@ main (int argc, gchar * argv[])
g_print ("starting pad test\n");
usage1 = vmsize ();
g_print ("DEBUG: creating new pad with name padname\n");
pad = gst_pad_new ("padname", GST_PAD_SINK);
g_print ("DEBUG: unreffing new pad with name padname\n");
gst_object_unref (GST_OBJECT (pad));
g_print ("create/unref new pad %ld\n", vmsize () - usage1);

View file

@ -28,7 +28,9 @@ main (int argc, gchar * argv[])
g_print ("starting pad test\n");
usage1 = vmsize ();
g_print ("DEBUG: creating new pad with name padname\n");
pad = gst_pad_new ("padname", GST_PAD_SINK);
g_print ("DEBUG: unreffing new pad with name padname\n");
gst_object_unref (GST_OBJECT (pad));
g_print ("create/unref new pad %ld\n", vmsize () - usage1);