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 725111 - add missing G_BEGIN_DECLS/G_END_DECLS
add missing G_BEGIN_DECLS/G_END_DECLS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-25 01:37 UTC by comicfans44
Modified: 2014-02-25 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add missing G_BEGIN_DECLS/G_END_DECLS (1019 bytes, patch)
2014-02-25 01:37 UTC, comicfans44
committed Details | Review

Description comicfans44 2014-02-25 01:37:26 UTC
Created attachment 270216 [details] [review]
add missing G_BEGIN_DECLS/G_END_DECLS

gstglfeature.h lacks this ,leads some problem in use of c++, this patch simply add these two lines
Comment 1 Tim-Philipp Müller 2014-02-25 08:55:29 UTC
Pushed, thanks for the patch:

commit 69e7cad00929e07e7b767d2ca381ea22c035b169
Author: Wang Xin-yu (王昕宇) <comicfans44@gmail.com>
Date:   Tue Feb 25 09:27:26 2014 +0800

    gl: add missing G_BEGIN_DECLS/G_END_DECLS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725111