summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afc80c1)
raw | patch | inline | side by side (parent: afc80c1)
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | |
Thu, 27 Oct 2011 11:02:43 +0000 (12:02 +0100) | ||
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | |
Mon, 7 Nov 2011 15:17:14 +0000 (15:17 +0000) |
https://bugzilla.gnome.org/show_bug.cgi?id=662777
gst/gststructure.c | patch | blob | history |
diff --git a/gst/gststructure.c b/gst/gststructure.c
index 9c0be012207ae8402b252daf726f97bbb8037bba..b2b5d2e5dae5c42d7393bd9e70f624626c60eb28 100644 (file)
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
return FALSE;
/* tries to intersect if we have the field in both */
- if (G_UNLIKELY (!gst_structure_foreach ((GstStructure *) struct1,
- gst_caps_structure_can_intersect_field, (gpointer) struct2)))
- return FALSE;
-
- return TRUE;
+ return gst_structure_foreach ((GstStructure *) struct1,
+ gst_caps_structure_can_intersect_field, (gpointer) struct2);
}
static gboolean