Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstplugin.c1875 gst_plugin_ext_dep_strv_equal (gchar ** arr1, gchar ** arr2) in gst_plugin_ext_dep_strv_equal() function
1895 return gst_plugin_ext_dep_strv_equal (dep->env_vars, (gchar **) env_vars) && in gst_plugin_ext_dep_equals()
1896 gst_plugin_ext_dep_strv_equal (dep->paths, (gchar **) paths) && in gst_plugin_ext_dep_equals()
1897 gst_plugin_ext_dep_strv_equal (dep->names, (gchar **) names); in gst_plugin_ext_dep_equals()
/third_party/gstreamer/gstreamer/
DChangeLog90483 (gst_plugin_ext_dep_strv_equal), (gst_plugin_ext_dep_equals),