eglglessink: Fix GST_ERROR_OBJECT() parameters
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 3 Mar 2013 11:29:24 +0000 (12:29 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 3 Mar 2013 11:29:24 +0000 (12:29 +0100)
ext/eglgles/gsteglglessink.c

index f930df7a1eb2358bd8d38c581dad2e1351d7443b..91c87d5d1d68a0667c17d3a25c5d266661640e54 100644 (file)
@@ -2512,7 +2512,7 @@ gst_eglglessink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
     GstVideoInfo info;
 
     if (!gst_video_info_from_caps (&info, caps)) {
-      GST_ERROR_OBJECT (eglglessink, "allocation query has invalid caps %",
+      GST_ERROR_OBJECT (eglglessink, "allocation query has invalid caps %"
           GST_PTR_FORMAT, caps);
       return FALSE;
     }