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 615188 - [vcdsrc] Fix redudant declaration with newer boilerplate
[vcdsrc] Fix redudant declaration with newer boilerplate
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 340986
 
 
Reported: 2010-04-08 15:08 UTC by Bastien Nocera
Modified: 2010-04-08 16:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[vcdsrc] Fix redudant declaration with newer boilerplate (896 bytes, patch)
2010-04-08 15:08 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2010-04-08 15:08:42 UTC
Fixes compilation on my system.
Comment 1 Bastien Nocera 2010-04-08 15:08:44 UTC
Created attachment 158211 [details] [review]
[vcdsrc] Fix redudant declaration with newer boilerplate

vcdsrc.c:78: error: redundant redeclaration of ‘gst_vcdsrc_get_type’
vcdsrc.h:72: note: previous declaration of ‘gst_vcdsrc_get_type’ was here
Comment 2 Benjamin Otte (Company) 2010-04-08 16:22:52 UTC
I think you need a newer core for this. I removed the forward declaration in the BOILERPLATE macro, so you should only get this warning if you compile against a release.
Comment 3 Bastien Nocera 2010-04-08 16:30:59 UTC
My fault, I fudged the configure.ac to allow me to compile with my old GStreamer core and plugins-base.