Searched refs:profile_s (Results 1 – 2 of 2) sorted by relevance
246 const gchar *version_s, *profile_s; in gst_glsl_version_profile_to_string() local254 profile_s = NULL; in gst_glsl_version_profile_to_string()256 profile_s = gst_glsl_profile_to_string (profile); in gst_glsl_version_profile_to_string()261 if (profile_s) in gst_glsl_version_profile_to_string()262 return g_strdup_printf ("%s %s", version_s, profile_s); in gst_glsl_version_profile_to_string()316 gchar *str, *version_s, *profile_s; in gst_glsl_version_profile_from_string() local355 profile_s = &version_s[i]; in gst_glsl_version_profile_from_string()356 profile_s = g_strstrip (profile_s); in gst_glsl_version_profile_from_string()358 profile = gst_glsl_profile_from_string (profile_s); in gst_glsl_version_profile_from_string()
220 const gchar *profile_s; in GST_START_TEST() local222 profile_s = gst_glsl_profile_to_string (glsl_profiles[i].profile); in GST_START_TEST()223 fail_unless (g_strcmp0 (profile_s, glsl_profiles[i].name) == 0, "%s != %s", in GST_START_TEST()224 profile_s, glsl_profiles[i].name); in GST_START_TEST()