mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
fix signedness
Original commit message from CVS: fix signedness
This commit is contained in:
parent
81c5d7d703
commit
7490994ce6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue