[gstreamer-bugs] [Bug 637260] G_BEGIN_DECLS and G_END_DECLS missing in a number of include files
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Dec 14 16:01:45 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=637260
GStreamer | gst-plugins-gl | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |FIXED
Target Milestone|HEAD |0.10.3
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-12-15 00:01:43 UTC ---
Committed this:
commit 6d9bfd30a275883d09ac3acb15182b39853754ed
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Tue Dec 14 23:56:55 2010 +0000
Add some more G_{BEGIN,END}_DECLS to public headers
https://bugzilla.gnome.org/show_bug.cgi?id=637260
Note:
tpm at zingle:~/gst/git/gst-plugins-gl/gst-libs/gst/gl$ find -name '*h' | xargs
grep -v -l G_BEGIN_DECLS
./gstglmixer.h
./gstglshader.h
./gstglmixerpad.h
./gstglbuffer.h
./gstgldisplay.h
./gstglwindow.h
./gstglfilter.h
./gstgles2.h
tpm at zingle:~/gst/git/gst-plugins-gl/gst-libs/gst/gl$ grep G_BEGIN_DECLS *h
gstglbuffer.h:G_BEGIN_DECLS
gstgldisplay.h:G_BEGIN_DECLS
gstgles2.h:G_BEGIN_DECLS
gstglfilter.h:G_BEGIN_DECLS
gstglmixer.h:G_BEGIN_DECLS
gstglmixerpad.h:G_BEGIN_DECLS
gstglshader.h:G_BEGIN_DECLS
gstglwindow.h:G_BEGIN_DECLS
--
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