mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
spaling eroah
Original commit message from CVS: spaling eroah
This commit is contained in:
parent
4e4a1aabe5
commit
bad94002f2
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ make_and_check_element (gchar *type, gchar *name)
|
|||
GstElement *element = gst_element_factory_make (type, name);
|
||||
|
||||
if (element == NULL) {
|
||||
g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Asysuming it works for now...", type);
|
||||
g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Assuming it works for now...", type);
|
||||
exit (0);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ make_and_check_element (gchar *type, gchar *name)
|
|||
GstElement *element = gst_element_factory_make (type, name);
|
||||
|
||||
if (element == NULL) {
|
||||
g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Asysuming it works for now...", type);
|
||||
g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Assuming it works for now...", type);
|
||||
exit (0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue