From: Benjamin Otte Date: Tue, 5 Feb 2002 19:01:45 +0000 (+0000) Subject: bugfix: nobody knows if the pad will still be there... X-Git-Tag: RELEASE-0_3_3-GUADECBYFOOT~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07e41994182038dcb9f105a0c9bdefdf501710f7;p=platform%2Fupstream%2Fgstreamer.git 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... --- 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 {