mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
eglglessink: Fix GST_ERROR_OBJECT() parameters
This commit is contained in:
parent
570f012b58
commit
ec19fa930c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue