eglglessink: Fix GST_ERROR_OBJECT() parameters

This commit is contained in:
Sebastian Dröge 2013-03-03 12:29:24 +01:00
parent 570f012b58
commit ec19fa930c

View 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;
}