gstcaps: remove unneeded use of gint64
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 27 Oct 2011 11:59:57 +0000 (12:59 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 7 Nov 2011 15:17:35 +0000 (15:17 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=662777

gst/gstcaps.c

index f9ce800..92fd995 100644 (file)
@@ -1390,7 +1390,7 @@ gst_caps_intersect_zig_zag (const GstCaps * caps1, const GstCaps * caps2)
 static GstCaps *
 gst_caps_intersect_first (const GstCaps * caps1, const GstCaps * caps2)
 {
-  guint64 i;                    /* index can be up to 2 * G_MAX_UINT */
+  guint i;
   guint j, len1, len2;
 
   GstStructure *struct1;