mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[783/906] glimagesink: Fix format string warning
This commit is contained in:
parent
4f356f999c
commit
337b342ff7
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ gst_glimage_sink_set_window_handle (GstVideoOverlay * overlay, guintptr id)
|
|||
|
||||
g_return_if_fail (GST_IS_GLIMAGE_SINK (overlay));
|
||||
|
||||
GST_DEBUG ("set_xwindow_id %ld", window_id);
|
||||
GST_DEBUG ("set_xwindow_id %" G_GUINT64_FORMAT, (guint64) window_id);
|
||||
|
||||
glimage_sink->new_window_id = window_id;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue