Searched refs:version_s (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglsl.c | 246 const gchar *version_s, *profile_s; in gst_glsl_version_profile_to_string() local 251 version_s = gst_glsl_version_to_string (version); in gst_glsl_version_profile_to_string() 258 if (!version_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() 264 return g_strdup (version_s); in gst_glsl_version_profile_to_string() 316 gchar *str, *version_s, *profile_s; in gst_glsl_version_profile_from_string() local 327 version_s = g_strstrip (str); in gst_glsl_version_profile_from_string() 331 if (!(version_s = in gst_glsl_version_profile_from_string() 332 (gchar *) _check_valid_version_preprocessor_string (version_s))) { in gst_glsl_version_profile_from_string() 339 version_s = g_strstrip (version_s); in gst_glsl_version_profile_from_string() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglsl.c | 206 const gchar *version_s; in GST_START_TEST() local 208 version_s = gst_glsl_version_to_string (glsl_versions[i].version); in GST_START_TEST() 209 fail_unless (g_strcmp0 (version_s, glsl_versions[i].name) == 0, "%s != %s", in GST_START_TEST() 210 version_s, glsl_versions[i].name); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 11832 333 | GST_WARNING ("Invalid preprocesser directive detected: %s", version_s); 11835 333 | GST_WARNING ("Invalid preprocesser directive detected: %s", version_s);
|