mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
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:
parent
35188bbe39
commit
7d32a34c83
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue