mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
gl: win32: Add debug category in gstglcontext_wgl.c
https://bugzilla.gnome.org/show_bug.cgi?id=766867
This commit is contained in:
parent
3cf27dd1c8
commit
1f58a480c9
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ struct _GstGLContextWGLPrivate
|
|||
GstGLAPI context_api;
|
||||
};
|
||||
|
||||
#define GST_CAT_DEFAULT gst_gl_context_debug
|
||||
|
||||
#define gst_gl_context_wgl_parent_class parent_class
|
||||
G_DEFINE_TYPE (GstGLContextWGL, gst_gl_context_wgl, GST_GL_TYPE_CONTEXT);
|
||||
#define GST_GL_CONTEXT_WGL_GET_PRIVATE(o) \
|
||||
|
|
Loading…
Reference in a new issue