gst_structure_get_string  313 tests/check/gst/gststructure.c   fail_unless (strcmp (gst_structure_get_string (s, "key"), "value") == 0);
gst_structure_get_string  318 tests/check/gst/gststructure.c   fail_if (gst_structure_get_string (s, "key"));