Fix format string in grammar.y
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 18 Apr 2012 13:37:25 +0000 (17:37 +0400)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 26 Apr 2012 17:54:49 +0000 (19:54 +0200)
Fixes #674849

gst/parse/grammar.y

index 70d8c7b..30c37a9 100644 (file)
@@ -379,7 +379,7 @@ out:
   return;
 
 error:
-  GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in "
+  GST_CAT_ERROR (GST_CAT_PIPELINE, "could not set property \"%s\" in %"
       GST_PTR_FORMAT, pspec->name, target);
   goto out;
 }