summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b37d06a)
raw | patch | inline | side by side (parent: b37d06a)
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | |
Thu, 27 Oct 2011 11:59:57 +0000 (12:59 +0100) | ||
committer | Vincent 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 | patch | blob | history |
diff --git a/gst/gstcaps.c b/gst/gstcaps.c
index f9ce8005833b337e123464d2e3e7a12945804eba..92fd995e41fddab5644d53a33d678e5993d36c01 100644 (file)
--- a/gst/gstcaps.c
+++ b/gst/gstcaps.c
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;