even more obvious
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 23 Sep 2002 05:03:38 +0000 (05:03 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 23 Sep 2002 05:03:38 +0000 (05:03 +0000)
Original commit message from CVS:
even more obvious

gst/gstpipeline.c

index 9004ffe..d71a158 100644 (file)
@@ -109,7 +109,8 @@ gst_pipeline_init (GstPipeline *pipeline)
   if (scheduler == NULL)
   {
     g_error ("Critical error: could not get a scheduler - \
-             are you sure you have a registry ?");
+             are you sure you have a registry ? Run gst-register as root \
+             if you haven't done so yet.");
   }
          
   gst_scheduler_setup (scheduler);