I ran into this and had to hunt for it
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 30 Sep 2002 10:58:40 +0000 (10:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 30 Sep 2002 10:58:40 +0000 (10:58 +0000)
Original commit message from CVS:
I ran into this and had to hunt for it

gst/schedulers/gstbasicscheduler.c

index 82fcbaf..10c7564 100644 (file)
@@ -439,7 +439,7 @@ gst_basic_scheduler_chainhandler_proxy (GstPad * pad, GstBuffer * buf)
 
   if (loop_count == 0) {
     gst_element_error (parent, 
-                   "(internal error) maximum number of switches exceeded");
+                   "(internal error) basic: maximum number of switches exceeded");
     return;
   }