mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
even more obvious
Original commit message from CVS: even more obvious
This commit is contained in:
parent
8230c79916
commit
d03ae7914e
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue