From c87049e9e272231a0a312d9dd5db5f955480501c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 6 May 2004 17:09:10 +0000 Subject: [PATCH] put offending pipeline in error Original commit message from CVS: put offending pipeline in error --- gst/parse/grammar.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index ae59468..507f859 100644 --- a/gst/parse/grammar.y +++ b/gst/parse/grammar.y @@ -815,7 +815,7 @@ _gst_parse_launch (const gchar *str, GError **error) #endif if (yyparse (&g) != 0) { - SET_ERROR (error, GST_PARSE_ERROR_SYNTAX, "Unrecoverable syntax error while parsing pipeline"); + SET_ERROR (error, GST_PARSE_ERROR_SYNTAX, "Unrecoverable syntax error while parsing pipeline %s", str); goto error1; } -- 2.7.4