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 677165 - [v4l2] add missing G_END_DECLS
[v4l2] add missing G_END_DECLS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-31 08:18 UTC by MIchael Jones
Modified: 2012-05-31 11:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.37 KB, patch)
2012-05-31 11:06 UTC, MIchael Jones
committed Details | Review

Description MIchael Jones 2012-05-31 08:18:37 UTC
Add G_END_DECLS to match G_BEGIN_DECLS
Comment 1 MIchael Jones 2012-05-31 11:06:50 UTC
Created attachment 215323 [details] [review]
patch
Comment 2 Sebastian Dröge (slomo) 2012-05-31 11:14:14 UTC
commit fa95cec8259a987be0414e3c259048e182ccfc78
Author: Michael Jones <michael.jones@matrix-vision.de>
Date:   Thu May 31 10:15:43 2012 +0200

    v4l2: add missing G_END_DECLS
    
    G_BEGIN_DECLS didn't have matching G_END_DECLS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677165