summaryrefslogtreecommitdiff
path: root/gst/gststructure.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-17 09:35:54 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-17 09:35:54 +0200
commitb4dea3a1d3133b9a94ffdaba5122a59cdae9cf9c (patch)
tree816e10ac004d6427e25e0d6ba89e581e291cdfaf /gst/gststructure.h
parent53ef31718d7e53f9b8f76c74fd5c7441a0398c0f (diff)
structure: Make both parameters to gst_structure_is_equal() const
Diffstat (limited to 'gst/gststructure.h')
-rw-r--r--gst/gststructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gststructure.h b/gst/gststructure.h
index ca92188755..89a79f539b 100644
--- a/gst/gststructure.h
+++ b/gst/gststructure.h
@@ -249,7 +249,7 @@ gboolean gst_structure_fixate_field_nearest_fraction (GstStructu
const gint target_denominator);
gboolean gst_structure_is_equal(const GstStructure *structure1,
- GstStructure *structure2);
+ const GstStructure *structure2);
gboolean gst_structure_can_intersect(const GstStructure *struct1,
const GstStructure *struct2);
GstStructure* gst_structure_intersect (const GstStructure *struct1,