gst_structure_get_int   67 tests/check/gst/gstbus.c     if (!gst_structure_get_int (s, "thread_id", &_t))
gst_structure_get_int   69 tests/check/gst/gstbus.c     if (!gst_structure_get_int (s, "msg_id", &_i))
gst_structure_get_int  114 tests/check/gst/gstbus.c   if (!gst_structure_get_int (s, "msg_id", &i))
gst_structure_get_int  135 tests/check/gst/gstbus.c   if (!gst_structure_get_int (s, "msg_id", &i))
gst_structure_get_int  105 tests/check/gst/gstcaps.c   fail_unless (gst_structure_get_int (s1, "rate", &ret));
gst_structure_get_int  108 tests/check/gst/gstcaps.c   fail_unless (gst_structure_get_int (s1, "rate", &ret));
gst_structure_get_int  112 tests/check/gst/gstcaps.c   fail_unless (gst_structure_get_int (s1, "rate", &ret));
gst_structure_get_int  115 tests/check/gst/gstcaps.c   fail_unless (gst_structure_get_int (s1, "rate", &ret));
gst_structure_get_int  245 tests/check/gst/gstcaps.c     fail_unless (gst_structure_get_int (s1, "bpp", &bpp));
gst_structure_get_int  248 tests/check/gst/gstcaps.c     fail_unless (gst_structure_get_int (s1, "depth", &depth));
gst_structure_get_int  251 tests/check/gst/gstcaps.c     fail_unless (gst_structure_get_int (s1, "endianness", &endianness));
gst_structure_get_int  173 tests/check/gst/gstmessage.c     fail_unless (gst_structure_get_int (struc, "some_int", &some_int));
gst_structure_get_int   64 tests/check/gst/gststructure.c     fail_unless (gst_structure_get_int (structure, name, &value));