mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
put offending pipeline in error
Original commit message from CVS: put offending pipeline in error
This commit is contained in:
parent
2f043c0996
commit
c87049e9e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue