mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
gstcaps: remove unneeded use of gint64
https://bugzilla.gnome.org/show_bug.cgi?id=662777
This commit is contained in:
parent
b37d06aed8
commit
9121a30f9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue