GST_TYPE_STRUCTURE  595 gst/gstinfo.c    if (*(GType *) ptr == GST_TYPE_STRUCTURE) {
GST_TYPE_STRUCTURE 1550 gst/gststructure.c       {"structure", GST_TYPE_STRUCTURE}
GST_TYPE_STRUCTURE   32 gst/gststructure.h #define GST_IS_STRUCTURE(object)       ((object) && (GST_STRUCTURE(object)->type == GST_TYPE_STRUCTURE))
GST_TYPE_STRUCTURE 1415 gst/gstvalue.c   g_return_if_fail (G_VALUE_TYPE (value) == GST_TYPE_STRUCTURE);
GST_TYPE_STRUCTURE 1435 gst/gstvalue.c   g_return_val_if_fail (G_VALUE_TYPE (value) == GST_TYPE_STRUCTURE, NULL);
GST_TYPE_STRUCTURE 4363 gst/gstvalue.c     gst_value.type = GST_TYPE_STRUCTURE;
GST_TYPE_STRUCTURE  152 gst/gstvalue.h #define GST_VALUE_HOLDS_STRUCTURE(x)		(G_VALUE_HOLDS((x), GST_TYPE_STRUCTURE))
GST_TYPE_STRUCTURE  176 tests/check/gst/gstiterator.c   it = gst_iterator_new_single (GST_TYPE_STRUCTURE, s,
GST_TYPE_STRUCTURE  190 tests/check/gst/gstiterator.c   it = gst_iterator_new_single (GST_TYPE_STRUCTURE, NULL,
GST_TYPE_STRUCTURE  438 tests/check/gst/gststructure.c   sp = gst_structure_new ("Exif", "Camera", GST_TYPE_STRUCTURE, sc1,
GST_TYPE_STRUCTURE  439 tests/check/gst/gststructure.c       "Image Data", GST_TYPE_STRUCTURE, sc2, NULL);
GST_TYPE_STRUCTURE  445 tests/check/gst/gststructure.c           GST_TYPE_STRUCTURE));
GST_TYPE_STRUCTURE  488 tests/check/gst/gststructure.c           GST_TYPE_STRUCTURE));