gst_structure_get 527 tests/check/gst/gststructure.c ret = gst_structure_get (s, "double", G_TYPE_DOUBLE, &d, "string", gst_structure_get 543 tests/check/gst/gststructure.c ASSERT_CRITICAL (gst_structure_get (s, NULL, G_TYPE_INT, &i, NULL)); gst_structure_get 544 tests/check/gst/gststructure.c fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "double", gst_structure_get 546 tests/check/gst/gststructure.c fail_if (gst_structure_get (s, "int", G_TYPE_INT, &i, "dooble", gst_structure_get 573 tests/check/gst/gststructure.c ASSERT_CRITICAL (gst_structure_get (s, 0, G_TYPE_INT, &i, NULL)); gst_structure_get 586 tests/check/gst/gststructure.c ret = gst_structure_get (s, "double", G_TYPE_DOUBLE, NULL, "string", gst_structure_get 591 tests/check/gst/gststructure.c ASSERT_WARNING (gst_structure_get (s, "frag", GST_TYPE_FRACTION, NULL, gst_structure_get 593 tests/check/gst/gststructure.c ASSERT_WARNING (gst_structure_get (s, "frag", GST_TYPE_FRACTION, &num,