gst_structure_set  501 gst/gstmessage.c     gst_structure_set (s, "source-pad", GST_TYPE_PAD, pad, NULL);
gst_structure_set 2199 gst/gststructure.c     gst_structure_set (structure, field_name, G_TYPE_INT, target, NULL);
gst_structure_set 2220 gst/gststructure.c       gst_structure_set (structure, field_name, G_TYPE_INT, best, NULL);
gst_structure_set 2263 gst/gststructure.c     gst_structure_set (structure, field_name, G_TYPE_DOUBLE, target, NULL);
gst_structure_set 2284 gst/gststructure.c       gst_structure_set (structure, field_name, G_TYPE_DOUBLE, best, NULL);
gst_structure_set 2338 gst/gststructure.c       gst_structure_set (structure, field_name, G_TYPE_BOOLEAN, best, NULL);
gst_structure_set 2393 gst/gststructure.c       gst_structure_set (structure, field_name, G_TYPE_STRING, best, NULL);
gst_structure_set  119 gst/gststructure.h void                    gst_structure_set                  (GstStructure            *structure,
gst_structure_set  100 tests/check/gst/gstcaps.c   gst_structure_set (s1, "rate", G_TYPE_INT, 48000, NULL);
gst_structure_set  102 tests/check/gst/gstcaps.c   gst_structure_set (s1, "rate", G_TYPE_INT, 22500, NULL);
gst_structure_set  104 tests/check/gst/gstcaps.c   ASSERT_CRITICAL (gst_structure_set (s1, "rate", G_TYPE_INT, 11250, NULL));
gst_structure_set  111 tests/check/gst/gstcaps.c   gst_structure_set (s1, "rate", G_TYPE_INT, 11250, NULL);