Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
luzpaz
gstreamer
Commits
d03ae791
Commit
d03ae791
authored
Sep 23, 2002
by
Thomas Vander Stichele
Browse files
even more obvious
Original commit message from CVS: even more obvious
parent
8230c799
Changes
1
Show whitespace changes
Inline
Side-by-side
gst/gstpipeline.c
View file @
d03ae791
...
@@ -109,7 +109,8 @@ gst_pipeline_init (GstPipeline *pipeline)
...
@@ -109,7 +109,8 @@ gst_pipeline_init (GstPipeline *pipeline)
if
(
scheduler
==
NULL
)
if
(
scheduler
==
NULL
)
{
{
g_error
(
"Critical error: could not get a scheduler - \
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
);
gst_scheduler_setup
(
scheduler
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment