mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
structure: log what structure string we failed to parse
This commit is contained in:
parent
67ab660b19
commit
24ce15bca7
1 changed files with 1 additions and 1 deletions
|
@ -2083,7 +2083,7 @@ gst_structure_from_string (const gchar * string, gchar ** end)
|
|||
|
||||
name = r;
|
||||
if (G_UNLIKELY (!gst_structure_parse_string (r, &w, &r, TRUE))) {
|
||||
GST_WARNING ("Failed to parse structure string");
|
||||
GST_WARNING ("Failed to parse structure string '%s'", string);
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue