fix signedness

Original commit message from CVS:
fix signedness
This commit is contained in:
Thomas Vander Stichele 2005-10-16 10:22:29 +00:00
parent 81c5d7d703
commit 7490994ce6

View file

@ -955,7 +955,7 @@ gst_caps_structure_union (const GstStructure * struct1,
GstCaps *
gst_caps_intersect (const GstCaps * caps1, const GstCaps * caps2)
{
gint i, j, k;
guint i, j, k;
GstStructure *struct1;
GstStructure *struct2;
GstCaps *dest;