mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
21392d9227
commit
6cdb35a69a
2 changed files with 4 additions and 0 deletions
|
@ -28,7 +28,9 @@ main (int argc, gchar * argv[])
|
||||||
g_print ("starting pad test\n");
|
g_print ("starting pad test\n");
|
||||||
usage1 = vmsize ();
|
usage1 = vmsize ();
|
||||||
|
|
||||||
|
g_print ("DEBUG: creating new pad with name padname\n");
|
||||||
pad = gst_pad_new ("padname", GST_PAD_SINK);
|
pad = gst_pad_new ("padname", GST_PAD_SINK);
|
||||||
|
g_print ("DEBUG: unreffing new pad with name padname\n");
|
||||||
gst_object_unref (GST_OBJECT (pad));
|
gst_object_unref (GST_OBJECT (pad));
|
||||||
g_print ("create/unref new pad %ld\n", vmsize () - usage1);
|
g_print ("create/unref new pad %ld\n", vmsize () - usage1);
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,9 @@ main (int argc, gchar * argv[])
|
||||||
g_print ("starting pad test\n");
|
g_print ("starting pad test\n");
|
||||||
usage1 = vmsize ();
|
usage1 = vmsize ();
|
||||||
|
|
||||||
|
g_print ("DEBUG: creating new pad with name padname\n");
|
||||||
pad = gst_pad_new ("padname", GST_PAD_SINK);
|
pad = gst_pad_new ("padname", GST_PAD_SINK);
|
||||||
|
g_print ("DEBUG: unreffing new pad with name padname\n");
|
||||||
gst_object_unref (GST_OBJECT (pad));
|
gst_object_unref (GST_OBJECT (pad));
|
||||||
g_print ("create/unref new pad %ld\n", vmsize () - usage1);
|
g_print ("create/unref new pad %ld\n", vmsize () - usage1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue