mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
gl: fix undeclared symbol when building without GST_DEBUG
This commit is contained in:
parent
99c48c34c1
commit
aaa7cfc9fc
1 changed files with 2 additions and 0 deletions
|
@ -478,8 +478,10 @@ gst_gl_display_context_prepare (GstElement * element,
|
||||||
GstContext *ctxt;
|
GstContext *ctxt;
|
||||||
GstQuery *query;
|
GstQuery *query;
|
||||||
|
|
||||||
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
if (!GST_CAT_CONTEXT)
|
if (!GST_CAT_CONTEXT)
|
||||||
GST_DEBUG_CATEGORY_GET (GST_CAT_CONTEXT, "GST_CONTEXT");
|
GST_DEBUG_CATEGORY_GET (GST_CAT_CONTEXT, "GST_CONTEXT");
|
||||||
|
#endif
|
||||||
|
|
||||||
query =
|
query =
|
||||||
_gst_gl_display_context_query (element, display_ptr,
|
_gst_gl_display_context_query (element, display_ptr,
|
||||||
|
|
Loading…
Reference in a new issue