projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67ab660
)
structure: log what structure string we failed to parse
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 11:43:41 +0000
(12:43 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 22:53:26 +0000
(23:53 +0100)
gst/gststructure.c
patch
|
blob
|
history
diff --git
a/gst/gststructure.c
b/gst/gststructure.c
index 2c4e0e9842aeac86319bdffc624ba2fc1c4c805d..6c8f60515c8ab8fb003e0b39e1ae1f09bc13584a 100644
(file)
--- a/
gst/gststructure.c
+++ b/
gst/gststructure.c
@@
-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;
}