[clutter-gst/clutter-gst-1.6] Don't use GLint needlessly
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter-gst/clutter-gst-1.6] Don't use GLint needlessly
- Date: Thu, 16 Aug 2012 16:57:34 +0000 (UTC)
commit 11d0a082454dc1f7ca9a7394a1b2284dfc42a055
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Wed Aug 15 11:44:47 2012 +0200
Don't use GLint needlessly
clutter-gst/clutter-gst-video-sink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index bb8317e..2c3c4dd 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -1133,7 +1133,7 @@ static GSList *
clutter_gst_build_renderers_list (void)
{
GSList *list = NULL;
- GLint nb_texture_units = 0;
+ gint nb_texture_units = 0;
gint features = 0, i;
/* The order of the list of renderers is important. They will be prepended
* to a GSList and we'll iterate over that list to choose the first matching
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]