gst_tag_get_type 206 gst/gsttaglist.h GType gst_tag_get_type (const gchar * tag); gst_tag_get_type 148 tests/check/gst/gsttag.c fail_unless (gst_tag_get_type (FTAG) == G_TYPE_STRING); gst_tag_get_type 149 tests/check/gst/gsttag.c fail_unless (gst_tag_get_type (UTAG) == G_TYPE_STRING); gst_tag_get_type 115 tests/examples/metadata/read-metadata.c if (gst_tag_get_type (tag) == G_TYPE_STRING) { gst_tag_get_type 281 tools/gst-launch.c if (gst_tag_get_type (tag) == G_TYPE_STRING) { gst_tag_get_type 284 tools/gst-launch.c } else if (gst_tag_get_type (tag) == GST_TYPE_BUFFER) {