[543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object

This commit is contained in:
Matthew Waters 2012-07-12 18:22:01 +10:00 committed by Tim-Philipp Müller
parent 83401761eb
commit 7a79d684e2

View file

@ -792,7 +792,7 @@ gst_gl_display_thread_destroy_context (GstGLDisplay * display)
void void
gst_gl_display_thread_run_generic (GstGLDisplay * display) 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->data);
display->generic_callback (display, display->data); display->generic_callback (display, display->data);