better warning (?)
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 15 Sep 2002 18:20:41 +0000 (18:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 15 Sep 2002 18:20:41 +0000 (18:20 +0000)
Original commit message from CVS:
better warning (?)

gst/gstbin.c

index 55f990b..6ff1557 100644 (file)
@@ -783,7 +783,8 @@ gst_bin_iterate_func (GstBin * bin)
     }
   }
   else {
-    g_warning ("bin \"%s\" can't be iterated on!\n", GST_ELEMENT_NAME (bin));
+    g_warning ("bin \"%s\" is not the managing bin, can't be iterated on!\n", 
+              GST_ELEMENT_NAME (bin));
   }
 
   return FALSE;