mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +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;
|
name = r;
|
||||||
if (G_UNLIKELY (!gst_structure_parse_string (r, &w, &r, TRUE))) {
|
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;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue