After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710760 - videoconvert: remove unneeded guint comparison
videoconvert: remove unneeded guint comparison
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-23 21:55 UTC by Matthieu Bouron
Modified: 2013-10-26 22:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoconvert: remove unneeded guint comparaison (957 bytes, patch)
2013-10-23 21:57 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2013-10-23 21:55:29 UTC
Remove unneeded guint comparaison and fix a warning while compiling with apple llvm 5.0 on osx >= 10.8.5.
Comment 1 Matthieu Bouron 2013-10-23 21:57:50 UTC
Created attachment 257977 [details] [review]
videoconvert: remove unneeded guint comparaison

Remove unneeded guint comparaison and fixes a warning while compiling with apple llvm 5.0 on osx >= 10.8.5.
Comment 2 Olivier Crête 2013-10-25 11:43:07 UTC
commit 22f411378e1e43bf1e0f2af654ad710501d189f4
Author: Matthieu Bouron <matthieu.bouron@gmail.com>
Date:   Wed Oct 23 16:43:32 2013 +0100

    videoconvert: remove unneeded guint comparaison
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710760