Home
last modified time | relevance | path

Searched refs:ext_const_c_str (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c1189 const gchar *ext_const_c_str = NULL; in _build_extension_string() local
1196 ext_const_c_str = (const gchar *) gl->GetStringi (GL_EXTENSIONS, i); in _build_extension_string()
1197 if (ext_const_c_str) in _build_extension_string()
1198 g_string_append_printf (ext_g_str, "%s ", ext_const_c_str); in _build_extension_string()
1471 const gchar *ext_const_c_str = NULL; in gst_gl_context_fill_info() local
1513 ext_const_c_str = (const gchar *) gl->GetString (GL_EXTENSIONS); in gst_gl_context_fill_info()
1514 if (!ext_const_c_str) in gst_gl_context_fill_info()
1515 ext_const_c_str = ""; in gst_gl_context_fill_info()
1517 GST_DEBUG_OBJECT (context, "GL_EXTENSIONS: %s", ext_const_c_str); in gst_gl_context_fill_info()
1519 context->priv->gl_minor, ext_const_c_str); in gst_gl_context_fill_info()
[all …]