utils: Avoid using "type" as name for a variable and a macro argument in GST_BOILERPLATE
authorBastien Nocera <hadess@hadess.net>
Sat, 2 Apr 2011 13:51:18 +0000 (14:51 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 2 Apr 2011 14:12:46 +0000 (15:12 +0100)
commit08e189badbeffcce1ee9addbdee7023b676ce6c7
tree86b18ef79814012b608e3eea5315e005fb77040d
parent38c07bac1dbeab510de1a89439a7b7123b2f5496
utils: Avoid using "type" as name for a variable and a macro argument in GST_BOILERPLATE

This caused "re-declaration" problems.
./clutter-gst-video-sink.c: In function ‘clutter_gst_video_sink_init_interfaces’:
./clutter-gst-video-sink.c:231:1: warning: declaration of ‘ClutterGstVideoSink’ shadows a global declaration [-Wshadow]
./clutter-gst-video-sink.h:64:44: warning: shadowed declaration is here [-Wshadow]

https://bugzilla.gnome.org/show_bug.cgi?id=646531
gst/gstutils.h