[543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object
This commit is contained in:
parent
83401761eb
commit
7a79d684e2
@ -792,7 +792,7 @@ gst_gl_display_thread_destroy_context (GstGLDisplay * display)
|
||||
void
|
||||
gst_gl_display_thread_run_generic (GstGLDisplay * display)
|
||||
{
|
||||
GST_TRACE ("running function:%" GST_PTR_FORMAT " data:%" GST_PTR_FORMAT,
|
||||
GST_TRACE ("running function:%p data:%p",
|
||||
display->generic_callback, display->data);
|
||||
|
||||
display->generic_callback (display, display->data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user