Searched refs:full_extension_name (Results 1 – 1 of 1) sorted by relevance
137 GString *full_extension_name = g_string_new (""); in _gst_gl_feature_check_for_extension() local151 g_string_assign (full_extension_name, driver_prefix); in _gst_gl_feature_check_for_extension()152 g_string_append_c (full_extension_name, '_'); in _gst_gl_feature_check_for_extension()153 g_string_append_len (full_extension_name, namespace, namespace_len); in _gst_gl_feature_check_for_extension()154 g_string_append_c (full_extension_name, '_'); in _gst_gl_feature_check_for_extension()155 g_string_append (full_extension_name, extension); in _gst_gl_feature_check_for_extension()157 if (gst_gl_check_extension (full_extension_name->str, extensions_string)) { in _gst_gl_feature_check_for_extension()158 GST_TRACE ("found %s in extension string", full_extension_name->str); in _gst_gl_feature_check_for_extension()163 g_string_free (full_extension_name, TRUE); in _gst_gl_feature_check_for_extension()