structure: Fix compilation

This commit is contained in:
Sebastian Dröge 2011-05-17 11:22:58 +02:00
parent 3d2127f865
commit 077cf48689

View file

@ -2976,7 +2976,8 @@ gst_structure_is_equal (const GstStructure * structure1,
if (structure1->name != structure2->name) {
return FALSE;
}
if (structure1->fields->len != structure2->fields->len) {
if (GST_STRUCTURE_FIELDS (structure1)->len !=
GST_STRUCTURE_FIELDS (structure2)->len) {
return FALSE;
}