gst_structure_get_name 1792 gst/gstcaps.c    ret = strcmp (gst_structure_get_name (struct1),
gst_structure_get_name 1793 gst/gstcaps.c        gst_structure_get_name (struct2));
gst_structure_get_name  298 gst/gstdebugutils.c         g_string_append (str, gst_structure_get_name (structure));
gst_structure_get_name  310 gst/gstdebugutils.c           g_strdup (gst_structure_get_name (gst_caps_get_structure (caps, 0)));
gst_structure_get_name  106 gst/gststructure.h G_CONST_RETURN gchar *  gst_structure_get_name             (const GstStructure      *structure);
gst_structure_get_name  180 tests/check/gst/gstiterator.c   fail_unless (strcmp (gst_structure_get_name (s),
gst_structure_get_name  181 tests/check/gst/gstiterator.c           gst_structure_get_name (i)) == 0);
gst_structure_get_name   62 tests/examples/manual/decodebin.c   if (!g_strrstr (gst_structure_get_name (str), "audio")) {
gst_structure_get_name  161 tests/examples/manual/dynamic.c   mime = gst_structure_get_name (gst_caps_get_structure (caps, 0));
gst_structure_get_name   83 tools/gst-inspect.c     n_print ("%s%s\n", pfx, gst_structure_get_name (structure));