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 665074 - [gstfft] headers are not bracketed
[gstfft] headers are not bracketed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-28 18:50 UTC by Philippe Normand
Modified: 2011-11-28 19:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fft: Bracket public headers (3.09 KB, patch)
2011-11-28 19:13 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2011-11-28 18:50:29 UTC
G_BEGIN_DECLS and G_END_DECLS should be used in the public headers.
Comment 1 Philippe Normand 2011-11-28 19:13:31 UTC
Created attachment 202319 [details] [review]
fft: Bracket public headers

This is especially needed if the gstfftw library is used from C++
code.

Fixes #665074
Comment 2 Sebastian Dröge (slomo) 2011-11-28 19:31:33 UTC
commit 0a841f67126c59b21212d5105346945d318fd2bc
Author: Philippe Normand <philn@igalia.com>
Date:   Mon Nov 28 20:11:09 2011 +0100

    fft: Bracket public headers
    
    This is especially needed if the gstfftw library is used from C++
    code.
    
    Fixes #665074