eglglessink: Fix GST_ERROR_OBJECT() parameters
This commit is contained in:
parent
570f012b58
commit
ec19fa930c
@ -2512,7 +2512,7 @@ gst_eglglessink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
|
|||||||
GstVideoInfo info;
|
GstVideoInfo info;
|
||||||
|
|
||||||
if (!gst_video_info_from_caps (&info, caps)) {
|
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);
|
GST_PTR_FORMAT, caps);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user