diff options
Diffstat (limited to 'gst/gststructure.h')
-rw-r--r-- | gst/gststructure.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gststructure.h b/gst/gststructure.h index 1d0d812f7..97536c330 100644 --- a/gst/gststructure.h +++ b/gst/gststructure.h @@ -250,6 +250,8 @@ gboolean gst_structure_fixate_field_nearest_fraction (GstStructu gboolean gst_structure_is_equal(const GstStructure *structure1, GstStructure *structure2); +gboolean gst_structure_can_intersect(const GstStructure *struct1, + const GstStructure *struct2); G_END_DECLS |