Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c1188 GString *ext_g_str = g_string_sized_new (1024); in _build_extension_string() local
1198 g_string_append_printf (ext_g_str, "%s ", ext_const_c_str); in _build_extension_string()
1201 return ext_g_str; in _build_extension_string()
1470 GString *ext_g_str = NULL; in gst_gl_context_fill_info() local
1504 ext_g_str = _build_extension_string (context); in gst_gl_context_fill_info()
1506 if (ext_g_str && ext_g_str->len) { in gst_gl_context_fill_info()
1507 GST_DEBUG_OBJECT (context, "GL_EXTENSIONS: %s", ext_g_str->str); in gst_gl_context_fill_info()
1509 context->priv->gl_minor, ext_g_str->str); in gst_gl_context_fill_info()
1511 context->priv->gl_exts = g_string_free (ext_g_str, FALSE); in gst_gl_context_fill_info()