mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
[543/906] GstGLDisplay: fix segfault from GST_PTR_FORMAT trying to expand the object
This commit is contained in:
parent
83401761eb
commit
7a79d684e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue