From 07e41994182038dcb9f105a0c9bdefdf501710f7 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 5 Feb 2002 19:01:45 +0000 Subject: [PATCH] bugfix: nobody knows if the pad will still be there... Original commit message from CVS: bugfix: nobody knows if the pad will still be there... --- gst/schedulers/gstbasicscheduler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/schedulers/gstbasicscheduler.c b/gst/schedulers/gstbasicscheduler.c index d086685..e745d1f 100644 --- a/gst/schedulers/gstbasicscheduler.c +++ b/gst/schedulers/gstbasicscheduler.c @@ -273,8 +273,7 @@ gst_basic_scheduler_chain_wrapper (int argc, char *argv[]) GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of %s:%s\n", name, GST_PAD_NAME (pad)); GST_RPAD_CHAINFUNC (realpad) (pad, buf); - GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of %s:%s done\n", name, - GST_PAD_NAME (pad)); + GST_DEBUG (GST_CAT_DATAFLOW, "calling chain function of element %s done\n", name); } } else { -- 2.7.4