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...
This commit is contained in:
Benjamin Otte 2002-02-05 19:01:45 +00:00
parent d0a0cdbd9f
commit 07e4199418

View file

@ -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 {