diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index ae59468690..507f8595c6 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; }