[Bug 646531] utils: Avoid using a type name as variable name

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Apr 2 06:53:23 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=646531
  GStreamer | gst-plugins-base | unspecified

--- Comment #1 from Bastien Nocera <hadess at hadess.net> 2011-04-02 13:53:19 UTC ---
Created an attachment (id=184943)
 View: https://bugzilla.gnome.org/attachment.cgi?id=184943
 Review: https://bugzilla.gnome.org/review?bug=646531&attachment=184943

utils: Avoid using a type name as variable name

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]

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list