tools/gst-launch.c: Don't try to run erroneous pipelines.

Original commit message from CVS:
* tools/gst-launch.c: (main):
Don't try to run erroneous pipelines.
This commit is contained in:
Tim-Philipp Müller 2005-10-04 11:51:37 +00:00
parent 35188bbe39
commit 7d32a34c83
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-10-04 Tim-Philipp Müller <tim at centricular dot net>
* tools/gst-launch.c: (main):
Don't try to run erroneous pipelines.
2005-10-04 Julien MOUTTE <julien@moutte.net>
* gst/gstbus.c: We don't need this header.

View file

@ -571,8 +571,8 @@ main (int argc, char *argv[])
return 1;
} else if (error) {
fprintf (stderr, _("WARNING: erroneous pipeline: %s\n"), error->message);
fprintf (stderr, _(" Trying to run anyway.\n"));
g_error_free (error);
return 1;
}
if (verbose) {