mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gldisplay: Fix assert caused by missing debug category
This commit is contained in:
parent
8d3d6d3595
commit
ae30818f7b
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ registry_handle_global (void *data, struct wl_registry *registry,
|
|||
{
|
||||
GstGLDisplayWayland *display = data;
|
||||
|
||||
GST_DEBUG_CATEGORY_GET (gst_gl_display_debug, "gldisplay");
|
||||
|
||||
GST_TRACE_OBJECT (display, "registry_handle_global with registry %p, "
|
||||
"interface %s, version %u", registry, interface, version);
|
||||
|
||||
|
|
Loading…
Reference in a new issue