bugfix: nobody knows if the pad will still be there...
authorBenjamin Otte <otte@gnome.org>
Tue, 5 Feb 2002 19:01:45 +0000 (19:01 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 5 Feb 2002 19:01:45 +0000 (19:01 +0000)
Original commit message from CVS:
bugfix: nobody knows if the pad will still be there...

gst/schedulers/gstbasicscheduler.c

index d086685..e745d1f 100644 (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 {