Skip to content
Snippets Groups Projects
Commit 0c4eb22a authored by Nicolas Dufresne's avatar Nicolas Dufresne
Browse files

gldisplay: Fix assert caused by missing debug category

parent 99ff0444
No related branches found
Tags gst-plugins-good-0.10.25
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment